Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

⬆️ Bump the patch group across 1 directory with 5 updates#46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NatoBoram merged 1 commit intomainfromdependabot/npm_and_yarn/patch-4065954743
Apr 19, 2025

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubApr 19, 2025
edited
Loading

Bumps the patch group with 5 updates in the / directory:

PackageFromTo
openapi-fetch0.13.40.13.5
eslint-config-prettier10.1.110.1.2
prettier3.5.23.5.3
typedoc0.28.10.28.2
typescript5.8.25.8.3

Updatesopenapi-fetch from 0.13.4 to 0.13.5

Release notes

Sourced fromopenapi-fetch's releases.

openapi-fetch@0.13.5

Patch Changes

Changelog

Sourced fromopenapi-fetch's changelog.

0.13.5

Patch Changes

Commits

Updateseslint-config-prettier from 10.1.1 to 10.1.2

Release notes

Sourced fromeslint-config-prettier's releases.

v10.1.2

Patch Changes

Changelog

Sourced fromeslint-config-prettier's changelog.

10.1.2

Patch Changes

Commits

Updatesprettier from 3.5.2 to 3.5.3

Release notes

Sourced fromprettier's releases.

3.5.3

🔗Changelog

Changelog

Sourced fromprettier's changelog.

3.5.3

diff

Flow: Fix missing parentheses inConditionalTypeAnnotation (#17196 by@​fisker)

// InputtypeT<U>='a'|('b'extendsU ?'c' :empty);typeT<U>='a'&('b'extendsU ?'c' :empty);// Prettier 3.5.2typeT<U>="a"|"b"extendsU ?"c" :empty;typeT<U>="a"&"b"extendsU ?"c" :empty;// Prettier 3.5.3typeT<U>="a"|("b"extendsU ?"c" :empty);typeT<U>="a"&("b"extendsU ?"c" :empty);

Commits

Updatestypedoc from 0.28.1 to 0.28.2

Release notes

Sourced fromtypedoc's releases.

v0.28.2

Features

  • @group none and@category none will now render their children without a sectionheading in the default theme,#2922.
  • Added@disableGroups tag to completely disable the grouping mechanism for agiven reflection,#2922.

Bug Fixes

  • Variables using@class now correctly handle@category,#2914.
  • Variables using@class now include constructor parameters,#2914.
  • Variables using@class with a generic first constructor function now adoptthat function's type parameters as the class type parameters,#2914.
  • When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob,#2918.
  • Inlining types can now handle more type variants,#2920.
  • Fixed behavior ofexternalSymbolLinkMappings option when URL is set to#,#2921.
  • Fixed broken links within module pages when structure-dir router was used,#2928.
  • Type parameters on JS classes defined with@typedef now correctly handle the constraint,#2929.
  • API:toString on types containing index signatures now behave correctly,#2917.
  • Added@inlineType to the list of tags excluded by default.
Changelog

Sourced fromtypedoc's changelog.

v0.28.2 (2025-04-07)

Features

  • @group none and@category none will now render their children without a sectionheading in the default theme,#2922.
  • Added@disableGroups tag to completely disable the grouping mechanism for agiven reflection,#2922.

Bug Fixes

  • Variables using@class now correctly handle@category,#2914.
  • Variables using@class now include constructor parameters,#2914.
  • Variables using@class with a generic first constructor function now adoptthat function's type parameters as the class type parameters,#2914.
  • When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob,#2918.
  • Inlining types can now handle more type variants,#2920.
  • Fixed behavior ofexternalSymbolLinkMappings option when URL is set to#,#2921.
  • Fixed broken links within module pages when structure-dir router was used,#2928.
  • Type parameters on JS classes defined with@typedef now correctly handle the constraint,#2929.
  • API:toString on types containing index signatures now behave correctly,#2917.
  • Added@inlineType to the list of tags excluded by default.
Commits

Updatestypescript from 5.8.2 to 5.8.3

Release notes

Sourced fromtypescript's releases.

TypeScript 5.8.3

For release notes, check out therelease announcement.

Downloads are available on:

Commits
  • 83dc0bb Convert release publishing inputs into parameters (#61523)
  • ba663f6 Exclude completions of binding pattern variable initializers (#52723)
  • 7205eda Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...
  • 89c572c Fixed a symbol display crash on expando members write locations (#55478)
  • 7b26d2e Fix incorrect name in new release pipeline (#61514)
  • c7a559e Add new release publisher yaml (#61491)
  • 29e6d66 Fixlib.includes('dom') check incontainerSeemsToBeEmptyDomElement (#61481)
  • 19b7772 Bump the github-actions group with 4 updates (#61474)
  • 4dc677b Fix errors on type assertions in erasableSyntaxOnly (#61452)
  • ee3dd72 fix(60908): Unexpected "'Type' is declared but its value is never read." erro...
  • Additional commits viewable incompare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsApr 19, 2025
@coderabbitai
Copy link

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the@coderabbitai review command.

You can disable this status message by setting thereviews.review_status tofalse in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat withCodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag@coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag@coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings togenerate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add@coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add@coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add@coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a.coderabbit.yaml file to the root of your repository.
  • Please see theconfiguration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit ourDocumentation for detailed information on how to use CodeRabbit.
  • Join ourDiscord Community to get help, request features, and share feedback.
  • Follow us onX/Twitter for updates and announcements.

Bumps the patch group with 5 updates in the / directory:| Package | From | To || --- | --- | --- || [openapi-fetch](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch) | `0.13.4` | `0.13.5` || [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.1` | `10.1.2` || [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.5.3` || [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.1` | `0.28.2` || [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` |Updates `openapi-fetch` from 0.13.4 to 0.13.5- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-fetch/CHANGELOG.md)- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-fetch@0.13.5/packages/openapi-fetch)Updates `eslint-config-prettier` from 10.1.1 to 10.1.2- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)- [Commits](prettier/eslint-config-prettier@v10.1.1...v10.1.2)Updates `prettier` from 3.5.2 to 3.5.3- [Release notes](https://github.com/prettier/prettier/releases)- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)- [Commits](prettier/prettier@3.5.2...3.5.3)Updates `typedoc` from 0.28.1 to 0.28.2- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)- [Commits](TypeStrong/typedoc@v0.28.1...v0.28.2)Updates `typescript` from 5.8.2 to 5.8.3- [Release notes](https://github.com/microsoft/TypeScript/releases)- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)- [Commits](microsoft/TypeScript@v5.8.2...v5.8.3)---updated-dependencies:- dependency-name: openapi-fetch  dependency-version: 0.13.5  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: patch- dependency-name: eslint-config-prettier  dependency-version: 10.1.2  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: patch- dependency-name: prettier  dependency-version: 3.5.3  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: patch- dependency-name: typedoc  dependency-version: 0.28.2  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: patch- dependency-name: typescript  dependency-version: 5.8.3  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: patch...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/patch-4065954743 branch fromb87decd to42f9f84CompareApril 19, 2025 18:57
@NatoBoramNatoBoram merged commit487e991 intomainApr 19, 2025
3 checks passed
@NatoBoramNatoBoram deleted the dependabot/npm_and_yarn/patch-4065954743 branchApril 19, 2025 19:00
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@NatoBoramNatoBoramNatoBoram approved these changes

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@NatoBoram

[8]ページ先頭

©2009-2025 Movatter.jp