-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
@copilot make the necessary changes to update eslint to version 9 and related dependencies, do this by going through the following PR:
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.34.1 #873
- chore(deps-dev): bump eslint from 8.57.0 to 9.38.0 #893
- chore(deps-dev): bump eslint-plugin-array-func from 3.1.8 to 5.1.1 #897
- chore(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 #899
- chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 29.15.0 #900
- chore(deps-dev): bump eslint-plugin-no-secrets from 1.0.2 to 2.3.3 #902
- chore(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 4.4.4 #904
- chore(deps-dev): bump eslint-plugin-security from 1.7.1 to 4.0.0 #905
- build(deps-dev): bump eslint-plugin-sonarjs from 0.25.0 to 4.0.2 #906
Instructions:
- Create a new branch for all the changes
- Do not bypass the current CI workflows
- Only if necessary update other devDependencies
- Important: do not add or remove any previous eslint rules
- Fix any error caused by the new version of eslint
- You can skip fixing warnings
- When you finish open a PR and wait for review
References:
- https://eslint.org/docs/latest/use/migrate-to-9.0.0
- https://www.ekino.fr/publications/migrate-to-eslint-9-x/
- https://medium.com/@y.abdelkaderkharoubi/the-great-eslint-v9-migration-adventure-a-developers-survival-guide-%EF%B8%8F-ade6d75a11c5
- https://www.dhiwise.com/blog/design-converter/migration-to-eslint-v9-a-quick-and-simple-guide
Reactions are currently unavailable