Skip to content

Commit 1aea5a3

Browse files
Bump eslint (#732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f348020 commit 1aea5a3

File tree

3 files changed

+116
-116
lines changed

3 files changed

+116
-116
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@tsconfig/node22": "^22.0.2",
4242
"@types/node": "^22.18.6",
4343
"@types/semver": "^7.7.1",
44-
"@typescript-eslint/eslint-plugin": "8.43.0",
45-
"@typescript-eslint/parser": "^8.43.0",
44+
"@typescript-eslint/eslint-plugin": "8.44.0",
45+
"@typescript-eslint/parser": "^8.44.0",
4646
"eslint": "^9.35.0",
4747
"execa": "^9.6.0",
4848
"lerna": "^8.2.3",
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
58-
"eslint-plugin-n": "^17.21.3"
58+
"eslint-plugin-n": "^17.23.1"
5959
},
6060
"packageManager": "[email protected]",
6161
"engines": {

packages/code-infra/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-plugin-react": "^7.37.5",
5959
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
6060
"eslint-plugin-react-hooks": "^6.0.0-rc1",
61-
"eslint-plugin-testing-library": "^7.7.0",
61+
"eslint-plugin-testing-library": "^7.8.0",
6262
"execa": "^9.6.0",
6363
"git-url-parse": "^16.1.0",
6464
"globals": "^16.4.0",
@@ -67,7 +67,7 @@
6767
"regexp.escape": "^2.0.1",
6868
"resolve-pkg-maps": "^1.0.0",
6969
"semver": "^7.7.2",
70-
"typescript-eslint": "^8.43.0",
70+
"typescript-eslint": "^8.44.0",
7171
"yargs": "^18.0.0"
7272
},
7373
"peerDependencies": {
@@ -83,11 +83,11 @@
8383
"@types/estree-jsx": "^1.0.5",
8484
"@types/regexp.escape": "^2.0.0",
8585
"@types/yargs": "^17.0.33",
86-
"@typescript-eslint/parser": "^8.43.0",
87-
"@typescript-eslint/rule-tester": "^8.43.0",
86+
"@typescript-eslint/parser": "^8.44.0",
87+
"@typescript-eslint/rule-tester": "^8.44.0",
8888
"eslint": "^9.35.0",
8989
"prettier": "^3.6.2",
90-
"typescript-eslint": "^8.43.0"
90+
"typescript-eslint": "^8.44.0"
9191
},
9292
"files": [
9393
"bin",

0 commit comments

Comments
 (0)