Skip to content

Commit a00a024

Browse files
committed
release: 1.50.1-next.6
1 parent bd57444 commit a00a024

File tree

22 files changed

+266
-264
lines changed

22 files changed

+266
-264
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"eslint-plugin-perfectionist": "^4.13.0",
2828
"eslint-plugin-regexp": "^2.7.0",
2929
"eslint-plugin-unicorn": "^59.0.1",
30-
"typescript-eslint": "^8.33.0"
30+
"typescript-eslint": "^8.33.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.28.0",
3030
"@stylistic/eslint-plugin": "^4.4.0",
31-
"@typescript-eslint/scope-manager": "^8.33.0",
32-
"@typescript-eslint/type-utils": "^8.33.0",
33-
"@typescript-eslint/types": "^8.33.0",
34-
"@typescript-eslint/utils": "^8.33.0",
31+
"@typescript-eslint/scope-manager": "^8.33.1",
32+
"@typescript-eslint/type-utils": "^8.33.1",
33+
"@typescript-eslint/types": "^8.33.1",
34+
"@typescript-eslint/utils": "^8.33.1",
3535
"eslint-plugin-de-morgan": "^1.2.1",
3636
"eslint-plugin-jsdoc": "^50.7.1",
3737
"eslint-plugin-perfectionist": "^4.13.0",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.50.1-next.5
1+
1.50.1-next.6

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"tailwindcss": "^4.1.8",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.8.3",
64-
"typescript-eslint": "^8.33.0"
64+
"typescript-eslint": "^8.33.1"
6565
}
6666
}

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.20",
3131
"typescript": "^5.8.3",
32-
"typescript-eslint": "^8.33.0"
32+
"typescript-eslint": "^8.33.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.20",
3030
"typescript": "^5.8.3",
31-
"typescript-eslint": "^8.33.0",
31+
"typescript-eslint": "^8.33.1",
3232
"vite": "^6.3.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.2.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
35-
"typescript-eslint": "^8.33.0",
35+
"typescript-eslint": "^8.33.1",
3636
"vite": "^6.3.5"
3737
},
3838
"engines": {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.50.1-next.5",
3+
"version": "1.50.1-next.6",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -62,9 +62,9 @@
6262
"@types/node": "^22.15.29",
6363
"@types/react": "^19.1.6",
6464
"@types/react-dom": "^19.1.5",
65-
"@typescript-eslint/parser": "^8.33.0",
66-
"@typescript-eslint/rule-tester": "^8.33.0",
67-
"@typescript-eslint/types": "^8.33.0",
65+
"@typescript-eslint/parser": "^8.33.1",
66+
"@typescript-eslint/rule-tester": "^8.33.1",
67+
"@typescript-eslint/types": "^8.33.1",
6868
"ansis": "^4.1.0",
6969
"cspell": "^9.0.2",
7070
"dedent": "^1.6.0",
@@ -92,10 +92,10 @@
9292
"typedoc-plugin-markdown": "^4.6.4",
9393
"typedoc-plugin-mdn-links": "^5.0.2",
9494
"typescript": "^5.8.3",
95-
"typescript-eslint": "^8.33.0",
95+
"typescript-eslint": "^8.33.1",
9696
"vitest": "^3.2.0"
9797
},
98-
"packageManager": "[email protected].0",
98+
"packageManager": "[email protected].1",
9999
"engines": {
100100
"node": ">=18.18.0"
101101
},

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.50.1-next.5",
3+
"version": "1.50.1-next.6",
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": {
@@ -47,10 +47,10 @@
4747
"@eslint-react/kit": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/var": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^8.33.0",
51-
"@typescript-eslint/type-utils": "^8.33.0",
52-
"@typescript-eslint/types": "^8.33.0",
53-
"@typescript-eslint/utils": "^8.33.0",
50+
"@typescript-eslint/scope-manager": "^8.33.1",
51+
"@typescript-eslint/type-utils": "^8.33.1",
52+
"@typescript-eslint/types": "^8.33.1",
53+
"@typescript-eslint/utils": "^8.33.1",
5454
"birecord": "^0.1.1",
5555
"ts-pattern": "^5.7.1"
5656
},

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.50.1-next.5",
3+
"version": "1.50.1-next.6",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -55,10 +55,10 @@
5555
"@eslint-react/kit": "workspace:*",
5656
"@eslint-react/shared": "workspace:*",
5757
"@eslint-react/var": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^8.33.0",
59-
"@typescript-eslint/type-utils": "^8.33.0",
60-
"@typescript-eslint/types": "^8.33.0",
61-
"@typescript-eslint/utils": "^8.33.0",
58+
"@typescript-eslint/scope-manager": "^8.33.1",
59+
"@typescript-eslint/type-utils": "^8.33.1",
60+
"@typescript-eslint/types": "^8.33.1",
61+
"@typescript-eslint/utils": "^8.33.1",
6262
"string-ts": "^2.2.1",
6363
"ts-pattern": "^5.7.1"
6464
},

0 commit comments

Comments
 (0)