Skip to content

Commit 7a978b0

Browse files
committed
release: 1.26.1-next.5
1 parent 9a8fdb2 commit 7a978b0

File tree

16 files changed

+255
-180
lines changed

16 files changed

+255
-180
lines changed

VERSION

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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.26.1-beta.4",
3+
"version": "1.26.1-next.5",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -47,10 +47,10 @@
4747
"lint:website": "pnpm -F \"./website\" run lint",
4848
"prepare": "lefthook install && pnpm run build",
4949
"test": "vitest run --logHeapUsage",
50+
"update:all": "pnpm run update:version && pnpm run update:readme && pnpm run update:website",
5051
"update:readme": "tsx ./scripts/update-readme.ts",
5152
"update:version": "tsx ./scripts/update-version.ts",
52-
"update:website": "tsx ./scripts/update-website.ts",
53-
"update:all": "pnpm run update:version && pnpm run update:readme && pnpm run update:website"
53+
"update:website": "tsx ./scripts/update-website.ts"
5454
},
5555
"devDependencies": {
5656
"@changesets/cli": "^2.27.12",
@@ -112,21 +112,21 @@
112112
"engines": {
113113
"node": ">=18.18.0"
114114
},
115-
"packageManager": "pnpm@10.0.0",
115+
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
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",
122118
"@types/react": "^19.0.8",
123119
"@types/react-dom": "^19.0.3",
124120
"cross-spawn": "^7.0.6",
121+
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
125122
"next": "^15.1.6",
126123
"react": "^19.0.0",
127124
"react-dom": "^19.0.0",
125+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
126+
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
128127
"ts-api-utils": "^2.0.1",
129-
"typescript": "5.8.0-beta"
128+
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
129+
"typescript": "^5.7.3"
130130
}
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.1-beta.4",
3+
"version": "1.26.1-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": {

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.1-beta.4",
3+
"version": "1.26.1-next.5",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-dom/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-dom",
3-
"version": "1.26.1-beta.4",
3+
"version": "1.26.1-next.5",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-hooks-extra/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-hooks-extra",
3-
"version": "1.26.1-beta.4",
3+
"version": "1.26.1-next.5",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-naming-convention/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-naming-convention",
3-
"version": "1.26.1-beta.4",
3+
"version": "1.26.1-next.5",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-web-api/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-web-api",
3-
"version": "1.26.1-beta.4",
3+
"version": "1.26.1-next.5",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-x/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-x",
3-
"version": "1.26.1-beta.4",
3+
"version": "1.26.1-next.5",
44
"description": "A set of composable linting rules for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin/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/eslint-plugin",
3-
"version": "1.26.1-beta.4",
3+
"version": "1.26.1-next.5",
44
"description": "More than 80 high-quality linting rules for writing better React code.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)