Skip to content

Commit d17cbad

Browse files
committed
release: 1.32.0-next.1
1 parent a2fda38 commit d17cbad

File tree

19 files changed

+206
-128
lines changed

19 files changed

+206
-128
lines changed

.pkgs/configs/eslint.js

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ var templateIndentAnnotations = [
44
"dedent",
55
"html",
66
"tsx",
7-
"ts",
7+
"ts"
88
];
99
var p11tOptions = {
1010
type: "natural",
11-
ignoreCase: false,
11+
ignoreCase: false
1212
};
1313
var p11tGroups = {
1414
customGroups: {
@@ -18,30 +18,30 @@ var p11tGroups = {
1818
"^name$",
1919
"^meta$",
2020
"^title$",
21-
"^description$",
21+
"^description$"
2222
],
2323
alias: ["^alias$", "^as$"],
24-
rules: ["^node$", "^messageId$"],
24+
rules: ["^node$", "^messageId$"]
2525
},
26-
groups: ["id", "type", "meta", "alias", "rules", "unknown"],
26+
groups: ["id", "type", "meta", "alias", "rules", "unknown"]
2727
};
2828
var typescript = {
2929
rules: {
3030
eqeqeq: ["error", "smart"],
31-
"no-undef": "off",
3231
"no-console": "error",
3332
"no-else-return": "error",
3433
"no-fallthrough": ["error", { commentPattern: ".*intentional fallthrough.*" }],
3534
"no-implicit-coercion": ["error", { allow: ["!!"] }],
3635
"no-mixed-operators": "warn",
36+
"no-undef": "off",
3737
"prefer-object-has-own": "error",
3838
// Part: custom rules
3939
"no-restricted-syntax": [
4040
"error",
4141
{
4242
message: "no optional",
43-
selector: "TSPropertySignature[optional=true]",
44-
},
43+
selector: "TSPropertySignature[optional=true]"
44+
}
4545
],
4646
// Part: typescript-eslint rules
4747
"@typescript-eslint/ban-ts-comment": [
@@ -51,18 +51,18 @@ var typescript = {
5151
"ts-check": false,
5252
"ts-expect-error": "allow-with-description",
5353
"ts-ignore": true,
54-
"ts-nocheck": true,
55-
},
54+
"ts-nocheck": true
55+
}
5656
],
5757
"@typescript-eslint/ban-types": "off",
58+
"@typescript-eslint/consistent-type-exports": "error",
5859
"@typescript-eslint/consistent-type-imports": "error",
5960
"@typescript-eslint/explicit-function-return-type": "off",
60-
"@typescript-eslint/no-namespace": "off",
6161
"@typescript-eslint/no-empty-object-type": "off",
6262
"@typescript-eslint/no-misused-promises": "off",
63+
"@typescript-eslint/no-namespace": "off",
6364
"@typescript-eslint/no-unnecessary-parameter-property-assignment": "warn",
6465
"@typescript-eslint/no-unused-vars": ["warn", { caughtErrors: "all" }],
65-
"@typescript-eslint/consistent-type-exports": "error",
6666
"@typescript-eslint/strict-boolean-expressions": ["error", {
6767
allowAny: false,
6868
allowNullableBoolean: false,
@@ -71,7 +71,7 @@ var typescript = {
7171
allowNullableObject: false,
7272
allowNullableString: false,
7373
allowNumber: true,
74-
allowString: false,
74+
allowString: false
7575
}],
7676
// Part: jsdoc rules
7777
"jsdoc/check-param-names": "warn",
@@ -92,7 +92,7 @@ var typescript = {
9292
"@stylistic/no-multi-spaces": ["warn"],
9393
"@stylistic/operator-linebreak": [
9494
"warn",
95-
"before",
95+
"before"
9696
],
9797
"@stylistic/quote-props": ["error", "as-needed"],
9898
// Part: perfectionist rules
@@ -102,8 +102,8 @@ var typescript = {
102102
"warn",
103103
{
104104
...p11tOptions,
105-
...p11tGroups,
106-
},
105+
...p11tGroups
106+
}
107107
],
108108
"perfectionist/sort-intersection-types": "off",
109109
"perfectionist/sort-modules": "off",
@@ -113,16 +113,16 @@ var typescript = {
113113
"warn",
114114
{
115115
...p11tOptions,
116-
...p11tGroups,
117-
},
116+
...p11tGroups
117+
}
118118
],
119119
"perfectionist/sort-objects": [
120120
"warn",
121121
{
122122
...p11tOptions,
123123
...p11tGroups,
124-
partitionByComment: "^Part:.*",
125-
},
124+
partitionByComment: "^Part:.*"
125+
}
126126
],
127127
"perfectionist/sort-switch-case": "off",
128128
"perfectionist/sort-union-types": "off",
@@ -131,10 +131,10 @@ var typescript = {
131131
"warn",
132132
{
133133
comments: templateIndentAnnotations,
134-
tags: templateIndentAnnotations,
135-
},
136-
],
137-
},
134+
tags: templateIndentAnnotations
135+
}
136+
]
137+
}
138138
};
139139

