Skip to content

Commit 909563f

Browse files
committed
release: 1.15.1-next.8
1 parent 7e9a559 commit 909563f

File tree

17 files changed

+251
-281
lines changed

17 files changed

+251
-281
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.1-next.7
1+
1.15.1-next.8

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.15.1-next.7",
3+
"version": "1.15.1-next.8",
44
"private": true,
55
"description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.",
66
"keywords": [
@@ -115,14 +115,26 @@
115115
},
116116
"pnpm": {
117117
"overrides": {
118+
"@typescript-eslint/ast-spec": "8.10.0",
119+
"@typescript-eslint/eslint-plugin": "8.10.0",
120+
"@typescript-eslint/parser": "8.10.0",
121+
"@typescript-eslint/rule-tester": "8.10.0",
122+
"@typescript-eslint/scope-manager": "8.10.0",
123+
"@typescript-eslint/type-utils": "8.10.0",
124+
"@typescript-eslint/types": "8.10.0",
125+
"@typescript-eslint/typescript-eslint": "8.10.0",
126+
"@typescript-eslint/typescript-estree": "8.10.0",
127+
"@typescript-eslint/utils": "8.10.0",
128+
"@typescript-eslint/vistor-keys": "8.10.0",
118129
"array-flatten": "npm:@nolyfill/array-flatten@^1",
119130
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
120131
"isarray": "npm:@nolyfill/isarray@^1.0.29",
121132
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
122133
"safer-buffer": "npm:@nolyfill/safer-buffer@^1",
123134
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
124135
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
125-
"typescript": "^5.6.3"
136+
"typescript": "^5.6.3",
137+
"typescript-eslint": "8.10.0"
126138
}
127139
}
128140
}

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.15.1-next.7",
3+
"version": "1.15.1-next.8",
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.15.1-next.7",
3+
"version": "1.15.1-next.8",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"eslint",

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.15.1-next.7",
3+
"version": "1.15.1-next.8",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"eslint",

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.15.1-next.7",
3+
"version": "1.15.1-next.8",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"eslint",

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.15.1-next.7",
3+
"version": "1.15.1-next.8",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"eslint",

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.15.1-next.7",
3+
"version": "1.15.1-next.8",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"eslint",

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.15.1-next.7",
3+
"version": "1.15.1-next.8",
44
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"eslint",

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.15.1-next.7",
3+
"version": "1.15.1-next.8",
44
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)