chore(deps-dev): bump eslint from 8.57.1 to 10.4.0 in /packages/worker#96
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps-dev): bump eslint from 8.57.1 to 10.4.0 in /packages/worker#96dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
601ab1c to
5ba57e2
Compare
ElioNeto
added a commit
that referenced
this pull request
May 20, 2026
Closes #96 - Bump eslint from ^8.56.0 to ^10.3.0 - Replace @typescript-eslint/eslint-plugin + @typescript-eslint/parser with unified typescript-eslint ^8.59.4 - Add @eslint/js ^10.0.1 for js.configs.recommended - Migrate from legacy .eslintrc.json to flat config eslint.config.js - Remove .eslintrc.json (no longer supported by ESLint v10) - Lint rules preserved: no-console, no-unused-vars, no-explicit-any Validation: - eslint src/ passes (15 pre-existing warnings, 0 errors) - tsc --noEmit passes - npm test: 11/12 suites pass (pre-existing request_helpers failure)
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 10.4.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v10.4.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
5ba57e2 to
9fb913b
Compare
ElioNeto
added a commit
that referenced
this pull request
May 20, 2026
Closes #96 - Bump eslint from ^8.56.0 to ^10.3.0 - Replace @typescript-eslint/eslint-plugin + @typescript-eslint/parser with unified typescript-eslint ^8.59.4 - Add @eslint/js ^10.0.1 for js.configs.recommended - Migrate from legacy .eslintrc.json to flat config eslint.config.js - Remove .eslintrc.json (no longer supported by ESLint v10) - Lint rules preserved: no-console, no-unused-vars, no-explicit-any Validation: - eslint src/ passes (15 pre-existing warnings, 0 errors) - tsc --noEmit passes - npm test: 11/12 suites pass (pre-existing request_helpers failure)
13 tasks
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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 eslint from 8.57.1 to 10.4.0.
Release 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 README