Skip to content

Commit 2035c0f

Browse files
committed
release: 1.17.4-next.5
1 parent 5145633 commit 2035c0f

File tree

17 files changed

+142
-142
lines changed

17 files changed

+142
-142
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.4-beta.4
1+
1.17.4-next.5

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.17.4-beta.4",
3+
"version": "1.17.4-next.5",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -49,15 +49,15 @@
4949
"devDependencies": {
5050
"@changesets/cli": "^2.27.10",
5151
"@effect/language-service": "^0.2.0",
52-
"@effect/platform": "^0.70.2",
53-
"@effect/platform-bun": "^0.50.2",
54-
"@effect/platform-node": "^0.65.2",
52+
"@effect/platform": "^0.70.3",
53+
"@effect/platform-bun": "^0.50.3",
54+
"@effect/platform-node": "^0.65.3",
5555
"@effect/schema": "^0.75.5",
5656
"@eslint/config-inspector": "^0.5.6",
5757
"@eslint/js": "^9.16.0",
5858
"@stylistic/eslint-plugin-js": "^2.11.0",
5959
"@susisu/eslint-plugin-safe-typescript": "^0.9.2",
60-
"@swc/core": "^1.9.3",
60+
"@swc/core": "^1.10.0",
6161
"@tsconfig/node22": "^22.0.0",
6262
"@tsconfig/strictest": "^2.0.5",
6363
"@types/node": "^22.10.1",
@@ -101,7 +101,7 @@
101101
"tsx": "^4.19.2",
102102
"turbo": "^2.3.3",
103103
"type-fest": "^4.30.0",
104-
"typedoc": "^0.27.2",
104+
"typedoc": "^0.27.3",
105105
"typedoc-plugin-markdown": "^4.3.1",
106106
"typedoc-plugin-rename-defaults": "^0.7.2",
107107
"typescript": "^5.7.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": "1.17.4-beta.4",
3+
"version": "1.17.4-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.17.4-beta.4",
3+
"version": "1.17.4-next.5",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"eslint",

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.17.4-beta.4",
3+
"version": "1.17.4-next.5",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"eslint",

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.17.4-beta.4",
3+
"version": "1.17.4-next.5",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"eslint",

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.17.4-beta.4",
3+
"version": "1.17.4-next.5",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"eslint",

packages/plugins/eslint-plugin-react-web-api/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-web-api",
3-
"version": "1.17.4-beta.4",
3+
"version": "1.17.4-next.5",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"eslint",

packages/plugins/eslint-plugin-react-x/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-x",
3-
"version": "1.17.4-beta.4",
3+
"version": "1.17.4-next.5",
44
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"eslint",

packages/plugins/eslint-plugin/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/eslint-plugin",
3-
"version": "1.17.4-beta.4",
3+
"version": "1.17.4-next.5",
44
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)