Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork698
test(integrations/import): align fixture to ESLint ^9#2931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
test(integrations/import): align fixture to ESLint ^9#2931
Uh oh!
There was an error while loading.Please reload this page.
Conversation
changeset-botbot commentedSep 6, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
e090489 todd29176CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
FloEdelmann left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks, looks good to me 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
Updates the ESLint plugin import integration test to use ESLint version 9 and migrates from the legacy .eslintrc.json configuration format to the new flat config format (eslint.config.mjs).
- Upgrades ESLint from ^7.0.0 to ^9.0.0 and eslint-plugin-import from ~2.23.4 to ^2.31.0
- Migrates from legacy .eslintrc.json to flat config eslint.config.mjs format
- Updates test execution to use the new configuration file
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/integrations/eslint-plugin-import/package.json | Updates ESLint and eslint-plugin-import versions |
| tests/integrations/eslint-plugin-import/eslint.config.mjs | Adds new flat config format configuration |
| tests/integrations/eslint-plugin-import/.eslintrc.json | Removes legacy configuration file |
| tests/integrations/eslint-plugin-import.js | Updates test to use new config file |
Tip: Customize your code reviews with copilot-instructions.md.Create the file orlearn how to get started.
3e122e5 intovuejs:masterUh oh!
There was an error while loading.Please reload this page.
Update tests/integrations/eslint-plugin-import/package.json to use ESLint ^9 (or ^8) and eslint-plugin-import ^2.31.0, matching the plugin’s peerDependencies (^8 || ^9).
Test-only; no user-facing changes.
closed#2930
Linked to:#2916