Skip to content

Commit 0c42d4d

Browse files
sserrataclaude
andcommitted
chore(deps): upgrade eslint 7 β†’ 8 and update related plugins
- eslint: ^7.5.0 β†’ ^8.0.0 (resolves js-yaml@3 CVE via eslint dependency) - eslint-config-react-app: ^6.0.0 β†’ ^7.0.0 (required for eslint 8 compat) - eslint-plugin-flowtype: ^5.2.0 β†’ ^8.0.0 (v5 only supports eslint@7) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c63ef42 commit 0c42d4d

File tree

2 files changed

+621
-212
lines changed

2 files changed

+621
-212
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"babel-eslint": "^10.0.0",
5151
"cypress": "^8.7.0",
5252
"cypress-plugin-snapshots": "^1.4.4",
53-
"eslint": "^7.5.0",
54-
"eslint-config-react-app": "^6.0.0",
53+
"eslint": "^8.0.0",
54+
"eslint-config-react-app": "^7.0.0",
5555
"eslint-plugin-cypress": "^2.12.1",
56-
"eslint-plugin-flowtype": "^5.2.0",
56+
"eslint-plugin-flowtype": "^8.0.0",
5757
"eslint-plugin-header": "^3.1.1",
5858
"eslint-plugin-import": "^2.22.0",
5959
"eslint-plugin-jest": "^28.14.0",

0 commit comments

Comments
Β (0)