Skip to content

Commit e3debd7

Browse files
committed
release: 2.0.0-next.39
2 parents a3a39b2 + d09165a commit e3debd7

File tree

33 files changed

+88
-17956
lines changed

33 files changed

+88
-17956
lines changed

.pkgs/configs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"dependencies": {
2222
"@eslint/js": "^9.28.0",
2323
"@stylistic/eslint-plugin": "^4.4.1",
24-
"eslint-plugin-de-morgan": "^1.2.1",
25-
"eslint-plugin-function": "^0.0.21",
24+
"eslint-plugin-de-morgan": "^1.3.0",
25+
"eslint-plugin-function": "^0.0.22",
2626
"eslint-plugin-jsdoc": "^50.7.1",
2727
"eslint-plugin-perfectionist": "^4.14.0",
28-
"eslint-plugin-regexp": "^2.8.0",
28+
"eslint-plugin-regexp": "^2.9.0",
2929
"eslint-plugin-unicorn": "^59.0.1",
3030
"typescript-eslint": "^8.33.1"
3131
}

.pkgs/eslint-plugin-local/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@typescript-eslint/type-utils": "^8.33.1",
3333
"@typescript-eslint/types": "^8.33.1",
3434
"@typescript-eslint/utils": "^8.33.1",
35-
"eslint-plugin-de-morgan": "^1.2.1",
35+
"eslint-plugin-de-morgan": "^1.3.0",
3636
"eslint-plugin-jsdoc": "^50.7.1",
3737
"eslint-plugin-perfectionist": "^4.14.0",
38-
"eslint-plugin-regexp": "^2.8.0",
38+
"eslint-plugin-regexp": "^2.9.0",
3939
"eslint-plugin-unicorn": "^59.0.1",
4040
"string-ts": "^2.2.1",
4141
"ts-pattern": "^5.7.1"

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v1.51.3 (2025-06-09)
2+
3+
### 🐞 Fixes
4+
5+
- fix: update messages for `react-x/jsx-no-iife` and `react-x/jsx-uses-vars` rules by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1127
6+
7+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.51.2...v1.51.3
8+
9+
## v1.51.2 (2025-06-08)
10+
11+
### 🐞 Fixes
12+
13+
- fix: skip function components without name in `react-x/prefer-read-only-props` by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1125
14+
15+
### 🪄 Improvements
16+
17+
- docs: update references from 'Language Config' to 'Project Config' across documentation by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1126
18+
19+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.51.1...v1.51.2
20+
121
## v1.51.1 (2025-06-06)
222

323
### 🐞 Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-next.38
1+
2.0.0-next.39

apps/website/content/docs/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
title: Changelog
33
---
44

5+
## v1.51.3 (2025-06-09)
6+
7+
### 🐞 Fixes
8+
9+
- fix: update messages for `react-x/jsx-no-iife` and `react-x/jsx-uses-vars` rules by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1127
10+
11+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.51.2...v1.51.3
12+
13+
## v1.51.2 (2025-06-08)
14+
15+
### 🐞 Fixes
16+
17+
- fix: skip function components without name in `react-x/prefer-read-only-props` by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1125
18+
19+
### 🪄 Improvements
20+
21+
- docs: update references from 'Language Config' to 'Project Config' across documentation by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1126
22+
23+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.51.1...v1.51.2
24+
525
## v1.51.1 (2025-06-06)
626

727
### 🐞 Fixes

apps/website/content/docs/community.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const projects = [
66
{ owner: "flirtual", repo: "flirtual" },
77
{ owner: "hashintel", repo: "hash" },
88
{ owner: "kriasoft", repo: "graphql-starter-kit" },
9+
{ owner: "mgilangjanuar", repo: "buntal" },
910
{ owner: "npmgraph", repo: "npmgraph" },
1011
{ owner: "offlegacy", repo: "event-tracker" },
1112
{ owner: "onejs", repo: "one" },

apps/website/content/docs/configuration/configure-language-config.mdx renamed to apps/website/content/docs/configuration/configure-project-config.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Configure Language Config"
2+
title: "Configure Project Config"
33
---
44

5-
import { JSXConfigTypeTable } from "./configure-language-config";
5+
import { JSXConfigTypeTable } from "./configure-project-config";
66

7-
ESLint React uses your Language Config for static analysis. This page details which options are used and how they affect the linting process.
7+
ESLint React uses your [Project Config](/docs/glossary#project-config) for static analysis. This page details which options are used and how they affect the linting process.
88

99
## JSX Transform
1010

apps/website/content/docs/configuration/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"pages": [
44
"configure-analyzer",
55
"!configure-language-preference",
6-
"configure-language-config",
6+
"configure-project-config",
77
"!---Advanced Configuration---",
88
"!enhanced-additional-components",
99
"!using-custom-parsers"

apps/website/content/docs/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can view our long-term plans on the [roadmap](/roadmap#plugins-with-ecologic
5656

5757
ESLint React automatically detects your JSX runtime type from the compiler options in your `tsconfig.json` or `jsconfig.json` file, as well as from JSX pragma comments (e.g., `/** @jsxRuntime automatic */`) in each file. This means you don't need to set a preset for the JSX runtime.
5858

59-
For more information, see the [JSX Transform](/docs/configuration/configure-language-config#jsx-transform) section on the [Configure Language Config](/docs/configuration/configure-language-config) page.
59+
For more information, see the [JSX Transform](/docs/configuration/configure-project-config#jsx-transform) section on the [Configure Project Config](/docs/configuration/configure-project-config) page.
6060

6161
</Accordion>
6262

0 commit comments

Comments
 (0)