Skip to content

Commit 9d6bd4d

Browse files
committed
release: 1.30.3-beta.2
1 parent 286cc3b commit 9d6bd4d

File tree

22 files changed

+100
-102
lines changed

22 files changed

+100
-102
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.30.3-next.2
1+
1.30.3-beta.2

apps/website/content/docs/configurations.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ title: Configurations
44

55
import { SettingsTypeTable } from "./configurations";
66

7-
A [configuration object](https://eslint.org/docs/latest/use/configure/configuration-files#configuration-objects) is used to configure the behavior of the rules in ESLint React.
8-
9-
You can define the settings object in the `settings["react-x"]` field of your ESLint configuration file.
7+
ESLint React supports reading settings from the `react-x` key in the [`settings`](https://eslint.org/docs/latest/use/configure/configuration-files#configuring-shared-settings) object of your ESLint configuration file.
108

119
```ts title="eslint.config.js"
1210
export default [

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@eslint-react/eslint-plugin": "workspace:*",
3131
"@eslint-react/shared": "workspace:*",
3232
"@eslint/js": "^9.21.0",
33-
"@eslint/markdown": "^6.2.2",
33+
"@eslint/markdown": "^6.3.0",
3434
"@local/configs": "workspace:*",
3535
"@mdx-js/mdx": "^3.1.0",
3636
"@next/eslint-plugin-next": "^15.2.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-refresh": "^0.4.19",
3030
"typescript": "^5.8.2",
3131
"typescript-eslint": "^8.26.0",
32-
"vite": "^6.2.0"
32+
"vite": "^6.2.1"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

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

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

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
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-hooks": "^5.2.0",
3232
"eslint-plugin-react-refresh": "^0.4.19",
3333
"globals": "^16.0.0",
34-
"vite": "^6.2.0"
34+
"vite": "^6.2.1"
3535
},
3636
"engines": {
3737
"node": ">=18.18.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ts-blank-eslint-parser": "^0.4.2",
3333
"typescript": "^5.8.2",
3434
"typescript-eslint": "^8.26.0",
35-
"vite": "^6.2.0"
35+
"vite": "^6.2.1"
3636
},
3737
"engines": {
3838
"node": ">=18.18.0"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.30.3-next.2",
3+
"version": "1.30.3-beta.2",
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
"devDependencies": {
5555
"@eslint/config-inspector": "^1.0.2",
5656
"@eslint/js": "^9.21.0",
57-
"@eslint/markdown": "^6.2.2",
57+
"@eslint/markdown": "^6.3.0",
5858
"@local/configs": "workspace:*",
5959
"@local/eslint-plugin-local": "workspace:*",
6060
"@stylistic/eslint-plugin": "^4.2.0",
@@ -101,9 +101,9 @@
101101
"typedoc-plugin-missing-exports": "^3.1.0",
102102
"typescript": "^5.8.2",
103103
"typescript-eslint": "^8.26.0",
104-
"vitest": "^3.0.7"
104+
"vitest": "^3.0.8"
105105
},
106-
"packageManager": "pnpm@10.5.2",
106+
"packageManager": "pnpm@10.6.1",
107107
"engines": {
108108
"node": ">=18.18.0"
109109
},

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

0 commit comments

Comments
 (0)