Skip to content

Commit 869fdb8

Browse files
Bump eslint
1 parent 9b150ac commit 869fdb8

File tree

3 files changed

+136
-135
lines changed

3 files changed

+136
-135
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@tsconfig/node22": "^22.0.2",
4545
"@types/node": "^22.18.6",
4646
"@types/semver": "^7.7.1",
47-
"@typescript-eslint/eslint-plugin": "8.44.1",
48-
"@typescript-eslint/parser": "^8.44.1",
47+
"@typescript-eslint/eslint-plugin": "8.45.0",
48+
"@typescript-eslint/parser": "^8.45.0",
4949
"@vitest/coverage-v8": "^3.2.4",
5050
"eslint": "^9.36.0",
5151
"jsdom": "^27.0.0",

packages/code-infra/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"@babel/preset-env": "^7.28.3",
3737
"@babel/preset-react": "^7.27.1",
3838
"@babel/preset-typescript": "^7.27.1",
39-
"@eslint/compat": "^1.3.2",
39+
"@eslint/compat": "^1.4.0",
4040
"@eslint/js": "^9.36.0",
4141
"@mui/internal-babel-plugin-display-name": "workspace:*",
4242
"@mui/internal-babel-plugin-minify-errors": "workspace:*",
4343
"@mui/internal-babel-plugin-resolve-imports": "workspace:*",
44-
"@next/eslint-plugin-next": "^15.5.3",
44+
"@next/eslint-plugin-next": "^15.5.4",
4545
"@octokit/auth-action": "^6.0.1",
4646
"@octokit/rest": "^22.0.0",
4747
"@pnpm/find-workspace-dir": "^1000.1.3",
@@ -55,11 +55,11 @@
5555
"eslint-module-utils": "^2.12.1",
5656
"eslint-plugin-import": "^2.32.0",
5757
"eslint-plugin-jsx-a11y": "^6.10.2",
58-
"eslint-plugin-mocha": "^11.1.0",
58+
"eslint-plugin-mocha": "^11.2.0",
5959
"eslint-plugin-react": "^7.37.5",
6060
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
61-
"eslint-plugin-react-hooks": "^6.0.0-rc1",
62-
"eslint-plugin-testing-library": "^7.10.0",
61+
"eslint-plugin-react-hooks": "^6.1.0",
62+
"eslint-plugin-testing-library": "^7.11.0",
6363
"execa": "^9.6.0",
6464
"git-url-parse": "^16.1.0",
6565
"globals": "^16.4.0",
@@ -70,7 +70,7 @@
7070
"resolve-pkg-maps": "^1.0.0",
7171
"semver": "^7.7.2",
7272
"stylelint-config-standard": "^39.0.0",
73-
"typescript-eslint": "^8.44.1",
73+
"typescript-eslint": "^8.45.0",
7474
"yargs": "^18.0.0"
7575
},
7676
"peerDependencies": {
@@ -86,11 +86,11 @@
8686
"@types/estree-jsx": "^1.0.5",
8787
"@types/regexp.escape": "^2.0.0",
8888
"@types/yargs": "^17.0.33",
89-
"@typescript-eslint/parser": "^8.44.1",
90-
"@typescript-eslint/rule-tester": "^8.44.1",
89+
"@typescript-eslint/parser": "^8.45.0",
90+
"@typescript-eslint/rule-tester": "^8.45.0",
9191
"eslint": "^9.36.0",
9292
"prettier": "^3.6.2",
93-
"typescript-eslint": "^8.44.1"
93+
"typescript-eslint": "^8.45.0"
9494
},
9595
"files": [
9696
"bin",

0 commit comments

Comments
 (0)