Skip to content

Commit fb62e97

Browse files
committed
release: 1.50.1-next.5
1 parent d035487 commit fb62e97

File tree

19 files changed

+64
-73
lines changed

19 files changed

+64
-73
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.0",
2424
"eslint-plugin-de-morgan": "^1.2.1",
2525
"eslint-plugin-function": "^0.0.21",
26-
"eslint-plugin-jsdoc": "^50.6.17",
26+
"eslint-plugin-jsdoc": "^50.7.1",
2727
"eslint-plugin-perfectionist": "^4.13.0",
2828
"eslint-plugin-regexp": "^2.7.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.33.0",
3434
"@typescript-eslint/utils": "^8.33.0",
3535
"eslint-plugin-de-morgan": "^1.2.1",
36-
"eslint-plugin-jsdoc": "^50.6.17",
36+
"eslint-plugin-jsdoc": "^50.7.1",
3737
"eslint-plugin-perfectionist": "^4.13.0",
3838
"eslint-plugin-regexp": "^2.7.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-
1.50.1-next.4
1+
1.50.1-next.5

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"@eslint-react/eff": "workspace:*",
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
17-
"fumadocs-core": "15.4.2",
17+
"fumadocs-core": "15.5.0",
1818
"fumadocs-docgen": "2.0.0",
1919
"fumadocs-mdx": "11.6.6",
2020
"fumadocs-twoslash": "3.1.3",
2121
"fumadocs-typescript": "4.0.5",
22-
"fumadocs-ui": "15.4.2",
22+
"fumadocs-ui": "15.5.0",
2323
"lucide-react": "^0.511.0",
2424
"next": "^15.3.3",
2525
"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": "1.50.1-next.4",
3+
"version": "1.50.1-next.5",
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
"tsx": "^4.19.4",
9090
"type-fest": "^4.41.0",
9191
"typedoc": "^0.28.5",
92-
"typedoc-plugin-markdown": "^4.6.3",
92+
"typedoc-plugin-markdown": "^4.6.4",
9393
"typedoc-plugin-mdn-links": "^5.0.2",
9494
"typescript": "^5.8.3",
9595
"typescript-eslint": "^8.33.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": "1.50.1-next.4",
3+
"version": "1.50.1-next.5",
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": "1.50.1-next.4",
3+
"version": "1.50.1-next.5",
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": "1.50.1-next.4",
3+
"version": "1.50.1-next.5",
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": "1.50.1-next.4",
3+
"version": "1.50.1-next.5",
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": "1.50.1-next.4",
3+
"version": "1.50.1-next.5",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)