Skip to content

Commit b048f6e

Browse files
committed
release: 2.0.0-next.170
1 parent ecc68d5 commit b048f6e

File tree

19 files changed

+98
-93
lines changed

19 files changed

+98
-93
lines changed

.pkgs/configs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"@stylistic/eslint-plugin": "^5.3.1",
2424
"eslint-plugin-de-morgan": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.25",
26-
"eslint-plugin-jsdoc": "^54.3.1",
26+
"eslint-plugin-jsdoc": "^54.4.0",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
29-
"eslint-plugin-unicorn": "^61.0.0",
29+
"eslint-plugin-unicorn": "^61.0.1",
3030
"typescript-eslint": "^8.42.0"
3131
},
3232
"peerDependencies": {

.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.42.0",
3434
"@typescript-eslint/utils": "^8.42.0",
3535
"eslint-plugin-de-morgan": "^1.3.1",
36-
"eslint-plugin-jsdoc": "^54.3.1",
36+
"eslint-plugin-jsdoc": "^54.4.0",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
39-
"eslint-plugin-unicorn": "^61.0.0",
39+
"eslint-plugin-unicorn": "^61.0.1",
4040
"string-ts": "^2.2.1",
4141
"ts-pattern": "^5.8.0"
4242
},

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-beta.69
1+
2.0.0-next.170

apps/website/package.json

Lines changed: 6 additions & 6 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.15",
14+
"@effect-atom/atom-react": "^0.1.16",
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.13",
21-
"fumadocs-core": "15.7.9",
21+
"fumadocs-core": "15.7.10",
2222
"fumadocs-docgen": "3.0.0",
23-
"fumadocs-mdx": "11.8.3",
23+
"fumadocs-mdx": "11.9.0",
2424
"fumadocs-twoslash": "3.1.7",
25-
"fumadocs-typescript": "4.0.7",
26-
"fumadocs-ui": "15.7.9",
25+
"fumadocs-typescript": "4.0.8",
26+
"fumadocs-ui": "15.7.10",
2727
"lucide-react": "^0.542.0",
2828
"next": "^15.5.2",
2929
"next-view-transitions": "^0.3.4",
@@ -60,7 +60,7 @@
6060
"eslint-plugin-perfectionist": "^4.15.0",
6161
"eslint-plugin-react-hooks": "^5.2.0",
6262
"eslint-plugin-react-refresh": "^0.4.20",
63-
"eslint-plugin-unicorn": "^61.0.0",
63+
"eslint-plugin-unicorn": "^61.0.1",
6464
"importx": "^0.5.2",
6565
"postcss": "^8.5.6",
6666
"tailwindcss": "^4.1.13",

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-beta.69",
3+
"version": "2.0.0-next.170",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -89,7 +89,7 @@
8989
"remark-gfm": "^4.0.1",
9090
"skott": "^0.35.4",
9191
"sort-package-json": "^3.4.0",
92-
"tinyglobby": "^0.2.14",
92+
"tinyglobby": "^0.2.15",
9393
"ts-pattern": "^5.8.0",
9494
"tsdown": "^0.14.2",
9595
"tsx": "^4.20.5",

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

0 commit comments

Comments
 (0)