140140
export { typescript };

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.32.0-next.0
1+
1.32.0-next.1

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"fumadocs-typescript": "3.1.0",
2020
"fumadocs-ui": "15.0.12",
2121
"lucide-react": "^0.479.0",
22-
"next": "^15.2.1",
22+
"next": "^15.2.2",
2323
"next-view-transitions": "^0.3.4",
2424
"react": "^19.0.0",
2525
"react-dom": "^19.0.0",
26-
"shiki": "^3.1.0",
26+
"shiki": "^3.2.0",
2727
"tailwind-merge": "^3.0.2",
2828
"twoslash": "^0.3.1"
2929
},
@@ -34,7 +34,7 @@
3434
"@eslint/markdown": "^6.3.0",
3535
"@local/configs": "workspace:*",
3636
"@mdx-js/mdx": "^3.1.0",
37-
"@next/eslint-plugin-next": "^15.2.1",
37+
"@next/eslint-plugin-next": "^15.2.2",
3838
"@tailwindcss/postcss": "^4.0.12",
3939
"@tsconfig/next": "^2.0.3",
4040
"@tsconfig/node22": "^22.0.0",

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^15.2.1",
12+
"next": "^15.2.2",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
1717
"@eslint-react/eslint-plugin": "workspace:*",
1818
"@eslint/config-inspector": "^1.0.2",
1919
"@eslint/js": "^9.22.0",
20-
"@next/eslint-plugin-next": "^15.2.1",
20+
"@next/eslint-plugin-next": "^15.2.2",
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.0",
2323
"@tsconfig/strictest": "^2.0.5",

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.32.0-next.0",
3+
"version": "1.32.0-next.1",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -75,7 +75,7 @@
7575
"eslint": "^9.22.0",
7676
"eslint-config-flat-gitignore": "^2.1.0",
7777
"eslint-plugin-de-morgan": "^1.2.0",
78-
"eslint-plugin-jsdoc": "^50.6.3",
78+
"eslint-plugin-jsdoc": "^50.6.6",
7979
"eslint-plugin-perfectionist": "^4.10.1",
8080
"eslint-plugin-regexp": "^2.7.0",
8181
"eslint-plugin-simple-import-sort": "^12.1.1",
@@ -124,7 +124,7 @@
124124
"esbuild": "^0.25.1",
125125
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.8",
126126
"lucide-react": "^0.479.0",
127-
"next": "^15.2.1",
127+
"next": "^15.2.2",
128128
"react": "^19.0.0",
129129
"react-dom": "^19.0.0",
130130
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.7",

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.32.0-next.0",
3+
"version": "1.32.0-next.1",
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.32.0-next.0",
3+
"version": "1.32.0-next.1",
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.32.0-next.0",
3+
"version": "1.32.0-next.1",
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.32.0-next.0",
3+
"version": "1.32.0-next.1",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "1.32.0-next.0",
3+
"version": "1.32.0-next.1",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)