Skip to content

Commit 7e52e86

Browse files
authored
Merge branch 'canary' into refactor/turbopack-node-napi
2 parents 3370647 + cf480fc commit 7e52e86

File tree

110 files changed

+2026
-1481
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+2026
-1481
lines changed

docs/01-app/03-api-reference/05-config/01-next-config-js/serverExternalPackages.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = nextConfig
1818

1919
Next.js includes a [short list of popular packages](https://github.com/vercel/next.js/blob/canary/packages/next/src/lib/server-external-packages.jsonc) that currently are working on compatibility and automatically opt-ed out:
2020

21+
- `@alinea/generated`
2122
- `@appsignal/nodejs`
2223
- `@aws-sdk/client-s3`
2324
- `@aws-sdk/s3-presigned-post`
@@ -38,6 +39,7 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne
3839
- `@statsig/statsig-node-core`
3940
- `@swc/core`
4041
- `@xenova/transformers`
42+
- `@zenstackhq/runtime`
4143
- `argon2`
4244
- `autoprefixer`
4345
- `aws-crt`

docs/02-pages/04-api-reference/04-config/01-next-config-js/serverExternalPackages.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = nextConfig
1818

1919
Next.js includes a [short list of popular packages](https://github.com/vercel/next.js/blob/canary/packages/next/src/lib/server-external-packages.jsonc) that currently are working on compatibility and automatically opt-ed out:
2020

21+
- `@alinea/generated`
2122
- `@appsignal/nodejs`
2223
- `@aws-sdk/client-s3`
2324
- `@aws-sdk/s3-presigned-post`
@@ -38,6 +39,7 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne
3839
- `@statsig/statsig-node-core`
3940
- `@swc/core`
4041
- `@xenova/transformers`
42+
- `@zenstackhq/runtime`
4143
- `argon2`
4244
- `autoprefixer`
4345
- `aws-crt`

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"registry": "https://registry.npmjs.org/"
1717
}
1818
},
19-
"version": "16.1.0-canary.4"
19+
"version": "16.1.0-canary.6"
2020
}

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"clean": "lerna clean -y && lerna bootstrap && lerna run clean && lerna exec 'node ../../scripts/rm.mjs dist'",
1212
"build": "turbo run build --remote-cache-timeout 60 --summarize true",
1313
"lerna": "lerna",
14-
"dev": "turbo run dev --parallel",
14+
"dev": "turbo run dev --parallel --filter='!@next/bundle-analyzer-ui'",
1515
"pack-next": "tsx scripts/pack-next.ts",
1616
"test-types": "tsc",
1717
"test-unit": "jest test/unit/ packages/next/ packages/font",
@@ -175,7 +175,7 @@
175175
"alex": "9.1.0",
176176
"async-sema": "3.0.1",
177177
"babel-plugin-react-compiler": "0.0.0-experimental-3fde738-20250918",
178-
"browserslist": "4.26.2",
178+
"browserslist": "4.28.0",
179179
"buffer": "5.6.0",
180180
"cheerio": "0.22.0",
181181
"cookie": "0.4.1",
@@ -197,7 +197,7 @@
197197
"eslint-plugin-jsdoc": "48.0.4",
198198
"eslint-plugin-mdx": "3.1.5",
199199
"eslint-plugin-react": "7.37.0",
200-
"eslint-plugin-react-hooks": "0.0.0-experimental-8ac5f4eb-20251119",
200+
"eslint-plugin-react-hooks": "0.0.0-experimental-fd524fe0-20251121",
201201
"event-stream": "4.0.1",
202202
"execa": "2.0.3",
203203
"expect": "29.7.0",
@@ -257,16 +257,16 @@
257257
"pretty-ms": "7.0.0",
258258
"random-seed": "0.3.0",
259259
"react": "19.0.0",
260-
"react-builtin": "npm:[email protected]8ac5f4eb-20251119",
260+
"react-builtin": "npm:[email protected]fd524fe0-20251121",
261261
"react-dom": "19.0.0",
262-
"react-dom-builtin": "npm:[email protected]8ac5f4eb-20251119",
263-
"react-dom-experimental-builtin": "npm:[email protected]8ac5f4eb-20251119",
264-
"react-experimental-builtin": "npm:[email protected]8ac5f4eb-20251119",
265-
"react-is-builtin": "npm:[email protected]8ac5f4eb-20251119",
266-
"react-server-dom-turbopack": "19.3.0-canary-8ac5f4eb-20251119",
267-
"react-server-dom-turbopack-experimental": "npm:[email protected]8ac5f4eb-20251119",
268-
"react-server-dom-webpack": "19.3.0-canary-8ac5f4eb-20251119",
269-
"react-server-dom-webpack-experimental": "npm:[email protected]8ac5f4eb-20251119",
262+
"react-dom-builtin": "npm:[email protected]fd524fe0-20251121",
263+
"react-dom-experimental-builtin": "npm:[email protected]fd524fe0-20251121",
264+
"react-experimental-builtin": "npm:[email protected]fd524fe0-20251121",
265+
"react-is-builtin": "npm:[email protected]fd524fe0-20251121",
266+
"react-server-dom-turbopack": "19.3.0-canary-fd524fe0-20251121",
267+
"react-server-dom-turbopack-experimental": "npm:[email protected]fd524fe0-20251121",
268+
"react-server-dom-webpack": "19.3.0-canary-fd524fe0-20251121",
269+
"react-server-dom-webpack-experimental": "npm:[email protected]fd524fe0-20251121",
270270
"react-ssr-prepass": "1.0.8",
271271
"react-virtualized": "9.22.3",
272272
"relay-compiler": "13.0.2",
@@ -276,8 +276,8 @@
276276
"resolve-from": "5.0.0",
277277
"sass": "1.54.0",
278278
"satori": "0.15.2",
279-
"scheduler-builtin": "npm:[email protected]8ac5f4eb-20251119",
280-
"scheduler-experimental-builtin": "npm:[email protected]8ac5f4eb-20251119",
279+
"scheduler-builtin": "npm:[email protected]fd524fe0-20251121",
280+
"scheduler-experimental-builtin": "npm:[email protected]fd524fe0-20251121",
281281
"seedrandom": "3.0.5",
282282
"semver": "7.3.7",
283283
"serve-handler": "6.1.6",
@@ -311,7 +311,7 @@
311311
"pnpm": {
312312
"overrides": {
313313
"webpack": "5.98.0",
314-
"browserslist": "4.26.2",
314+
"browserslist": "4.28.0",
315315
"caniuse-lite": "1.0.30001746",
316316
"@types/node": "20.17.6",
317317
"@babel/core": "7.26.10",
@@ -322,10 +322,10 @@
322322
"@types/react-dom": "19.2.1",
323323
"@types/retry": "0.12.0",
324324
"jest-snapshot": "30.0.0-alpha.6",
325-
"react": "19.3.0-canary-8ac5f4eb-20251119",
326-
"react-dom": "19.3.0-canary-8ac5f4eb-20251119",
327-
"react-is": "19.3.0-canary-8ac5f4eb-20251119",
328-
"scheduler": "0.28.0-canary-8ac5f4eb-20251119"
325+
"react": "19.3.0-canary-fd524fe0-20251121",
326+
"react-dom": "19.3.0-canary-fd524fe0-20251121",
327+
"react-is": "19.3.0-canary-fd524fe0-20251121",
328+
"scheduler": "0.28.0-canary-fd524fe0-20251121"
329329
},
330330
"packageExtensions": {
331331

packages/create-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-next-app",
3-
"version": "16.1.0-canary.4",
3+
"version": "16.1.0-canary.6",
44
"keywords": [
55
"react",
66
"next",

packages/eslint-config-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-next",
3-
"version": "16.1.0-canary.4",
3+
"version": "16.1.0-canary.6",
44
"description": "ESLint configuration used by Next.js.",
55
"license": "MIT",
66
"repository": {
@@ -12,7 +12,7 @@
1212
"dist"
1313
],
1414
"dependencies": {
15-
"@next/eslint-plugin-next": "16.1.0-canary.4",
15+
"@next/eslint-plugin-next": "16.1.0-canary.6",
1616
"eslint-import-resolver-node": "^0.3.6",
1717
"eslint-import-resolver-typescript": "^3.5.2",
1818
"eslint-plugin-import": "^2.32.0",

packages/eslint-plugin-internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next/eslint-plugin-internal",
33
"private": true,
4-
"version": "16.1.0-canary.4",
4+
"version": "16.1.0-canary.6",
55
"description": "ESLint plugin for working on Next.js.",
66
"exports": {
77
".": "./src/eslint-plugin-internal.js"

packages/eslint-plugin-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/eslint-plugin-next",
3-
"version": "16.1.0-canary.4",
3+
"version": "16.1.0-canary.6",
44
"description": "ESLint plugin for Next.js.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/font/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next/font",
33
"private": true,
4-
"version": "16.1.0-canary.4",
4+
"version": "16.1.0-canary.6",
55
"repository": {
66
"url": "vercel/next.js",
77
"directory": "packages/font"

packages/next-bundle-analyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/bundle-analyzer",
3-
"version": "16.1.0-canary.4",
3+
"version": "16.1.0-canary.6",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)