Skip to content

Commit

Permalink
v15.0.0-canary.203
Browse files Browse the repository at this point in the history
  • Loading branch information
vercel-release-bot committed Oct 21, 2024
1 parent 4a1947e commit 9e0d46a
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 36 deletions.
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": "15.0.0-canary.202"
"version": "15.0.0-canary.203"
}
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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"description": "ESLint configuration used by Next.js.",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"homepage": "https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config",
"dependencies": {
"@next/eslint-plugin-next": "15.0.0-canary.202",
"@next/eslint-plugin-next": "15.0.0-canary.203",
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"description": "ESLint plugin for Next.js.",
"main": "dist/index.js",
"license": "MIT",
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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"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-swc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/swc",
"version": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"private": true,
"scripts": {
"clean": "node ../../scripts/rm.mjs 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": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -95,7 +95,7 @@
]
},
"dependencies": {
"@next/env": "15.0.0-canary.202",
"@next/env": "15.0.0-canary.203",
"@swc/counter": "0.1.3",
"@swc/helpers": "0.5.13",
"busboy": "1.6.0",
Expand Down Expand Up @@ -159,11 +159,11 @@
"@jest/types": "29.5.0",
"@mswjs/interceptors": "0.23.0",
"@napi-rs/triples": "1.2.0",
"@next/font": "15.0.0-canary.202",
"@next/polyfill-module": "15.0.0-canary.202",
"@next/polyfill-nomodule": "15.0.0-canary.202",
"@next/react-refresh-utils": "15.0.0-canary.202",
"@next/swc": "15.0.0-canary.202",
"@next/font": "15.0.0-canary.203",
"@next/polyfill-module": "15.0.0-canary.203",
"@next/polyfill-nomodule": "15.0.0-canary.203",
"@next/react-refresh-utils": "15.0.0-canary.203",
"@next/swc": "15.0.0-canary.203",
"@opentelemetry/api": "1.6.0",
"@playwright/test": "1.41.2",
"@swc/core": "1.7.0-nightly-20240714.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-refresh-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/react-refresh-utils",
"version": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/third-parties/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/third-parties",
"version": "15.0.0-canary.202",
"version": "15.0.0-canary.203",
"repository": {
"url": "vercel/next.js",
"directory": "packages/third-parties"
Expand All @@ -26,7 +26,7 @@
"third-party-capital": "1.0.20"
},
"devDependencies": {
"next": "15.0.0-canary.202",
"next": "15.0.0-canary.203",
"outdent": "0.8.0",
"prettier": "2.5.1",
"typescript": "5.5.3"
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

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

1 comment on commit 9e0d46a

@ijjk
Copy link
Member

@ijjk ijjk commented on 9e0d46a Oct 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stats from current release

Default Build (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v15.0.0-rc.1 vercel/next.js canary Change
buildDuration 14.8s 23.7s ⚠️ +8.8s
buildDurationCached 14.8s 13.7s N/A
nodeModulesSize 372 MB 373 MB ⚠️ +1.54 MB
nextStartRea..uration (ms) 428ms 436ms N/A
Client Bundles (main, webpack) Overall increase ⚠️
vercel/next.js canary v15.0.0-rc.1 vercel/next.js canary Change
3705-HASH.js gzip 5.26 kB 5.26 kB N/A
6554.HASH.js gzip 168 B 168 B
7758-HASH.js gzip 43.8 kB 44.6 kB ⚠️ +725 B
d2b96154-HASH.js gzip 52.6 kB 52.6 kB N/A
framework-HASH.js gzip 57.4 kB 57.4 kB N/A
main-app-HASH.js gzip 233 B 234 B N/A
main-HASH.js gzip 32.8 kB 32.8 kB N/A
webpack-HASH.js gzip 1.71 kB 1.71 kB N/A
Overall change 44 kB 44.7 kB ⚠️ +725 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v15.0.0-rc.1 vercel/next.js canary Change
polyfills-HASH.js gzip 39.4 kB 39.4 kB
Overall change 39.4 kB 39.4 kB
Client Pages
vercel/next.js canary v15.0.0-rc.1 vercel/next.js canary Change
_app-HASH.js gzip 193 B 192 B N/A
_error-HASH.js gzip 192 B 192 B
amp-HASH.js gzip 510 B 510 B
css-HASH.js gzip 340 B 342 B N/A
dynamic-HASH.js gzip 1.84 kB 1.84 kB
edge-ssr-HASH.js gzip 266 B 265 B N/A
head-HASH.js gzip 363 B 363 B
hooks-HASH.js gzip 390 B 390 B
image-HASH.js gzip 4.41 kB 4.41 kB N/A
index-HASH.js gzip 268 B 268 B
link-HASH.js gzip 2.78 kB 2.78 kB N/A
routerDirect..HASH.js gzip 326 B 328 B N/A
script-HASH.js gzip 396 B 395 B N/A
withRouter-HASH.js gzip 322 B 324 B N/A
1afbb74e6ecf..834.css gzip 106 B 106 B
Overall change 3.67 kB 3.67 kB
Client Build Manifests
vercel/next.js canary v15.0.0-rc.1 vercel/next.js canary Change
_buildManifest.js gzip 751 B 746 B N/A
Overall change 0 B 0 B
Rendered Page Sizes
vercel/next.js canary v15.0.0-rc.1 vercel/next.js canary Change
index.html gzip 524 B 522 B N/A
link.html gzip 537 B 538 B N/A
withRouter.html gzip 520 B 518 B N/A
Overall change 0 B 0 B
Edge SSR bundle Size
vercel/next.js canary v15.0.0-rc.1 vercel/next.js canary Change
edge-ssr.js gzip 130 kB 128 kB N/A
page.js gzip 189 kB 187 kB N/A
Overall change 0 B 0 B
Middleware size
vercel/next.js canary v15.0.0-rc.1 vercel/next.js canary Change
middleware-b..fest.js gzip 668 B 667 B N/A
middleware-r..fest.js gzip 156 B 156 B
middleware.js gzip 31 kB 31 kB N/A
edge-runtime..pack.js gzip 844 B 844 B
Overall change 1 kB 1 kB
Next Runtimes Overall increase ⚠️
vercel/next.js canary v15.0.0-rc.1 vercel/next.js canary Change
973-experime...dev.js gzip 322 B 322 B
973.runtime.dev.js gzip 314 B 314 B
app-page-exp...dev.js gzip 314 kB 317 kB ⚠️ +2.35 kB
app-page-exp..prod.js gzip 121 kB 121 kB ⚠️ +687 B
app-page-tur..prod.js gzip 134 kB 134 kB N/A
app-page-tur..prod.js gzip 129 kB 129 kB ⚠️ +221 B
app-page.run...dev.js gzip 305 kB 307 kB ⚠️ +2.38 kB
app-page.run..prod.js gzip 116 kB 117 kB ⚠️ +826 B
app-route-ex...dev.js gzip 35.5 kB 35.9 kB ⚠️ +436 B
app-route-ex..prod.js gzip 24.1 kB 24.4 kB ⚠️ +297 B
app-route-tu..prod.js gzip 24.1 kB 24.4 kB ⚠️ +297 B
app-route-tu..prod.js gzip 23.9 kB 24.1 kB ⚠️ +287 B
app-route.ru...dev.js gzip 37.1 kB 37.5 kB ⚠️ +438 B
app-route.ru..prod.js gzip 23.9 kB 24.1 kB ⚠️ +287 B
pages-api-tu..prod.js gzip 9.61 kB 9.61 kB
pages-api.ru...dev.js gzip 11.4 kB 11.4 kB
pages-api.ru..prod.js gzip 9.61 kB 9.61 kB
pages-turbo...prod.js gzip 20.9 kB 20.9 kB
pages.runtim...dev.js gzip 26.5 kB 26.5 kB
pages.runtim..prod.js gzip 20.9 kB 20.9 kB
server.runti..prod.js gzip 60.2 kB 58.3 kB N/A
Overall change 1.25 MB 1.26 MB ⚠️ +8.5 kB
build cache Overall increase ⚠️
vercel/next.js canary v15.0.0-rc.1 vercel/next.js canary Change
0.pack gzip 1.84 MB 1.85 MB ⚠️ +4.6 kB
index.pack gzip 143 kB 143 kB ⚠️ +564 B
Overall change 1.98 MB 1.99 MB ⚠️ +5.16 kB
Diff details
Diff for page.js

Diff too large to display

Diff for middleware.js

Diff too large to display

Diff for edge-ssr.js

Diff too large to display

Diff for dynamic-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [2739],
   {
-    /***/ 559: /***/ (
+    /***/ 7848: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/dynamic",
         function () {
-          return __webpack_require__(3073);
+          return __webpack_require__(1691);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 1586: /***/ (module, exports, __webpack_require__) => {
+    /***/ 1756: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -51,7 +51,7 @@
         __webpack_require__(8966)
       );
       const _loadablesharedruntime = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(5739)
+        __webpack_require__(8970)
       );
       const isServerSide = "object" === "undefined";
       // Normalize loader to return the module as form { default: Component } for `React.lazy`.
@@ -152,7 +152,7 @@
       /***/
     },
 
-    /***/ 5372: /***/ (
+    /***/ 1203: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -179,7 +179,7 @@
       /***/
     },
 
-    /***/ 5739: /***/ (
+    /***/ 8970: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -221,7 +221,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(8966)
       );
-      const _loadablecontextsharedruntime = __webpack_require__(5372);
+      const _loadablecontextsharedruntime = __webpack_require__(1203);
       function resolve(obj) {
         return obj && obj.default ? obj.default : obj;
       }
@@ -456,7 +456,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       /***/
     },
 
-    /***/ 3073: /***/ (
+    /***/ 1691: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -471,7 +471,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(191);
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(35);
+        __webpack_require__(2093);
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_dynamic__WEBPACK_IMPORTED_MODULE_1__
@@ -480,12 +480,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       const DynamicHello = next_dynamic__WEBPACK_IMPORTED_MODULE_1___default()(
         () =>
           __webpack_require__
-            .e(/* import() */ 6554)
-            .then(__webpack_require__.bind(__webpack_require__, 6554))
+            .e(/* import() */ 6026)
+            .then(__webpack_require__.bind(__webpack_require__, 6026))
             .then((mod) => mod.Hello),
         {
           loadableGenerated: {
-            webpack: () => [/*require.resolve*/ 6554],
+            webpack: () => [/*require.resolve*/ 6026],
           },
         }
       );
@@ -512,8 +512,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       /***/
     },
 
-    /***/ 35: /***/ (module, __unused_webpack_exports, __webpack_require__) => {
-      module.exports = __webpack_require__(1586);
+    /***/ 2093: /***/ (
+      module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) => {
+      module.exports = __webpack_require__(1756);
 
       /***/
     },
@@ -523,7 +527,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
-      __webpack_exec__(559)
+      __webpack_exec__(7848)
     );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for image-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [8358],
   {
-    /***/ 9320: /***/ (
+    /***/ 1654: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/image",
         function () {
-          return __webpack_require__(452);
+          return __webpack_require__(1251);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 7876: /***/ (module, exports, __webpack_require__) => {
+    /***/ 9966: /***/ (module, exports, __webpack_require__) => {
       "use strict";
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
@@ -40,17 +40,17 @@
         __webpack_require__(7811)
       );
       const _head = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(9825)
+        __webpack_require__(9953)
       );
-      const _getimgprops = __webpack_require__(5306);
-      const _imageconfig = __webpack_require__(2395);
-      const _imageconfigcontextsharedruntime = __webpack_require__(5181);
-      const _warnonce = __webpack_require__(1614);
-      const _routercontextsharedruntime = __webpack_require__(450);
+      const _getimgprops = __webpack_require__(839);
+      const _imageconfig = __webpack_require__(3799);
+      const _imageconfigcontextsharedruntime = __webpack_require__(622);
+      const _warnonce = __webpack_require__(7864);
+      const _routercontextsharedruntime = __webpack_require__(6498);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4342)
+        __webpack_require__(1648)
       );
-      const _usemergedref = __webpack_require__(3680);
+      const _usemergedref = __webpack_require__(8436);
       // This is replaced by webpack define plugin
       const configEnv = {
         deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
@@ -371,7 +371,7 @@
       /***/
     },
 
-    /***/ 3680: /***/ (module, exports, __webpack_require__) => {
+    /***/ 8436: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -432,7 +432,7 @@
       /***/
     },
 
-    /***/ 5306: /***/ (
+    /***/ 839: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -448,9 +448,9 @@
           return getImgProps;
         },
       });
-      const _warnonce = __webpack_require__(1614);
-      const _imageblursvg = __webpack_require__(494);
-      const _imageconfig = __webpack_require__(2395);
+      const _warnonce = __webpack_require__(7864);
+      const _imageblursvg = __webpack_require__(1583);
+      const _imageconfig = __webpack_require__(3799);
       const VALID_LOADING_VALUES =
         /* unused pure expression or super */ null && [
           "lazy",
@@ -465,6 +465,7 @@
       }
       function isStaticImport(src) {
         return (
+          !!src &&
           typeof src === "object" &&
           (isStaticRequire(src) || isStaticImageData(src))
         );
@@ -823,7 +824,7 @@
       /***/
     },
 
-    /***/ 494: /***/ (__unused_webpack_module, exports) => {
+    /***/ 1583: /***/ (__unused_webpack_module, exports) => {
       "use strict";
       /**
        * A shared function, used on both client and server, to generate a SVG blur placeholder.
@@ -878,7 +879,7 @@
       /***/
     },
 
-    /***/ 4039: /***/ (
+    /***/ 973: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -905,10 +906,10 @@
         },
       });
       const _interop_require_default = __webpack_require__(9608);
-      const _getimgprops = __webpack_require__(5306);
-      const _imagecomponent = __webpack_require__(7876);
+      const _getimgprops = __webpack_require__(839);
+      const _imagecomponent = __webpack_require__(9966);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4342)
+        __webpack_require__(1648)
       );
       function getImageProps(imgProps) {
         const { props } = (0, _getimgprops.getImgProps)(imgProps, {
@@ -940,7 +941,7 @@
       /***/
     },
 
-    /***/ 4342: /***/ (__unused_webpack_module, exports) => {
+    /***/ 1648: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -975,7 +976,7 @@
       /***/
     },
 
-    /***/ 452: /***/ (
+    /***/ 1251: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -992,8 +993,8 @@
 
       // EXTERNAL MODULE: ./node_modules/.pnpm/react@19.0.0-rc-65a56d0e-20241020/node_modules/react/jsx-runtime.js
       var jsx_runtime = __webpack_require__(191);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-65a56d0e-20241020_re_lmdvfmjq4cjj6zeyg7ucgwxtgm/node_modules/next/image.js
-      var next_image = __webpack_require__(1047);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-65a56d0e-20241020_re_mrxwdyewdpyfozpybp6e5l6che/node_modules/next/image.js
+      var next_image = __webpack_require__(382);
       var image_default = /*#__PURE__*/ __webpack_require__.n(next_image); // CONCATENATED MODULE: ./pages/nextjs.png
       /* harmony default export */ const nextjs = {
         src: "/_next/static/media/nextjs.cae0b805.png",
@@ -1023,12 +1024,12 @@
       /***/
     },
 
-    /***/ 1047: /***/ (
+    /***/ 382: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) => {
-      module.exports = __webpack_require__(4039);
+      module.exports = __webpack_require__(973);
 
       /***/
     },
@@ -1038,7 +1039,7 @@
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
-      __webpack_exec__(9320)
+      __webpack_exec__(1654)
     );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for 3705-HASH.js
@@ -1,8 +1,8 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [3705],
+  [4946],
   {
-    /***/ 3705: /***/ (module, exports, __webpack_require__) => {
+    /***/ 4946: /***/ (module, exports, __webpack_require__) => {
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
         value: true,
@@ -13,27 +13,27 @@
           return Image;
         },
       });
-      const _interop_require_default = __webpack_require__(4359);
-      const _interop_require_wildcard = __webpack_require__(4395);
-      const _jsxruntime = __webpack_require__(5882);
+      const _interop_require_default = __webpack_require__(2660);
+      const _interop_require_wildcard = __webpack_require__(9120);
+      const _jsxruntime = __webpack_require__(2716);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
-        __webpack_require__(4796)
+        __webpack_require__(4082)
       );
       const _reactdom = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(9265)
+        __webpack_require__(7716)
       );
       const _head = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(8495)
