Skip to content

Commit 0ebb014

Browse files
committed
chore: upgrade typescript-eslint and eslint-plugin-function
The commit updates several TypeScript ESLint dependencies to their latest patch versions: - typescript-eslint packages from 8.29.0 to 8.29.1 - eslint-plugin-function from 0.0.14 to 0.0.15
1 parent a83edb7 commit 0ebb014

File tree

21 files changed

+250
-250
lines changed

21 files changed

+250
-250
lines changed

.pkgs/configs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"@eslint/js": "^9.24.0",
2323
"@stylistic/eslint-plugin": "^4.2.0",
2424
"eslint-plugin-de-morgan": "^1.2.1",
25-
"eslint-plugin-function": "^0.0.14",
25+
"eslint-plugin-function": "^0.0.15",
2626
"eslint-plugin-jsdoc": "^50.6.9",
2727
"eslint-plugin-perfectionist": "^4.11.0",
2828
"eslint-plugin-regexp": "^2.7.0",
2929
"eslint-plugin-unicorn": "^58.0.0",
30-
"typescript-eslint": "^8.29.0"
30+
"typescript-eslint": "^8.29.1"
3131
}
3232
}

.pkgs/eslint-plugin-local/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.24.0",
3030
"@stylistic/eslint-plugin": "^4.2.0",
31-
"@typescript-eslint/scope-manager": "^8.29.0",
32-
"@typescript-eslint/type-utils": "^8.29.0",
33-
"@typescript-eslint/types": "^8.29.0",
34-
"@typescript-eslint/utils": "^8.29.0",
31+
"@typescript-eslint/scope-manager": "^8.29.1",
32+
"@typescript-eslint/type-utils": "^8.29.1",
33+
"@typescript-eslint/types": "^8.29.1",
34+
"@typescript-eslint/utils": "^8.29.1",
3535
"eslint-plugin-de-morgan": "^1.2.1",
3636
"eslint-plugin-jsdoc": "^50.6.9",
3737
"eslint-plugin-perfectionist": "^4.11.0",

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"tailwindcss": "^4.1.3",
6161
"tailwindcss-animated": "^2.0.0",
6262
"typescript": "^5.8.3",
63-
"typescript-eslint": "^8.29.0"
63+
"typescript-eslint": "^8.29.1"
6464
}
6565
}

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-hooks": "^5.2.0",
3030
"eslint-plugin-react-refresh": "^0.4.19",
3131
"typescript": "^5.8.3",
32-
"typescript-eslint": "^8.29.0"
32+
"typescript-eslint": "^8.29.1"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

examples/vite-react-dom-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.19",
3030
"typescript": "^5.8.3",
31-
"typescript-eslint": "^8.29.0",
31+
"typescript-eslint": "^8.29.1",
3232
"vite": "^6.2.5"
3333
},
3434
"engines": {

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"globals": "^16.0.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
35-
"typescript-eslint": "^8.29.0",
35+
"typescript-eslint": "^8.29.1",
3636
"vite": "^6.2.5"
3737
},
3838
"engines": {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"@types/node": "^22.14.0",
6363
"@types/react": "^19.1.0",
6464
"@types/react-dom": "^19.1.1",
65-
"@typescript-eslint/parser": "^8.29.0",
66-
"@typescript-eslint/rule-tester": "^8.29.0",
67-
"@typescript-eslint/types": "^8.29.0",
65+
"@typescript-eslint/parser": "^8.29.1",
66+
"@typescript-eslint/rule-tester": "^8.29.1",
67+
"@typescript-eslint/types": "^8.29.1",
6868
"ansis": "^3.17.0",
6969
"cspell": "^8.18.1",
7070
"dedent": "^1.5.3",
@@ -91,7 +91,7 @@
9191
"typedoc-plugin-markdown": "^4.6.1",
9292
"typedoc-plugin-mdn-links": "^5.0.1",
9393
"typescript": "^5.8.3",
94-
"typescript-eslint": "^8.29.0",
94+
"typescript-eslint": "^8.29.1",
9595
"vitest": "^3.1.1"
9696
},
9797
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"@eslint-react/kit": "workspace:*",
4949
"@eslint-react/shared": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^8.29.0",
52-
"@typescript-eslint/type-utils": "^8.29.0",
53-
"@typescript-eslint/types": "^8.29.0",
54-
"@typescript-eslint/utils": "^8.29.0",
51+
"@typescript-eslint/scope-manager": "^8.29.1",
52+
"@typescript-eslint/type-utils": "^8.29.1",
53+
"@typescript-eslint/types": "^8.29.1",
54+
"@typescript-eslint/utils": "^8.29.1",
5555
"birecord": "^0.1.1",
5656
"ts-pattern": "^5.7.0"
5757
},

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"@eslint-react/kit": "workspace:*",
5757
"@eslint-react/shared": "workspace:*",
5858
"@eslint-react/var": "workspace:*",
59-
"@typescript-eslint/scope-manager": "^8.29.0",
60-
"@typescript-eslint/type-utils": "^8.29.0",
61-
"@typescript-eslint/types": "^8.29.0",
62-
"@typescript-eslint/utils": "^8.29.0",
59+
"@typescript-eslint/scope-manager": "^8.29.1",
60+
"@typescript-eslint/type-utils": "^8.29.1",
61+
"@typescript-eslint/types": "^8.29.1",
62+
"@typescript-eslint/utils": "^8.29.1",
6363
"string-ts": "^2.2.1",
6464
"ts-pattern": "^5.7.0"
6565
},

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"@eslint-react/kit": "workspace:*",
5757
"@eslint-react/shared": "workspace:*",
5858
"@eslint-react/var": "workspace:*",
59-
"@typescript-eslint/scope-manager": "^8.29.0",
60-
"@typescript-eslint/types": "^8.29.0",
61-
"@typescript-eslint/utils": "^8.29.0",
59+
"@typescript-eslint/scope-manager": "^8.29.1",
60+
"@typescript-eslint/types": "^8.29.1",
61+
"@typescript-eslint/utils": "^8.29.1",
6262
"compare-versions": "^6.1.1",
6363
"string-ts": "^2.2.1",
6464
"ts-pattern": "^5.7.0"

0 commit comments

Comments
 (0)