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 across 1 directory with 7 updates#601

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 ofgithubJan 27, 2025

Bumps the all-dependencies group with 7 updates in the / directory:

PackageFromTo
@eslint/js9.18.09.19.0
@typescript-eslint/eslint-plugin8.19.18.21.0
@typescript-eslint/parser8.19.18.21.0
eslint-config-prettier9.1.010.0.1
eslint-plugin-prettier5.2.15.2.3
typescript-eslint8.19.18.21.0
mocha11.0.111.1.0

Updates@eslint/js from 9.18.0 to 9.19.0

Release notes

Sourced from@​eslint/js's releases.

v9.19.0

Features

  • 1637b8e feat: add--report-unused-inline-configs (#19201) (Josh Goldberg ✨)

Bug Fixes

  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)

Documentation

  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replacevar withlet andconst in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • 8a0a5a8 docs: betterglobal ignores instruction (#19297) (Jacopo Marrone)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)

Chores

  • 9b9cb05 chore: upgrade@​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for@​eslint/js release (Jenkins)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
Changelog

Sourced from@​eslint/js's changelog.

v9.19.0 - January 24, 2025

  • 9b9cb05 chore: upgrade@​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for@​eslint/js release (Jenkins)
  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replacevar withlet andconst in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)
  • 8a0a5a8 docs: betterglobal ignores instruction (#19297) (Jacopo Marrone)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • 1637b8e feat: add--report-unused-inline-configs (#19201) (Josh Goldberg ✨)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)
Commits

Updates@typescript-eslint/eslint-plugin from 8.19.1 to 8.21.0

Release notes

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

v8.21.0

8.21.0 (2025-01-20)

🚀 Features

  • ast-spec: support import attributes inTSImportType (#10640)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
  • eslint-plugin: check JSX spread elements for misused spread usage (#10653)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
  • eslint-plugin-internal: [debug-namespace] on windows (#10661)
  • rule-tester: handle window root path (#10654)
  • scope-manager: add a reference for JSX closing element if it exists (#10614)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

v8.20.0

8.20.0 (2025-01-13)

🚀 Features

  • standardize debug namespaces to file paths (#10599)
  • eslint-plugin: [no-misused-spread] add new rule (#10551)
  • eslint-plugin: [no-deprecated] add allow options (#10585)
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)

🩹 Fixes

  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Changelog

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

8.21.0 (2025-01-20)

🩹 Fixes

  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

8.20.0 (2025-01-13)

🚀 Features

  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)
  • eslint-plugin: [no-deprecated] add allow options (#10585)
  • eslint-plugin: [no-misused-spread] add new rule (#10551)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Commits
  • 79af426 chore(release): publish 8.21.0
  • 609a78f test(eslint-plugin): adjust tests to verifyno-unnecessary-type-assertion d...
  • fb4ca72 fix(eslint-plugin): [no-duplicate-enum-values] handle template literal (#10675)
  • 1895948 fix(eslint-plugin): [no-base-to-string] don't crash for recursive array or tu...
  • 74f1c5a fix(eslint-plugin): [no-for-in-array] report on any type which may be an arra...
  • 916b989 fix(eslint-plugin): check JSX spread elements for misused spread usage (#10653)
  • 31be053 chore: fix failing test on master
  • 70f3092 docs: [no-misused-spread] fix sample code (#10659)
  • a157fd4 chore: standardized on inline named exports (mostly) (#10596)
  • 3dbcc19 fix(eslint-plugin): [no-unnecessary-type-arguments] handle type args on jsx (...
  • Additional commits viewable incompare view

Updates@typescript-eslint/parser from 8.19.1 to 8.21.0

Release notes

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

v8.21.0

8.21.0 (2025-01-20)

🚀 Features

  • ast-spec: support import attributes inTSImportType (#10640)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
  • eslint-plugin: check JSX spread elements for misused spread usage (#10653)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
  • eslint-plugin-internal: [debug-namespace] on windows (#10661)
  • rule-tester: handle window root path (#10654)
  • scope-manager: add a reference for JSX closing element if it exists (#10614)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

v8.20.0

8.20.0 (2025-01-13)

🚀 Features

  • standardize debug namespaces to file paths (#10599)
  • eslint-plugin: [no-misused-spread] add new rule (#10551)
  • eslint-plugin: [no-deprecated] add allow options (#10585)
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)

🩹 Fixes

  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Changelog

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

8.21.0 (2025-01-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about ourversioning strategy andreleases on our website.

8.20.0 (2025-01-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about ourversioning strategy andreleases on our website.

Commits

Updateseslint-config-prettier from 9.1.0 to 10.0.1

Release notes

Sourced fromeslint-config-prettier's releases.

v10.0.1

eslint-config-prettier

10.0.1

What's Changed

New Contributors

Full Changelog:prettier/eslint-config-prettier@v9.1.0...v10.0.1

v10.0.0

Major Changes

Changelog

Sourced fromeslint-config-prettier's changelog.

eslint-config-prettier

10.0.0

Major Changes

Versions before 10.0.0

Commits
Maintainer changes

This version was pushed to npm byjounqin, a new releaser for eslint-config-prettier since your current version.


Updateseslint-plugin-prettier from 5.2.1 to 5.2.3

Release notes

Sourced fromeslint-plugin-prettier's releases.

v5.2.3

Patch Changes

v5.2.2

Patch Changes

What's Changed

New Contributors

Full Changelog:prettier/eslint-plugin-prettier@v5.2.1...v5.2.2

Changelog

Sourced fromeslint-plugin-prettier's changelog.

5.2.3

Patch Changes

5.2.2

Patch Changes

Commits
  • 6fd7ba1 chore: release eslint-plugin-prettier (#704)
  • 190d6f9 build(deps): Bump synckit from 0.9.1 to 0.9.2 (#705)
  • 9cf6a01 build(deps-dev): Bump svelte from 4.2.8 to 4.2.19 (#677)
  • 9c6141f chore: add plugin name to flat recommended config (#703)
  • 35a5cd0 chore: bupm eslint-plugin-comments (#702)
  • df123a5 chore: release eslint-plugin-prettier (#701)
  • e272d7c chore: use double quote for changesets/changelog files
  • aa5b59f fix: report node when loc not found (#700)
  • 37d87ea chore: update FUNDING.yml
  • b307125 docs(README): fixes legacy ESlint configs link (#686)
  • Additional commits viewable incompare view

Updatestypescript-eslint from 8.19.1 to 8.21.0

Release notes

Sourced fromtypescript-eslint's releases.

v8.21.0

8.21.0 (2025-01-20)

🚀 Features

  • ast-spec: support import attributes inTSImportType (#10640)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
  • eslint-plugin: check JSX spread elements for misused spread usage (#10653)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
  • eslint-plugin-internal: [debug-namespace] on windows (#10661)
  • rule-tester: handle window root path (#10654)
  • scope-manager: add a reference for JSX closing element if it exists (#10614)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

v8.20.0

8.20.0 (2025-01-13)

🚀 Features

  • standardize debug namespaces to file paths (#10599)
  • eslint-plugin: [no-misused-spread] add new rule (#10551)
  • eslint-plugin: [no-deprecated] add allow options (#10585)
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)

🩹 Fixes

  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Changelog

Sourced fromtypescript-eslint's changelog.

8.21.0 (2025-01-20)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about ourversioning strategy andreleases on our website.

8.20.0 (2025-01-13)

🚀 Features

  • eslint-plugin: [no-misused-spread] add new rule (#10551)

❤️ Thank You

  • Josh Goldberg ✨

You can read about ourversioning strategy andreleases on our website.

Commits
  • 79af426 chore(release): publish 8.21.0
  • a157fd4 chore: standardized on inline named exports (mostly) (#10596)
  • ea6fbea chore(release): publish 8.20.0
  • a175189 docs(typescript-eslint): make jsdoc for config helper function consistent (#1...
  • 04166e0 feat(eslint-plugin): [no-misused-spread] add new rule (#10551)
  • See full diff incompare view

Updatesmocha from 11.0.1 to 11.1.0

Release notes

Sourced frommocha's releases.

v11.1.0

11.1.0 (2025-01-02)

🌟 Features

v11.0.2

11.0.2 (2024-12-09)

🩹 Fixes

  • catch exceptions setting Error.stackTraceLimit (#5254) (259f8f8)
  • error handling for unexpected numeric arguments passed to cli (#5263) (210d658)

📚 Documentation

  • correct outdatedstatus: accepting prs link (#5268) (f729cd0)
  • replace "New in" with "Since" in version annotations (#5262) (6f10d12)
Changelog

Sourced frommocha's changelog.

11.1.0 (2025-01-02)

🌟 Features

11.0.2 (2024-12-09)

🩹 Fixes

  • catch exceptions setting Error.stackTraceLimit (#5254) (259f8f8)
  • error handling for unexpected numeric arguments passed to cli (#5263) (210d658)

📚 Documentation

  • correct outdatedstatus: accepting prs link (#5268) (f729cd0)
  • replace "New in" with "Since" in version annotations (#5262) (6f10d12)
Commits

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

…7 updatesBumps the all-dependencies group with 7 updates in the / directory:| Package | From | To || --- | --- | --- || [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.18.0` | `9.19.0` || [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.19.1` | `8.21.0` || [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.1` | `8.21.0` || [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.0.1` || [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.2.3` || [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.19.1` | `8.21.0` || [mocha](https://github.com/mochajs/mocha) | `11.0.1` | `11.1.0` |Updates `@eslint/js` from 9.18.0 to 9.19.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.19.0/packages/js)Updates `@typescript-eslint/eslint-plugin` from 8.19.1 to 8.21.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.21.0/packages/eslint-plugin)Updates `@typescript-eslint/parser` from 8.19.1 to 8.21.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.21.0/packages/parser)Updates `eslint-config-prettier` from 9.1.0 to 10.0.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@v9.1.0...v10.0.1)Updates `eslint-plugin-prettier` from 5.2.1 to 5.2.3- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)- [Commits](prettier/eslint-plugin-prettier@v5.2.1...v5.2.3)Updates `typescript-eslint` from 8.19.1 to 8.21.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.21.0/packages/typescript-eslint)Updates `mocha` from 11.0.1 to 11.1.0- [Release notes](https://github.com/mochajs/mocha/releases)- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)- [Commits](mochajs/mocha@v11.0.1...v11.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-major  dependency-group: all-dependencies- dependency-name: eslint-plugin-prettier  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: all-dependencies- dependency-name: typescript-eslint  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: all-dependencies- dependency-name: mocha  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 ownerJanuary 27, 2025 00:06
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsJan 27, 2025
@dependabotdependabotbot requested a review fromareliaJanuary 27, 2025 00:06
@dgreifdgreif merged commit3f4c461 intomainJan 27, 2025
3 checks passed
@dgreifdgreif deleted the dependabot/npm_and_yarn/all-dependencies-8911a74374 branchJanuary 27, 2025 13:32
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@dgreifdgreifdgreif approved these changes

@areliaareliaAwaiting requested review from areliaarelia is a code owner automatically assigned from github/web-systems-reviewers

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