Skip to content

Commit e296b80

Browse files
authored
Remove 'NodeJS.Require' type from shared package, closes #1308 (#1309)
1 parent d84f4c8 commit e296b80

File tree

21 files changed

+220
-207
lines changed

21 files changed

+220
-207
lines changed

.pkgs/eslint-plugin-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@local/configs": "workspace:*",
4343
"@types/react": "^19.2.2",
4444
"@types/react-dom": "^19.2.2",
45-
"tsdown": "^0.16.0"
45+
"tsdown": "^0.16.1"
4646
},
4747
"peerDependencies": {
4848
"eslint": "^9.38.0",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Version](https://img.shields.io/npm/v/@eslint-react/eslint-plugin?style=flat&colorA=111111&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
66
[![Downloads](https://img.shields.io/npm/dt/@eslint-react/eslint-plugin.svg?style=flat&colorA=222222&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
77
[![License](https://img.shields.io/npm/l/@eslint-react/eslint-plugin?style=flat&colorA=333333&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
8-
[![Build with](https://img.shields.io/badge/[email protected].0-000000?style=flat)](https://tsdown.dev)
8+
[![Build with](https://img.shields.io/badge/[email protected].1-000000?style=flat)](https://tsdown.dev)
99

1010
4-7x faster composable ESLint rules for React and friends.
1111

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"fumadocs-twoslash": "3.1.9",
2121
"fumadocs-typescript": "4.0.12",
2222
"fumadocs-ui": "16.0.5",
23-
"lucide-react": "^0.552.0",
23+
"lucide-react": "^0.553.0",
2424
"next": "^16.0.1",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.2.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@
8585
"sort-package-json": "^3.4.0",
8686
"tinyglobby": "^0.2.15",
8787
"ts-pattern": "^5.9.0",
88-
"tsdown": "^0.16.0",
88+
"tsdown": "^0.16.1",
8989
"tsx": "^4.20.6",
9090
"type-fest": "^5.2.0",
9191
"typedoc": "^0.28.14",
9292
"typedoc-plugin-markdown": "^4.9.0",
9393
"typedoc-plugin-mdn-links": "^5.0.10",
9494
"typescript": "^5.9.3",
9595
"typescript-eslint": "^8.46.3",
96-
"vitest": "^4.0.7"
96+
"vitest": "^4.0.8"
9797
},
9898
"packageManager": "[email protected]",
9999
"engines": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@local/configs": "workspace:*",
52-
"tsdown": "^0.16.0"
52+
"tsdown": "^0.16.1"
5353
},
5454
"engines": {
5555
"node": ">=20.19.0"

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.2",
6262
"@types/react-dom": "^19.2.2",
63-
"tsdown": "^0.16.0"
63+
"tsdown": "^0.16.1"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.2",
6262
"@types/react-dom": "^19.2.2",
63-
"tsdown": "^0.16.0"
63+
"tsdown": "^0.16.1"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@local/configs": "workspace:*",
6262
"@types/react": "^19.2.2",
6363
"@types/react-dom": "^19.2.2",
64-
"tsdown": "^0.16.0"
64+
"tsdown": "^0.16.1"
6565
},
6666
"peerDependencies": {
6767
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.2",
6262
"@types/react-dom": "^19.2.2",
63-
"tsdown": "^0.16.0"
63+
"tsdown": "^0.16.1"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@local/configs": "workspace:*",
6060
"@types/react": "^19.2.2",
6161
"@types/react-dom": "^19.2.2",
62-
"tsdown": "^0.16.0"
62+
"tsdown": "^0.16.1"
6363
},
6464
"peerDependencies": {
6565
"eslint": "^9.38.0",

0 commit comments

Comments
 (0)