Skip to content

Commit cbd2154

Browse files
committed
release: 2.0.0-next.140
1 parent 063f504 commit cbd2154

File tree

18 files changed

+248
-312
lines changed

18 files changed

+248
-312
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"tsup": "^8.5.0"
4848
},
4949
"peerDependencies": {
50-
"eslint": "^9.31.0",
50+
"eslint": "^9.33.0",
5151
"typescript": "^4.9.5 || ^5.4.5"
5252
},
5353
"engines": {

VERSION

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

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
},
1212
"dependencies": {
1313
"@chevrotain/regexp-to-ast": "^11.0.3",
14-
"@effect-atom/atom-react": "^0.1.14",
14+
"@effect-atom/atom-react": "^0.1.15",
1515
"@eslint-react/eff": "workspace:*",
1616
"@radix-ui/react-icons": "^1.3.2",
1717
"bsky-react-post": "^0.1.7",
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
2020
"effect": "^3.17.8",
21-
"fumadocs-core": "15.6.4",
21+
"fumadocs-core": "15.6.12",
2222
"fumadocs-docgen": "2.1.0",
2323
"fumadocs-mdx": "11.7.5",
24-
"fumadocs-twoslash": "3.1.4",
24+
"fumadocs-twoslash": "3.1.6",
2525
"fumadocs-typescript": "4.0.6",
26-
"fumadocs-ui": "15.6.4",
26+
"fumadocs-ui": "15.6.12",
2727
"lucide-react": "^0.540.0",
2828
"next": "^15.5.0",
2929
"next-view-transitions": "^0.3.4",

package.json

Lines changed: 2 additions & 2 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.139",
3+
"version": "2.0.0-next.140",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [
@@ -56,7 +56,7 @@
5656
"@local/configs": "workspace:*",
5757
"@local/eslint-plugin-local": "workspace:*",
5858
"@radix-ui/react-toast": "^1.2.15",
59-
"@swc/core": "^1.13.3",
59+
"@swc/core": "^1.13.4",
6060
"@tsconfig/node22": "^22.0.2",
6161
"@tsconfig/strictest": "^2.0.5",
6262
"@types/node": "^24.3.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.139",
3+
"version": "2.0.0-next.140",
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: 2 additions & 2 deletions
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.139",
3+
"version": "2.0.0-next.140",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -61,7 +61,7 @@
6161
"tsup": "^8.5.0"
6262
},
6363
"peerDependencies": {
64-
"eslint": "^9.31.0",
64+
"eslint": "^9.33.0",
6565
"typescript": "^4.9.5 || ^5.4.5"
6666
},
6767
"peerDependenciesMeta": {

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 2 additions & 2 deletions
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.139",
3+
"version": "2.0.0-next.140",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",
@@ -61,7 +61,7 @@
6161
"tsup": "^8.5.0"
6262
},
6363
"peerDependencies": {
64-
"eslint": "^9.31.0",
64+
"eslint": "^9.33.0",
6565
"typescript": "^4.9.5 || ^5.4.5"
6666
},
6767
"peerDependenciesMeta": {

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.139",
3+
"version": "2.0.0-next.140",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "2.0.0-next.139",
3+
"version": "2.0.0-next.140",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",
@@ -61,7 +61,7 @@
6161
"tsup": "^8.5.0"
6262
},
6363
"peerDependencies": {
64-
"eslint": "^9.31.0",
64+
"eslint": "^9.33.0",
6565
"typescript": "^4.9.5 || ^5.4.5"
6666
},
6767
"peerDependenciesMeta": {

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "2.0.0-next.139",
3+
"version": "2.0.0-next.140",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",
@@ -60,7 +60,7 @@
6060
"tsup": "^8.5.0"
6161
},
6262
"peerDependencies": {
63-
"eslint": "^9.31.0",
63+
"eslint": "^9.33.0",
6464
"typescript": "^4.9.5 || ^5.4.5"
6565
},
6666
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)