+        __webpack_require__(4005)
       );
-      const _getimgprops = __webpack_require__(6820);
-      const _imageconfig = __webpack_require__(5569);
-      const _imageconfigcontextsharedruntime = __webpack_require__(2580);
-      const _warnonce = __webpack_require__(8877);
-      const _routercontextsharedruntime = __webpack_require__(1127);
+      const _getimgprops = __webpack_require__(9722);
+      const _imageconfig = __webpack_require__(2342);
+      const _imageconfigcontextsharedruntime = __webpack_require__(2691);
+      const _warnonce = __webpack_require__(5697);
+      const _routercontextsharedruntime = __webpack_require__(2482);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(2840)
+        __webpack_require__(9354)
       );
-      const _usemergedref = __webpack_require__(3298);
+      const _usemergedref = __webpack_require__(702);
       // This is replaced by webpack define plugin
       const configEnv = {
         deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
@@ -355,7 +355,7 @@
       /***/
     },
 
-    /***/ 3298: /***/ (module, exports, __webpack_require__) => {
+    /***/ 702: /***/ (module, exports, __webpack_require__) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -365,7 +365,7 @@
           return useMergedRef;
         },
       });
-      const _react = __webpack_require__(4796);
+      const _react = __webpack_require__(4082);
       function useMergedRef(refA, refB) {
         const cleanupA = (0, _react.useRef)(() => {});
         const cleanupB = (0, _react.useRef)(() => {});
@@ -414,7 +414,7 @@
       /***/
     },
 
