Skip to content

Commit ddc607c

Browse files
committed
release: 2.0.0-next.7
2 parents e9b1f03 + 47deffa commit ddc607c

File tree

40 files changed

+477
-428
lines changed

40 files changed

+477
-428
lines changed

.pkgs/configs/eslint.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ export const typescript = tseslint.config({
5454
"no-mixed-operators": "warn",
5555
"no-undef": "off",
5656
"prefer-object-has-own": "error",
57-
// "no-restricted-syntax": [
58-
// "error",
59-
// {
60-
// message: "no optional",
61-
// selector: "TSPropertySignature[optional=true]",
62-
// },
63-
// ],
57+
"no-restricted-syntax": [
58+
"error",
59+
{
60+
message: "no typescript named import",
61+
selector: "ImportDeclaration[source.value='typescript'] ImportSpecifier",
62+
},
63+
],
6464
"@typescript-eslint/ban-ts-comment": [
6565
"error",
6666
{

.pkgs/configs/eslint.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ export const typescript: ConfigArray = tseslint.config(
6464
"no-undef": "off",
6565
"prefer-object-has-own": "error",
6666

67-
// "no-restricted-syntax": [
68-
// "error",
69-
// {
70-
// message: "no optional",
71-
// selector: "TSPropertySignature[optional=true]",
72-
// },
73-
// ],
67+
"no-restricted-syntax": [
68+
"error",
69+
{
70+
message: "no typescript named import",
71+
selector: "ImportDeclaration[source.value='typescript'] ImportSpecifier",
72+
},
73+
],
7474

7575
"@typescript-eslint/ban-ts-comment": [
7676
"error",

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-de-morgan": "^1.2.1",
2525
"eslint-plugin-function": "^0.0.21",
2626
"eslint-plugin-jsdoc": "^50.6.10",
27-
"eslint-plugin-perfectionist": "^4.12.2",
27+
"eslint-plugin-perfectionist": "^4.12.3",
2828
"eslint-plugin-regexp": "^2.7.0",
2929
"eslint-plugin-unicorn": "^58.0.0",
3030
"typescript-eslint": "^8.31.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint/utils": "^8.31.0",
3535
"eslint-plugin-de-morgan": "^1.2.1",
3636
"eslint-plugin-jsdoc": "^50.6.10",
37-
"eslint-plugin-perfectionist": "^4.12.2",
37+
"eslint-plugin-perfectionist": "^4.12.3",
3838
"eslint-plugin-regexp": "^2.7.0",
3939
"eslint-plugin-unicorn": "^58.0.0",
4040
"string-ts": "^2.2.1",
@@ -47,7 +47,7 @@
4747
"tsup": "^8.4.0"
4848
},
4949
"peerDependencies": {
50-
"eslint": "^9.25.0",
50+
"eslint": "^9.25.1",
5151
"typescript": "^4.9.5 || ^5.4.5"
5252
},
5353
"engines": {

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.48.5 (2025-04-25)
2+
3+
## 🐞 Fixes
4+
5+
- fix: fixed named export 'JsxEmit' not found, closes #1095 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1096
6+
7+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.48.4...v1.48.5
8+
19
## v1.48.4 (2025-04-19)
210

311
## 🐞 Fixes

VERSION

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

apps/website/content/docs/changelog.md

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

5+
## v1.48.5 (2025-04-25)
6+
7+
## 🐞 Fixes
8+
9+
- fix: fixed named export 'JsxEmit' not found, closes #1095 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1096
10+
11+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.48.4...v1.48.5
12+
513
## v1.48.4 (2025-04-19)
614

715
## 🐞 Fixes

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^22.14.1",
47+
"@types/node": "^22.15.2",
4848
"@types/react": "^19.1.2",
4949
"@types/react-dom": "^19.1.2",
5050
"autoprefixer": "^10.4.21",
5151
"dedent": "^1.5.3",
5252
"eslint": "^9.25.1",
5353
"eslint-plugin-de-morgan": "^1.2.1",
54-
"eslint-plugin-import-x": "^4.10.6",
55-
"eslint-plugin-perfectionist": "^4.12.2",
54+
"eslint-plugin-import-x": "^4.11.0",
55+
"eslint-plugin-perfectionist": "^4.12.3",
5656
"eslint-plugin-react-hooks": "^5.2.0",
5757
"eslint-plugin-react-refresh": "^0.4.20",
5858
"eslint-plugin-unicorn": "^58.0.0",

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.1",
2424
"@tsconfig/strictest": "^2.0.5",
25-
"@types/node": "^22.14.1",
25+
"@types/node": "^22.15.2",
2626
"@types/react": "^19.1.2",
2727
"@types/react-dom": "^19.1.2",
2828
"eslint": "^9.25.1",

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": "2.0.0-next.6",
3+
"version": "2.0.0-next.7",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [
@@ -55,10 +55,10 @@
5555
"@eslint/markdown": "^6.4.0",
5656
"@local/configs": "workspace:*",
5757
"@local/eslint-plugin-local": "workspace:*",
58-
"@swc/core": "^1.11.21",
58+
"@swc/core": "^1.11.22",
5959
"@tsconfig/node22": "^22.0.1",
6060
"@tsconfig/strictest": "^2.0.5",
61-
"@types/node": "^22.14.1",
61+
"@types/node": "^22.15.2",
6262
"@types/react": "^19.1.2",
6363
"@types/react-dom": "^19.1.2",
6464
"@typescript-eslint/parser": "^8.31.0",
@@ -88,7 +88,7 @@
8888
"tsx": "^4.19.3",
8989
"type-fest": "^4.40.0",
9090
"typedoc": "^0.28.3",
91-
"typedoc-plugin-markdown": "^4.6.2",
91+
"typedoc-plugin-markdown": "^4.6.3",
9292
"typedoc-plugin-mdn-links": "^5.0.1",
9393
"typescript": "^5.8.3",
9494
"typescript-eslint": "^8.31.0",

0 commit comments

Comments
 (0)