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

chore(deps): bump the all-dependencies group with 8 updates#619

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMar 10, 2025

Bumps the all-dependencies group with 8 updates:

PackageFromTo
@eslint/js9.21.09.22.0
@typescript-eslint/eslint-plugin8.25.08.26.0
@typescript-eslint/parser8.25.08.26.0
eslint-config-prettier10.0.210.1.1
prettier3.5.23.5.3
typescript5.7.35.8.2
typescript-eslint8.25.08.26.0
eslint-doc-generator2.0.22.1.0

Updates@eslint/js from 9.21.0 to 9.22.0

Release notes

Sourced from@​eslint/js's releases.

v9.22.0

Features

  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)

Bug Fixes

  • 19c0127 fix: improve message forno-console suggestions (#19483) (Francesco Trotta)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)

Documentation

  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replacevar withconst in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)

Chores

  • 97f788b chore: upgrade@​eslint/js@​9.22.0 (#19489) (Milos Djermanovic)
  • eed409a chore: package.json update for@​eslint/js release (Jenkins)
  • f9a56d3 chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
Changelog

Sourced from@​eslint/js's changelog.

v9.22.0 - March 7, 2025

  • 97f788b chore: upgrade@​eslint/js@​9.22.0 (#19489) (Milos Djermanovic)
  • eed409a chore: package.json update for@​eslint/js release (Jenkins)
  • f9a56d3 chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)
  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • 19c0127 fix: improve message forno-console suggestions (#19483) (Francesco Trotta)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replacevar withconst in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)
Commits

Updates@typescript-eslint/eslint-plugin from 8.25.0 to 8.26.0

Release notes

Sourced from@​typescript-eslint/eslint-plugin's releases.

v8.26.0

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • rule-tester: exportTestLanguageOptions (#10892)
  • scope-manager: only call Object.entries once for each lib (#10647)

🩹 Fixes

  • deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
  • eslint-plugin: [no-invalid-void-type] reportaccessor properties with an invalidvoid type (#10864)
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • rule-tester: Add missingparser dependency (#10909)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Changelog

Sourced from@​typescript-eslint/eslint-plugin's changelog.

8.26.0 (2025-03-03)

🚀 Features

  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • eslint-plugin: [no-invalid-void-type] reportaccessor properties with an invalidvoid type (#10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Commits
  • bc6d19f chore(release): publish 8.26.0
  • 02d9d73 feat(eslint-plugin): [unified-signatures] support ignoring overload signature...
  • 84af50e feat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...
  • a03b7ef fix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)
  • 4082ad0 docs(eslint-plugin): [consistent-return] add link tonoImplicitReturns docs...
  • d8d4b3c feat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...
  • 9674629 feat: support TypeScript 5.8 (#10903)
  • 3c7b8ff chore: fix integration-tests (#10906)
  • 735064a fix(eslint-plugin): [no-invalid-void-type] reportaccessor properties with ...
  • a6feb59 fix(eslint-plugin): [unified-signatures] does not differentiate truly private...
  • Additional commits viewable incompare view

Updates@typescript-eslint/parser from 8.25.0 to 8.26.0

Release notes

Sourced from@​typescript-eslint/parser's releases.

v8.26.0

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • rule-tester: exportTestLanguageOptions (#10892)
  • scope-manager: only call Object.entries once for each lib (#10647)

🩹 Fixes

  • deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
  • eslint-plugin: [no-invalid-void-type] reportaccessor properties with an invalidvoid type (#10864)
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • rule-tester: Add missingparser dependency (#10909)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Changelog

Sourced from@​typescript-eslint/parser's changelog.

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Commits

Updateseslint-config-prettier from 10.0.2 to 10.1.1

Release notes

Sourced fromeslint-config-prettier's releases.

v10.1.1

Patch Changes

  • #309eb56a5e Thanks@​JounQin! - fix: separate the/flat entry for compatibility

    For flat config users, the previous"eslint-config-prettier" entry still works, but"eslint-config-prettier/flat" adds a newname property forconfig-inspector, we just can't add it for the default entry for compatibility.

    See alsoprettier/eslint-config-prettier#308

    // beforeimporteslintConfigPrettierfrom"eslint-config-prettier";// afterimporteslintConfigPrettierfrom"eslint-config-prettier/flat";

v10.1.0

Minor Changes

v10.0.3

Patch Changes

New Contributors

Full Changelog:prettier/eslint-config-prettier@v10.0.2...v10.0.3

Changelog

Sourced fromeslint-config-prettier's changelog.

10.1.1

Patch Changes

  • #309eb56a5e Thanks@​JounQin! - fix: separate the/flat entry for compatibility

    For flat config users, the previous"eslint-config-prettier" entry still works, but"eslint-config-prettier/flat" adds a newname property forconfig-inspector, we just can't add it for the default entry for compatibility.

    See alsoprettier/eslint-config-prettier#308

    // beforeimporteslintConfigPrettierfrom"eslint-config-prettier";// afterimporteslintConfigPrettierfrom"eslint-config-prettier/flat";

10.1.0

Minor Changes

10.0.3

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

Updatestypescript from 5.7.3 to 5.8.2

Release notes

Sourced fromtypescript's releases.

TypeScript 5.8

For release notes, check out therelease announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out therelease announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out therelease announcement.

Downloads are available on:

Commits
  • beb69e4 Bump version to 5.8.2 and LKG
  • 8fdbd54 🤖 Pick PR#61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...
  • f4a3a8a 🤖 Pick PR#61175 (Ban import=require and export= unde...) into release-5.8 (#...
  • 420ff06 Bump version to 5.8.1-rc and LKG
  • 48eb13f Update LKG
  • fb59c19 Merge remote-tracking branch 'origin/main' into release-5.8
  • df342b7 FixedrewriteRelativeImportExtensions forimport() within call expression...
  • 775412a Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...
  • e1629e5 Pass ignoreErrors=true to more resolveEntityName callers (#61144)
  • 6fd1799 Update LKG
  • Additional commits viewable incompare view

Updatestypescript-eslint from 8.25.0 to 8.26.0

Release notes

Sourced fromtypescript-eslint's releases.

v8.26.0

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • rule-tester: exportTestLanguageOptions (#10892)
  • scope-manager: only call Object.entries once for each lib (#10647)

🩹 Fixes

  • deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
  • eslint-plugin: [no-invalid-void-type] reportaccessor properties with an invalidvoid type (#10864)
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • rule-tester: Add missingparser dependency (#10909)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Changelog

Sourced fromtypescript-eslint's changelog.

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Commits

Updateseslint-doc-generator from 2.0.2 to 2.1.0

Release notes

Sourced fromeslint-doc-generator's releases.

Release 2.1.0

🚀 Enhancement

  • #598 Support ESLint plugins with"type": "module" andmain in package.json (@​y-hsgw)

Committers: 1

Changelog

Sourced fromeslint-doc-generator's changelog.

v2.1.0 (2025-03-04)

🚀 Enhancement

  • #598 Support ESLint plugins with"type": "module" andmain in package.json (@​y-hsgw)

Committers: 1

Commits
  • 6607e5b Release 2.1.0
  • a1fa3d5 Merge pull request#644 from bmish/dependabot/npm_and_yarn/eslint-9.21.0
  • e997d95 Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.21.0
  • 263605d Merge pull request#645 from bmish/dependabot/npm_and_yarn/eslint-plugin-n-17...
  • 499ddfb Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-n-17.16.1
  • 5417557 chore(deps-dev): Bump eslint from 9.19.0 to 9.21.0
  • e79d204 Merge pull request#646 from bmish/dependabot/npm_and_yarn/typescript-eslint/...
  • fbf422e Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/utils-8.26.0
  • 57e218e Merge pull request#647 from bmish/dependabot/npm_and_yarn/sort-package-json-...
  • cb6635d Merge branch 'main' into dependabot/npm_and_yarn/sort-package-json-2.15.1
  • 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

Bumps the all-dependencies group with 8 updates:| Package | From | To || --- | --- | --- || [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.21.0` | `9.22.0` || [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.25.0` | `8.26.0` || [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.25.0` | `8.26.0` || [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.0.2` | `10.1.1` || [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.5.3` || [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` || [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.25.0` | `8.26.0` || [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) | `2.0.2` | `2.1.0` |Updates `@eslint/js` from 9.21.0 to 9.22.0- [Release notes](https://github.com/eslint/eslint/releases)- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)- [Commits](https://github.com/eslint/eslint/commits/v9.22.0/packages/js)Updates `@typescript-eslint/eslint-plugin` from 8.25.0 to 8.26.0- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.0/packages/eslint-plugin)Updates `@typescript-eslint/parser` from 8.25.0 to 8.26.0- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.0/packages/parser)Updates `eslint-config-prettier` from 10.0.2 to 10.1.1- [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.0.2...v10.1.1)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 `typescript` from 5.7.3 to 5.8.2- [Release notes](https://github.com/microsoft/TypeScript/releases)- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)Updates `typescript-eslint` from 8.25.0 to 8.26.0- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.0/packages/typescript-eslint)Updates `eslint-doc-generator` from 2.0.2 to 2.1.0- [Release notes](https://github.com/bmish/eslint-doc-generator/releases)- [Changelog](https://github.com/bmish/eslint-doc-generator/blob/main/CHANGELOG.md)- [Commits](bmish/eslint-doc-generator@v2.0.2...v2.1.0)---updated-dependencies:- dependency-name: "@eslint/js"  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: all-dependencies- dependency-name: "@typescript-eslint/eslint-plugin"  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: all-dependencies- dependency-name: "@typescript-eslint/parser"  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: all-dependencies- dependency-name: eslint-config-prettier  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: all-dependencies- dependency-name: prettier  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: all-dependencies- dependency-name: typescript  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: all-dependencies- dependency-name: typescript-eslint  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: all-dependencies- dependency-name: eslint-doc-generator  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: all-dependencies...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot requested a review froma team as acode ownerMarch 10, 2025 00:38
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelMar 10, 2025
@dependabotdependabotbot requested a review fromdgreifMarch 10, 2025 00:38
@dependabotdependabotbot added the javascriptPull requests that update Javascript code labelMar 10, 2025
@dgreifdgreif merged commit83669fa intomainMar 10, 2025
3 checks passed
@dgreifdgreif deleted the dependabot/npm_and_yarn/all-dependencies-a0f16f70f7 branchMarch 10, 2025 12:11
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@dgreifdgreifdgreif 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.

1 participant
@dgreif

[8]ページ先頭

©2009-2025 Movatter.jp