-    /***/ 1568: /***/ (
+    /***/ 6773: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -428,9 +428,9 @@
           return AmpStateContext;
         },
       });
-      const _interop_require_default = __webpack_require__(4359);
+      const _interop_require_default = __webpack_require__(2660);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4796)
+        __webpack_require__(4082)
       );
       const AmpStateContext = _react.default.createContext({});
       if (false) {
@@ -439,7 +439,7 @@
       /***/
     },
 
-    /***/ 3195: /***/ (__unused_webpack_module, exports) => {
+    /***/ 4048: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -461,7 +461,7 @@
       /***/
     },
 
-    /***/ 6820: /***/ (
+    /***/ 9722: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -475,9 +475,9 @@
           return getImgProps;
         },
       });
-      const _warnonce = __webpack_require__(8877);
-      const _imageblursvg = __webpack_require__(7551);
-      const _imageconfig = __webpack_require__(5569);
+      const _warnonce = __webpack_require__(5697);
+      const _imageblursvg = __webpack_require__(6842);
+      const _imageconfig = __webpack_require__(2342);
       const VALID_LOADING_VALUES =
         /* unused pure expression or super */ null && [
           "lazy",
@@ -492,6 +492,7 @@
       }
       function isStaticImport(src) {
         return (
+          !!src &&
           typeof src === "object" &&
           (isStaticRequire(src) || isStaticImageData(src))
         );
@@ -850,8 +851,8 @@
       /***/
     },
 
