Skip to content

Commit 8d599cc

Browse files
committed
release: 2.2.3-next.5
1 parent ae4daff commit 8d599cc

File tree

21 files changed

+193
-202
lines changed

21 files changed

+193
-202
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.5.0",
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.33",
26-
"eslint-plugin-jsdoc": "^61.1.4",
26+
"eslint-plugin-jsdoc": "^61.1.5",
2727
"eslint-plugin-perfectionist": "^4.15.1",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/types": "^8.46.1",
3232
"@typescript-eslint/utils": "^8.46.1",
3333
"eslint-plugin-de-morgan": "^2.0.0",
34-
"eslint-plugin-jsdoc": "^61.1.4",
34+
"eslint-plugin-jsdoc": "^61.1.5",
3535
"eslint-plugin-perfectionist": "^4.15.1",
3636
"eslint-plugin-regexp": "^2.10.0",
3737
"eslint-plugin-unicorn": "^61.0.2",
@@ -42,7 +42,7 @@
4242
"@local/configs": "workspace:*",
4343
"@types/react": "^19.2.2",
4444
"@types/react-dom": "^19.2.2",
45-
"tsdown": "^0.15.8"
45+
"tsdown": "^0.15.9"
4646
},
4747
"peerDependencies": {
4848
"eslint": "^9.38.0",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.3-beta.4
1+
2.2.3-next.5

examples/react-dom-js/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": "^7.0.0",
2626
"eslint-plugin-react-refresh": "^0.4.24",
2727
"globals": "^16.4.0",
28-
"vite": "^7.1.10"
28+
"vite": "^7.1.11"
2929
},
3030
"engines": {
3131
"node": ">=20.19.0"

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-refresh": "^0.4.24",
3030
"typescript": "^5.9.3",
3131
"typescript-eslint": "^8.46.1",
32-
"vite": "^7.1.10"
32+
"vite": "^7.1.11"
3333
},
3434
"engines": {
3535
"node": ">=20.19.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-web-api": "workspace:*",
3636
"eslint-plugin-react-x": "workspace:*",
3737
"globals": "^16.4.0",
38-
"vite": "^7.1.10"
38+
"vite": "^7.1.11"
3939
},
4040
"engines": {
4141
"node": ">=20.19.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ts-blank-eslint-parser": "^0.4.4",
3333
"typescript": "^5.9.3",
3434
"typescript-eslint": "^8.46.1",
35-
"vite": "^7.1.10"
35+
"vite": "^7.1.11"
3636
},
3737
"engines": {
3838
"node": ">=20.19.0"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.2.3-beta.4",
3+
"version": "2.2.3-next.5",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -77,7 +77,7 @@
7777
"eslint-plugin-vitest": "^0.5.4",
7878
"jiti": "^2.6.1",
7979
"mdxlint": "^1.0.0",
80-
"publint": "^0.3.14",
80+
"publint": "^0.3.15",
8181
"react": "^19.2.0",
8282
"react-dom": "^19.2.0",
8383
"remark-frontmatter": "5.0.0",
@@ -86,7 +86,7 @@
8686
"sort-package-json": "^3.4.0",
8787
"tinyglobby": "^0.2.15",
8888
"ts-pattern": "^5.8.0",
89-
"tsdown": "^0.15.8",
89+
"tsdown": "^0.15.9",
9090
"tsx": "^4.20.6",
9191
"type-fest": "^5.1.0",
9292
"typedoc": "^0.28.14",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "2.2.3-beta.4",
3+
"version": "2.2.3-next.5",
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": {
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@local/configs": "workspace:*",
49-
"tsdown": "^0.15.8"
49+
"tsdown": "^0.15.9"
5050
},
5151
"engines": {
5252
"node": ">=20.19.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "2.2.3-beta.4",
3+
"version": "2.2.3-next.5",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -57,7 +57,7 @@
5757
"@local/configs": "workspace:*",
5858
"@types/react": "^19.2.2",
5959
"@types/react-dom": "^19.2.2",
60-
"tsdown": "^0.15.8"
60+
"tsdown": "^0.15.9"
6161
},
6262
"peerDependencies": {
6363
"eslint": "^9.38.0",

0 commit comments

Comments
 (0)