Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "16.2.0-canary.0"
"version": "16.2.0-canary.1"
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"eslint-plugin-jsdoc": "48.0.4",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react-hooks": "0.0.0-experimental-d2908752-20260119",
"eslint-plugin-react-hooks": "0.0.0-experimental-b546603b-20260121",
"event-stream": "4.0.1",
"execa": "2.0.3",
"expect": "29.7.0",
Expand Down Expand Up @@ -258,16 +258,16 @@
"pretty-ms": "7.0.0",
"random-seed": "0.3.0",
"react": "19.0.0",
"react-builtin": "npm:react@19.3.0-canary-d2908752-20260119",
"react-builtin": "npm:react@19.3.0-canary-b546603b-20260121",
"react-dom": "19.0.0",
"react-dom-builtin": "npm:react-dom@19.3.0-canary-d2908752-20260119",
"react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-d2908752-20260119",
"react-experimental-builtin": "npm:react@0.0.0-experimental-d2908752-20260119",
"react-is-builtin": "npm:react-is@19.3.0-canary-d2908752-20260119",
"react-server-dom-turbopack": "19.3.0-canary-d2908752-20260119",
"react-server-dom-turbopack-experimental": "npm:react-server-dom-turbopack@0.0.0-experimental-d2908752-20260119",
"react-server-dom-webpack": "19.3.0-canary-d2908752-20260119",
"react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-d2908752-20260119",
"react-dom-builtin": "npm:react-dom@19.3.0-canary-b546603b-20260121",
"react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-b546603b-20260121",
"react-experimental-builtin": "npm:react@0.0.0-experimental-b546603b-20260121",
"react-is-builtin": "npm:react-is@19.3.0-canary-b546603b-20260121",
"react-server-dom-turbopack": "19.3.0-canary-b546603b-20260121",
"react-server-dom-turbopack-experimental": "npm:react-server-dom-turbopack@0.0.0-experimental-b546603b-20260121",
"react-server-dom-webpack": "19.3.0-canary-b546603b-20260121",
"react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-b546603b-20260121",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand All @@ -277,8 +277,8 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.15.2",
"scheduler-builtin": "npm:scheduler@0.28.0-canary-d2908752-20260119",
"scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-d2908752-20260119",
"scheduler-builtin": "npm:scheduler@0.28.0-canary-b546603b-20260121",
"scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-b546603b-20260121",
"seedrandom": "3.0.5",
"semver": "7.3.7",
"serve-handler": "6.1.6",
Expand Down Expand Up @@ -323,10 +323,10 @@
"@types/react-dom": "19.2.1",
"@types/retry": "0.12.0",
"jest-snapshot": "30.0.0-alpha.6",
"react": "19.3.0-canary-d2908752-20260119",
"react-dom": "19.3.0-canary-d2908752-20260119",
"react-is": "19.3.0-canary-d2908752-20260119",
"scheduler": "0.28.0-canary-d2908752-20260119"
"react": "19.3.0-canary-b546603b-20260121",
"react-dom": "19.3.0-canary-b546603b-20260121",
"react-is": "19.3.0-canary-b546603b-20260121",
"scheduler": "0.28.0-canary-b546603b-20260121"
},
"packageExtensions": {
"eslint-plugin-react-hooks@0.0.0-experimental-6de32a5a-20250822": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"keywords": [
"react",
"next",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-next",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"description": "ESLint configuration used by Next.js.",
"license": "MIT",
"repository": {
Expand All @@ -12,7 +12,7 @@
"dist"
],
"dependencies": {
"@next/eslint-plugin-next": "16.2.0-canary.0",
"@next/eslint-plugin-next": "16.2.0-canary.1",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.32.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@next/eslint-plugin-internal",
"private": true,
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"description": "ESLint plugin for working on Next.js.",
"exports": {
".": "./src/eslint-plugin-internal.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/eslint-plugin-next",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"description": "ESLint plugin for Next.js.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/font/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@next/font",
"private": true,
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"repository": {
"url": "vercel/next.js",
"directory": "packages/font"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-bundle-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/env",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)",
"main": "dist/polyfill-module.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-nomodule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/routing",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-rspack",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-rspack"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/swc",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"private": true,
"files": [
"native/"
Expand Down
14 changes: 7 additions & 7 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "16.2.0-canary.0",
"version": "16.2.0-canary.1",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -97,7 +97,7 @@
]
},
"dependencies": {
"@next/env": "16.2.0-canary.0",
"@next/env": "16.2.0-canary.1",
"@swc/helpers": "0.5.15",
"baseline-browser-mapping": "^2.8.3",
"caniuse-lite": "^1.0.30001579",
Expand Down Expand Up @@ -162,11 +162,11 @@
"@modelcontextprotocol/sdk": "1.18.1",
"@mswjs/interceptors": "0.23.0",
"@napi-rs/triples": "1.2.0",
"@next/font": "16.2.0-canary.0",
"@next/polyfill-module": "16.2.0-canary.0",
"@next/polyfill-nomodule": "16.2.0-canary.0",
"@next/react-refresh-utils": "16.2.0-canary.0",
"@next/swc": "16.2.0-canary.0",
"@next/font": "16.2.0-canary.1",
"@next/polyfill-module": "16.2.0-canary.1",
"@next/polyfill-nomodule": "16.2.0-canary.1",
"@next/react-refresh-utils": "16.2.0-canary.1",
"@next/swc": "16.2.0-canary.1",
"@opentelemetry/api": "1.6.0",
"@playwright/test": "1.51.1",
"@rspack/core": "1.6.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,12 @@
);
}
function getNearestMountedFiber(fiber) {
var node = fiber,
nearestMounted = fiber;
if (fiber.alternate) for (; node.return; ) node = node.return;
else {
fiber = node;
do
(node = fiber),
0 !== (node.flags & 4098) && (nearestMounted = node.return),
(fiber = node.return);
while (fiber);
}
return 3 === node.tag ? nearestMounted : null;
for (var node = fiber, nextNode = node; nextNode && !nextNode.alternate; )
(node = nextNode),
0 !== (node.flags & 4098) && (fiber = node.return),
(nextNode = node.return);
for (; node.return; ) node = node.return;
return 3 === node.tag ? fiber : null;
}
function getSuspenseInstanceFromFiber(fiber) {
if (13 === fiber.tag) {
Expand Down Expand Up @@ -32678,11 +32672,11 @@
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.3.0-experimental-d2908752-20260119" !== isomorphicReactPackageVersion)
if ("19.3.0-experimental-b546603b-20260121" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.3.0-experimental-d2908752-20260119\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.3.0-experimental-b546603b-20260121\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -32719,10 +32713,10 @@
!(function () {
var internals = {
bundleType: 1,
version: "19.3.0-experimental-d2908752-20260119",
version: "19.3.0-experimental-b546603b-20260121",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-experimental-d2908752-20260119"
reconcilerVersion: "19.3.0-experimental-b546603b-20260121"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -32870,7 +32864,7 @@
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.3.0-experimental-d2908752-20260119";
exports.version = "19.3.0-experimental-b546603b-20260121";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Loading
Loading