next 15.3.0-canary.42 → 15.3.0-canary.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/bin/next +1 -1
  2. package/dist/build/index.js +16 -2
  3. package/dist/build/index.js.map +1 -1
  4. package/dist/build/swc/index.js +1 -1
  5. package/dist/build/turbopack-build/impl.js +0 -8
  6. package/dist/build/turbopack-build/impl.js.map +1 -1
  7. package/dist/build/webpack-config.js +4 -3
  8. package/dist/build/webpack-config.js.map +1 -1
  9. package/dist/client/app-bootstrap.js +1 -1
  10. package/dist/client/index.js +1 -1
  11. package/dist/compiled/next-server/app-page-experimental.runtime.prod.js.map +1 -1
  12. package/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js.map +1 -1
  13. package/dist/compiled/next-server/app-page-turbo.runtime.prod.js.map +1 -1
  14. package/dist/compiled/next-server/app-page.runtime.prod.js.map +1 -1
  15. package/dist/esm/build/index.js +16 -2
  16. package/dist/esm/build/index.js.map +1 -1
  17. package/dist/esm/build/swc/index.js +1 -1
  18. package/dist/esm/build/turbopack-build/impl.js +0 -8
  19. package/dist/esm/build/turbopack-build/impl.js.map +1 -1
  20. package/dist/esm/build/webpack-config.js +4 -3
  21. package/dist/esm/build/webpack-config.js.map +1 -1
  22. package/dist/esm/client/app-bootstrap.js +1 -1
  23. package/dist/esm/client/index.js +1 -1
  24. package/dist/esm/server/dev/hot-reloader-turbopack.js +1 -1
  25. package/dist/esm/server/dev/hot-reloader-webpack.js +1 -1
  26. package/dist/esm/server/lib/app-info-log.js +1 -1
  27. package/dist/esm/server/lib/start-server.js +1 -1
  28. package/dist/esm/shared/lib/canary-only.js +1 -1
  29. package/dist/esm/shared/lib/get-rspack.js +5 -11
  30. package/dist/esm/shared/lib/get-rspack.js.map +1 -1
  31. package/dist/server/dev/hot-reloader-turbopack.js +1 -1
  32. package/dist/server/dev/hot-reloader-webpack.js +1 -1
  33. package/dist/server/lib/app-info-log.js +1 -1
  34. package/dist/server/lib/start-server.js +1 -1
  35. package/dist/shared/lib/canary-only.js +1 -1
  36. package/dist/shared/lib/get-rspack.js +5 -11
  37. package/dist/shared/lib/get-rspack.js.map +1 -1
  38. package/dist/telemetry/anonymous-meta.js +1 -1
  39. package/dist/telemetry/events/session-stopped.js +2 -2
  40. package/dist/telemetry/events/version.js +2 -2
  41. package/package.json +16 -16
@@ -3,7 +3,7 @@
3
3
  * sure the following scripts are executed in the correct order:
4
4
  * - Polyfills
5
5
  * - next/script with `beforeInteractive` strategy
