Skip to content

Commit 9403832

Browse files
committed
release: 2.0.0-next.177
1 parent 30851a5 commit 9403832

File tree

21 files changed

+137
-137
lines changed

21 files changed

+137
-137
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.3.1",
2424
"eslint-plugin-de-morgan": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.25",
26-
"eslint-plugin-jsdoc": "^55.0.3",
26+
"eslint-plugin-jsdoc": "^55.1.2",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/types": "^8.43.0",
3434
"@typescript-eslint/utils": "^8.43.0",
3535
"eslint-plugin-de-morgan": "^1.3.1",
36-
"eslint-plugin-jsdoc": "^55.0.3",
36+
"eslint-plugin-jsdoc": "^55.1.2",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
3939
"eslint-plugin-unicorn": "^61.0.2",
@@ -44,7 +44,7 @@
4444
"@local/configs": "workspace:*",
4545
"@types/react": "^19.1.12",
4646
"@types/react-dom": "^19.1.9",
47-
"tsdown": "^0.14.2"
47+
"tsdown": "^0.15.0"
4848
},
4949
"peerDependencies": {
5050
"eslint": "^9.35.0",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-beta.176
1+
2.0.0-next.177

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.35.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
27-
"globals": "^16.3.0",
27+
"globals": "^16.4.0",
2828
"vite": "^7.1.5"
2929
},
3030
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-react-refresh": "^0.4.20",
3535
"eslint-plugin-react-web-api": "workspace:*",
3636
"eslint-plugin-react-x": "workspace:*",
37-
"globals": "^16.3.0",
37+
"globals": "^16.4.0",
3838
"vite": "^7.1.5"
3939
},
4040
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "^9.35.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
32-
"globals": "^16.3.0",
32+
"globals": "^16.4.0",
3333
"ts-blank-eslint-parser": "^0.4.4",
3434
"typescript": "^5.9.2",
3535
"typescript-eslint": "^8.43.0",

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/monorepo",
3-
"version": "2.0.0-beta.176",
3+
"version": "2.0.0-next.177",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@effect/language-service": "^0.38.4",
57-
"@effect/platform": "^0.90.7",
57+
"@effect/platform": "^0.90.8",
5858
"@effect/platform-node": "^0.96.1",
5959
"@eslint/config-inspector": "^1.2.0",
6060
"@eslint/markdown": "^7.2.0",
@@ -91,7 +91,7 @@
9191
"sort-package-json": "^3.4.0",
9292
"tinyglobby": "^0.2.15",
9393
"ts-pattern": "^5.8.0",
94-
"tsdown": "^0.14.2",
94+
"tsdown": "^0.15.0",
9595
"tsx": "^4.20.5",
9696
"type-fest": "^4.41.0",
9797
"typedoc": "^0.28.12",
@@ -101,7 +101,7 @@
101101
"typescript-eslint": "^8.43.0",
102102
"vitest": "^3.2.4"
103103
},
104-
"packageManager": "[email protected].0",
104+
"packageManager": "[email protected].1",
105105
"engines": {
106106
"node": ">=20.19.0"
107107
},
@@ -119,7 +119,7 @@
119119
"@types/react-dom": "^19.1.9",
120120
"cross-spawn": "^7.0.6",
121121
"esbuild": "^0.25.9",
122-
"lucide-react": "^0.542.0",
122+
"lucide-react": "^0.543.0",
123123
"next": "^15.5.2",
124124
"react": "^19.1.1",
125125
"react-dom": "^19.1.1",

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.0.0-beta.176",
3+
"version": "2.0.0-next.177",
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": {
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@local/configs": "workspace:*",
52-
"tsdown": "^0.14.2"
52+
"tsdown": "^0.15.0"
5353
},
5454
"engines": {
5555
"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.0.0-beta.176",
3+
"version": "2.0.0-next.177",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -58,7 +58,7 @@
5858
"@local/configs": "workspace:*",
5959
"@types/react": "^19.1.12",
6060
"@types/react-dom": "^19.1.9",
61-
"tsdown": "^0.14.2"
61+
"tsdown": "^0.15.0"
6262
},
6363
"peerDependencies": {
6464
"eslint": "^9.35.0",

packages/plugins/eslint-plugin-react-dom/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-dom",
3-
"version": "2.0.0-beta.176",
3+
"version": "2.0.0-next.177",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",
@@ -58,7 +58,7 @@
5858
"@local/configs": "workspace:*",
5959
"@types/react": "^19.1.12",
6060
"@types/react-dom": "^19.1.9",
61-
"tsdown": "^0.14.2"
61+
"tsdown": "^0.15.0"
6262
},
6363
"peerDependencies": {
6464
"eslint": "^9.35.0",

0 commit comments

Comments
 (0)