Skip to content

Commit d02981b

Browse files
committed
release: 1.28.0-next.0
1 parent 080edd9 commit d02981b

File tree

20 files changed

+41
-42
lines changed

20 files changed

+41
-42
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.1-beta.8
1+
1.28.0-next.0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-refresh": "^0.4.19",
3030
"typescript": "^5.7.3",
3131
"typescript-eslint": "^8.25.0",
32-
"vite": "^6.1.1"
32+
"vite": "^6.2.0"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^5.1.0",
2626
"eslint-plugin-react-refresh": "^0.4.19",
2727
"globals": "^16.0.0",
28-
"vite": "^6.1.1"
28+
"vite": "^6.2.0"
2929
},
3030
"engines": {
3131
"node": ">=18.18.0"

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-hooks": "^5.1.0",
3232
"eslint-plugin-react-refresh": "^0.4.19",
3333
"globals": "^16.0.0",
34-
"vite": "^6.1.1"
34+
"vite": "^6.2.0"
3535
},
3636
"engines": {
3737
"node": ">=18.18.0"

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ts-blank-space": "^0.6.0",
3535
"typescript": "^5.7.3",
3636
"typescript-eslint": "^8.25.0",
37-
"vite": "^6.1.1"
37+
"vite": "^6.2.0"
3838
},
3939
"engines": {
4040
"node": ">=18.18.0"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-x",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
44
"description": "More than 80 high-quality linting rules for writing better React code.",
55
"keywords": [
66
"react",

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/shared",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
44
"description": "ESLint React's Shared constants and functions.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/utilities/ast/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/ast",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
44
"description": "ESLint React's TSESTree AST utility module.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/utilities/eff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eff",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
44
"description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/utilities/jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/jsx",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
44
"description": "ESLint React's TSESTree AST utility module for static analysis of JSX.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/utilities/var/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/var",
3-
"version": "1.27.1-beta.8",
3+
"version": "1.28.0-next.0",
44
"description": "ESLint React's TSESTree AST utility module for static analysis of variables.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

pnpm-lock.yaml

+22-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)