Bump eslint from 9.39.2 to 10.0.2#1605
Merged
PatrickCroninMM merged 5 commits intomainfrom Mar 30, 2026
Merged
Conversation
Deploying dev-site with
|
| Latest commit: |
32b0b66
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://507f9951.dev-site-4ua.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-esli-3kru.dev-site-4ua.pages.dev |
cbc25e8 to
e24578a
Compare
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.0.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.0.2) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
e24578a to
dad3309
Compare
76ef672 to
065d63f
Compare
- Remove unused globals (__BASE_PATH__, __PATH_PREFIX__, graphql) — not referenced anywhere in codebase - Remove globals package and languageOptions.globals — only TS files are linted, and TypeScript handles undefined variable checking - Remove all formatting rules (comma-dangle, quotes, semi, max-len, etc.) — Prettier handles formatting - Remove content/** max-len override — base max-len rule was removed, making this a no-op - Remove eslint-config-prettier — nothing left for it to disable after formatting rules removed - Remove eslint-plugin-security — plugin was registered but zero rules were enabled, effectively a no-op - Remove duplicate parser declarations — tseslint.configs.recommended already sets the parser - Remove duplicate await-thenable rule — already included in tseslint.configs.recommended - Remove settings.polyfills — config for eslint-plugin-compat which is not a dependency - Remove settings['import/parsers'] (2 instances) — config for eslint-plugin-import which is not a dependency - Remove parserOptions.requireConfigFile — babel-eslint option, not used by typescript-eslint parser - Remove parserOptions.ecmaFeatures.modules — legacy option, redundant with sourceType: 'module' - Remove ecmaVersion and sourceType — ESLint 10 defaults to 'latest' and 'module' - Remove sourceType: 'script' on .ts file block — was incorrect for TypeScript modules - Remove **/node_modules from ignores — ESLint ignores node_modules by default - Remove .scss import sort group — no .scss imports exist in codebase - Remove dead eslint-disable-next-line max-len comments — rule no longer exists
065d63f to
cd577af
Compare
36f4c85 to
e2d5203
Compare
PatrickCroninMM
approved these changes
Mar 30, 2026
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 9.39.2 to 10.0.2.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
55122d610.0.280f1e29Build: changelog update for 10.0.2951223bchore: update dependency@eslint/eslintrcto ^3.3.4 (#20553)13eeedbdocs: link rule type explanation to CLI option --fix-type (#20548)6aa1afechore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536)2b72361fix: updateajvto6.14.0to address security vulnerabilities (#20537)98cbf6bdocs: update migration guide per Program range change (#20534)61a2405docs: add missing semicolon in vars-on-top rule example (#20533)0bd549710.0.1ddb80efBuild: changelog update for 10.0.1Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)