Skip to content

Commit 890f312

Browse files
committed
Bump dependencies to latest minor versions
- Update Next to 16.1.6 and bump related tooling - Bump @types/react to 19.2.10 across packages - Bump type-fest to 5.4.2 and undici to 7.19.2 - Fix ComponentFlag ForwardRef flag and update docs
1 parent e354ac8 commit 890f312

17 files changed

Lines changed: 451 additions & 453 deletions

File tree

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"fumadocs-typescript": "5.0.1",
2222
"fumadocs-ui": "16.4.7",
2323
"lucide-react": "^0.563.0",
24-
"next": "^16.1.5",
24+
"next": "^16.1.6",
2525
"next-view-transitions": "^0.3.5",
2626
"react": "^19.2.4",
2727
"react-dom": "^19.2.4",
@@ -45,7 +45,7 @@
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
4747
"@types/node": "^25.0.10",
48-
"@types/react": "^19.2.9",
48+
"@types/react": "^19.2.10",
4949
"@types/react-dom": "^19.2.3",
5050
"dedent": "^1.7.1",
5151
"eslint": "^9.39.2",

examples/next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"next": "^16.1.5",
13+
"next": "^16.1.6",
1414
"react": "^19.2.4",
1515
"react-dom": "^19.2.4"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/compat": "^2.0.1",
2020
"@eslint/js": "^9.39.2",
21-
"@next/eslint-plugin-next": "^16.1.5",
21+
"@next/eslint-plugin-next": "^16.1.6",
2222
"@tsconfig/next": "^2.0.5",
2323
"@tsconfig/node22": "^22.0.5",
2424
"@tsconfig/strictest": "^2.0.8",
2525
"@types/node": "^25.0.10",
26-
"@types/react": "^19.2.9",
26+
"@types/react": "^19.2.10",
2727
"@types/react-dom": "^19.2.3",
2828
"eslint": "^9.39.2",
2929
"eslint-plugin-react-hooks": "^7.0.1",

examples/react-dom-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"devDependencies": {
1717
"@eslint-react/eslint-plugin": "workspace:*",
1818
"@eslint/js": "^9.39.2",
19-
"@types/react": "^19.2.9",
19+
"@types/react": "^19.2.10",
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "^5.1.2",
2222
"eslint": "^9.39.2",
2323
"eslint-plugin-react-hooks": "^7.0.1",
2424
"eslint-plugin-react-refresh": "^0.4.26",
25-
"globals": "^17.1.0",
25+
"globals": "^17.2.0",
2626
"vite": "^7.3.1"
2727
},
2828
"engines": {

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@tsconfig/node22": "^22.0.5",
2020
"@tsconfig/strictest": "^2.0.8",
2121
"@tsconfig/vite-react": "^7.0.2",
22-
"@types/react": "^19.2.9",
22+
"@types/react": "^19.2.10",
2323
"@types/react-dom": "^19.2.3",
2424
"@vitejs/plugin-react": "^5.1.2",
2525
"eslint": "^9.39.2",

examples/with-babel-eslint-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@eslint/js": "^9.39.2",
2222
"@types/babel__core": "~7.20.5",
2323
"@types/babel__preset-env": "~7.10.0",
24-
"@types/react": "^19.2.9",
24+
"@types/react": "^19.2.10",
2525
"@types/react-dom": "^19.2.3",
2626
"@vitejs/plugin-react": "^5.1.2",
2727
"eslint": "^9.39.2",
@@ -32,7 +32,7 @@
3232
"eslint-plugin-react-refresh": "^0.4.26",
3333
"eslint-plugin-react-web-api": "workspace:*",
3434
"eslint-plugin-react-x": "workspace:*",
35-
"globals": "^17.1.0",
35+
"globals": "^17.2.0",
3636
"vite": "^7.3.1"
3737
},
3838
"engines": {

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"@tsconfig/node22": "^22.0.5",
2121
"@tsconfig/strictest": "^2.0.8",
2222
"@tsconfig/vite-react": "^7.0.2",
23-
"@types/react": "^19.2.9",
23+
"@types/react": "^19.2.10",
2424
"@types/react-dom": "^19.2.3",
2525
"@vitejs/plugin-react": "^5.1.2",
2626
"eslint": "^9.39.2",
2727
"eslint-plugin-react-hooks": "^7.0.1",
2828
"eslint-plugin-react-refresh": "^0.4.26",
29-
"globals": "^17.1.0",
29+
"globals": "^17.2.0",
3030
"ts-blank-eslint-parser": "^0.4.4",
3131
"typescript": "^5.9.3",
3232
"typescript-eslint": "^8.54.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@tsconfig/node22": "^22.0.5",
6262
"@tsconfig/strictest": "^2.0.8",
6363
"@types/node": "^25.0.10",
64-
"@types/react": "^19.2.9",
64+
"@types/react": "^19.2.10",
6565
"@types/react-dom": "^19.2.3",
6666
"@typescript-eslint/parser": "^8.54.0",
6767
"@typescript-eslint/rule-tester": "^8.54.0",
@@ -85,7 +85,7 @@
8585
"ts-pattern": "^5.9.0",
8686
"tsdown": "^0.20.1",
8787
"tsx": "^4.21.0",
88-
"type-fest": "^5.4.1",
88+
"type-fest": "^5.4.2",
8989
"typedoc": "^0.28.16",
9090
"typedoc-plugin-markdown": "^4.9.0",
9191
"typedoc-plugin-mdn-links": "^5.1.1",

packages/core/docs/variables/ComponentFlag.md

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

55
```ts
66
ComponentFlag: {
7-
Async: bigint;
87
CreateElement: bigint;
98
ForwardRef: bigint;
109
Memo: bigint;
@@ -17,7 +16,6 @@ ComponentFlag: {
1716

1817
| Name | Type | Default value | Description |
1918
| ------ | ------ | ------ | ------ |
20-
| <a id="async"></a> `Async` | `bigint` | - | Indicates the component is asynchronous |
2119
| <a id="createelement"></a> `CreateElement` | `bigint` | - | Indicates the component creates elements using `createElement` instead of JSX |
2220
| <a id="forwardref"></a> `ForwardRef` | `bigint` | - | Indicates the component forwards a ref (e.g., React.forwardRef) |
2321
| <a id="memo"></a> `Memo` | `bigint` | - | Indicates the component is memoized (e.g., React.memo) |

packages/core/src/component/component-flag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export const ComponentFlag = {
1111
/** Indicates the component is memoized (e.g., React.memo) */
1212
Memo: 1n << 2n,
1313
/** Indicates the component forwards a ref (e.g., React.forwardRef) */
14-
ForwardRef: 1n << 3n
14+
ForwardRef: 1n << 3n,
1515
};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"devDependencies": {
6060
"@local/configs": "workspace:*",
61-
"@types/react": "^19.2.9",
61+
"@types/react": "^19.2.10",
6262
"@types/react-dom": "^19.2.3",
6363
"tsdown": "^0.20.1"
6464
},

0 commit comments

Comments
 (0)