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
2 changes: 1 addition & 1 deletion apps/bundle-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"lucide-react": "^0.554.0",
"next": "16.0.7",
"next": "16.0.8",
"next-themes": "^0.4.6",
"polished": "^4.3.1",
"react": "19.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"fumadocs-core": "15.7.12",
"fumadocs-mdx": "11.10.0",
"fumadocs-ui": "15.7.12",
"next": "15.5.7",
"next": "15.5.8",
"react": "19.1.1",
"react-dom": "19.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/reproduction-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"next": "canary",
"react": "19.2.1",
"react-dom": "19.2.1"
"react": "19.2.2",
"react-dom": "19.2.2"
},
"devDependencies": {
"@types/node": "^22",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "16.1.0-canary.16"
"version": "16.1.0-canary.19"
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,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-55480b4d-20251208",
"eslint-plugin-react-hooks": "0.0.0-experimental-b45bb335-20251211",
"event-stream": "4.0.1",
"execa": "2.0.3",
"expect": "29.7.0",
Expand Down Expand Up @@ -257,16 +257,16 @@
"pretty-ms": "7.0.0",
"random-seed": "0.3.0",
"react": "19.0.0",
"react-builtin": "npm:react@19.3.0-canary-55480b4d-20251208",
"react-builtin": "npm:react@19.3.0-canary-b45bb335-20251211",
"react-dom": "19.0.0",
"react-dom-builtin": "npm:react-dom@19.3.0-canary-55480b4d-20251208",
"react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-55480b4d-20251208",
"react-experimental-builtin": "npm:react@0.0.0-experimental-55480b4d-20251208",
"react-is-builtin": "npm:react-is@19.3.0-canary-55480b4d-20251208",
"react-server-dom-turbopack": "19.3.0-canary-55480b4d-20251208",
"react-server-dom-turbopack-experimental": "npm:react-server-dom-turbopack@0.0.0-experimental-55480b4d-20251208",
"react-server-dom-webpack": "19.3.0-canary-55480b4d-20251208",
"react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-55480b4d-20251208",
"react-dom-builtin": "npm:react-dom@19.3.0-canary-b45bb335-20251211",
"react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-b45bb335-20251211",
"react-experimental-builtin": "npm:react@0.0.0-experimental-b45bb335-20251211",
"react-is-builtin": "npm:react-is@19.3.0-canary-b45bb335-20251211",
"react-server-dom-turbopack": "19.3.0-canary-b45bb335-20251211",
"react-server-dom-turbopack-experimental": "npm:react-server-dom-turbopack@0.0.0-experimental-b45bb335-20251211",
"react-server-dom-webpack": "19.3.0-canary-b45bb335-20251211",
"react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-b45bb335-20251211",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand All @@ -276,8 +276,8 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.15.2",
"scheduler-builtin": "npm:scheduler@0.28.0-canary-55480b4d-20251208",
"scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-55480b4d-20251208",
"scheduler-builtin": "npm:scheduler@0.28.0-canary-b45bb335-20251211",
"scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-b45bb335-20251211",
"seedrandom": "3.0.5",
"semver": "7.3.7",
"serve-handler": "6.1.6",
Expand Down Expand Up @@ -322,10 +322,10 @@
"@types/react-dom": "19.2.1",
"@types/retry": "0.12.0",
"jest-snapshot": "30.0.0-alpha.6",
"react": "19.3.0-canary-55480b4d-20251208",
"react-dom": "19.3.0-canary-55480b4d-20251208",
"react-is": "19.3.0-canary-55480b4d-20251208",
"scheduler": "0.28.0-canary-55480b4d-20251208"
"react": "19.3.0-canary-b45bb335-20251211",
"react-dom": "19.3.0-canary-b45bb335-20251211",
"react-is": "19.3.0-canary-b45bb335-20251211",
"scheduler": "0.28.0-canary-b45bb335-20251211"
},
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Bundler, GetTemplateFileArgs, InstallTemplateArgs } from "./types";

// Do not rename or format. sync-react script relies on this line.
// prettier-ignore
const nextjsReactPeerVersion = "19.2.1";
const nextjsReactPeerVersion = "19.2.2";
function sorted(obj: Record<string, string>) {
return Object.keys(obj)
.sort()
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.1.0-canary.16",
"version": "16.1.0-canary.19",
"description": "ESLint configuration used by Next.js.",
"license": "MIT",
"repository": {
Expand All @@ -12,7 +12,7 @@
"dist"
],
"dependencies": {
"@next/eslint-plugin-next": "16.1.0-canary.16",
"@next/eslint-plugin-next": "16.1.0-canary.19",
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"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-rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-rspack",
"version": "16.1.0-canary.16",
"version": "16.1.0-canary.19",
"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.1.0-canary.16",
"version": "16.1.0-canary.19",
"private": true,
"files": [
"native/"
Expand Down
5 changes: 4 additions & 1 deletion packages/next/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -970,5 +970,8 @@
"969": "Invariant: nextConfig couldn't be loaded",
"970": "process.env.NEXT_DEPLOYMENT_ID is missing but runtimeServerDeploymentId is enabled",
"971": "The NEXT_DEPLOYMENT_ID environment variable value \"%s\" does not match the provided deploymentId \"%s\" in the config.",
"972": "Failed to resolve pattern \"%s\": %s"
"972": "Failed to resolve pattern \"%s\": %s",
"973": "Server Actions are not enabled for this application. This request might be from an older or newer deployment.\nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action",
"974": "Failed to find Server Action%s. This request might be from an older or newer deployment.\\nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action",
"975": "Failed to find Server Action. This request might be from an older or newer deployment.\\nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action"
}
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.1.0-canary.16",
"version": "16.1.0-canary.19",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -98,7 +98,7 @@
]
},
"dependencies": {
"@next/env": "16.1.0-canary.16",
"@next/env": "16.1.0-canary.19",
"@swc/helpers": "0.5.15",
"baseline-browser-mapping": "^2.8.3",
"caniuse-lite": "^1.0.30001579",
Expand Down Expand Up @@ -163,11 +163,11 @@
"@modelcontextprotocol/sdk": "1.18.1",
"@mswjs/interceptors": "0.23.0",
"@napi-rs/triples": "1.2.0",
"@next/font": "16.1.0-canary.16",
"@next/polyfill-module": "16.1.0-canary.16",
"@next/polyfill-nomodule": "16.1.0-canary.16",
"@next/react-refresh-utils": "16.1.0-canary.16",
"@next/swc": "16.1.0-canary.16",
"@next/font": "16.1.0-canary.19",
"@next/polyfill-module": "16.1.0-canary.19",
"@next/polyfill-nomodule": "16.1.0-canary.19",
"@next/react-refresh-utils": "16.1.0-canary.19",
"@next/swc": "16.1.0-canary.19",
"@opentelemetry/api": "1.6.0",
"@playwright/test": "1.51.1",
"@rspack/core": "1.6.0",
Expand Down
Loading
Loading