-    /***/ 8495: /***/ (module, exports, __webpack_require__) => {
-      /* provided dependency */ var process = __webpack_require__(2556);
+    /***/ 4005: /***/ (module, exports, __webpack_require__) => {
+      /* provided dependency */ var process = __webpack_require__(8093);
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
         value: true,
@@ -872,19 +873,19 @@
           return defaultHead;
         },
       });
-      const _interop_require_default = __webpack_require__(4359);
-      const _interop_require_wildcard = __webpack_require__(4395);
-      const _jsxruntime = __webpack_require__(5882);
+      const _interop_require_default = __webpack_require__(2660);
+      const _interop_require_wildcard = __webpack_require__(9120);
+      const _jsxruntime = __webpack_require__(2716);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
-        __webpack_require__(4796)
+        __webpack_require__(4082)
       );
       const _sideeffect = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(9418)
+        __webpack_require__(2801)
       );
-      const _ampcontextsharedruntime = __webpack_require__(1568);
-      const _headmanagercontextsharedruntime = __webpack_require__(30);
-      const _ampmode = __webpack_require__(3195);
-      const _warnonce = __webpack_require__(8877);
+      const _ampcontextsharedruntime = __webpack_require__(6773);
+      const _headmanagercontextsharedruntime = __webpack_require__(7127);
+      const _ampmode = __webpack_require__(4048);
+      const _warnonce = __webpack_require__(5697);
       function defaultHead(inAmpMode) {
         if (inAmpMode === void 0) inAmpMode = false;
         const head = [
@@ -1068,7 +1069,7 @@
       /***/
     },
 
-    /***/ 7551: /***/ (__unused_webpack_module, exports) => {
+    /***/ 6842: /***/ (__unused_webpack_module, exports) => {
       /**
        * A shared function, used on both client and server, to generate a SVG blur placeholder.
        */
@@ -1122,7 +1123,7 @@
       /***/
     },
 
-    /***/ 2580: /***/ (
+    /***/ 2691: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1136,11 +1137,11 @@
           return ImageConfigContext;
         },
       });
