Skip to content

Commit 0e2b98d

Browse files
committed
release: 1.40.0-next.0
1 parent e389334 commit 0e2b98d

File tree

25 files changed

+422
-339
lines changed

25 files changed

+422
-339
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.10.1",
2828
"eslint-plugin-regexp": "^2.7.0",
2929
"eslint-plugin-unicorn": "^58.0.0",
30-
"typescript-eslint": "^8.28.0"
30+
"typescript-eslint": "^8.29.0"
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.23.0",
3030
"@stylistic/eslint-plugin": "^4.2.0",
31-
"@typescript-eslint/scope-manager": "^8.28.0",
32-
"@typescript-eslint/type-utils": "^8.28.0",
33-
"@typescript-eslint/types": "^8.28.0",
34-
"@typescript-eslint/utils": "^8.28.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",
3535
"eslint-plugin-de-morgan": "^1.2.1",
3636
"eslint-plugin-jsdoc": "^50.6.9",
3737
"eslint-plugin-perfectionist": "^4.10.1",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.39.0-next.3
1+
1.40.0-next.0

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fumadocs-twoslash": "3.1.0",
2020
"fumadocs-typescript": "4.0.0",
2121
"fumadocs-ui": "15.2.0",
22-
"lucide-react": "^0.485.0",
22+
"lucide-react": "^0.486.0",
2323
"next": "^15.2.4",
2424
"next-view-transitions": "^0.3.4",
2525
"react": "^19.1.0",
@@ -60,6 +60,6 @@
6060
"tailwindcss": "^4.0.17",
6161
"tailwindcss-animated": "^2.0.0",
6262
"typescript": "^5.8.2",
63-
"typescript-eslint": "^8.28.0"
63+
"typescript-eslint": "^8.29.0"
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.2",
32-
"typescript-eslint": "^8.28.0"
32+
"typescript-eslint": "^8.29.0"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.19",
3030
"typescript": "^5.8.2",
31-
"typescript-eslint": "^8.28.0",
32-
"vite": "^6.2.3"
31+
"typescript-eslint": "^8.29.0",
32+
"vite": "^6.2.4"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.19",
2727
"globals": "^16.0.0",
28-
"vite": "^6.2.3"
28+
"vite": "^6.2.4"
2929
},
3030
"engines": {
3131
"node": ">=18.18.0"

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-hooks": "^5.2.0",
3232
"eslint-plugin-react-refresh": "^0.4.19",
3333
"globals": "^16.0.0",
34-
"vite": "^6.2.3"
34+
"vite": "^6.2.4"
3535
},
3636
"engines": {
3737
"node": ">=18.18.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"globals": "^16.0.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.2",
35-
"typescript-eslint": "^8.28.0",
36-
"vite": "^6.2.3"
35+
"typescript-eslint": "^8.29.0",
36+
"vite": "^6.2.4"
3737
},
3838
"engines": {
3939
"node": ">=18.18.0"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.39.0-next.3",
3+
"version": "1.40.0-next.0",
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.13.14",
6363
"@types/react": "^19.0.12",
6464
"@types/react-dom": "^19.0.4",
65-
"@typescript-eslint/parser": "^8.28.0",
66-
"@typescript-eslint/rule-tester": "^8.28.0",
67-
"@typescript-eslint/types": "^8.28.0",
65+
"@typescript-eslint/parser": "^8.29.0",
66+
"@typescript-eslint/rule-tester": "^8.29.0",
67+
"@typescript-eslint/types": "^8.29.0",
6868
"ansis": "^3.17.0",
6969
"cspell": "^8.18.1",
7070
"dedent": "^1.5.3",
@@ -74,7 +74,7 @@
7474
"eslint-config-flat-gitignore": "^2.1.0",
7575
"eslint-plugin-vitest": "^0.5.4",
7676
"jiti": "^2.4.2",
77-
"lefthook": "^1.11.5",
77+
"lefthook": "^1.11.6",
7878
"markdownlint": "^0.37.4",
7979
"nx": "20.6.4",
8080
"publint": "^0.3.9",
@@ -92,8 +92,8 @@
9292
"typedoc-plugin-mdn-links": "^5.0.1",
9393
"typedoc-plugin-missing-exports": "^4.0.0",
9494
"typescript": "^5.8.2",
95-
"typescript-eslint": "^8.28.0",
96-
"vitest": "^3.0.9"
95+
"typescript-eslint": "^8.29.0",
96+
"vitest": "^3.1.1"
9797
},
9898
"packageManager": "[email protected]",
9999
"engines": {
@@ -114,7 +114,7 @@
114114
"cross-spawn": "^7.0.6",
115115
"esbuild": "^0.25.2",
116116
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.8",
117-
"lucide-react": "^0.485.0",
117+
"lucide-react": "^0.486.0",
118118
"next": "^15.2.4",
119119
"react": "^19.1.0",
120120
"react-dom": "^19.1.0",

0 commit comments

Comments
 (0)