Bump eslint from 10.2.0 to 10.4.0#143
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 10.2.0 to 10.4.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.2.0...v10.4.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Needs ReviewI recommend reviewing this upgrade before merging because the project's ESLint configuration is fundamentally incompatible with ESLint v10. The project uses a legacy
Fix SuggestionsWe identified 6 fixable issues in this upgrade.
import js from '@eslint/js';
import globals from 'globals';
export default [
js.configs.recommended,
{
languageOptions: {
ecmaVersion: 2021,
sourceType: 'commonjs', // or 'module' depending on project
globals: {
...globals.node,
...globals.jest,
// Add mongo globals if needed
},
},
rules: {
// Copy custom rules from .eslintrc.cjs here
},
},
];Alternatively, run
AI Assistant PromptCopy prompt for AI assistantWhat we checked
Dependency Usage
View 2 more usages
Changes
View 22184 more changes
View 22087 more changes in the full analysis References (8)[1]: ESLint is declared as a Line 32 in b3c8893 [2]: The project uses the legacy Line 1 in b3c8893 [3]: The config uses Line 10 in b3c8893 [4]: The Line 2 in b3c8893 [5]: The project specifies Node.js Line 1 in b3c8893 [6]: Official ESLint v10 migration guide confirms the legacy [7]: Community migration guide confirms that ESLint v10 silently ignores [8]: If fossabot analyzed this PR using dependency research. View this analysis on the web |
Bumps eslint from 10.2.0 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 READMEDependabot 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)