-      const _interop_require_default = __webpack_require__(4359);
+      const _interop_require_default = __webpack_require__(2660);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4796)
+        __webpack_require__(4082)
       );
-      const _imageconfig = __webpack_require__(5569);
+      const _imageconfig = __webpack_require__(2342);
       const ImageConfigContext = _react.default.createContext(
         _imageconfig.imageConfigDefault
       );
@@ -1150,7 +1151,7 @@
       /***/
     },
 
-    /***/ 5569: /***/ (__unused_webpack_module, exports) => {
+    /***/ 2342: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1198,7 +1199,7 @@
       /***/
     },
 
-    /***/ 2840: /***/ (__unused_webpack_module, exports) => {
+    /***/ 9354: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1231,7 +1232,7 @@
       /***/
     },
 
-    /***/ 1127: /***/ (
+    /***/ 2482: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1245,9 +1246,9 @@
           return RouterContext;
         },
       });
-      const _interop_require_default = __webpack_require__(4359);
+      const _interop_require_default = __webpack_require__(2660);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4796)
+        __webpack_require__(4082)
       );
       const RouterContext = _react.default.createContext(null);
       if (false) {
@@ -1256,7 +1257,7 @@
       /***/
     },
 
-    /***/ 9418: /***/ (
+    /***/ 2801: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1270,7 +1271,7 @@
           return SideEffect;
         },
       });
-      const _react = __webpack_require__(4796);
+      const _react = __webpack_require__(4082);
       const isServer = typeof window === "undefined";
       const useClientOnlyLayoutEffect = isServer
         ? () => {}
Diff for 7758-HASH.js

Diff too large to display

Diff for d2b96154-HASH.js

Diff too large to display

Diff for main-HASH.js

Diff too large to display

Diff for app-page-exp..ntime.dev.js
failed to diff
Diff for app-page-exp..time.prod.js

Diff too large to display

Diff for app-page-tur..time.prod.js

Diff too large to display

Diff for app-page-tur..time.prod.js

Diff too large to display

Diff for app-page.runtime.dev.js
failed to diff
Diff for app-page.runtime.prod.js

Diff too large to display

Diff for app-route-ex..ntime.dev.js

Diff too large to display

Diff for app-route-ex..time.prod.js

Diff too large to display

Diff for app-route-tu..time.prod.js

Diff too large to display

Diff for app-route-tu..time.prod.js

Diff too large to display

Diff for app-route.runtime.dev.js

Diff too large to display

Diff for app-route.ru..time.prod.js

Diff too large to display

Diff for server.runtime.prod.js

Diff too large to display

Please sign in to comment.