chore(deps-dev): update eslint to v10#2393
Conversation
|
Let's not change the deps for now, we can simply add the following code to the Which will force use EsLint v10 which is only incompatible because of |
| }, | ||
| "engines": { | ||
| "node": "^20.19.0 || ^22.12.0 || >=23" | ||
| "node": "^20.19.0 || ^22.13.0 || >=24" |
There was a problem hiding this comment.
Revert this change. The field say what our package supports, local development can require a different ones.
There was a problem hiding this comment.
This showed up again.
There was a problem hiding this comment.
Restored the top-level package engine range and lockfile mirror to ^20.19.0 || ^22.12.0 || >=23, while keeping the eslint-plugin-import override.
Validation:
npm run check-formatnpm run buildnpm run test -- --test-concurrency=1
|
Updated this to keep the existing eslint-plugin-import setup, add the ESLint peer override, and restore the package engine range. Validation:
|
|
Thanks for the PR! @Lightning00Blade could you please re-gen package-lock locally for this fix? |
b712b99 to
38ab374
Compare
|
Rebased on latest main and regenerated the lockfile locally with Validation:
|
Fixes #955
Summary
@eslint/jsto v10Testing
npm cinpm run check-formatnpm run typechecknpm run test