chore(deps-dev): bump the eslint group across 1 directory with 4 updates#6685
chore(deps-dev): bump the eslint group across 1 directory with 4 updates#6685dependabot[bot] wants to merge 1 commit into
Conversation
|
Reviewing this major version bump. Workflow run |
|
BLEnder picked up this PR. Workflow run |
|
BLEnder could not fix this PR automatically. Workflow run |
|
NEEDS_REVIEW: this major version bump needs code-owner review Confidence: high Breaking changes: ESLint 10 drops @eslint/js from ESLint's own dependencies (eslint 9.x deps included @eslint/js; eslint 10.x does not), so projects that consumed it transitively must declare it directly.; ESLint 10 raises the supported Node range to ^20.19.0 || ^22.13.0 || >=24 (drops Node 18 and Node 20.0–20.18). Repo declares node 20.20.x which still satisfies this, but the floor moved.; ESLint 10 removes the @eslint/eslintrc/legacy eslintrc bridging and drops chalk and lodash.merge from its deps; flat config is now the only supported configuration form.; ESLint 10 swaps @eslint/core 0.17 for 1.x and bumps @eslint/config-array, @eslint/object-schema and @eslint/plugin-kit to major versions, which can break ESLint plugins not yet updated for ESLint 10's plugin contract.; Rule meta changes in ESLint 10 (meta.language removed, migration to meta.dialects, non-array deprecated rule replacements handled differently) can affect third-party plugins.; @typescript-eslint/* 8.59 widens the TypeScript peer range to >=4.8.4 <6.1.0 (minor change, but the typescript-eslint subtree adds @typescript-eslint/eslint-plugin and @typescript-eslint/parser peerDeps requiring ESLint ^8.57.0 || ^9.0.0 || ^10.0.0 — supported here). |
b96d5b9 to
38c4ce7
Compare
|
BLEnder picked up this PR. Workflow run |
|
BLEnder could not fix this PR automatically. Workflow run |
38c4ce7 to
8244a34
Compare
|
BLEnder picked up this PR. Workflow run |
|
BLEnder could not fix this PR automatically. Workflow run |
8244a34 to
f72a2d4
Compare
|
BLEnder picked up this PR. Workflow run |
|
BLEnder could not fix this PR automatically. Workflow run |
Bumps the eslint group with 4 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@typescript-eslint/eslint-plugin` from 8.56.1 to 8.59.4 - [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.59.4/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.56.1 to 8.59.4 - [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.59.4/packages/parser) Updates `eslint` from 9.39.3 to 10.4.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.3...v10.4.0) Updates `eslint-plugin-jsdoc` from 62.7.1 to 63.0.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v62.7.1...v63.0.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 62.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
f72a2d4 to
03c4cdf
Compare
|
BLEnder picked up this PR. Workflow run |
|
BLEnder could not fix this PR automatically. Workflow run |
Bumps the eslint group with 4 updates in the / directory: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint and eslint-plugin-jsdoc.
Updates
@typescript-eslint/eslint-pluginfrom 8.56.1 to 8.59.4Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
... (truncated)
Commits
ca6ca14chore(release): publish 8.59.44302433fix(eslint-plugin): [no-floating-promises] stack overflow when using recursiv...10b79f1chore(deps): update dependency eslint to v10.4.0 (#12339)2a6765dchore: clenaupgetAwaitedTypefromtypescript.d.ts(#12302)48e13c0chore(release): publish 8.59.3e26dc80docs: update stale links to latest (#12313)44f9625chore(deps): update vitest monorepo to v4.1.5 (#12307)2ec35f1chore(release): publish 8.59.2ec3ef25test: make no-useless-empty-export tests fully static (#12260)60d0a51chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...Updates
@typescript-eslint/parserfrom 8.56.1 to 8.59.4Release notes
Sourced from @typescript-eslint/parser's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
... (truncated)
Commits
ca6ca14chore(release): publish 8.59.448e13c0chore(release): publish 8.59.344f9625chore(deps): update vitest monorepo to v4.1.5 (#12307)2ec35f1chore(release): publish 8.59.25245793chore(release): publish 8.59.1ea9ae4fchore(release): publish 8.59.090c2803chore(release): publish 8.58.2be6b49afix: remove tsbuildinfo cache file from published packages (#12187)5311ed3chore(release): publish 8.58.14933417chore(release): publish 8.58.0Updates
eslintfrom 9.39.3 to 10.4.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
452c40110.4.0b6417e8Build: changelog update for 10.4.06616856chore: upgrade knip to v6 (#20875)d13b084ci: ensure auto-created PRs run CI (#20860)7e52a71docs: add mention of@eslint-react/eslint-plugin(#20869)e71c7afci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (#20862)544c0c3fix: escape code path DOT labels in debug output (#20866)db3468bdocs: tweak wording around ambiguous CJS-vs-ESM config (#20865)d84393dtest: add unit tests for SuppressionsService.applySuppressions() (#20863)9084664docs: Update READMEUpdates
eslint-plugin-jsdocfrom 62.7.1 to 63.0.0Release notes
Sourced from eslint-plugin-jsdoc's releases.
Commits
5980856chore: drop Node 26 for now (until Node/yargs/c8 issue fixed)4a3d194chore: lintingdca8a75chore: update for pnpm 11c43043achore: test Node 26; drop 20ce8074cchore: bump Node version for latest pnpmdbe2e2achore: update368d0d5chore: update semver, devDeps.cacb73efix(require-throws): avoid skipping constructors; fixes #169231b2ec6chore: update devDeps.f631620chore(deps): bump lodash from 4.17.23 to 4.18.1