Skip to content

Commit 2721c62

Browse files
committed
release: 2.0.0-next.54
1 parent dfa3ec5 commit 2721c62

File tree

29 files changed

+241
-223
lines changed

29 files changed

+241
-223
lines changed

.pkgs/configs/eslint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const typescript = tseslint.config({
109109
"function/function-return-boolean": ["error", { pattern: "/^(is|has|can|should)/" }],
110110
"@stylistic/arrow-parens": ["warn", "always"],
111111
"@stylistic/no-multi-spaces": ["warn"],
112-
"@stylistic/operator-linebreak": ["warn", "before"],
112+
"@stylistic/operator-linebreak": "off",
113113
"@stylistic/quote-props": ["error", "as-needed"],
114114
"perfectionist/sort-exports": ["warn", { type: "natural", order: "asc" }],
115115
"perfectionist/sort-imports": ["warn", {

.pkgs/configs/eslint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const typescript: ConfigArray = tseslint.config(
122122

123123
"@stylistic/arrow-parens": ["warn", "always"],
124124
"@stylistic/no-multi-spaces": ["warn"],
125-
"@stylistic/operator-linebreak": ["warn", "before"],
125+
"@stylistic/operator-linebreak": "off",
126126
"@stylistic/quote-props": ["error", "as-needed"],
127127

128128
"perfectionist/sort-exports": ["warn", { type: "natural", order: "asc" }],

.pkgs/configs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
},
2121
"dependencies": {
2222
"@eslint/js": "^9.29.0",
23-
"@stylistic/eslint-plugin": "^4.4.1",
23+
"@stylistic/eslint-plugin": "^5.0.0",
2424
"eslint-plugin-de-morgan": "^1.3.0",
2525
"eslint-plugin-function": "^0.0.22",
26-
"eslint-plugin-jsdoc": "^51.1.1",
26+
"eslint-plugin-jsdoc": "^51.2.1",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.9.0",
2929
"eslint-plugin-unicorn": "^59.0.1",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"@eslint-react/shared": "workspace:*",
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.29.0",
30-
"@stylistic/eslint-plugin": "^4.4.1",
30+
"@stylistic/eslint-plugin": "^5.0.0",
3131
"@typescript-eslint/scope-manager": "^8.34.1",
3232
"@typescript-eslint/type-utils": "^8.34.1",
3333
"@typescript-eslint/types": "^8.34.1",
3434
"@typescript-eslint/utils": "^8.34.1",
3535
"eslint-plugin-de-morgan": "^1.3.0",
36-
"eslint-plugin-jsdoc": "^51.1.1",
36+
"eslint-plugin-jsdoc": "^51.2.1",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.9.0",
3939
"eslint-plugin-unicorn": "^59.0.1",

VERSION

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

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"@eslint-react/eff": "workspace:*",
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
17-
"fumadocs-core": "15.5.3",
17+
"fumadocs-core": "15.5.4",
1818
"fumadocs-docgen": "2.0.1",
1919
"fumadocs-mdx": "11.6.9",
2020
"fumadocs-twoslash": "3.1.4",
2121
"fumadocs-typescript": "4.0.6",
22-
"fumadocs-ui": "15.5.3",
22+
"fumadocs-ui": "15.5.4",
2323
"lucide-react": "^0.522.0",
2424
"next": "^15.3.4",
2525
"next-view-transitions": "^0.3.4",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/vite-react": "^6.3.6",
2424
"@types/react": "^19.1.8",
2525
"@types/react-dom": "^19.1.6",
26-
"@vitejs/plugin-react": "^4.5.2",
26+
"@vitejs/plugin-react": "^4.6.0",
2727
"eslint": "^9.29.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/vite-react": "^6.3.6",
2424
"@types/react": "^19.1.8",
2525
"@types/react-dom": "^19.1.6",
26-
"@vitejs/plugin-react": "^4.5.2",
26+
"@vitejs/plugin-react": "^4.6.0",
2727
"eslint": "^9.29.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@eslint/js": "^9.29.0",
2121
"@types/react": "^19.1.8",
2222
"@types/react-dom": "^19.1.6",
23-
"@vitejs/plugin-react": "^4.5.2",
23+
"@vitejs/plugin-react": "^4.6.0",
2424
"eslint": "^9.29.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",

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
@@ -25,7 +25,7 @@
2525
"@types/babel__preset-env": "~7.10.0",
2626
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
28-
"@vitejs/plugin-react": "^4.5.2",
28+
"@vitejs/plugin-react": "^4.6.0",
2929
"eslint": "^9.29.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",

0 commit comments

Comments
 (0)