Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DONOTMERGE] #55153

Closed
wants to merge 1 commit into from
Closed

[DONOTMERGE] #55153

wants to merge 1 commit into from

Conversation

kwonoj
Copy link
Contributor

@kwonoj kwonoj commented Sep 8, 2023

Closes WEB-1528

@ijjk ijjk added area: tests created-by: Turbopack team PRs by the Turbopack team. labels Sep 8, 2023
Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 1   low 0   info 0 View in Orca

@ijjk
Copy link
Member

ijjk commented Sep 8, 2023

Failing test suites

Commit: 37e9ca0

pnpm test test/integration/trailing-slash-dist/test/index.test.js

  • Trailing slash in distDir > dev mode > supports trailing slash
Expand output

● Trailing slash in distDir › dev mode › supports trailing slash

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/trailing-slash-dist/test/index.test.js:32:17

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'pid')

  537 | // Kill a launched app
  538 | export async function killApp(instance: ChildProcess) {
> 539 |   await killProcess(instance.pid)
      |                              ^
  540 | }
  541 |
  542 | export async function startApp(app: NextServer) {

  at killApp (lib/next-test-utils.ts:539:30)
  at integration/trailing-slash-dist/test/index.test.js:35:27

Read more about building and testing Next.js in contributing.md.

@ijjk
Copy link
Member

ijjk commented Sep 8, 2023

Failing test suites

Commit: 37e9ca0

pnpm test-start test/e2e/app-dir/app-fetch-deduping/app-fetch-deduping.test.ts

  • app-fetch-deduping > during static generation > dedupes requests amongst static workers
Expand output

● app-fetch-deduping › during static generation › dedupes requests amongst static workers

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at e2e/app-dir/app-fetch-deduping/app-fetch-deduping.test.ts:14:30

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'close')

  33 |       })
  34 |
> 35 |       afterAll(() => externalServer.close())
     |                                     ^
  36 |
  37 |       it('dedupes requests amongst static workers', async () => {
  38 |         const next = await createNext({

  at e2e/app-dir/app-fetch-deduping/app-fetch-deduping.test.ts:35:37

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/api-body-parser/test/index.test.js

Expand output

● Test suite failed to run

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

   5 |   killApp,
   6 |   findPort,
>  7 |   launchApp,
     |             ^
   8 |   fetchViaHTTP,
   9 |   initNextServerScript,
  10 | } from 'next-test-utils'

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at Object.<anonymous> (integration/api-body-parser/test/index.test.js:7:57)

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/static-page-name/test/index.test.js

  • Static Page Name > dev mode > should render the page via SSR correctly
  • Static Page Name > dev mode > should navigate to static page name correctly
  • Static Page Name > production mode > should render the page via SSR correctly
  • Static Page Name > production mode > should navigate to static page name correctly
Expand output

● Static Page Name › dev mode › should render the page via SSR correctly

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/static-page-name/test/index.test.js:36:17

● Static Page Name › dev mode › should navigate to static page name correctly

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/static-page-name/test/index.test.js:36:17

● Static Page Name › production mode › should render the page via SSR correctly

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/static-page-name/test/index.test.js:45:17

● Static Page Name › production mode › should navigate to static page name correctly

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/static-page-name/test/index.test.js:45:17

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'pid')

  537 | // Kill a launched app
  538 | export async function killApp(instance: ChildProcess) {
> 539 |   await killProcess(instance.pid)
      |                              ^
  540 | }
  541 |
  542 | export async function startApp(app: NextServer) {

  at killApp (lib/next-test-utils.ts:539:30)
  at integration/static-page-name/test/index.test.js:39:27

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'pid')

  537 | // Kill a launched app
  538 | export async function killApp(instance: ChildProcess) {
> 539 |   await killProcess(instance.pid)
      |                              ^
  540 | }
  541 |
  542 | export async function startApp(app: NextServer) {

  at killApp (lib/next-test-utils.ts:539:30)
  at integration/static-page-name/test/index.test.js:49:27

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/css/test/dev-css-handling.test.js

  • Body is not hidden when broken in Development > should have body visible
  • Body is not hidden when unused in Development > should have body visible
  • Can hot reload CSS without losing state > should update CSS color without remounting
  • Has CSS in computed styles in Development > should have CSS for page
  • React Lifecyce Order (dev) > should have the correct color on mount after navigation
Expand output

● Can hot reload CSS without losing state › should update CSS color without remounting

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/css/test/dev-css-handling.test.js:27:15

● Has CSS in computed styles in Development › should have CSS for page

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/css/test/dev-css-handling.test.js:87:15

● Body is not hidden when unused in Development › should have body visible

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/css/test/dev-css-handling.test.js:121:15

● Body is not hidden when broken in Development › should have body visible

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/css/test/dev-css-handling.test.js:151:15

● React Lifecyce Order (dev) › should have the correct color on mount after navigation

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/css/test/dev-css-handling.test.js:188:15

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'pid')

  537 | // Kill a launched app
  538 | export async function killApp(instance: ChildProcess) {
> 539 |   await killProcess(instance.pid)
      |                              ^
  540 | }
  541 |
  542 | export async function startApp(app: NextServer) {

  at killApp (lib/next-test-utils.ts:539:30)
  at integration/css/test/dev-css-handling.test.js:31:18

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'pid')

  537 | // Kill a launched app
  538 | export async function killApp(instance: ChildProcess) {
> 539 |   await killProcess(instance.pid)
      |                              ^
  540 | }
  541 |
  542 | export async function startApp(app: NextServer) {

  at killApp (lib/next-test-utils.ts:539:30)
  at integration/css/test/dev-css-handling.test.js:91:18

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'pid')

  537 | // Kill a launched app
  538 | export async function killApp(instance: ChildProcess) {
> 539 |   await killProcess(instance.pid)
      |                              ^
  540 | }
  541 |
  542 | export async function startApp(app: NextServer) {

  at killApp (lib/next-test-utils.ts:539:30)
  at integration/css/test/dev-css-handling.test.js:125:18

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'pid')

  537 | // Kill a launched app
  538 | export async function killApp(instance: ChildProcess) {
> 539 |   await killProcess(instance.pid)
      |                              ^
  540 | }
  541 |
  542 | export async function startApp(app: NextServer) {

  at killApp (lib/next-test-utils.ts:539:30)
  at integration/css/test/dev-css-handling.test.js:155:18

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'pid')

  537 | // Kill a launched app
  538 | export async function killApp(instance: ChildProcess) {
> 539 |   await killProcess(instance.pid)
      |                              ^
  540 | }
  541 |
  542 | export async function startApp(app: NextServer) {

  at killApp (lib/next-test-utils.ts:539:30)
  at integration/css/test/dev-css-handling.test.js:192:18

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/revalidate-as-path/test/index.test.js

  • Revalidate asPath Normalizing > server mode > should render with correct asPath with /_next/data /index requested
  • Revalidate asPath Normalizing > server mode > should render with correct asPath with / requested
  • Revalidate asPath Normalizing > server mode > should render with correct asPath with /another/index requested
  • Revalidate asPath Normalizing > server mode > should render with correct asPath with /_next/data /another/index requested
Expand output

● Revalidate asPath Normalizing › server mode › should render with correct asPath with /_next/data /index requested

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/revalidate-as-path/test/index.test.js:76:17

● Revalidate asPath Normalizing › server mode › should render with correct asPath with / requested

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/revalidate-as-path/test/index.test.js:76:17

● Revalidate asPath Normalizing › server mode › should render with correct asPath with /another/index requested

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/revalidate-as-path/test/index.test.js:76:17

● Revalidate asPath Normalizing › server mode › should render with correct asPath with /_next/data /another/index requested

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/revalidate-as-path/test/index.test.js:76:17

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'pid')

  537 | // Kill a launched app
  538 | export async function killApp(instance: ChildProcess) {
> 539 |   await killProcess(instance.pid)
      |                              ^
  540 | }
  541 |
  542 | export async function startApp(app: NextServer) {

  at killApp (lib/next-test-utils.ts:539:30)
  at integration/revalidate-as-path/test/index.test.js:88:27

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/empty-object-getInitialProps/test/index.test.js

  • Empty Project > It should show empty object warning on SSR
  • Empty Project > It should not show empty object warning for page without getInitialProps
  • Empty Project > should show empty object warning during client transition
Expand output

● Empty Project › It should show empty object warning on SSR

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/empty-object-getInitialProps/test/index.test.js:25:15

● Empty Project › It should not show empty object warning for page without getInitialProps

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/empty-object-getInitialProps/test/index.test.js:25:15

● Empty Project › should show empty object warning during client transition

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/empty-object-getInitialProps/test/index.test.js:25:15

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'pid')

  537 | // Kill a launched app
  538 | export async function killApp(instance: ChildProcess) {
> 539 |   await killProcess(instance.pid)
      |                              ^
  540 | }
  541 |
  542 | export async function startApp(app: NextServer) {

  at killApp (lib/next-test-utils.ts:539:30)
  at integration/empty-object-getInitialProps/test/index.test.js:31:25

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/app-dir-export/test/trailing-slash-dev.test.ts

  • should work in dev with trailingSlash 'false'

  • should work in dev with trailingSlash 'true'

Expand output

● should work in dev with trailingSlash 'false'

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at runTests (integration/app-dir-export/test/utils.ts:129:16)
  at integration/app-dir-export/test/trailing-slash-dev.test.ts:6:5

● should work in dev with trailingSlash 'true'

Failed to replace content.

Pattern: trailingSlash: true,

Content: /** @type {import('next').NextConfig} */
const nextConfig = {
  output: 'export',
  trailingSlash: false,
  generateBuildId() {
    return 'test-build-id'
  },
}

module.exports = nextConfig

  668 |     } else if (typeof pattern === 'string') {
  669 |       if (!currentContent.includes(pattern)) {
> 670 |         throw new Error(
      |               ^
  671 |           `Failed to replace content.\n\nPattern: ${pattern}\n\nContent: ${currentContent}`
  672 |         )
  673 |       }

  at File.replace (lib/next-test-utils.ts:670:15)
  at runTests (integration/app-dir-export/test/utils.ts:105:16)
  at integration/app-dir-export/test/trailing-slash-dev.test.ts:6:19

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/app-dir-export/test/dynamic-missing-gsp-prod.test.ts

  • should error when dynamic route is missing generateStaticParams

  • should error when client component has generateStaticParams

Expand output

● should error when dynamic route is missing generateStaticParams

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at runTests (integration/app-dir-export/test/utils.ts:129:16)
  at Object.<anonymous> (integration/app-dir-export/test/dynamic-missing-gsp-prod.test.ts:4:3)

● should error when client component has generateStaticParams

Failed to replace content.

Pattern: const dynamic = 'force-static'

Content: import Link from 'next/link'

export const dynamic = undefined

function noop() {
  return [{ slug: 'first' }, { slug: 'second' }]
}

export default function Page({ params }) {
  return (
    <main>
      <h1>{params.slug}</h1>
      <ul>
        <li>
          <Link href="/another">Visit another page</Link>
        </li>
      </ul>
    </main>
  )
}

  668 |     } else if (typeof pattern === 'string') {
  669 |       if (!currentContent.includes(pattern)) {
> 670 |         throw new Error(
      |               ^
  671 |           `Failed to replace content.\n\nPattern: ${pattern}\n\nContent: ${currentContent}`
  672 |         )
  673 |       }

  at File.replace (lib/next-test-utils.ts:670:15)
  at runTests (integration/app-dir-export/test/utils.ts:111:14)
  at Object.<anonymous> (integration/app-dir-export/test/dynamic-missing-gsp-prod.test.ts:14:17)

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/edge-runtime-response-error/test/index.test.js

  • Edge runtime code with imports > test error if response is not Response type > Edge API dev test Response
  • Edge runtime code with imports > test error if response is not Response type > Edge API build test Response
  • Edge runtime code with imports > test error if response is not Response type > Middleware dev test Response
  • Edge runtime code with imports > test error if response is not Response type > Middleware build test Response
Expand output

● Edge runtime code with imports › test error if response is not Response type › Edge API dev test Response

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at Object.<anonymous> (integration/edge-runtime-response-error/test/index.test.js:42:23)

● Edge runtime code with imports › test error if response is not Response type › Edge API build test Response

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at Object.<anonymous> (integration/edge-runtime-response-error/test/index.test.js:42:23)

● Edge runtime code with imports › test error if response is not Response type › Middleware dev test Response

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at Object.<anonymous> (integration/edge-runtime-response-error/test/index.test.js:42:23)

● Edge runtime code with imports › test error if response is not Response type › Middleware build test Response

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at Object.<anonymous> (integration/edge-runtime-response-error/test/index.test.js:42:23)

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/conflicting-public-file-page/test/index.test.js

  • Errors on conflict between public file and page file > Throws error during development
Expand output

● Errors on conflict between public file and page file › Throws error during development

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at Object.<anonymous> (integration/conflicting-public-file-page/test/index.test.js:16:21)

Read more about building and testing Next.js in contributing.md.

pnpm test-start test/e2e/app-dir/metadata-missing-metadata-base/index.test.ts

  • app dir - metadata missing metadataBase > should fallback to localhost if metadataBase is missing for absolute urls resolving
Expand output

● app dir - metadata missing metadataBase › should fallback to localhost if metadataBase is missing for absolute urls resolving

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at e2e/app-dir/metadata-missing-metadata-base/index.test.ts:14:12

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'destroy')

  19 |     })
  20 |   })
