Tell us about your environment
- ESLint version:
- eslint-plugin-vue version:
- Vue version:
- Node version:
The problem you want to solve.
Currently this packages forces ESLint < 10.
But ESLint v10 was released, release announcement.
|
"eslint": "^8.57.0 || ^9.0.0", |
Your take on the correct solution to problem.
Looks like this plugin does not use any of the removed API, so bumping peerDependencies should be enough.
Additional context
Tell us about your environment
The problem you want to solve.
Currently this packages forces ESLint < 10.
But ESLint v10 was released, release announcement.
eslint-plugin-vue/package.json
Line 64 in 138db47
Your take on the correct solution to problem.
Looks like this plugin does not use any of the removed API, so bumping peerDependencies should be enough.
Additional context