Skip to content

Commit a36ec9a

Browse files
committed
release: 2.0.5-next.0
1 parent bdc2573 commit a36ec9a

File tree

25 files changed

+544
-544
lines changed

25 files changed

+544
-544
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^5.4.0",
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.31",
26-
"eslint-plugin-jsdoc": "^60.5.0",
26+
"eslint-plugin-jsdoc": "^60.6.0",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/types": "^8.45.0",
3434
"@typescript-eslint/utils": "^8.45.0",
3535
"eslint-plugin-de-morgan": "^2.0.0",
36-
"eslint-plugin-jsdoc": "^60.5.0",
36+
"eslint-plugin-jsdoc": "^60.6.0",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
3939
"eslint-plugin-unicorn": "^61.0.2",
@@ -42,9 +42,9 @@
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.1.15",
45+
"@types/react": "^19.1.16",
4646
"@types/react-dom": "^19.1.9",
47-
"tsdown": "^0.15.5"
47+
"tsdown": "^0.15.6"
4848
},
4949
"peerDependencies": {
5050
"eslint": "^9.36.0",

VERSION

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

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/hast": "^3.0.4",
4747
"@types/mdx": "^2.0.13",
4848
"@types/node": "^24.6.0",
49-
"@types/react": "^19.1.15",
49+
"@types/react": "^19.1.16",
5050
"@types/react-dom": "^19.1.9",
5151
"dedent": "^1.7.0",
5252
"eslint": "^9.36.0",

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
18-
"@eslint-react/eslint-plugin": "2.0.2-next.3",
18+
"@eslint-react/eslint-plugin": "2.0.4",
1919
"@eslint/compat": "^1.4.0",
2020
"@eslint/config-inspector": "^1.3.0",
2121
"@eslint/js": "^9.36.0",
@@ -24,7 +24,7 @@
2424
"@tsconfig/node22": "^22.0.2",
2525
"@tsconfig/strictest": "^2.0.6",
2626
"@types/node": "^24.6.0",
27-
"@types/react": "^19.1.15",
27+
"@types/react": "^19.1.16",
2828
"@types/react-dom": "^19.1.9",
2929
"eslint": "^9.36.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.3.0",
2020
"@eslint/js": "^9.36.0",
21-
"@types/react": "^19.1.15",
21+
"@types/react": "^19.1.16",
2222
"@types/react-dom": "^19.1.9",
2323
"@vitejs/plugin-react": "^5.0.4",
2424
"eslint": "^9.36.0",

examples/react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
18-
"@eslint-react/eslint-plugin": "2.0.2-next.3",
18+
"@eslint-react/eslint-plugin": "2.0.4",
1919
"@eslint/config-inspector": "^1.3.0",
2020
"@eslint/js": "^9.36.0",
2121
"@tsconfig/node22": "^22.0.2",
2222
"@tsconfig/strictest": "^2.0.6",
2323
"@tsconfig/vite-react": "^7.0.1",
24-
"@types/react": "^19.1.15",
24+
"@types/react": "^19.1.16",
2525
"@types/react-dom": "^19.1.9",
2626
"@vitejs/plugin-react": "^5.0.4",
2727
"eslint": "^9.36.0",

examples/with-babel-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@eslint/js": "^9.36.0",
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
26-
"@types/react": "^19.1.15",
26+
"@types/react": "^19.1.16",
2727
"@types/react-dom": "^19.1.9",
2828
"@vitejs/plugin-react": "^5.0.4",
2929
"eslint": "^9.36.0",

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.6",
2525
"@tsconfig/vite-react": "^7.0.1",
26-
"@types/react": "^19.1.15",
26+
"@types/react": "^19.1.16",
2727
"@types/react-dom": "^19.1.9",
2828
"@vitejs/plugin-react": "^5.0.4",
2929
"eslint": "^9.36.0",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.0.4",
3+
"version": "2.0.5-next.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -63,7 +63,7 @@
6363
"@tsconfig/node22": "^22.0.2",
6464
"@tsconfig/strictest": "^2.0.6",
6565
"@types/node": "^24.6.0",
66-
"@types/react": "^19.1.15",
66+
"@types/react": "^19.1.16",
6767
"@types/react-dom": "^19.1.9",
6868
"@typescript-eslint/parser": "^8.45.0",
6969
"@typescript-eslint/rule-tester": "^8.45.0",
@@ -87,7 +87,7 @@
8787
"sort-package-json": "^3.4.0",
8888
"tinyglobby": "^0.2.15",
8989
"ts-pattern": "^5.8.0",
90-
"tsdown": "^0.15.5",
90+
"tsdown": "^0.15.6",
9191
"tsx": "^4.20.6",
9292
"type-fest": "^5.0.1",
9393
"typedoc": "^0.28.13",
@@ -109,7 +109,7 @@
109109
"sharp"
110110
],
111111
"overrides": {
112-
"@types/react": "^19.1.15",
112+
"@types/react": "^19.1.16",
113113
"@types/react-dom": "^19.1.9",
114114
"esbuild": "^0.25.10",
115115
"lucide-react": "^0.544.0",

0 commit comments

Comments
 (0)