> 21 |   afterAll(() => next.destroy())
     |                       ^
  22 |
  23 |   it('should fallback to localhost if metadataBase is missing for absolute urls resolving', async () => {
  24 |     await next.start()

  at e2e/app-dir/metadata-missing-metadata-base/index.test.ts:21:23

Read more about building and testing Next.js in contributing.md.

pnpm test-start test/e2e/app-dir/app/standalone.test.ts

  • output: standalone with app dir > should work correctly with output standalone
Expand output

● output: standalone with app dir › should work correctly with output standalone

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at Object.<anonymous> (e2e/app-dir/app/standalone.test.ts:67:27)

Read more about building and testing Next.js in contributing.md.

pnpm test-start test/e2e/next-font/with-proxy.test.ts

  • next/font/google with proxy > should use a proxy agent when proxy environment variable is set
Expand output

● next/font/google with proxy › should use a proxy agent when proxy environment variable is set

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at e2e/next-font/with-proxy.test.ts:18:18

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'destroy')

  40 |   })
  41 |   afterAll(async () => {
> 42 |     await next.destroy()
     |                ^
  43 |     proxy.kill('SIGKILL')
  44 |   })
  45 |

  at e2e/next-font/with-proxy.test.ts:42:16

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/absolute-assetprefix/test/index.test.js

  • absolute assetPrefix with path prefix > should not fetch static data from a CDN
  • absolute assetPrefix with path prefix > should fetch from cache correctly
  • absolute assetPrefix with path prefix > should work with getStaticPaths prerendered
  • absolute assetPrefix with path prefix > should work with getStaticPaths fallback
  • absolute assetPrefix with path prefix > should work with getServerSideProps
Expand output

● absolute assetPrefix with path prefix › should not fetch static data from a CDN

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/absolute-assetprefix/test/index.test.js:23:15

● absolute assetPrefix with path prefix › should fetch from cache correctly

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/absolute-assetprefix/test/index.test.js:23:15

● absolute assetPrefix with path prefix › should work with getStaticPaths prerendered

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/absolute-assetprefix/test/index.test.js:23:15

● absolute assetPrefix with path prefix › should work with getStaticPaths fallback

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/absolute-assetprefix/test/index.test.js:23:15

● absolute assetPrefix with path prefix › should work with getServerSideProps

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at integration/absolute-assetprefix/test/index.test.js:23:15

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'pid')

  537 | // Kill a launched app
  538 | export async function killApp(instance: ChildProcess) {
> 539 |   await killProcess(instance.pid)
      |                              ^
  540 | }
  541 |
  542 | export async function startApp(app: NextServer) {

  at killApp (lib/next-test-utils.ts:539:30)
  at integration/absolute-assetprefix/test/index.test.js:63:25

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'close')

  62 |
  63 |   afterAll(() => killApp(app))
