Skip to content

Commit c89116b

Browse files
committed
release: 2.0.0-next.49
1 parent baa138e commit c89116b

File tree

20 files changed

+303
-234
lines changed

20 files changed

+303
-234
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^4.4.1",
2424
"eslint-plugin-de-morgan": "^1.3.0",
2525
"eslint-plugin-function": "^0.0.22",
26-
"eslint-plugin-jsdoc": "^51.0.3",
26+
"eslint-plugin-jsdoc": "^51.1.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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.0.3",
36+
"eslint-plugin-jsdoc": "^51.1.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.48
1+
2.0.0-next.49

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"fumadocs-twoslash": "3.1.4",
2121
"fumadocs-typescript": "4.0.6",
2222
"fumadocs-ui": "15.5.3",
23-
"lucide-react": "^0.518.0",
23+
"lucide-react": "^0.522.0",
2424
"next": "^15.3.4",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.1.0",
2727
"react-dom": "^19.1.0",
28-
"shiki": "^3.6.0",
28+
"shiki": "^3.7.0",
2929
"tailwind-merge": "^3.3.1",
3030
"twoslash": "^0.3.1"
3131
},
@@ -34,7 +34,7 @@
3434
"@eslint-react/kit": "workspace:*",
3535
"@eslint-react/shared": "workspace:*",
3636
"@eslint/js": "^9.29.0",
37-
"@eslint/markdown": "^6.5.0",
37+
"@eslint/markdown": "^6.6.0",
3838
"@local/configs": "workspace:*",
3939
"@mdx-js/mdx": "^3.1.0",
4040
"@tailwindcss/postcss": "^4.1.10",

examples/rspeedy-react-lynx-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"preview": "rspeedy preview"
1616
},
1717
"dependencies": {
18-
"@lynx-js/react": "^0.109.2"
18+
"@lynx-js/react": "^0.110.0"
1919
},
2020
"devDependencies": {
2121
"@eslint/config-inspector": "^1.1.0",
2222
"@eslint/js": "^9.29.0",
2323
"@lynx-contrib/tailwind-preset": "^0.0.2",
2424
"@lynx-js/qrcode-rsbuild-plugin": "^0.3.6",
25-
"@lynx-js/react-rsbuild-plugin": "^0.10.3",
26-
"@lynx-js/rspeedy": "^0.9.9",
25+
"@lynx-js/react-rsbuild-plugin": "^0.10.4",
26+
"@lynx-js/rspeedy": "^0.9.10",
2727
"@lynx-js/types": "^3.3.0",
2828
"@rsbuild/plugin-sass": "^1.3.2",
2929
"@rsbuild/plugin-type-check": "^1.2.3",

package.json

Lines changed: 5 additions & 5 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.48",
3+
"version": "2.0.0-next.49",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [
@@ -52,10 +52,10 @@
5252
},
5353
"devDependencies": {
5454
"@eslint/config-inspector": "^1.1.0",
55-
"@eslint/markdown": "^6.5.0",
55+
"@eslint/markdown": "^6.6.0",
5656
"@local/configs": "workspace:*",
5757
"@local/eslint-plugin-local": "workspace:*",
58-
"@swc/core": "^1.12.3",
58+
"@swc/core": "^1.12.5",
5959
"@tsconfig/node22": "^22.0.2",
6060
"@tsconfig/strictest": "^2.0.5",
6161
"@types/node": "^24.0.3",
@@ -89,7 +89,7 @@
8989
"tsx": "^4.20.3",
9090
"type-fest": "^4.41.0",
9191
"typedoc": "^0.28.5",
92-
"typedoc-plugin-markdown": "^4.6.4",
92+
"typedoc-plugin-markdown": "^4.7.0",
9393
"typedoc-plugin-mdn-links": "^5.0.2",
9494
"typescript": "^5.8.3",
9595
"typescript-eslint": "^8.34.1",
@@ -113,7 +113,7 @@
113113
"@types/react-dom": "^19.1.6",
114114
"cross-spawn": "^7.0.6",
115115
"esbuild": "^0.25.5",
116-
"lucide-react": "^0.518.0",
116+
"lucide-react": "^0.522.0",
117117
"next": "^15.3.4",
118118
"react": "^19.1.0",
119119
"react-dom": "^19.1.0",

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

0 commit comments

Comments
 (0)