Skip to content

Commit bff0a6a

Browse files
committed
build: update deps
1 parent e527163 commit bff0a6a

File tree

20 files changed

+251
-251
lines changed

20 files changed

+251
-251
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.0
1+
1.15.1-next.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react-hooks": "rc",
2828
"eslint-plugin-react-refresh": "^0.4.12",
2929
"typescript": "^5.6.3",
30-
"typescript-eslint": "^8.8.1",
30+
"typescript-eslint": "^8.9.0",
3131
"vite": "^5.4.9"
3232
}
3333
}

examples/webpack-react-dom-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"style-loader": "^4.0.0",
4242
"ts-loader": "^9.5.1",
4343
"typescript": "^5.6.3",
44-
"typescript-eslint": "^8.8.1",
44+
"typescript-eslint": "^8.9.0",
4545
"webpack": "^5.95.0",
4646
"webpack-cli": "^5.1.4",
4747
"webpack-dev-server": "^5.1.0"

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.15.0",
3+
"version": "1.15.1-next.0",
44
"private": true,
55
"description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.",
66
"keywords": [
@@ -49,9 +49,9 @@
4949
"devDependencies": {
5050
"@changesets/cli": "^2.27.9",
5151
"@effect/language-service": "^0.2.0",
52-
"@effect/platform": "^0.68.4",
53-
"@effect/platform-bun": "^0.48.4",
54-
"@effect/platform-node": "^0.63.4",
52+
"@effect/platform": "^0.68.5",
53+
"@effect/platform-bun": "^0.48.5",
54+
"@effect/platform-node": "^0.63.5",
5555
"@effect/schema": "^0.75.4",
5656
"@eslint/config-inspector": "^0.5.4",
5757
"@eslint/js": "^9.12.0",
@@ -63,10 +63,10 @@
6363
"@types/node": "^22.7.5",
6464
"@types/react": "^18.3.11",
6565
"@types/react-dom": "^18.3.1",
66-
"@typescript-eslint/eslint-plugin": "^8.8.1",
67-
"@typescript-eslint/parser": "^8.8.1",
68-
"@typescript-eslint/rule-tester": "^8.8.1",
69-
"@typescript-eslint/types": "^8.8.1",
66+
"@typescript-eslint/eslint-plugin": "^8.9.0",
67+
"@typescript-eslint/parser": "^8.9.0",
68+
"@typescript-eslint/rule-tester": "^8.9.0",
69+
"@typescript-eslint/types": "^8.9.0",
7070
"@vitest/ui": "^2.1.3",
7171
"concurrently": "^9.0.1",
7272
"cspell": "^8.15.2",
@@ -80,7 +80,7 @@
8080
"eslint-plugin-eslint-comments": "^3.2.0",
8181
"eslint-plugin-eslint-plugin": "^6.2.0",
8282
"eslint-plugin-import-x": "^4.3.1",
83-
"eslint-plugin-jsdoc": "^50.4.0",
83+
"eslint-plugin-jsdoc": "^50.4.1",
8484
"eslint-plugin-perfectionist": "^3.8.0",
8585
"eslint-plugin-regexp": "^2.6.0",
8686
"eslint-plugin-simple-import-sort": "^12.1.1",
@@ -105,7 +105,7 @@
105105
"typedoc-plugin-markdown": "^4.2.9",
106106
"typedoc-plugin-rename-defaults": "^0.7.1",
107107
"typescript": "^5.6.3",
108-
"typescript-eslint": "^8.8.1",
108+
"typescript-eslint": "^8.9.0",
109109
"vitest": "^2.1.3"
110110
},
111111
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "1.15.0",
3+
"version": "1.15.1-next.0",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -48,10 +48,10 @@
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^8.8.1",
52-
"@typescript-eslint/type-utils": "^8.8.1",
53-
"@typescript-eslint/types": "^8.8.1",
54-
"@typescript-eslint/utils": "^8.8.1",
51+
"@typescript-eslint/scope-manager": "^8.9.0",
52+
"@typescript-eslint/type-utils": "^8.9.0",
53+
"@typescript-eslint/types": "^8.9.0",
54+
"@typescript-eslint/utils": "^8.9.0",
5555
"birecord": "^0.1.1",
5656
"short-unique-id": "^5.2.0",
5757
"ts-pattern": "^5.5.0"

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.15.0",
3+
"version": "1.15.1-next.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"eslint",
@@ -54,10 +54,10 @@
5454
"@eslint-react/tools": "workspace:*",
5555
"@eslint-react/types": "workspace:*",
5656
"@eslint-react/var": "workspace:*",
57-
"@typescript-eslint/scope-manager": "^8.8.1",
58-
"@typescript-eslint/type-utils": "^8.8.1",
59-
"@typescript-eslint/types": "^8.8.1",
60-
"@typescript-eslint/utils": "^8.8.1",
57+
"@typescript-eslint/scope-manager": "^8.9.0",
58+
"@typescript-eslint/type-utils": "^8.9.0",
59+
"@typescript-eslint/types": "^8.9.0",
60+
"@typescript-eslint/utils": "^8.9.0",
6161
"string-ts": "^2.2.0",
6262
"ts-pattern": "^5.5.0"
6363
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.15.0",
3+
"version": "1.15.1-next.0",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"eslint",
@@ -55,9 +55,9 @@
5555
"@eslint-react/tools": "workspace:*",
5656
"@eslint-react/types": "workspace:*",
5757
"@eslint-react/var": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^8.8.1",
59-
"@typescript-eslint/types": "^8.8.1",
60-
"@typescript-eslint/utils": "^8.8.1",
58+
"@typescript-eslint/scope-manager": "^8.9.0",
59+
"@typescript-eslint/types": "^8.9.0",
60+
"@typescript-eslint/utils": "^8.9.0",
6161
"ts-pattern": "^5.5.0"
6262
},
6363
"devDependencies": {

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "1.15.0",
3+
"version": "1.15.1-next.0",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"eslint",
@@ -54,10 +54,10 @@
5454
"@eslint-react/tools": "workspace:*",
5555
"@eslint-react/types": "workspace:*",
5656
"@eslint-react/var": "workspace:*",
57-
"@typescript-eslint/scope-manager": "^8.8.1",
58-
"@typescript-eslint/type-utils": "^8.8.1",
59-
"@typescript-eslint/types": "^8.8.1",
60-
"@typescript-eslint/utils": "^8.8.1",
57+
"@typescript-eslint/scope-manager": "^8.9.0",
58+
"@typescript-eslint/type-utils": "^8.9.0",
59+
"@typescript-eslint/types": "^8.9.0",
60+
"@typescript-eslint/utils": "^8.9.0",
6161
"ts-pattern": "^5.5.0"
6262
},
6363
"devDependencies": {

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "1.15.0",
3+
"version": "1.15.1-next.0",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"eslint",
@@ -53,10 +53,10 @@
5353
"@eslint-react/shared": "workspace:*",
5454
"@eslint-react/tools": "workspace:*",
5555
"@eslint-react/types": "workspace:*",
56-
"@typescript-eslint/scope-manager": "^8.8.1",
57-
"@typescript-eslint/type-utils": "^8.8.1",
58-
"@typescript-eslint/types": "^8.8.1",
59-
"@typescript-eslint/utils": "^8.8.1",
56+
"@typescript-eslint/scope-manager": "^8.9.0",
57+
"@typescript-eslint/type-utils": "^8.9.0",
58+
"@typescript-eslint/types": "^8.9.0",
59+
"@typescript-eslint/utils": "^8.9.0",
6060
"ts-pattern": "^5.5.0"
6161
},
6262
"devDependencies": {

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "1.15.0",
3+
"version": "1.15.1-next.0",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"eslint",
@@ -55,9 +55,9 @@
5555
"@eslint-react/tools": "workspace:*",
5656
"@eslint-react/types": "workspace:*",
5757
"@eslint-react/var": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^8.8.1",
59-
"@typescript-eslint/types": "^8.8.1",
60-
"@typescript-eslint/utils": "^8.8.1",
58+
"@typescript-eslint/scope-manager": "^8.9.0",
59+
"@typescript-eslint/types": "^8.9.0",
60+
"@typescript-eslint/utils": "^8.9.0",
6161
"birecord": "^0.1.1",
6262
"ts-pattern": "^5.5.0"
6363
},

0 commit comments

Comments
 (0)