> 64 |   afterAll(() => cdn.close())
     |                      ^
  65 |   afterAll(() => nextConfig.restore())
  66 |
  67 |   it('should not fetch static data from a CDN', async () => {

  at integration/absolute-assetprefix/test/index.test.js:64:22

Read more about building and testing Next.js in contributing.md.

pnpm test-start test/production/standalone-mode/type-module/index.test.ts

  • type-module > should work
Expand output

● type-module › should work

Jest encountered an unexpected token

Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.

Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.

By default "node_modules" folder is ignored by transformers.

Here's what you can do:
 • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
 • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
 • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
 • If you need a custom transformation specify a "transform" option in your config.
 • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.

You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation

Details:

/root/actions-runner/_work/next.js/next.js/node_modules/.pnpm/get-port@7.0.0/node_modules/get-port/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import net from 'node:net';
                                                                                  ^^^^^^

SyntaxError: Cannot use import statement outside a module

  172 |
  173 | export function findPort() {
> 174 |   return import('get-port').then((mod) => mod.default())
      |          ^
  175 | }
  176 |
  177 | export interface NextOptions {

  at Runtime.createScriptFromCode (../node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime/build/index.js:1728:14)
  at lib/next-test-utils.ts:174:10
  at Object.<anonymous> (production/standalone-mode/type-module/index.test.ts:43:21)

Read more about building and testing Next.js in contributing.md.

@ijjk
Copy link
Member

ijjk commented Sep 8, 2023

Stats from current PR

Default Build (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary vercel/next.js test-get-port Change
buildDuration 15.8s 15.8s -26ms
buildDurationCached 7.6s 7s -606ms
nodeModulesSize 137 MB 137 MB ⚠️ +126 B
nextStartRea..uration (ms) 438ms 445ms ⚠️ +7ms
Client Bundles (main, webpack) Overall increase ⚠️
vercel/next.js canary vercel/next.js test-get-port Change
3f784ff6-HASH.js gzip 50.6 kB 50.6 kB
581-HASH.js gzip 26.4 kB 26.4 kB -3 B
939.HASH.js gzip 181 B 179 B -2 B
framework-HASH.js gzip 45.2 kB 45.2 kB
main-app-HASH.js gzip 240 B 238 B -2 B
main-HASH.js gzip 29.6 kB 29.6 kB ⚠️ +10 B
webpack-HASH.js gzip 1.69 kB 1.69 kB -1 B
Overall change 154 kB 154 kB ⚠️ +2 B
Legacy Client Bundles (polyfills)
vercel/next.js canary vercel/next.js test-get-port Change
polyfills-HASH.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages Overall increase ⚠️
vercel/next.js canary vercel/next.js test-get-port Change
_app-HASH.js gzip 194 B 195 B ⚠️ +1 B
_error-HASH.js gzip 181 B 181 B
amp-HASH.js gzip 501 B 504 B ⚠️ +3 B
css-HASH.js gzip 323 B 322 B -1 B
dynamic-HASH.js gzip 2.5 kB 2.5 kB -1 B
edge-ssr-HASH.js gzip 255 B 255 B
head-HASH.js gzip 350 B 349 B -1 B
hooks-HASH.js gzip 369 B 369 B
image-HASH.js gzip 4.3 kB 4.3 kB
index-HASH.js gzip 255 B 256 B ⚠️ +1 B
link-HASH.js gzip 2.62 kB 2.62 kB
routerDirect..HASH.js gzip 310 B 311 B ⚠️ +1 B
script-HASH.js gzip 384 B 384 B
withRouter-HASH.js gzip 306 B 308 B ⚠️ +2 B
1afbb74e6ecf..834.css gzip 106 B 106 B
Overall change 13 kB 13 kB ⚠️ +5 B
Client Build Manifests Overall increase ⚠️
vercel/next.js canary vercel/next.js test-get-port Change
_buildManifest.js gzip 483 B 485 B ⚠️ +2 B
Overall change 483 B 485 B ⚠️ +2 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary vercel/next.js test-get-port Change
index.html gzip 512 B 512 B
link.html gzip 526 B 526 B
withRouter.html gzip 505 B 504 B -1 B
Overall change 1.54 kB 1.54 kB -1 B
Edge SSR bundle Size Overall increase ⚠️
vercel/next.js canary vercel/next.js test-get-port Change
edge-ssr.js gzip 90 kB 90 kB ⚠️ +18 B
page.js gzip 151 kB 151 kB ⚠️ +11 B
Overall change 241 kB 241 kB ⚠️ +29 B
Middleware size Overall increase ⚠️
vercel/next.js canary vercel/next.js test-get-port Change
middleware-b..fest.js gzip 625 B 625 B
middleware-r..fest.js gzip 151 B 149 B -2 B
middleware.js gzip 23.1 kB 23.1 kB ⚠️ +3 B
edge-runtime..pack.js gzip 1.83 kB 1.83 kB
Overall change 25.7 kB 25.7 kB ⚠️ +1 B

Diffs

Diff for page.js

Diff too large to display

Diff for middleware-b..-manifest.js
@@ -7,96 +7,96 @@ self.__BUILD_MANIFEST = {
     "static/BUILD_ID/_ssgManifest.js",
   ],
   rootMainFiles: [
-    "static/chunks/webpack-61c6be1ff0555392.js",
-    "static/chunks/3f784ff6-da0a09695b73168d.js",
-    "static/chunks/581-5fe5b41cd9e6f976.js",
-    "static/chunks/main-app-f5239483f45be4bf.js",
+    "static/chunks/webpack-a0b0967183b2a73f.js",
+    "static/chunks/3c4a14c2-0e452fddd205c196.js",
+    "static/chunks/568-14b0225863af0237.js",
+    "static/chunks/main-app-0e0d9b0e014cfc69.js",
   ],
   pages: {
     "/": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/index-6af8285da8724d45.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/index-f7b77c4720c8944a.js",
     ],
     "/_app": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/_app-5b57efd789b5f0c4.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/_app-a118129968d8c53d.js",
     ],
     "/_error": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/_error-7ab413276ac41b4e.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/_error-983dc36e8114bfcc.js",
     ],
     "/amp": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/amp-0bf9e7e43b38633e.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/amp-93f19d1531a7523e.js",
     ],
     "/css": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
       "static/css/ded6b86ab9cc0a1f.css",
-      "static/chunks/pages/css-7a3eb2e702e3864f.js",
+      "static/chunks/pages/css-1cacd17a4914cfab.js",
     ],
     "/dynamic": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/dynamic-6642daea5d162fbc.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/dynamic-c77ca186edb0474c.js",
     ],
     "/edge-ssr": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/edge-ssr-30fb5ac7878916f2.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/edge-ssr-ab0cdda57e94ede2.js",
     ],
     "/head": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/head-b9c46bf3820c1bdd.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/head-c5d45759bdb68b11.js",
     ],
     "/hooks": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/hooks-de09a8d5566d94c1.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/hooks-0479b496fbf3c448.js",
     ],
     "/image": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/image-e01fc701b9d3c964.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/image-8ca8b768cc919dcc.js",
     ],
     "/link": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/link-84b1d4693fb2df29.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/link-6ec7b1c65f76ed99.js",
     ],
     "/routerDirect": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/routerDirect-aaaea2889cdc0269.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/routerDirect-903f525ebf1f3a33.js",
     ],
     "/script": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/script-d028e49fa9ab3584.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/script-599066f06fbc50a0.js",
     ],
     "/withRouter": [
-      "static/chunks/webpack-61c6be1ff0555392.js",
+      "static/chunks/webpack-a0b0967183b2a73f.js",
       "static/chunks/framework-114cbddc60b679b8.js",
-      "static/chunks/main-0ef7b93f050065d0.js",
-      "static/chunks/pages/withRouter-11878a84517cc9d4.js",
+      "static/chunks/main-e0f212c2bb1bcbdb.js",
+      "static/chunks/pages/withRouter-f88a9f38ffbad9dd.js",
     ],
   },
   ampFirstPages: [],
Diff for middleware-r..-manifest.js
@@ -1,2 +1,2 @@
 self.__REACT_LOADABLE_MANIFEST =
