chore(deps-dev): bump the eslint group across 1 directory with 3 updates - #113
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/my-app/eslint-0edff8e0b2
branch
3 times, most recently
from
April 18, 2026 06:56
32d5b31 to
7616100
Compare
Bumps the eslint group in /my-app with 3 updates: [@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) and [eslint](https://github.com/eslint/eslint). Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.58.2 - [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.58.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.18.0 to 8.58.2 - [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.58.2/packages/parser) Updates `eslint` from 8.57.1 to 10.2.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v10.2.1) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.58.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.58.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/my-app/eslint-0edff8e0b2
branch
from
April 18, 2026 07:04
7616100 to
939add9
Compare
sauravpanda
added a commit
that referenced
this pull request
Apr 18, 2026
Closes dependabot PR #113. - Bump eslint 8.57.1 → 10.2.1 - Bump @typescript-eslint/eslint-plugin 7.18.0 → 8.58.2 - Bump @typescript-eslint/parser 7.18.0 → 8.58.2 - Add @eslint/compat ^2.0.5, @eslint/js ^10.0.1, globals ^17.5.0 Config migration (eslint v10 drops legacy eslintrc): - Replace .eslintrc.json with eslint.config.js (flat config, CJS) - Wrap eslint-plugin-import v2 with fixupPluginRules() from @eslint/compat (it does not yet declare eslint v10 peerDep support) - Exclude .js/.mjs/.cjs files to preserve old --ext .ts,.tsx behaviour - Update lint script: remove obsolete --ext .ts,.tsx flag - Downgrade new v10 rules (no-useless-assignment, preserve-caught-error, no-unsafe-function-type) to "warn" to avoid blocking on pre-existing code Source fixes (stale eslint-disable comments): - Replace all @typescript-eslint/no-var-requires disables with @typescript-eslint/no-require-imports (rule was renamed in v8) - Remove stale disable comments from test files (rule is already off there)
3 tasks
sauravpanda
added a commit
that referenced
this pull request
Apr 18, 2026
Closes dependabot PR #113. - Bump eslint 8.57.1 → 10.2.1 - Bump @typescript-eslint/eslint-plugin 7.18.0 → 8.58.2 - Bump @typescript-eslint/parser 7.18.0 → 8.58.2 - Add @eslint/compat ^2.0.5, @eslint/js ^10.0.1, globals ^17.5.0 Config migration (eslint v10 drops legacy eslintrc): - Replace .eslintrc.json with eslint.config.js (flat config, CJS) - Wrap eslint-plugin-import v2 with fixupPluginRules() from @eslint/compat (it does not yet declare eslint v10 peerDep support) - Exclude .js/.mjs/.cjs files to preserve old --ext .ts,.tsx behaviour - Update lint script: remove obsolete --ext .ts,.tsx flag - Downgrade new v10 rules (no-useless-assignment, preserve-caught-error, no-unsafe-function-type) to "warn" to avoid blocking on pre-existing code Source fixes (stale eslint-disable comments): - Replace all @typescript-eslint/no-var-requires disables with @typescript-eslint/no-require-imports (rule was renamed in v8) - Remove stale disable comments from test files (rule is already off there)
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/my-app/eslint-0edff8e0b2
branch
April 18, 2026 07:31
sauravpanda
added a commit
that referenced
this pull request
Apr 18, 2026
* feat(deps): upgrade eslint to v10 and @typescript-eslint to v8 Closes dependabot PR #113. - Bump eslint 8.57.1 → 10.2.1 - Bump @typescript-eslint/eslint-plugin 7.18.0 → 8.58.2 - Bump @typescript-eslint/parser 7.18.0 → 8.58.2 - Add @eslint/compat ^2.0.5, @eslint/js ^10.0.1, globals ^17.5.0 Config migration (eslint v10 drops legacy eslintrc): - Replace .eslintrc.json with eslint.config.js (flat config, CJS) - Wrap eslint-plugin-import v2 with fixupPluginRules() from @eslint/compat (it does not yet declare eslint v10 peerDep support) - Exclude .js/.mjs/.cjs files to preserve old --ext .ts,.tsx behaviour - Update lint script: remove obsolete --ext .ts,.tsx flag - Downgrade new v10 rules (no-useless-assignment, preserve-caught-error, no-unsafe-function-type) to "warn" to avoid blocking on pre-existing code Source fixes (stale eslint-disable comments): - Replace all @typescript-eslint/no-var-requires disables with @typescript-eslint/no-require-imports (rule was renamed in v8) - Remove stale disable comments from test files (rule is already off there) * fix(deps): resolve ESLint v10 compatibility after merge Remove eslint-plugin-import (peer dep only supports ESLint ≤ v9) and @eslint/compat (no longer needed). Migrate all import/ rules to their import-x/ equivalents which already ship v10 support.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the eslint group with 3 updates in the /my-app directory: @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint.
Updates
@typescript-eslint/eslint-pluginfrom 7.18.0 to 8.58.2Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
90c2803chore(release): publish 8.58.27c9e06ffix(eslint-plugin): [no-unnecessary-condition] use assignability checks in ch...dae1732chore(eslint-plugin): switch auto-generated test cases to hand-written in unb...be6b49afix: remove tsbuildinfo cache file from published packages (#12187)5311ed3chore(release): publish 8.58.1c3f8ed5fix(eslint-plugin): [no-unused-vars] fix false negative for type predicate pa...e372a66Revert: feat(eslint-plugin): [no-unnecessary-type-arguments] report inferred ...4933417chore(release): publish 8.58.05a9bd36fix(eslint-plugin): [prefer-regexp-exec] avoid fixing unknown RegExp flags (#...edb90ebfix(eslint-plugin): [no-extraneous-class] handle index signatures (#12142)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@typescript-eslint/eslint-pluginsince your current version.Updates
@typescript-eslint/parserfrom 7.18.0 to 8.58.2Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.... (truncated)
Commits
90c2803chore(release): publish 8.58.2be6b49afix: remove tsbuildinfo cache file from published packages (#12187)5311ed3chore(release): publish 8.58.14933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)be4d54dchore(release): publish 8.57.2c7c38aachore(release): publish 8.57.12c6aeeechore(release): publish 8.57.0f696dadchore: use pnpm catalog (#12047)a09921echore: update vitest to 4.x (#12071)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@typescript-eslint/parsersince your current version.Updates
eslintfrom 8.57.1 to 10.2.1Release notes
Sourced from eslint's releases.
... (truncated)
Commits
4d1d8f910.2.13e33105Build: changelog update for 10.2.1ca92ca0docs: reuse markdown-it instance for markdown filter (#20768)7ddfea9chore: update dependency prettier to v3.8.2 (#20770)57d2ee2docs: Enable Eleventy incremental mode for watch (#20767)c1621b9docs: fix typos in code-path-analyzer.js (#20700)fac40e1ci: bump pnpm/action-setup from 5.0.0 to 6.0.0 (#20763)7246f92test: add tests for SuppressionsService.load() error handling (#20734)4f34b1echore: update pnpm/action-setup action to v5 (#20762)1418d52docs: Update README