Skip to content

Commit 6e0eb1a

Browse files
committed
release: 2.0.0-next.179
1 parent cefd50a commit 6e0eb1a

File tree

23 files changed

+235
-235
lines changed

23 files changed

+235
-235
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": "^5.3.1",
2424
"eslint-plugin-de-morgan": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.25",
26-
"eslint-plugin-jsdoc": "^55.2.0",
26+
"eslint-plugin-jsdoc": "^55.4.0",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",

.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.43.0",
3434
"@typescript-eslint/utils": "^8.43.0",
3535
"eslint-plugin-de-morgan": "^1.3.1",
36-
"eslint-plugin-jsdoc": "^55.2.0",
36+
"eslint-plugin-jsdoc": "^55.4.0",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
3939
"eslint-plugin-unicorn": "^61.0.2",

VERSION

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

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"fumadocs-typescript": "4.0.8",
2626
"fumadocs-ui": "15.7.10",
2727
"lucide-react": "^0.543.0",
28-
"next": "^15.5.2",
28+
"next": "^15.5.3",
2929
"next-view-transitions": "^0.3.4",
3030
"react": "^19.1.1",
3131
"react-dom": "^19.1.1",
@@ -34,7 +34,7 @@
3434
"twoslash": "^0.3.4"
3535
},
3636
"devDependencies": {
37-
"@effect/language-service": "^0.38.4",
37+
"@effect/language-service": "^0.39.0",
3838
"@eslint-react/eslint-plugin": "workspace:*",
3939
"@eslint-react/kit": "workspace:*",
4040
"@eslint-react/shared": "workspace:*",

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"next": "^15.5.2",
13+
"next": "^15.5.3",
1414
"react": "^19.1.1",
1515
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.2.0",
2020
"@eslint/js": "^9.35.0",
21-
"@next/eslint-plugin-next": "^15.5.2",
21+
"@next/eslint-plugin-next": "^15.5.3",
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",

package.json

Lines changed: 4 additions & 4 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.178",
3+
"version": "2.0.0-next.179",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -52,8 +52,8 @@
5252
"update:website": "tsx ./scripts/update-website.ts"
5353
},
5454
"devDependencies": {
55-
"@effect/language-service": "^0.38.4",
56-
"@effect/platform": "^0.90.8",
55+
"@effect/language-service": "^0.39.0",
56+
"@effect/platform": "^0.90.9",
5757
"@effect/platform-node": "^0.96.1",
5858
"@eslint/config-inspector": "^1.2.0",
5959
"@eslint/markdown": "^7.2.0",
@@ -118,7 +118,7 @@
118118
"cross-spawn": "^7.0.6",
119119
"esbuild": "^0.25.9",
120120
"lucide-react": "^0.543.0",
121-
"next": "^15.5.2",
121+
"next": "^15.5.3",
122122
"react": "^19.1.1",
123123
"react-dom": "^19.1.1",
124124
"ts-api-utils": "^2.1.0",

packages/core/docs/functions/hasNoneOrLooseComponentName.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Function: hasNoneOrLooseComponentName()
88

9-
> **hasNoneOrLooseComponentName**(`context`, `fn`): `boolean`
9+
> **hasNoneOrLooseComponentName**(`context`, `fn`): `any`
1010
1111
## Parameters
1212

@@ -20,4 +20,4 @@
2020

2121
## Returns
2222

23-
`boolean`
23+
`any`

packages/core/docs/functions/isComponentName.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Function: isComponentName()
88

9-
> **isComponentName**(`name`): `boolean`
9+
> **isComponentName**(`name`): `any`
1010
1111
## Parameters
1212

@@ -16,4 +16,4 @@
1616

1717
## Returns
1818

19-
`boolean`
19+
`any`

packages/core/docs/functions/isComponentNameLoose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Function: isComponentNameLoose()
88

9-
> **isComponentNameLoose**(`name`): `boolean`
9+
> **isComponentNameLoose**(`name`): `any`
1010
1111
## Parameters
1212

@@ -16,4 +16,4 @@
1616

1717
## Returns
1818

19-
`boolean`
19+
`any`

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.178",
3+
"version": "2.0.0-next.179",
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": {

0 commit comments

Comments
 (0)