-  '{"dynamic.js -> ../components/hello":{"id":3939,"files":["static/chunks/939.0fa967a8c7f077ac.js"]}}';
+  '{"dynamic.js -> ../components/hello":{"id":54,"files":["static/chunks/54.0ddcffe3a8146632.js"]}}';
Diff for middleware.js
@@ -2,7 +2,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [826],
   {
-    /***/ 6155: /***/ (
+    /***/ 8310: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -22,7 +22,7 @@
       __webpack_require__.r(middleware_namespaceObject);
       __webpack_require__.d(middleware_namespaceObject, {
         default: () => middleware,
-      }); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/globals.js
+      }); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/globals.js
 
       async function registerInstrumentation() {
         if (
@@ -92,7 +92,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         // Eagerly fire instrumentation hook to make the startup faster.
         void ensureInstrumentationRegistered();
       }
-      enhanceGlobals(); //# sourceMappingURL=globals.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/error.js
+      enhanceGlobals(); //# sourceMappingURL=globals.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/error.js
 
       class PageSignatureError extends Error {
         constructor({ page }) {
@@ -119,7 +119,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
   Read more: https://nextjs.org/docs/messages/middleware-parse-user-agent
   `);
         }
-      } //# sourceMappingURL=error.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/utils.js
+      } //# sourceMappingURL=error.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/utils.js
 
       /**
        * Converts a Node.js IncomingHttpHeaders object to a Headers object. Any
@@ -254,7 +254,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
             }
           );
         }
-      } //# sourceMappingURL=utils.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/fetch-event.js
+      } //# sourceMappingURL=utils.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/fetch-event.js
 
       const responseSymbol = Symbol("response");
       const passThroughSymbol = Symbol("passThrough");
@@ -300,7 +300,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
             page: this.sourcePage,
           });
         }
-      } //# sourceMappingURL=fetch-event.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/i18n/detect-domain-locale.js
+      } //# sourceMappingURL=fetch-event.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/i18n/detect-domain-locale.js
 
       function detectDomainLocale(domainItems, hostname, detectedLocale) {
         if (!domainItems) return;
@@ -326,7 +326,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
             return item;
           }
         }
-      } //# sourceMappingURL=detect-domain-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/remove-trailing-slash.js
+      } //# sourceMappingURL=detect-domain-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/remove-trailing-slash.js
 
       /**
        * Removes the trailing slash for a given route or page path. Preserves the
@@ -336,7 +336,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
        *   - `/` -> `/`
        */ function removeTrailingSlash(route) {
         return route.replace(/\/$/, "") || "/";
-      } //# sourceMappingURL=remove-trailing-slash.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/parse-path.js
+      } //# sourceMappingURL=remove-trailing-slash.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/parse-path.js
 
       /**
        * Given a path this function will find the pathname, query and hash and return
@@ -364,7 +364,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
           query: "",
           hash: "",
         };
-      } //# sourceMappingURL=parse-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/add-path-prefix.js
+      } //# sourceMappingURL=parse-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/add-path-prefix.js
 
       /**
        * Adds the provided prefix to the given path. It first ensures that the path
@@ -375,7 +375,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         }
         const { pathname, query, hash } = parsePath(path);
         return "" + prefix + pathname + query + hash;
-      } //# sourceMappingURL=add-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/add-path-suffix.js
+      } //# sourceMappingURL=add-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/add-path-suffix.js
 
       /**
        * Similarly to `addPathPrefix`, this function adds a suffix at the end on the
@@ -387,7 +387,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         }
         const { pathname, query, hash } = parsePath(path);
         return "" + pathname + suffix + query + hash;
-      } //# sourceMappingURL=add-path-suffix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/path-has-prefix.js
+      } //# sourceMappingURL=add-path-suffix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/path-has-prefix.js
 
       /**
        * Checks if a given path starts with a given prefix. It ensures it matches
@@ -401,7 +401,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         }
         const { pathname } = parsePath(path);
         return pathname === prefix || pathname.startsWith(prefix + "/");
-      } //# sourceMappingURL=path-has-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/add-locale.js
+      } //# sourceMappingURL=path-has-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/add-locale.js
 
       /**
        * For a given path and a locale, if the locale is given, it will prefix the
@@ -420,7 +420,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         }
         // Add the locale prefix to the path.
         return addPathPrefix(path, "/" + locale);
-      } //# sourceMappingURL=add-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/format-next-pathname-info.js
+      } //# sourceMappingURL=add-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/format-next-pathname-info.js
 
       function formatNextPathnameInfo(info) {
         let pathname = addLocale(
@@ -444,7 +444,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
             ? addPathSuffix(pathname, "/")
             : pathname
           : removeTrailingSlash(pathname);
-      } //# sourceMappingURL=format-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/get-hostname.js
+      } //# sourceMappingURL=format-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/get-hostname.js
 
       /**
        * Takes an object with a hostname property (like a parsed URL) and some
@@ -464,7 +464,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
           hostname = parsed.hostname;
         } else return;
         return hostname.toLowerCase();
-      } //# sourceMappingURL=get-hostname.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/i18n/normalize-locale-path.js
+      } //# sourceMappingURL=get-hostname.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/i18n/normalize-locale-path.js
 
       /**
        * For a pathname that may include a locale from a list of locales, it
@@ -494,7 +494,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
           pathname,
           detectedLocale,
         };
-      } //# sourceMappingURL=normalize-locale-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/remove-path-prefix.js
+      } //# sourceMappingURL=normalize-locale-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/remove-path-prefix.js
 
       /**
        * Given a path and a prefix it will remove the prefix when it exists in the
@@ -528,7 +528,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         // If the path without the prefix doesn't start with a `/` we need to add it
         // back to the path to make sure it's a valid path.
         return "/" + withoutPrefix;
-      } //# sourceMappingURL=remove-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/get-next-pathname-info.js
+      } //# sourceMappingURL=remove-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/get-next-pathname-info.js
 
       function getNextPathnameInfo(pathname, options) {
         var _options_nextConfig;
@@ -586,7 +586,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
           }
         }
         return info;
-      } //# sourceMappingURL=get-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/next-url.js
+      } //# sourceMappingURL=get-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/next-url.js
 
       const REGEX_LOCALHOST_HOSTNAME =
         /(?!^https?:\/\/)(127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}|\[::1\]|localhost)/;
@@ -813,8 +813,8 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         }
       } //# sourceMappingURL=next-url.js.map
 
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js
-      var _edge_runtime_cookies = __webpack_require__(3153); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/cookies.js // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/request.js
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js
+      var _edge_runtime_cookies = __webpack_require__(997); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/cookies.js // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/request.js
       //# sourceMappingURL=cookies.js.map
 
       const INTERNALS = Symbol("internal request");
@@ -891,7 +891,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         get url() {
           return this[INTERNALS].url;
         }
-      } //# sourceMappingURL=request.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/response.js
+      } //# sourceMappingURL=request.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/response.js
 
       const response_INTERNALS = Symbol("internal response");
       const REDIRECTS = new Set([301, 302, 303, 307, 308]);
@@ -989,7 +989,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
             headers,
           });
         }
-      } //# sourceMappingURL=response.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/relativize-url.js
+      } //# sourceMappingURL=response.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/relativize-url.js
 
       /**
        * Given a URL as a string and a base URL it will make the URL relative
@@ -1002,7 +1002,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         return relative.protocol + "//" + relative.host === origin
           ? relative.toString().replace(origin, "")
           : relative.toString();
-      } //# sourceMappingURL=relativize-url.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/client/components/app-router-headers.js
+      } //# sourceMappingURL=relativize-url.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/client/components/app-router-headers.js
 
       const RSC = "RSC";
       const ACTION = "Next-Action";
@@ -1023,7 +1023,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         [NEXT_ROUTER_STATE_TREE],
         [NEXT_ROUTER_PREFETCH],
       ];
-      const NEXT_RSC_UNION_QUERY = "_rsc"; //# sourceMappingURL=app-router-headers.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/internal-utils.js
+      const NEXT_RSC_UNION_QUERY = "_rsc"; //# sourceMappingURL=app-router-headers.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/internal-utils.js
 
       const INTERNAL_QUERY_NAMES = [
         "__nextFallback",
@@ -1072,7 +1072,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         for (const key of INTERNAL_HEADERS) {
           delete headers[key];
         }
-      } //# sourceMappingURL=internal-utils.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/app-paths.js
+      } //# sourceMappingURL=internal-utils.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/shared/lib/router/utils/app-paths.js
 
       /**
        * Normalizes an app route so it represents the actual request path. Essentially
@@ -1123,7 +1123,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
        * Since this function is used on full urls it checks `?` for searchParams handling.
        */ function normalizeRscPath(pathname, enabled) {
         return enabled ? pathname.replace(/\.rsc($|\?)/, "$1") : pathname;
-      } //# sourceMappingURL=app-paths.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/lib/constants.js
+      } //# sourceMappingURL=app-paths.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/lib/constants.js
 
       const NEXT_QUERY_PARAM_PREFIX = "nxtP";
       const PRERENDER_REVALIDATE_HEADER = "x-prerender-revalidate";
@@ -1273,7 +1273,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         metadata: "__next_metadata__",
         metadataRoute: "__next_metadata_route__",
         metadataImageMeta: "__next_metadata_image_meta__",
-      }; //# sourceMappingURL=constants.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/adapters/reflect.js
+      }; //# sourceMappingURL=constants.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/adapters/reflect.js
 
       class ReflectAdapter {
         static get(target, prop, receiver) {
@@ -1292,7 +1292,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         static deleteProperty(target, prop) {
           return Reflect.deleteProperty(target, prop);
         }
-      } //# sourceMappingURL=reflect.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/adapters/headers.js
+      } //# sourceMappingURL=reflect.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/adapters/headers.js
 
       /**
        * @internal
@@ -1473,7 +1473,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         [Symbol.iterator]() {
           return this.entries();
         }
-      } //# sourceMappingURL=headers.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/adapters/request-cookies.js
+      } //# sourceMappingURL=headers.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/spec-extension/adapters/request-cookies.js
 
       /**
        * @internal
@@ -1606,7 +1606,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
             },
           });
         }
-      } //# sourceMappingURL=request-cookies.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/api-utils/index.js
+      } //# sourceMappingURL=request-cookies.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/api-utils/index.js
 
       /**
        * Parse cookies from the `headers` of request
@@ -1617,7 +1617,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
           if (!cookie) {
             return {};
           }
-          const { parse: parseCookieFn } = __webpack_require__(1026);
+          const { parse: parseCookieFn } = __webpack_require__(6827);
           return parseCookieFn(
             Array.isArray(cookie) ? cookie.join("; ") : cookie
           );
@@ -1676,7 +1676,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         if (SYMBOL_CLEARED_COOKIES in res) {
           return res;
         }
-        const { serialize } = __webpack_require__(1026);
+        const { serialize } = __webpack_require__(6827);
         const previous = res.getHeader("Set-Cookie");
         res.setHeader(`Set-Cookie`, [
           ...(typeof previous === "string"
@@ -1773,7 +1773,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
             });
           },
         });
-      } //# sourceMappingURL=index.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/async-storage/draft-mode-provider.js
+      } //# sourceMappingURL=index.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/async-storage/draft-mode-provider.js
 
       class DraftModeProvider {
         constructor(previewProps, req, cookies, mutableCookies) {
@@ -1826,7 +1826,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
             expires: new Date(0),
           });
         }
-      } //# sourceMappingURL=draft-mode-provider.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/async-storage/request-async-storage-wrapper.js
+      } //# sourceMappingURL=draft-mode-provider.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/async-storage/request-async-storage-wrapper.js
 
       function getHeaders(headers) {
         const cleaned = HeadersAdapter.from(headers);
@@ -1911,10 +1911,10 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         },
       }; //# sourceMappingURL=request-async-storage-wrapper.js.map
 
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/client/components/async-local-storage.js
-      var async_local_storage = __webpack_require__(7959); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/client/components/request-async-storage.external.js
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/client/components/async-local-storage.js
+      var async_local_storage = __webpack_require__(4575); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/client/components/request-async-storage.external.js
       const requestAsyncStorage = (0,
-      async_local_storage /* createAsyncLocalStorage */.P)(); //# sourceMappingURL=request-async-storage.external.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/adapter.js
+      async_local_storage /* createAsyncLocalStorage */.P)(); //# sourceMappingURL=request-async-storage.external.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/adapter.js
 
       class NextRequestHint extends NextRequest {
         constructor(params) {
@@ -2177,14 +2177,14 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
           response: finalResponse,
           waitUntil: Promise.all(event[waitUntilSymbol]),
         };
-      } //# sourceMappingURL=adapter.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/exports/next-response.js // CONCATENATED MODULE: ./middleware.js
+      } //# sourceMappingURL=adapter.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/esm/server/web/exports/next-response.js // CONCATENATED MODULE: ./middleware.js
 
       // This file is for modularized imports for next/server to get fully-treeshaking.
       //# sourceMappingURL=next-response.js.map
 
       async function middleware() {
         return NextResponse.next();
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js?absolutePagePath=private-next-root-dir%2Fmiddleware.js&page=%2Fmiddleware&rootDir=%2Ftmp%2Fnext-statsAjl3Ho%2Fstats-app&matchers=&preferredRegion=&middlewareConfig=e30%3D!
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js?absolutePagePath=private-next-root-dir%2Fmiddleware.js&page=%2Fmiddleware&rootDir=%2Ftmp%2Fnext-statsAjl3Ho%2Fstats-app&matchers=&preferredRegion=&middlewareConfig=e30%3D!
 
       const mod = { ...middleware_namespaceObject };
       const handler = mod.middleware || mod.default;
@@ -2208,7 +2208,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 3153: /***/ (module) => {
+    /***/ 997: /***/ (module) => {
       "use strict";
 
       var __defProp = Object.defineProperty;
@@ -2609,7 +2609,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 1026: /***/ (module) => {
+    /***/ 6827: /***/ (module) => {
       "use strict";
       var __dirname = "/";
 
@@ -2739,7 +2739,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 7959: /***/ (
+    /***/ 4575: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -2785,7 +2785,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
-    /******/ var __webpack_exports__ = __webpack_exec__(6155);
+    /******/ var __webpack_exports__ = __webpack_exec__(8310);
     /******/ (_ENTRIES =
       typeof _ENTRIES === "undefined" ? {} : _ENTRIES).middleware_middleware =
       __webpack_exports__;
Diff for edge-ssr.js

Diff too large to display

Diff for _buildManifest.js
@@ -1,28 +1,28 @@
 self.__BUILD_MANIFEST = {
   __rewrites: { afterFiles: [], beforeFiles: [], fallback: [] },
-  "/": ["static\u002Fchunks\u002Fpages\u002Findex-6af8285da8724d45.js"],
-  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-7ab413276ac41b4e.js"],
-  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-0bf9e7e43b38633e.js"],
+  "/": ["static\u002Fchunks\u002Fpages\u002Findex-f7b77c4720c8944a.js"],
+  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-983dc36e8114bfcc.js"],
+  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-93f19d1531a7523e.js"],
   "/css": [
     "static\u002Fcss\u002Fded6b86ab9cc0a1f.css",
-    "static\u002Fchunks\u002Fpages\u002Fcss-7a3eb2e702e3864f.js",
+    "static\u002Fchunks\u002Fpages\u002Fcss-1cacd17a4914cfab.js",
   ],
   "/dynamic": [
-    "static\u002Fchunks\u002Fpages\u002Fdynamic-6642daea5d162fbc.js",
+    "static\u002Fchunks\u002Fpages\u002Fdynamic-c77ca186edb0474c.js",
   ],
   "/edge-ssr": [
-    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-30fb5ac7878916f2.js",
+    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-ab0cdda57e94ede2.js",
   ],
-  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-b9c46bf3820c1bdd.js"],
-  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-de09a8d5566d94c1.js"],
-  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-e01fc701b9d3c964.js"],
-  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-84b1d4693fb2df29.js"],
+  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-c5d45759bdb68b11.js"],
+  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-0479b496fbf3c448.js"],
+  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-8ca8b768cc919dcc.js"],
+  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-6ec7b1c65f76ed99.js"],
   "/routerDirect": [
-    "static\u002Fchunks\u002Fpages\u002FrouterDirect-aaaea2889cdc0269.js",
+    "static\u002Fchunks\u002Fpages\u002FrouterDirect-903f525ebf1f3a33.js",
   ],
-  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-d028e49fa9ab3584.js"],
+  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-599066f06fbc50a0.js"],
   "/withRouter": [
-    "static\u002Fchunks\u002Fpages\u002FwithRouter-11878a84517cc9d4.js",
+    "static\u002Fchunks\u002Fpages\u002FwithRouter-f88a9f38ffbad9dd.js",
   ],
   sortedPages: [
     "\u002F",
Diff for _app-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [888],
   {
-    /***/ 7108: /***/ function (
+    /***/ 1424: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_app",
         function () {
-          return __webpack_require__(1791);
+          return __webpack_require__(3611);
         },
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 179], function () {
-      return __webpack_exec__(7108), __webpack_exec__(5888);
+      return __webpack_exec__(1424), __webpack_exec__(2648);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for _error-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [820],
   {
-    /***/ 2665: /***/ function (
+    /***/ 630: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_error",
         function () {
-          return __webpack_require__(409);
+          return __webpack_require__(9762);
         },
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function () {
-      return __webpack_exec__(2665);
+      return __webpack_exec__(630);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for amp-HASH.js
@@ -1,17 +1,17 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [216],
   {
-    /***/ 1571: /***/ function (
+    /***/ 1158: /***/ function (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(3321);
+      module.exports = __webpack_require__(9406);
 
       /***/
     },
 
-    /***/ 4273: /***/ function (
+    /***/ 8255: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -19,7 +19,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/amp",
         function () {
-          return __webpack_require__(3310);
+          return __webpack_require__(7930);
         },
       ]);
       if (false) {
@@ -28,7 +28,7 @@
       /***/
     },
 
-    /***/ 3321: /***/ function (module, exports, __webpack_require__) {
+    /***/ 9406: /***/ function (module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -44,8 +44,8 @@
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(959)
       );
-      const _ampcontextsharedruntime = __webpack_require__(68);
-      const _ampmode = __webpack_require__(358);
+      const _ampcontextsharedruntime = __webpack_require__(8174);
+      const _ampmode = __webpack_require__(9115);
       function useAmp() {
         // Don't assign the context value to a variable to save bytes
         return (0, _ampmode.isInAmpMode)(
@@ -67,7 +67,7 @@
       /***/
     },
 
-    /***/ 3310: /***/ function (
+    /***/ 7930: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -84,7 +84,7 @@
         /* harmony export */
       });
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0__ =
-        __webpack_require__(1571);
+        __webpack_require__(1158);
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_amp__WEBPACK_IMPORTED_MODULE_0__
@@ -108,7 +108,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function () {
-      return __webpack_exec__(4273);
+      return __webpack_exec__(8255);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for css-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [706],
   {
-    /***/ 2094: /***/ function (
+    /***/ 2714: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/css",
         function () {
-          return __webpack_require__(6853);
+          return __webpack_require__(5173);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 6853: /***/ function (
+    /***/ 5173: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -28,7 +28,7 @@
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(1527);
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(8243);
+        __webpack_require__(6082);
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           _css_module_css__WEBPACK_IMPORTED_MODULE_1__
@@ -48,7 +48,7 @@
       /***/
     },
 
-    /***/ 8243: /***/ function (module) {
+    /***/ 6082: /***/ function (module) {
       // extracted by mini-css-extract-plugin
       module.exports = { helloWorld: "css_helloWorld__aUdUq" };
 
@@ -61,7 +61,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function () {
-      return __webpack_exec__(2094);
+      return __webpack_exec__(2714);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for dynamic-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [739],
   {
-    /***/ 8484: /***/ function (
+    /***/ 9816: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/dynamic",
         function () {
-          return __webpack_require__(7689);
+          return __webpack_require__(4068);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 1885: /***/ function (module, exports, __webpack_require__) {
+    /***/ 3875: /***/ function (module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -45,7 +45,7 @@
         __webpack_require__(959)
       );
       const _loadablesharedruntime = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(2610)
+        __webpack_require__(7987)
       );
       const isServerSide = "object" === "undefined";
       // Normalize loader to return the module as form { default: Component } for `React.lazy`.
@@ -146,7 +146,7 @@
       /***/
     },
 
-    /***/ 8174: /***/ function (
+    /***/ 7153: /***/ function (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -173,7 +173,7 @@
       /***/
     },
 
-    /***/ 2610: /***/ function (
+    /***/ 7987: /***/ function (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -215,7 +215,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(959)
       );
-      const _loadablecontextsharedruntime = __webpack_require__(8174);
+      const _loadablecontextsharedruntime = __webpack_require__(7153);
       function resolve(obj) {
         return obj && obj.default ? obj.default : obj;
       }
@@ -450,7 +450,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       /***/
     },
 
-    /***/ 7689: /***/ function (
+    /***/ 4068: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -466,7 +466,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__(1527);
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(5620);
+        __webpack_require__(4438);
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_dynamic__WEBPACK_IMPORTED_MODULE_1__
@@ -475,11 +475,11 @@ 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() */ 939)
-            .then(__webpack_require__.bind(__webpack_require__, 3939)),
+            .e(/* import() */ 54)
+            .then(__webpack_require__.bind(__webpack_require__, 54)),
         {
           loadableGenerated: {
-            webpack: () => [/*require.resolve*/ 3939],
+            webpack: () => [/*require.resolve*/ 54],
           },
         }
       );
@@ -506,12 +506,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       /***/
     },
 
-    /***/ 5620: /***/ function (
+    /***/ 4438: /***/ function (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(1885);
+      module.exports = __webpack_require__(3875);
 
       /***/
     },
@@ -522,7 +522,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function () {
-      return __webpack_exec__(8484);
+      return __webpack_exec__(9816);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for edge-ssr-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [800],
   {
-    /***/ 9835: /***/ function (
+    /***/ 7423: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/edge-ssr",
         function () {
-          return __webpack_require__(6082);
+          return __webpack_require__(6088);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 6082: /***/ function (
+    /***/ 6088: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -48,7 +48,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function () {
-      return __webpack_exec__(9835);
+      return __webpack_exec__(7423);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for head-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [645],
   {
-    /***/ 3365: /***/ function (
+    /***/ 4278: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/head",
         function () {
-          return __webpack_require__(6604);
+          return __webpack_require__(283);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 6604: /***/ function (
+    /***/ 283: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -34,7 +34,7 @@
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(1527);
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(2022);
+        __webpack_require__(4469);
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_head__WEBPACK_IMPORTED_MODULE_1__
@@ -68,12 +68,12 @@
       /***/
     },
 
-    /***/ 2022: /***/ function (
+    /***/ 4469: /***/ function (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(9191);
+      module.exports = __webpack_require__(3060);
 
       /***/
     },
@@ -84,7 +84,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function () {
-      return __webpack_exec__(3365);
+      return __webpack_exec__(4278);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for hooks-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [757],
   {
-    /***/ 5315: /***/ function (
+    /***/ 5046: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/hooks",
         function () {
-          return __webpack_require__(4010);
+          return __webpack_require__(8974);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 4010: /***/ function (
+    /***/ 8974: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -79,7 +79,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function () {
-      return __webpack_exec__(5315);
+      return __webpack_exec__(5046);
     });
     /******/ 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([
   [358],
   {
-    /***/ 1552: /***/ function (
+    /***/ 4070: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/image",
         function () {
-          return __webpack_require__(4182);
+          return __webpack_require__(9730);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 5589: /***/ function (module, exports, __webpack_require__) {
+    /***/ 2370: /***/ function (module, exports, __webpack_require__) {
       "use strict";
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
@@ -39,15 +39,15 @@
         __webpack_require__(422)
       );
       const _head = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(9191)
+        __webpack_require__(3060)
       );
-      const _getimgprops = __webpack_require__(1581);
-      const _imageconfig = __webpack_require__(8205);
-      const _imageconfigcontextsharedruntime = __webpack_require__(3923);
-      const _warnonce = __webpack_require__(4437);
-      const _routercontextsharedruntime = __webpack_require__(115);
+      const _getimgprops = __webpack_require__(6081);
+      const _imageconfig = __webpack_require__(5418);
+      const _imageconfigcontextsharedruntime = __webpack_require__(9042);
+      const _warnonce = __webpack_require__(5963);
+      const _routercontextsharedruntime = __webpack_require__(3300);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(8245)
+        __webpack_require__(2423)
       );
       // This is replaced by webpack define plugin
       const configEnv = {
@@ -372,7 +372,7 @@
       /***/
     },
 
-    /***/ 1581: /***/ function (
+    /***/ 6081: /***/ function (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -388,9 +388,9 @@
           return getImgProps;
         },
       });
-      const _warnonce = __webpack_require__(4437);
-      const _imageblursvg = __webpack_require__(1147);
-      const _imageconfig = __webpack_require__(8205);
+      const _warnonce = __webpack_require__(5963);
+      const _imageblursvg = __webpack_require__(6933);
+      const _imageconfig = __webpack_require__(5418);
       const VALID_LOADING_VALUES =
         /* unused pure expression or super */ null && [
           "lazy",
@@ -759,7 +759,7 @@
       /***/
     },
 
-    /***/ 1147: /***/ function (__unused_webpack_module, exports) {
+    /***/ 6933: /***/ function (__unused_webpack_module, exports) {
       "use strict";
       /**
        * A shared function, used on both client and server, to generate a SVG blur placeholder.
@@ -814,7 +814,7 @@
       /***/
     },
 
-    /***/ 4427: /***/ function (
+    /***/ 149: /***/ function (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -841,11 +841,11 @@
         },
       });
       const _interop_require_default = __webpack_require__(8266);
-      const _getimgprops = __webpack_require__(1581);
-      const _warnonce = __webpack_require__(4437);
-      const _imagecomponent = __webpack_require__(5589);
+      const _getimgprops = __webpack_require__(6081);
+      const _warnonce = __webpack_require__(5963);
+      const _imagecomponent = __webpack_require__(2370);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(8245)
+        __webpack_require__(2423)
       );
       const unstable_getImgProps = (imgProps) => {
         (0, _warnonce.warnOnce)(
@@ -877,7 +877,7 @@
       /***/
     },
 
-    /***/ 8245: /***/ function (__unused_webpack_module, exports) {
+    /***/ 2423: /***/ function (__unused_webpack_module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -912,7 +912,7 @@
       /***/
     },
 
-    /***/ 4182: /***/ function (
+    /***/ 9730: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -933,8 +933,8 @@
 
       // EXTERNAL MODULE: ./node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js
       var jsx_runtime = __webpack_require__(1527);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/image.js
-      var next_image = __webpack_require__(1577);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.2.0_react@18.2.0/node_modules/next/image.js
+      var next_image = __webpack_require__(73);
       var image_default = /*#__PURE__*/ __webpack_require__.n(next_image); // CONCATENATED MODULE: ./pages/nextjs.png
       /* harmony default export */ var nextjs = {
         src: "/_next/static/media/nextjs.cae0b805.png",
@@ -964,12 +964,12 @@
       /***/
     },
 
-    /***/ 1577: /***/ function (
+    /***/ 73: /***/ function (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(4427);
+      module.exports = __webpack_require__(149);
 
       /***/
     },
@@ -980,7 +980,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function () {
-      return __webpack_exec__(1552);
+      return __webpack_exec__(4070);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for index-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [405],
   {
-    /***/ 7410: /***/ function (
+    /***/ 4990: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/",
         function () {
-          return __webpack_require__(7046);
+          return __webpack_require__(9643);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 7046: /***/ function (
+    /***/ 9643: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -44,7 +44,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function () {
-      return __webpack_exec__(7410);
+      return __webpack_exec__(4990);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for link-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [644],
   {
-    /***/ 1794: /***/ function (
+    /***/ 8959: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/link",
         function () {
-          return __webpack_require__(977);
+          return __webpack_require__(5975);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 9009: /***/ function (module, exports) {
+    /***/ 7052: /***/ function (module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -86,7 +86,7 @@
       /***/
     },
 
-    /***/ 9353: /***/ function (module, exports, __webpack_require__) {
+    /***/ 7308: /***/ function (module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -98,7 +98,7 @@
           return getDomainLocale;
         },
       });
-      const _normalizetrailingslash = __webpack_require__(8961);
+      const _normalizetrailingslash = __webpack_require__(250);
       const basePath =
         /* unused pure expression or super */ null && (false || "");
       function getDomainLocale(path, locale, locales, domainLocales) {
@@ -122,7 +122,7 @@
       /***/
     },
 
-    /***/ 5141: /***/ function (module, exports, __webpack_require__) {
+    /***/ 7730: /***/ function (module, exports, __webpack_require__) {
       "use strict";
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
@@ -138,17 +138,17 @@
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(959)
       );
-      const _resolvehref = __webpack_require__(6122);
-      const _islocalurl = __webpack_require__(5444);
-      const _formaturl = __webpack_require__(1797);
-      const _utils = __webpack_require__(6751);
-      const _addlocale = __webpack_require__(5586);
-      const _routercontextsharedruntime = __webpack_require__(115);
-      const _approutercontextsharedruntime = __webpack_require__(5171);
-      const _useintersection = __webpack_require__(9862);
-      const _getdomainlocale = __webpack_require__(9353);
-      const _addbasepath = __webpack_require__(3561);
-      const _routerreducertypes = __webpack_require__(9009);
+      const _resolvehref = __webpack_require__(4645);
+      const _islocalurl = __webpack_require__(2373);
+      const _formaturl = __webpack_require__(7591);
+      const _utils = __webpack_require__(7700);
+      const _addlocale = __webpack_require__(4853);
+      const _routercontextsharedruntime = __webpack_require__(3300);
+      const _approutercontextsharedruntime = __webpack_require__(8949);
+      const _useintersection = __webpack_require__(5862);
+      const _getdomainlocale = __webpack_require__(7308);
+      const _addbasepath = __webpack_require__(2132);
+      const _routerreducertypes = __webpack_require__(7052);
       const prefetched = new Set();
       function prefetch(router, href, as, options, appOptions, isAppRouter) {
         if (false) {
@@ -567,7 +567,7 @@
       /***/
     },
 
-    /***/ 9862: /***/ function (module, exports, __webpack_require__) {
+    /***/ 5862: /***/ function (module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -580,7 +580,7 @@
         },
       });
       const _react = __webpack_require__(959);
-      const _requestidlecallback = __webpack_require__(3270);
+      const _requestidlecallback = __webpack_require__(766);
       const hasIntersectionObserver =
         typeof IntersectionObserver === "function";
       const observers = new Map();
@@ -693,7 +693,7 @@
       /***/
     },
 
-    /***/ 977: /***/ function (
+    /***/ 5975: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -709,7 +709,7 @@
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(1527);
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(3639);
+        __webpack_require__(2075);
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_link__WEBPACK_IMPORTED_MODULE_1__
@@ -740,12 +740,12 @@
       /***/
     },
 
-    /***/ 3639: /***/ function (
+    /***/ 2075: /***/ function (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(5141);
+      module.exports = __webpack_require__(7730);
 
       /***/
     },
@@ -756,7 +756,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function () {
-      return __webpack_exec__(1794);
+      return __webpack_exec__(8959);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for routerDirect-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [58],
   {
-    /***/ 5319: /***/ function (
+    /***/ 190: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/routerDirect",
         function () {
-          return __webpack_require__(5333);
+          return __webpack_require__(4953);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 5333: /***/ function (
+    /***/ 4953: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -34,7 +34,7 @@
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(1527);
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(975);
+        __webpack_require__(803);
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_router__WEBPACK_IMPORTED_MODULE_1__
@@ -54,12 +54,12 @@
       /***/
     },
 
-    /***/ 975: /***/ function (
+    /***/ 803: /***/ function (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(5888);
+      module.exports = __webpack_require__(2648);
 
       /***/
     },
@@ -70,7 +70,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function () {
-      return __webpack_exec__(5319);
+      return __webpack_exec__(190);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for script-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [797],
   {
-    /***/ 8857: /***/ function (
+    /***/ 769: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/script",
         function () {
-          return __webpack_require__(3787);
+          return __webpack_require__(3822);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 3787: /***/ function (
+    /***/ 3822: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -34,7 +34,7 @@
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(1527);
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(5169);
+        __webpack_require__(3633);
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_script__WEBPACK_IMPORTED_MODULE_1__
@@ -67,12 +67,12 @@
       /***/
     },
 
-    /***/ 5169: /***/ function (
+    /***/ 3633: /***/ function (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(5461);
+      module.exports = __webpack_require__(9415);
 
       /***/
     },
@@ -83,7 +83,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function () {
-      return __webpack_exec__(8857);
+      return __webpack_exec__(769);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for withRouter-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [807],
   {
-    /***/ 626: /***/ function (
+    /***/ 2577: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/withRouter",
         function () {
-          return __webpack_require__(2559);
+          return __webpack_require__(3273);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 2559: /***/ function (
+    /***/ 3273: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -34,7 +34,7 @@
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(1527);
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(975);
+        __webpack_require__(803);
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_router__WEBPACK_IMPORTED_MODULE_1__
@@ -53,12 +53,12 @@
       /***/
     },
 
-    /***/ 975: /***/ function (
+    /***/ 803: /***/ function (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(5888);
+      module.exports = __webpack_require__(2648);
 
       /***/
     },
@@ -69,7 +69,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function () {
-      return __webpack_exec__(626);
+      return __webpack_exec__(2577);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for 3f784ff6-HASH.js
@@ -1,8 +1,8 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [904],
+  [658],
   {
-    /***/ 4489: /***/ function (
+    /***/ 9234: /***/ function (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -19,8 +19,8 @@
       /*
  Modernizr 3.0.0pre (Custom Build) | MIT
 */
-      var aa = __webpack_require__(8288),
-        ba = __webpack_require__(6266),
+      var aa = __webpack_require__(4978),
+        ba = __webpack_require__(4794),
         ca = {
           usingClientEntryPoint: !1,
           Events: null,
Diff for 581-HASH.js

Diff too large to display

Diff for 939.HASH.js
@@ -1,8 +1,8 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [939],
+  [54],
   {
-    /***/ 3939: /***/ function (
+    /***/ 54: /***/ function (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
Diff for _not-found-0..2955c6812.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [165],
   {
-    /***/ 1729: /***/ function (
+    /***/ 5194: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_not-found",
         function () {
-          return __webpack_require__(8889);
+          return __webpack_require__(2487);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 8889: /***/ function (module, exports, __webpack_require__) {
+    /***/ 2487: /***/ function (module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -32,7 +32,7 @@
       });
       const _interop_require_default = __webpack_require__(1801);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(8288)
+        __webpack_require__(4978)
       );
       const styles = {
         error: {
@@ -145,8 +145,8 @@
     /******/ var __webpack_exec__ = function (moduleId) {
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
-    /******/ __webpack_require__.O(0, [904, 581, 744], function () {
-      return __webpack_exec__(1729);
+    /******/ __webpack_require__.O(0, [658, 568, 744], function () {
+      return __webpack_exec__(5194);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for page-f7aa11e9aadf3b43.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [760, 185, 952],
   {
-    /***/ 7488: /***/ function () {
+    /***/ 3775: /***/ function () {
       /***/
     },
   },
@@ -10,8 +10,8 @@
     /******/ var __webpack_exec__ = function (moduleId) {
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
-    /******/ __webpack_require__.O(0, [904, 581, 744], function () {
-      return __webpack_exec__(7488);
+    /******/ __webpack_require__.O(0, [658, 568, 744], function () {
+      return __webpack_exec__(3775);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for page-5124440203971339.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [952, 185, 760],
   {
-    /***/ 7488: /***/ function () {
+    /***/ 3775: /***/ function () {
       /***/
     },
   },
@@ -10,8 +10,8 @@
     /******/ var __webpack_exec__ = function (moduleId) {
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
-    /******/ __webpack_require__.O(0, [904, 581, 744], function () {
-      return __webpack_exec__(7488);
+    /******/ __webpack_require__.O(0, [658, 568, 744], function () {
+      return __webpack_exec__(3775);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for layout-2113b..67d18f493.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [185, 952, 760],
   {
-    /***/ 7488: /***/ function () {
+    /***/ 3775: /***/ function () {
       /***/
     },
   },
@@ -10,8 +10,8 @@
     /******/ var __webpack_exec__ = function (moduleId) {
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
-    /******/ __webpack_require__.O(0, [904, 581, 744], function () {
-      return __webpack_exec__(7488);
+    /******/ __webpack_require__.O(0, [658, 568, 744], function () {
+      return __webpack_exec__(3775);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for main-HASH.js

Diff too large to display

Diff for main-app-HASH.js
@@ -1,40 +1,40 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [744],
   {
-    /***/ 9192: /***/ function (
+    /***/ 7613: /***/ function (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 264, 23)
+        __webpack_require__.t.bind(__webpack_require__, 7073, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 1224, 23)
+        __webpack_require__.t.bind(__webpack_require__, 7919, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 8935, 23)
+        __webpack_require__.t.bind(__webpack_require__, 1909, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 7414, 23)
+        __webpack_require__.t.bind(__webpack_require__, 6290, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 3918, 23)
+        __webpack_require__.t.bind(__webpack_require__, 7176, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 5026, 23)
+        __webpack_require__.t.bind(__webpack_require__, 9428, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 6745, 23)
+        __webpack_require__.t.bind(__webpack_require__, 9600, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 1220, 23)
+        __webpack_require__.t.bind(__webpack_require__, 3997, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 2952, 23)
+        __webpack_require__.t.bind(__webpack_require__, 8541, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 6999)
+        __webpack_require__.bind(__webpack_require__, 1159)
       );
 
       /***/
@@ -45,8 +45,8 @@
     /******/ var __webpack_exec__ = function (moduleId) {
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
-    /******/ __webpack_require__.O(0, [904, 581], function () {
-      return __webpack_exec__(1460), __webpack_exec__(9192);
+    /******/ __webpack_require__.O(0, [658, 568], function () {
+      return __webpack_exec__(6587), __webpack_exec__(7613);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for webpack-HASH.js
@@ -219,7 +219,7 @@
     /******/ __webpack_require__.u = function (chunkId) {
       /******/ // return url for filenames based on template
       /******/ return (
-        "static/chunks/" + chunkId + "." + "0fa967a8c7f077ac" + ".js"
+        "static/chunks/" + chunkId + "." + "0ddcffe3a8146632" + ".js"
       );
       /******/
     };
Diff for index.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-61c6be1ff0555392.js"
+      src="/_next/static/chunks/webpack-a0b0967183b2a73f.js"
       defer=""
     ></script>
     <script
@@ -19,15 +19,15 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-0ef7b93f050065d0.js"
+      src="/_next/static/chunks/main-e0f212c2bb1bcbdb.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-5b57efd789b5f0c4.js"
+      src="/_next/static/chunks/pages/_app-a118129968d8c53d.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/index-6af8285da8724d45.js"
+      src="/_next/static/chunks/pages/index-f7b77c4720c8944a.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Diff for link.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-61c6be1ff0555392.js"
+      src="/_next/static/chunks/webpack-a0b0967183b2a73f.js"
       defer=""
     ></script>
     <script
@@ -19,15 +19,15 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-0ef7b93f050065d0.js"
+      src="/_next/static/chunks/main-e0f212c2bb1bcbdb.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-5b57efd789b5f0c4.js"
+      src="/_next/static/chunks/pages/_app-a118129968d8c53d.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/link-84b1d4693fb2df29.js"
+      src="/_next/static/chunks/pages/link-6ec7b1c65f76ed99.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Diff for withRouter.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-61c6be1ff0555392.js"
+      src="/_next/static/chunks/webpack-a0b0967183b2a73f.js"
       defer=""
     ></script>
     <script
@@ -19,15 +19,15 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-0ef7b93f050065d0.js"
+      src="/_next/static/chunks/main-e0f212c2bb1bcbdb.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-5b57efd789b5f0c4.js"
+      src="/_next/static/chunks/pages/_app-a118129968d8c53d.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/withRouter-11878a84517cc9d4.js"
+      src="/_next/static/chunks/pages/withRouter-f88a9f38ffbad9dd.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Commit: 37e9ca0

@kwonoj
Copy link
Contributor Author

kwonoj commented Sep 8, 2023

Closing as this is test purpose only.

@kwonoj kwonoj closed this Sep 8, 2023
@kwonoj kwonoj deleted the test-get-port branch September 8, 2023 22:20
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
created-by: Turbopack team PRs by the Turbopack team. locked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants