Skip to content

Commit a2b022e

Browse files
committed
release: 1.26.3-next.12
1 parent 8dd9656 commit a2b022e

File tree

22 files changed

+172
-166
lines changed

22 files changed

+172
-166
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.26.3-beta.11
1+
1.26.3-next.12

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@tsconfig/node22": "^22.0.0",
4242
"@tsconfig/strictest": "^2.0.5",
4343
"@types/mdx": "^2.0.13",
44-
"@types/node": "^22.13.1",
44+
"@types/node": "^22.13.4",
4545
"@types/react": "^19.0.8",
4646
"@types/react-dom": "^19.0.3",
4747
"autoprefixer": "^10.4.20",
@@ -50,7 +50,7 @@
5050
"eslint-plugin-de-morgan": "^1.0.0",
5151
"eslint-plugin-import-x": "^4.6.1",
5252
"eslint-plugin-mdx": "^3.1.5",
53-
"eslint-plugin-perfectionist": "^4.8.0",
53+
"eslint-plugin-perfectionist": "^4.9.0",
5454
"eslint-plugin-react-hooks": "^5.1.0",
5555
"eslint-plugin-react-refresh": "^0.4.19",
5656
"eslint-plugin-simple-import-sort": "^12.1.1",

examples/dual-react-dom-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@eslint/js": "^9.20.0",
3636
"@tsconfig/node22": "^22.0.0",
3737
"@tsconfig/strictest": "^2.0.5",
38-
"@types/node": "^22.13.1",
38+
"@types/node": "^22.13.4",
3939
"@types/react": "^19.0.8",
4040
"eslint": "^9.20.1",
4141
"eslint-plugin-react-hooks": "^5.1.0",
@@ -48,7 +48,7 @@
4848
"peerDependencies": {
4949
"react": "^19.0.0"
5050
},
51-
"packageManager": "pnpm@10.3.0",
51+
"packageManager": "pnpm@10.4.0",
5252
"engines": {
5353
"node": ">=18.18.0"
5454
}

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@eslint/js": "^9.20.0",
2222
"@next/eslint-plugin-next": "^15.1.7",
2323
"@types/negotiator": "^0.6.3",
24-
"@types/node": "^22.13.1",
24+
"@types/node": "^22.13.4",
2525
"@types/react": "^19.0.8",
2626
"@types/react-dom": "^19.0.3",
2727
"autoprefixer": "^10.4.20",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.20.1",
2525
"eslint-plugin-react-hooks": "^5.1.0",
2626
"eslint-plugin-react-refresh": "^0.4.19",
27-
"globals": "^15.14.0",
27+
"globals": "^15.15.0",
2828
"vite": "^6.1.0"
2929
},
3030
"engines": {

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
@@ -30,7 +30,7 @@
3030
"eslint": "^9.20.1",
3131
"eslint-plugin-react-hooks": "^5.1.0",
3232
"eslint-plugin-react-refresh": "^0.4.19",
33-
"globals": "^15.14.0",
33+
"globals": "^15.15.0",
3434
"vite": "^6.1.0"
3535
},
3636
"engines": {

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
@@ -27,10 +27,10 @@
2727
"eslint": "^9.20.1",
2828
"eslint-plugin-react-hooks": "^5.1.0",
2929
"eslint-plugin-react-refresh": "^0.4.19",
30-
"globals": "^15.14.0",
30+
"globals": "^15.15.0",
3131
"meriyah": "^6.0.5",
3232
"ts-blank-eslint-parser": "^0.3.2",
33-
"ts-blank-space": "^0.5.1",
33+
"ts-blank-space": "^0.6.0",
3434
"typescript": "^5.7.3",
3535
"typescript-eslint": "^8.24.0",
3636
"vite": "^6.1.0"

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.26.3-beta.11",
3+
"version": "1.26.3-next.12",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -61,10 +61,10 @@
6161
"@local/eslint-plugin-local": "workspace:*",
6262
"@napi-rs/canvas": "^0.1.67",
6363
"@stylistic/eslint-plugin": "^3.1.0",
64-
"@swc/core": "^1.10.15",
64+
"@swc/core": "^1.10.16",
6565
"@tsconfig/node22": "^22.0.0",
6666
"@tsconfig/strictest": "^2.0.5",
67-
"@types/node": "^22.13.1",
67+
"@types/node": "^22.13.4",
6868
"@types/react": "^19.0.8",
6969
"@types/react-dom": "^19.0.3",
7070
"@typescript-eslint/parser": "^8.24.0",
@@ -80,7 +80,7 @@
8080
"eslint-config-flat-gitignore": "^2.0.0",
8181
"eslint-plugin-de-morgan": "^1.0.0",
8282
"eslint-plugin-jsdoc": "^50.6.3",
83-
"eslint-plugin-perfectionist": "^4.8.0",
83+
"eslint-plugin-perfectionist": "^4.9.0",
8484
"eslint-plugin-regexp": "^2.7.0",
8585
"eslint-plugin-simple-import-sort": "^12.1.1",
8686
"eslint-plugin-unicorn": "^56.0.1",
@@ -91,7 +91,7 @@
9191
"nx": "20.4.2",
9292
"ofetch": "^1.4.1",
9393
"picocolors": "^1.1.1",
94-
"publint": "^0.3.4",
94+
"publint": "^0.3.5",
9595
"react": "^19.0.0",
9696
"react-dom": "^19.0.0",
9797
"sherif": "^1.3.0",
@@ -109,24 +109,24 @@
109109
"typescript-eslint": "^8.24.0",
110110
"vitest": "^3.0.5"
111111
},
112-
"packageManager": "pnpm@10.3.0",
112+
"packageManager": "pnpm@10.4.0",
113113
"engines": {
114114
"node": ">=18.18.0"
115115
},
116116
"pnpm": {
117117
"overrides": {
118+
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
119+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
120+
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
121+
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
118122
"@types/react": "^19.0.8",
119123
"@types/react-dom": "^19.0.3",
120124
"cross-spawn": "^7.0.6",
121125
"esbuild": "^0.25.0",
122-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
123126
"next": "^15.1.7",
124127
"react": "^19.0.0",
125128
"react-dom": "^19.0.0",
126-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
127-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
128129
"ts-api-utils": "^2.0.1",
129-
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
130130
"typescript": "^5.7.3"
131131
}
132132
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "1.26.3-beta.11",
3+
"version": "1.26.3-next.12",
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": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.26.3-beta.11",
3+
"version": "1.26.3-next.12",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)