refactor(deps): migrate eslint from 9.19.0 to 10.0.2#1634
Open
digital-wizard48 wants to merge 1 commit intomongodb:masterfrom
Open
refactor(deps): migrate eslint from 9.19.0 to 10.0.2#1634digital-wizard48 wants to merge 1 commit intomongodb:masterfrom
digital-wizard48 wants to merge 1 commit intomongodb:masterfrom
Conversation
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.
Changes
Dependency version bump
eslintfrom9.19.0to10.0.2inpackage.json@eslint/jsspecifier from^9to^10inpackage.jsonpnpm-lock.yamlBreaking change: removal of
eslint:recommendedstring configESLint 10 removes the
eslint:recommendedbuilt-in string config that was previously resolvable viaFlatCompat.extends(). The correct migration is to usejs.configs.recommendedfrom@eslint/jsdirectly as a flat config object.In
eslint.config.mjs:FlatCompatimport and instantiation (no longer needed foreslint:recommended)path,fileURLToPathimports used only byFlatCompatsetup...compat.extends("eslint:recommended")withjs.configs.recommendedspread directly in the config arrayThis is the idiomatic ESLint flat config pattern that was already the recommended approach in ESLint 9 and is now required in ESLint 10.
Note
The
pnpm-lock.yamlversion specifiers have been updated; a fullpnpm installwill be required to regenerate the complete lockfile with resolved package hashes for ESLint 10.0.2 and its updated dependency tree.This PR was auto-generated by Gittensor upgrade bot using Claude AI