<!-- Before proposing changes, please make sure it hasn't been posted already. You can see all open propositions here: https://github.com/vuejs/eslint-plugin-vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22new+rule+proposition%22 --> **Tell us about your environment** - **ESLint version:** N/A (integration fixture currently uses ^7.0.0) - **eslint-plugin-vue version:** 10.4.0 - **Vue version:** N/A - **Node version:** CI matrix (18/20/21/LTS) **The problem you want to solve.** [The integration test fixture at tests/integrations/eslint-plugin-import installs ESLint v7](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/integrations/eslint-plugin-import/package.json#L11), but this plugin supports ESLint ^8 || ^9. Additionally, I wish to address the issue causing the [CI to fail](https://github.com/vuejs/eslint-plugin-vue/pull/2916/files#file-tests-integrations-flat-config-js-L29) in #2916. **Your take on the correct solution to problem.** Bump the fixture dependencies to: * eslint: ^9 * eslint-plugin-import: ^2.31.0 Test-only change; no user-facing behavior change. **Additional context** <!-- Add any other context or screenshots about the feature request here. -->