Skip to content

Commit 3889137

Browse files
committed
release: 1.38.0-next.7
1 parent 98217b1 commit 3889137

File tree

21 files changed

+103
-108
lines changed

21 files changed

+103
-108
lines changed

.pkgs/configs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@eslint/js": "^9.23.0",
2323
"@stylistic/eslint-plugin": "^4.2.0",
2424
"eslint-plugin-de-morgan": "^1.2.1",
25-
"eslint-plugin-jsdoc": "^50.6.8",
25+
"eslint-plugin-jsdoc": "^50.6.9",
2626
"eslint-plugin-perfectionist": "^4.10.1",
2727
"eslint-plugin-regexp": "^2.7.0",
28-
"eslint-plugin-unicorn": "^57.0.0",
28+
"eslint-plugin-unicorn": "^58.0.0",
2929
"typescript-eslint": "^8.27.0"
3030
}
3131
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"@typescript-eslint/types": "^8.27.0",
3434
"@typescript-eslint/utils": "^8.27.0",
3535
"eslint-plugin-de-morgan": "^1.2.1",
36-
"eslint-plugin-jsdoc": "^50.6.8",
36+
"eslint-plugin-jsdoc": "^50.6.9",
3737
"eslint-plugin-perfectionist": "^4.10.1",
3838
"eslint-plugin-regexp": "^2.7.0",
39-
"eslint-plugin-unicorn": "^57.0.0",
39+
"eslint-plugin-unicorn": "^58.0.0",
4040
"string-ts": "^2.2.1",
4141
"ts-pattern": "^5.6.2"
4242
},

VERSION

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

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@tsconfig/strictest": "^2.0.5",
4343
"@types/hast": "^3.0.4",
4444
"@types/mdx": "^2.0.13",
45-
"@types/node": "^22.13.11",
45+
"@types/node": "^22.13.12",
4646
"@types/react": "^19.0.12",
4747
"@types/react-dom": "^19.0.4",
4848
"autoprefixer": "^10.4.21",
@@ -54,7 +54,7 @@
5454
"eslint-plugin-perfectionist": "^4.10.1",
5555
"eslint-plugin-react-hooks": "^5.2.0",
5656
"eslint-plugin-react-refresh": "^0.4.19",
57-
"eslint-plugin-unicorn": "^57.0.0",
57+
"eslint-plugin-unicorn": "^58.0.0",
5858
"postcss": "^8.5.3",
5959
"tailwindcss": "^4.0.15",
6060
"tailwindcss-animated": "^2.0.0",

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.1",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^22.13.11",
24+
"@types/node": "^22.13.12",
2525
"@types/react": "^19.0.12",
2626
"@types/react-dom": "^19.0.4",
2727
"eslint": "^9.23.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.38.0-next.6",
3+
"version": "1.38.0-next.7",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -59,7 +59,7 @@
5959
"@swc/core": "^1.11.13",
6060
"@tsconfig/node22": "^22.0.1",
6161
"@tsconfig/strictest": "^2.0.5",
62-
"@types/node": "^22.13.11",
62+
"@types/node": "^22.13.12",
6363
"@types/react": "^19.0.12",
6464
"@types/react-dom": "^19.0.4",
6565
"@typescript-eslint/parser": "^8.27.0",
@@ -86,7 +86,7 @@
8686
"ts-pattern": "^5.6.2",
8787
"tsup": "^8.4.0",
8888
"tsx": "^4.19.3",
89-
"type-fest": "^4.37.0",
89+
"type-fest": "^4.38.0",
9090
"typedoc": "^0.28.1",
9191
"typedoc-plugin-markdown": "^4.6.0",
9292
"typedoc-plugin-mdn-links": "^5.0.1",

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

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.38.0-next.6",
3+
"version": "1.38.0-next.7",
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

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.38.0-next.6",
3+
"version": "1.38.0-next.7",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)