-
Notifications
You must be signed in to change notification settings - Fork 8
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: upgrade ESLint to v9 (WIP) #1754
Conversation
…t/DES-769-eslint-v9-upgrade
package.json
Outdated
@@ -101,5 +107,5 @@ | |||
"cookie@<0.7.0": ">=0.7.0" | |||
} | |||
}, | |||
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228" | |||
"packageManager": "pnpm@9.13.2" |
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.
Adding the hash is recommended as a security practice, let's not remove it
package.json
Outdated
"@eslint/compat": "1.2.3", | ||
"@eslint/eslintrc": "3.1.0", | ||
"@eslint/js": "9.14.0" |
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.
These are all devDependencies, right?
…t/DES-769-eslint-v9-upgrade
…t/DES-769-eslint-v9-upgrade
…t/DES-769-eslint-v9-upgrade
…t/DES-769-eslint-v9-upgrade
Closing this PR as a new branch was made based off more recent to commits to |
Describe the pull request
Thank you for contributing to the project!
Please use this template to help us handle your PR smoothly.
What
(What changes does this PR introduce?)
Why
(Why are these changes necessary?)
How
(How were these changes implemented? Provide a brief overview of the approach taken and any key considerations.)
Checklist
Before submitting your pull request, please ensure you have done the following. Check each checkmark if you have done so or if it wasn't necessary:
Additional notes