6
- */ const version = "15.3.0-canary.42";
6
+ */ const version = "15.3.0-canary.43";
7
7
  window.next = {
8
8
  version,
9
9
  appDir: true
@@ -26,7 +26,7 @@ import { SearchParamsContext, PathParamsContext } from '../shared/lib/hooks-clie
26
26
  import { onRecoverableError } from './react-client-callbacks/on-recoverable-error';
27
27
  import tracer from './tracing/tracer';
28
28
  import { isNextRouterError } from './components/is-next-router-error';
29
- export const version = "15.3.0-canary.42";
29
+ export const version = "15.3.0-canary.43";
30
30
  export let router;
31
31
  export const emitter = mitt();
32
32
  const looseToArray = (input)=>[].slice.call(input);
@@ -83,7 +83,7 @@ export async function createHotReloaderTurbopack(opts, serverFields, distDir, re
83
83
  }
84
84
  const hasRewrites = opts.fsChecker.rewrites.afterFiles.length > 0 || opts.fsChecker.rewrites.beforeFiles.length > 0 || opts.fsChecker.rewrites.fallback.length > 0;
85
85
  const hotReloaderSpan = trace('hot-reloader', undefined, {
86
- version: "15.3.0-canary.42"
86
+ version: "15.3.0-canary.43"
87
87
  });
88
88
  // Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing
89
89
  // of the current `next dev` invocation.
@@ -181,7 +181,7 @@ export default class HotReloaderWebpack {
181
181
  this.previewProps = previewProps;
182
182
  this.rewrites = rewrites;
183
183
  this.hotReloaderSpan = trace('hot-reloader', undefined, {
184
- version: "15.3.0-canary.42"
184
+ version: "15.3.0-canary.43"
185
185
  });
186
186
  // Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing
187
187
  // of the current `next dev` invocation.
@@ -12,7 +12,7 @@ export function logStartInfo({ networkUrl, appUrl, envInfo, experimentalFeatures
12
12
  } else {
13
13
  bundlerSuffix = '';
14
14
  }
15
- Log.bootstrap(`${bold(purple(`${Log.prefixes.ready} Next.js ${"15.3.0-canary.42"}`))}${bundlerSuffix}`);
15
+ Log.bootstrap(`${bold(purple(`${Log.prefixes.ready} Next.js ${"15.3.0-canary.43"}`))}${bundlerSuffix}`);
16
16
  if (appUrl) {
17
17
  Log.bootstrap(`- Local: ${appUrl}`);
18
18
  }
@@ -43,7 +43,7 @@ export async function getRequestHandlers({ dir, port, isDev, onDevServerCleanup,
43
43
  export async function startServer(serverOptions) {
44
44
  const { dir, isDev, hostname, minimalMode, allowRetry, keepAliveTimeout, selfSignedCertificate } = serverOptions;
45
45
  let { port } = serverOptions;
46
- process.title = `next-server (v${"15.3.0-canary.42"})`;
46
+ process.title = `next-server (v${"15.3.0-canary.43"})`;
47
47
  let handlersReady = ()=>{};
48
48
  let handlersError = ()=>{};
49
49
  let handlersPromise = new Promise((resolve, reject)=>{
@@ -1,6 +1,6 @@
1
1
  export function isStableBuild() {
2
2
  var _process_env___NEXT_VERSION;
3
- return !((_process_env___NEXT_VERSION = "15.3.0-canary.42") == null ? void 0 : _process_env___NEXT_VERSION.includes('canary')) && !process.env.__NEXT_TEST_MODE && !process.env.NEXT_PRIVATE_LOCAL_DEV;
3
+ return !((_process_env___NEXT_VERSION = "15.3.0-canary.43") == null ? void 0 : _process_env___NEXT_VERSION.includes('canary')) && !process.env.__NEXT_TEST_MODE && !process.env.NEXT_PRIVATE_LOCAL_DEV;
4
4
  }
5
5
  export class CanaryOnlyError extends Error {
6
6
  constructor(arg){
@@ -1,6 +1,6 @@
1
- import { CanaryOnlyError, isStableBuild } from './canary-only';
1
+ import { warnOnce } from '../../build/output/log';
2
2
  export function getRspackCore() {
3
- gateCanary();
3
+ warnRspack();
4
4
  try {
5
5
  // eslint-disable-next-line import/no-extraneous-dependencies
6
6
  return require('@rspack/core');
@@ -16,7 +16,7 @@ export function getRspackCore() {
16
16
  }
17
17
  }
18
18
  export function getRspackReactRefresh() {
19
- gateCanary();
19
+ warnRspack();
20
20
  try {
21
21
  // eslint-disable-next-line import/no-extraneous-dependencies
22
22
  const plugin = require('@rspack/plugin-react-refresh');
@@ -34,14 +34,8 @@ export function getRspackReactRefresh() {
34
34
  throw e;
35
35
  }
36
36
  }
37
- function gateCanary() {
38
- if (isStableBuild()) {
39
- throw Object.defineProperty(new CanaryOnlyError('Rspack support is only available in Next.js canary.'), "__NEXT_ERROR_CODE", {
40
- value: "E660",
41
- enumerable: false,
42
- configurable: true
43
- });
44
- }
37
+ function warnRspack() {
38
+ warnOnce("`next-rspack` is currently experimental. It's not an official Next.js plugin, and is supported by the Rspack team in partnership with Next.js. Help improve Next.js and Rspack by providing feedback at https://github.com/vercel/next.js/discussions/77800");
45
39
  }
46
40
 
47
41
  //# sourceMappingURL=get-rspack.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/shared/lib/get-rspack.ts"],"sourcesContent":["import { CanaryOnlyError, isStableBuild } from './canary-only'\n\nexport function getRspackCore() {\n gateCanary()\n try {\n // eslint-disable-next-line import/no-extraneous-dependencies\n return require('@rspack/core')\n } catch (e) {\n if (e instanceof Error && 'code' in e && e.code === 'MODULE_NOT_FOUND') {\n throw new Error(\n '@rspack/core is not available. Please make sure `next-rspack` is correctly installed.'\n )\n }\n\n throw e\n }\n}\n\nexport function getRspackReactRefresh() {\n gateCanary()\n try {\n // eslint-disable-next-line import/no-extraneous-dependencies\n const plugin = require('@rspack/plugin-react-refresh')\n const entry = require.resolve(\n '@rspack/plugin-react-refresh/react-refresh-entry'\n )\n plugin.entry = entry\n return plugin\n } catch (e) {\n if (e instanceof Error && 'code' in e && e.code === 'MODULE_NOT_FOUND') {\n throw new Error(\n '@rspack/plugin-react-refresh is not available. Please make sure `next-rspack` is correctly installed.'\n )\n }\n\n throw e\n }\n}\n\nfunction gateCanary() {\n if (isStableBuild()) {\n throw new CanaryOnlyError(\n 'Rspack support is only available in Next.js canary.'\n )\n }\n}\n"],"names":["CanaryOnlyError","isStableBuild","getRspackCore","gateCanary","require","e","Error","code","getRspackReactRefresh","plugin","entry","resolve"],"mappings":"AAAA,SAASA,eAAe,EAAEC,aAAa,QAAQ,gBAAe;AAE9D,OAAO,SAASC;IACdC;IACA,IAAI;QACF,6DAA6D;QAC7D,OAAOC,QAAQ;IACjB,EAAE,OAAOC,GAAG;QACV,IAAIA,aAAaC,SAAS,UAAUD,KAAKA,EAAEE,IAAI,KAAK,oBAAoB;YACtE,MAAM,qBAEL,CAFK,IAAID,MACR,0FADI,qBAAA;uBAAA;4BAAA;8BAAA;YAEN;QACF;QAEA,MAAMD;IACR;AACF;AAEA,OAAO,SAASG;IACdL;IACA,IAAI;QACF,6DAA6D;QAC7D,MAAMM,SAASL,QAAQ;QACvB,MAAMM,QAAQN,QAAQO,OAAO,CAC3B;QAEFF,OAAOC,KAAK,GAAGA;QACf,OAAOD;IACT,EAAE,OAAOJ,GAAG;QACV,IAAIA,aAAaC,SAAS,UAAUD,KAAKA,EAAEE,IAAI,KAAK,oBAAoB;YACtE,MAAM,qBAEL,CAFK,IAAID,MACR,0GADI,qBAAA;uBAAA;4BAAA;8BAAA;YAEN;QACF;QAEA,MAAMD;IACR;AACF;AAEA,SAASF;IACP,IAAIF,iBAAiB;QACnB,MAAM,qBAEL,CAFK,IAAID,gBACR,wDADI,qBAAA;mBAAA;wBAAA;0BAAA;QAEN;IACF;AACF"}
1
+ {"version":3,"sources":["../../../src/shared/lib/get-rspack.ts"],"sourcesContent":["import { warnOnce } from '../../build/output/log'\n\nexport function getRspackCore() {\n warnRspack()\n try {\n // eslint-disable-next-line import/no-extraneous-dependencies\n return require('@rspack/core')\n } catch (e) {\n if (e instanceof Error && 'code' in e && e.code === 'MODULE_NOT_FOUND') {\n throw new Error(\n '@rspack/core is not available. Please make sure `next-rspack` is correctly installed.'\n )\n }\n\n throw e\n }\n}\n\nexport function getRspackReactRefresh() {\n warnRspack()\n try {\n // eslint-disable-next-line import/no-extraneous-dependencies\n const plugin = require('@rspack/plugin-react-refresh')\n const entry = require.resolve(\n '@rspack/plugin-react-refresh/react-refresh-entry'\n )\n plugin.entry = entry\n return plugin\n } catch (e) {\n if (e instanceof Error && 'code' in e && e.code === 'MODULE_NOT_FOUND') {\n throw new Error(\n '@rspack/plugin-react-refresh is not available. Please make sure `next-rspack` is correctly installed.'\n )\n }\n\n throw e\n }\n}\n\nfunction warnRspack() {\n warnOnce(\n `\\`next-rspack\\` is currently experimental. It's not an official Next.js plugin, and is supported by the Rspack team in partnership with Next.js. Help improve Next.js and Rspack by providing feedback at https://github.com/vercel/next.js/discussions/77800`\n )\n}\n"],"names":["warnOnce","getRspackCore","warnRspack","require","e","Error","code","getRspackReactRefresh","plugin","entry","resolve"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,yBAAwB;AAEjD,OAAO,SAASC;IACdC;IACA,IAAI;QACF,6DAA6D;QAC7D,OAAOC,QAAQ;IACjB,EAAE,OAAOC,GAAG;QACV,IAAIA,aAAaC,SAAS,UAAUD,KAAKA,EAAEE,IAAI,KAAK,oBAAoB;YACtE,MAAM,qBAEL,CAFK,IAAID,MACR,0FADI,qBAAA;uBAAA;4BAAA;8BAAA;YAEN;QACF;QAEA,MAAMD;IACR;AACF;AAEA,OAAO,SAASG;IACdL;IACA,IAAI;QACF,6DAA6D;QAC7D,MAAMM,SAASL,QAAQ;QACvB,MAAMM,QAAQN,QAAQO,OAAO,CAC3B;QAEFF,OAAOC,KAAK,GAAGA;QACf,OAAOD;IACT,EAAE,OAAOJ,GAAG;QACV,IAAIA,aAAaC,SAAS,UAAUD,KAAKA,EAAEE,IAAI,KAAK,oBAAoB;YACtE,MAAM,qBAEL,CAFK,IAAID,MACR,0GADI,qBAAA;uBAAA;4BAAA;8BAAA;YAEN;QACF;QAEA,MAAMD;IACR;AACF;AAEA,SAASF;IACPF,SACG;AAEL"}
@@ -139,7 +139,7 @@ async function createHotReloaderTurbopack(opts, serverFields, distDir, resetFetc
139
139
  }
140
140
  const hasRewrites = opts.fsChecker.rewrites.afterFiles.length > 0 || opts.fsChecker.rewrites.beforeFiles.length > 0 || opts.fsChecker.rewrites.fallback.length > 0;
141
141
  const hotReloaderSpan = (0, _trace.trace)('hot-reloader', undefined, {
142
- version: "15.3.0-canary.42"
142
+ version: "15.3.0-canary.43"
143
143
  });
144
144
  // Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing
145
145
  // of the current `next dev` invocation.
@@ -257,7 +257,7 @@ class HotReloaderWebpack {
257
257
  this.previewProps = previewProps;
258
258
  this.rewrites = rewrites;
259
259
  this.hotReloaderSpan = (0, _trace.trace)('hot-reloader', undefined, {
260
- version: "15.3.0-canary.42"
260
+ version: "15.3.0-canary.43"
261
261
  });
262
262
  // Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing
263
263
  // of the current `next dev` invocation.
@@ -75,7 +75,7 @@ function logStartInfo({ networkUrl, appUrl, envInfo, experimentalFeatures, maxEx
75
75
  } else {
76
76
  bundlerSuffix = '';
77
77
  }
78
- _log.bootstrap(`${(0, _picocolors.bold)((0, _picocolors.purple)(`${_log.prefixes.ready} Next.js ${"15.3.0-canary.42"}`))}${bundlerSuffix}`);
78
+ _log.bootstrap(`${(0, _picocolors.bold)((0, _picocolors.purple)(`${_log.prefixes.ready} Next.js ${"15.3.0-canary.43"}`))}${bundlerSuffix}`);
79
79
  if (appUrl) {
80
80
  _log.bootstrap(`- Local: ${appUrl}`);
81
81
  }
@@ -111,7 +111,7 @@ async function getRequestHandlers({ dir, port, isDev, onDevServerCleanup, server
111
111
  async function startServer(serverOptions) {
112
112
  const { dir, isDev, hostname, minimalMode, allowRetry, keepAliveTimeout, selfSignedCertificate } = serverOptions;
113
113
  let { port } = serverOptions;
114
- process.title = `next-server (v${"15.3.0-canary.42"})`;
114
+ process.title = `next-server (v${"15.3.0-canary.43"})`;
115
115
  let handlersReady = ()=>{};
116
116
  let handlersError = ()=>{};
117
117
  let handlersPromise = new Promise((resolve, reject)=>{
@@ -22,7 +22,7 @@ _export(exports, {
22
22
  });
23
23
  function isStableBuild() {
24
24
  var _process_env___NEXT_VERSION;
25
- return !((_process_env___NEXT_VERSION = "15.3.0-canary.42") == null ? void 0 : _process_env___NEXT_VERSION.includes('canary')) && !process.env.__NEXT_TEST_MODE && !process.env.NEXT_PRIVATE_LOCAL_DEV;
25
+ return !((_process_env___NEXT_VERSION = "15.3.0-canary.43") == null ? void 0 : _process_env___NEXT_VERSION.includes('canary')) && !process.env.__NEXT_TEST_MODE && !process.env.NEXT_PRIVATE_LOCAL_DEV;
26
26
  }
27
27
  class CanaryOnlyError extends Error {
28
28
  constructor(arg){
@@ -20,9 +20,9 @@ _export(exports, {
20
20
  return getRspackReactRefresh;
21
21
  }
22
22
  });
23
- const _canaryonly = require("./canary-only");
23
+ const _log = require("../../build/output/log");
24
24
  function getRspackCore() {
25
- gateCanary();
25
+ warnRspack();
26
26
  try {
27
27
  // eslint-disable-next-line import/no-extraneous-dependencies
28
28
  return require('@rspack/core');
@@ -38,7 +38,7 @@ function getRspackCore() {
38
38
  }
39
39
  }
40
40
  function getRspackReactRefresh() {
41
- gateCanary();
41
+ warnRspack();
42
42
  try {
43
43
  // eslint-disable-next-line import/no-extraneous-dependencies
44
44
  const plugin = require('@rspack/plugin-react-refresh');
@@ -56,14 +56,8 @@ function getRspackReactRefresh() {
56
56
  throw e;
57
57
  }
58
58
  }
59
- function gateCanary() {
60
- if ((0, _canaryonly.isStableBuild)()) {
61
- throw Object.defineProperty(new _canaryonly.CanaryOnlyError('Rspack support is only available in Next.js canary.'), "__NEXT_ERROR_CODE", {
62
- value: "E660",
63
- enumerable: false,
64
- configurable: true
65
- });
66
- }
59
+ function warnRspack() {
60
+ (0, _log.warnOnce)("`next-rspack` is currently experimental. It's not an official Next.js plugin, and is supported by the Rspack team in partnership with Next.js. Help improve Next.js and Rspack by providing feedback at https://github.com/vercel/next.js/discussions/77800");
67
61
  }
68
62
 
69
63
  //# sourceMappingURL=get-rspack.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/shared/lib/get-rspack.ts"],"sourcesContent":["import { CanaryOnlyError, isStableBuild } from './canary-only'\n\nexport function getRspackCore() {\n gateCanary()\n try {\n // eslint-disable-next-line import/no-extraneous-dependencies\n return require('@rspack/core')\n } catch (e) {\n if (e instanceof Error && 'code' in e && e.code === 'MODULE_NOT_FOUND') {\n throw new Error(\n '@rspack/core is not available. Please make sure `next-rspack` is correctly installed.'\n )\n }\n\n throw e\n }\n}\n\nexport function getRspackReactRefresh() {\n gateCanary()\n try {\n // eslint-disable-next-line import/no-extraneous-dependencies\n const plugin = require('@rspack/plugin-react-refresh')\n const entry = require.resolve(\n '@rspack/plugin-react-refresh/react-refresh-entry'\n )\n plugin.entry = entry\n return plugin\n } catch (e) {\n if (e instanceof Error && 'code' in e && e.code === 'MODULE_NOT_FOUND') {\n throw new Error(\n '@rspack/plugin-react-refresh is not available. Please make sure `next-rspack` is correctly installed.'\n )\n }\n\n throw e\n }\n}\n\nfunction gateCanary() {\n if (isStableBuild()) {\n throw new CanaryOnlyError(\n 'Rspack support is only available in Next.js canary.'\n )\n }\n}\n"],"names":["getRspackCore","getRspackReactRefresh","gateCanary","require","e","Error","code","plugin","entry","resolve","isStableBuild","CanaryOnlyError"],"mappings":";;;;;;;;;;;;;;;IAEgBA,aAAa;eAAbA;;IAgBAC,qBAAqB;eAArBA;;;4BAlB+B;AAExC,SAASD;IACdE;IACA,IAAI;QACF,6DAA6D;QAC7D,OAAOC,QAAQ;IACjB,EAAE,OAAOC,GAAG;QACV,IAAIA,aAAaC,SAAS,UAAUD,KAAKA,EAAEE,IAAI,KAAK,oBAAoB;YACtE,MAAM,qBAEL,CAFK,IAAID,MACR,0FADI,qBAAA;uBAAA;4BAAA;8BAAA;YAEN;QACF;QAEA,MAAMD;IACR;AACF;AAEO,SAASH;IACdC;IACA,IAAI;QACF,6DAA6D;QAC7D,MAAMK,SAASJ,QAAQ;QACvB,MAAMK,QAAQL,QAAQM,OAAO,CAC3B;QAEFF,OAAOC,KAAK,GAAGA;QACf,OAAOD;IACT,EAAE,OAAOH,GAAG;QACV,IAAIA,aAAaC,SAAS,UAAUD,KAAKA,EAAEE,IAAI,KAAK,oBAAoB;YACtE,MAAM,qBAEL,CAFK,IAAID,MACR,0GADI,qBAAA;uBAAA;4BAAA;8BAAA;YAEN;QACF;QAEA,MAAMD;IACR;AACF;AAEA,SAASF;IACP,IAAIQ,IAAAA,yBAAa,KAAI;QACnB,MAAM,qBAEL,CAFK,IAAIC,2BAAe,CACvB,wDADI,qBAAA;mBAAA;wBAAA;0BAAA;QAEN;IACF;AACF"}
1
+ {"version":3,"sources":["../../../src/shared/lib/get-rspack.ts"],"sourcesContent":["import { warnOnce } from '../../build/output/log'\n\nexport function getRspackCore() {\n warnRspack()\n try {\n // eslint-disable-next-line import/no-extraneous-dependencies\n return require('@rspack/core')\n } catch (e) {\n if (e instanceof Error && 'code' in e && e.code === 'MODULE_NOT_FOUND') {\n throw new Error(\n '@rspack/core is not available. Please make sure `next-rspack` is correctly installed.'\n )\n }\n\n throw e\n }\n}\n\nexport function getRspackReactRefresh() {\n warnRspack()\n try {\n // eslint-disable-next-line import/no-extraneous-dependencies\n const plugin = require('@rspack/plugin-react-refresh')\n const entry = require.resolve(\n '@rspack/plugin-react-refresh/react-refresh-entry'\n )\n plugin.entry = entry\n return plugin\n } catch (e) {\n if (e instanceof Error && 'code' in e && e.code === 'MODULE_NOT_FOUND') {\n throw new Error(\n '@rspack/plugin-react-refresh is not available. Please make sure `next-rspack` is correctly installed.'\n )\n }\n\n throw e\n }\n}\n\nfunction warnRspack() {\n warnOnce(\n `\\`next-rspack\\` is currently experimental. It's not an official Next.js plugin, and is supported by the Rspack team in partnership with Next.js. Help improve Next.js and Rspack by providing feedback at https://github.com/vercel/next.js/discussions/77800`\n )\n}\n"],"names":["getRspackCore","getRspackReactRefresh","warnRspack","require","e","Error","code","plugin","entry","resolve","warnOnce"],"mappings":";;;;;;;;;;;;;;;IAEgBA,aAAa;eAAbA;;IAgBAC,qBAAqB;eAArBA;;;qBAlBS;AAElB,SAASD;IACdE;IACA,IAAI;QACF,6DAA6D;QAC7D,OAAOC,QAAQ;IACjB,EAAE,OAAOC,GAAG;QACV,IAAIA,aAAaC,SAAS,UAAUD,KAAKA,EAAEE,IAAI,KAAK,oBAAoB;YACtE,MAAM,qBAEL,CAFK,IAAID,MACR,0FADI,qBAAA;uBAAA;4BAAA;8BAAA;YAEN;QACF;QAEA,MAAMD;IACR;AACF;AAEO,SAASH;IACdC;IACA,IAAI;QACF,6DAA6D;QAC7D,MAAMK,SAASJ,QAAQ;QACvB,MAAMK,QAAQL,QAAQM,OAAO,CAC3B;QAEFF,OAAOC,KAAK,GAAGA;QACf,OAAOD;IACT,EAAE,OAAOH,GAAG;QACV,IAAIA,aAAaC,SAAS,UAAUD,KAAKA,EAAEE,IAAI,KAAK,oBAAoB;YACtE,MAAM,qBAEL,CAFK,IAAID,MACR,0GADI,qBAAA;uBAAA;4BAAA;8BAAA;YAEN;QACF;QAEA,MAAMD;IACR;AACF;AAEA,SAASF;IACPQ,IAAAA,aAAQ,EACL;AAEL"}
@@ -81,7 +81,7 @@ function getAnonymousMeta() {
81
81
  isWsl: _iswsl.default,
82
82
  isCI: _ciinfo.isCI,
83
83
  ciName: _ciinfo.isCI && _ciinfo.name || null,
84
- nextVersion: "15.3.0-canary.42"
84
+ nextVersion: "15.3.0-canary.43"
85
85
  };
86
86
  return traits;
87
87
  }
@@ -11,11 +11,11 @@ Object.defineProperty(exports, "eventCliSessionStopped", {
11
11
  const EVENT_VERSION = 'NEXT_CLI_SESSION_STOPPED';
12
12
  function eventCliSessionStopped(event) {
13
13
  // This should be an invariant, if it fails our build tooling is broken.
14
- if (typeof "15.3.0-canary.42" !== 'string') {
14
+ if (typeof "15.3.0-canary.43" !== 'string') {
15
15
  return [];
16
16
  }
17
17
  const payload = {
18
- nextVersion: "15.3.0-canary.42",
18
+ nextVersion: "15.3.0-canary.43",
19
19
  nodeVersion: process.version,
20
20
  cliCommand: event.cliCommand,
21
21
  durationMilliseconds: event.durationMilliseconds,
@@ -36,12 +36,12 @@ function hasBabelConfig(dir) {
36
36
  function eventCliSession(dir, nextConfig, event) {
37
37
  var _nextConfig_experimental_staleTimes, _nextConfig_experimental_staleTimes1, _nextConfig_experimental_reactCompiler, _nextConfig_experimental_reactCompiler1;
38
38
  // This should be an invariant, if it fails our build tooling is broken.
39
- if (typeof "15.3.0-canary.42" !== 'string') {
39
+ if (typeof "15.3.0-canary.43" !== 'string') {
40
40
  return [];
41
41
  }
42
42
  const { images, i18n } = nextConfig || {};
43
43
  const payload = {
44
- nextVersion: "15.3.0-canary.42",
44
+ nextVersion: "15.3.0-canary.43",
45
45
  nodeVersion: process.version,
46
46
  cliCommand: event.cliCommand,
47
47
  isSrcDir: event.isSrcDir,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next",
3
- "version": "15.3.0-canary.42",
3
+ "version": "15.3.0-canary.43",
4
4
  "description": "The React Framework",
5
5
  "main": "./dist/server/next.js",
6
6
  "license": "MIT",
@@ -100,7 +100,7 @@
100
100
  ]
101
101
  },
102
102
  "dependencies": {
103
- "@next/env": "15.3.0-canary.42",
103
+ "@next/env": "15.3.0-canary.43",
104
104
  "@swc/counter": "0.1.3",
105
105
  "@swc/helpers": "0.5.15",
106
106
  "busboy": "1.6.0",
@@ -131,15 +131,15 @@
131
131
  }
132
132
  },
133
133
  "optionalDependencies": {
134
- "sharp": "^0.33.5",
135
- "@next/swc-darwin-arm64": "15.3.0-canary.42",
136
- "@next/swc-darwin-x64": "15.3.0-canary.42",
137
- "@next/swc-linux-arm64-gnu": "15.3.0-canary.42",
138
- "@next/swc-linux-arm64-musl": "15.3.0-canary.42",
139
- "@next/swc-linux-x64-gnu": "15.3.0-canary.42",
140
- "@next/swc-linux-x64-musl": "15.3.0-canary.42",
141
- "@next/swc-win32-arm64-msvc": "15.3.0-canary.42",
142
- "@next/swc-win32-x64-msvc": "15.3.0-canary.42"
134
+ "sharp": "^0.34.1",
135
+ "@next/swc-darwin-arm64": "15.3.0-canary.43",
136
+ "@next/swc-darwin-x64": "15.3.0-canary.43",
137
+ "@next/swc-linux-arm64-gnu": "15.3.0-canary.43",
138
+ "@next/swc-linux-arm64-musl": "15.3.0-canary.43",
139
+ "@next/swc-linux-x64-gnu": "15.3.0-canary.43",
140
+ "@next/swc-linux-x64-musl": "15.3.0-canary.43",
141
+ "@next/swc-win32-arm64-msvc": "15.3.0-canary.43",
142
+ "@next/swc-win32-x64-msvc": "15.3.0-canary.43"
143
143
  },
144
144
  "devDependencies": {
145
145
  "@ampproject/toolbox-optimizer": "2.8.3",
@@ -172,11 +172,11 @@
172
172
  "@jest/types": "29.5.0",
173
173
  "@mswjs/interceptors": "0.23.0",
174
174
  "@napi-rs/triples": "1.2.0",
175
- "@next/font": "15.3.0-canary.42",
176
- "@next/polyfill-module": "15.3.0-canary.42",
177
- "@next/polyfill-nomodule": "15.3.0-canary.42",
178
- "@next/react-refresh-utils": "15.3.0-canary.42",
179
- "@next/swc": "15.3.0-canary.42",
175
+ "@next/font": "15.3.0-canary.43",
176
+ "@next/polyfill-module": "15.3.0-canary.43",
177
+ "@next/polyfill-nomodule": "15.3.0-canary.43",
178
+ "@next/react-refresh-utils": "15.3.0-canary.43",
179
+ "@next/swc": "15.3.0-canary.43",
180
180
  "@opentelemetry/api": "1.6.0",
181
181
  "@playwright/test": "1.41.2",
182
182
  "@storybook/addon-a11y": "8.6.0",