-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(eslint-plugin): support Eslint 9 and 8 simultaneously #7072
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: aa1d5fb The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
…into 6048_eslint-flag
…into 6048_eslint-flag
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
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.
Do you think we can have a test where it is installed with eslint V8 and tested, and also with V9 and tested?
packages/eslint-plugin-qwik/tests/valid-lexical-scope/invalid-capture-class.tsx
Show resolved
Hide resolved
de7afde
to
939f856
Compare
Both methods use a different export method. For RuleTester, the only difference between ESLint 8 and ESLint 9 is the argument format. |
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. RUN v2.0.5 /home/runner/work/qwik/qwik/e2e/qwik-cli-e2e npm error code ERESOLVE ❯ tests/serve.spec.ts (1 test) 2958ms ⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL tests/serve.spec.ts [ tests/serve.spec.ts ] ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ Test Files 1 failed (1) Error: Error: Command failed: npm i ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ /home/runner/work/qwik/qwik/e2e/qwik-cli-e2e: execSync('npm i', change into |
#6048
What is it?
Description
Checklist
pnpm change