Skip to content

Commit 43e23c0

Browse files
committed
release: 2.0.0-next.146
1 parent 6b8c7e2 commit 43e23c0

File tree

18 files changed

+144
-141
lines changed

18 files changed

+144
-141
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.33.0",
50+
"eslint": "^9.34.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.145
1+
2.0.0-next.146

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
2020
"effect": "^3.17.9",
21-
"fumadocs-core": "15.7.1",
22-
"fumadocs-docgen": "2.1.0",
21+
"fumadocs-core": "15.7.2",
22+
"fumadocs-docgen": "3.0.0",
2323
"fumadocs-mdx": "11.8.0",
2424
"fumadocs-twoslash": "3.1.6",
2525
"fumadocs-typescript": "4.0.6",
26-
"fumadocs-ui": "15.7.1",
26+
"fumadocs-ui": "15.7.2",
2727
"lucide-react": "^0.541.0",
2828
"next": "^15.5.0",
2929
"next-view-transitions": "^0.3.4",
@@ -34,7 +34,7 @@
3434
"twoslash": "^0.3.4"
3535
},
3636
"devDependencies": {
37-
"@effect/language-service": "^0.35.2",
37+
"@effect/language-service": "^0.36.0",
3838
"@eslint-react/eslint-plugin": "workspace:*",
3939
"@eslint-react/kit": "workspace:*",
4040
"@eslint-react/shared": "workspace:*",

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": "2.0.0-next.145",
3+
"version": "2.0.0-next.146",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -52,7 +52,7 @@
5252
"update:website": "tsx ./scripts/update-website.ts"
5353
},
5454
"devDependencies": {
55-
"@effect/language-service": "^0.35.2",
55+
"@effect/language-service": "^0.36.0",
5656
"@effect/platform": "^0.90.6",
5757
"@effect/platform-node": "^0.96.0",
5858
"@eslint/config-inspector": "^1.2.0",
@@ -96,7 +96,7 @@
9696
"tsup": "^8.5.0",
9797
"tsx": "^4.20.5",
9898
"type-fest": "^4.41.0",
99-
"typedoc": "^0.28.10",
99+
"typedoc": "^0.28.11",
100100
"typedoc-plugin-markdown": "^4.8.1",
101101
"typedoc-plugin-mdn-links": "^5.0.9",
102102
"typescript": "^5.9.2",

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.145",
3+
"version": "2.0.0-next.146",
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.145",
3+
"version": "2.0.0-next.146",
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.33.0",
64+
"eslint": "^9.34.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.145",
3+
"version": "2.0.0-next.146",
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.33.0",
64+
"eslint": "^9.34.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.145",
3+
"version": "2.0.0-next.146",
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.145",
3+
"version": "2.0.0-next.146",
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.33.0",
64+
"eslint": "^9.34.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.145",
3+
"version": "2.0.0-next.146",
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.33.0",
63+
"eslint": "^9.34.0",
6464
"typescript": "^4.9.5 || ^5.4.5"
6565
},
6666
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)