The current Dependabot PR upgrading ESLint to v10 cannot be merged because npm ci fails due to incompatible peer dependencies.
Current error:
peerOptional eslint "^8.40 || 9" from @eslint/compat@2.0.0
The project currently uses @eslint/compat to bridge legacy ESLint configurations to the flat config format.
- Investigate whether a newer version of
@eslint/compat supports ESLint 10
- Review whether
@eslint/compat is still required or if the configuration can be migrated to native flat config
- Upgrade related ESLint plugins if necessary
The current Dependabot PR upgrading ESLint to v10 cannot be merged because
npm cifails due to incompatible peer dependencies.Current error:
The project currently uses
@eslint/compatto bridge legacy ESLint configurations to the flat config format.@eslint/compatsupports ESLint 10@eslint/compatis still required or if the configuration can be migrated to native flat config