Skip to content

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216 - #90088

Closed
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216
Closed

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216#90088
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216

Conversation

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Failing test suites

Commit: e33904b | About building and testing Next.js

pnpm test test/integration/next-image-new/app-dir/test/index.test.ts (job)

  • Image Component Default Tests > production mode > should load the images (DD)
  • Image Component Default Tests > production mode > should preload priority images (DD)
  • Image Component Default Tests > production mode > should work with preload prop (DD)
  • Image Component Default Tests > production mode > should not pass through user-provided srcset (causing a flash) (DD)
  • Image Component Default Tests > production mode > should update the image on src change (DD)
  • Image Component Default Tests > production mode > should callback onLoadingComplete when image is fully loaded (DD)
  • Image Component Default Tests > production mode > should callback native onLoad with sythetic event (DD)
  • Image Component Default Tests > production mode > should callback native onError when error occurred while loading image (DD)
  • Image Component Default Tests > production mode > should callback native onError even when error before hydration (DD)
  • Image Component Default Tests > production mode > should work with image with blob src (DD)
  • Image Component Default Tests > production mode > should work when using flexbox (DD)
  • Image Component Default Tests > production mode > should work when using overrideSrc prop (DD)
  • Image Component Default Tests > production mode > should work with sizes and automatically use responsive srcset (DD)
  • Image Component Default Tests > production mode > should render no wrappers or sizers (DD)
  • Image Component Default Tests > production mode > should lazy load with placeholder=blur (DD)
  • Image Component Default Tests > production mode > should handle the styles prop appropriately (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=fill (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=responsive (DD)
  • Image Component Default Tests > production mode > should render picture via getImageProps (DD)
  • Image Component Default Tests > production mode > should not create an image folder in server/chunks (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with missing src prop (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with empty string src prop (DD)
  • Image Component Default Tests > production mode > should correctly ignore prose styles (DD)
  • Image Component Default Tests > production mode > should apply style inheritance for img elements but not wrapper elements (DD)
  • Image Component Default Tests > production mode > should apply filter style after image loads (DD)
  • Image Component Default Tests > production mode > should emit image for next/dynamic with non ssr case (DD)
  • Image Component Default Tests > production mode > should correctly rotate image (DD)
  • Image Component Default Tests > production mode > should have data url placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove data url placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when data url placeholder and fill (DD)
  • Image Component Default Tests > production mode > should have blurry placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove blurry placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when blurDataURL and fill (DD)
  • Image Component Default Tests > production mode > should be valid HTML (DD)
  • Image Component Default Tests > production mode > should call callback ref cleanups when unmounting (DD)
  • Image Component Default Tests > production mode > should build correct images-manifest.json (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should include a data-attribute on fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position:absolute to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add 100% width and height to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position styles to fill images (DD)
Expand output

● Image Component Default Tests › production mode › should load the images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should preload priority images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with preload prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not pass through user-provided srcset (causing a flash)

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should update the image on src change

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback onLoadingComplete when image is fully loaded

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onLoad with sythetic event

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError when error occurred while loading image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError even when error before hydration

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with image with blob src

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using flexbox

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using overrideSrc prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with sizes and automatically use responsive srcset

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render no wrappers or sizers

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should lazy load with placeholder=blur

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should handle the styles prop appropriately

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=responsive

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render picture via getImageProps

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not create an image folder in server/chunks

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with missing src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with empty string src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should correctly ignore prose styles

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply style inheritance for img elements but not wrapper elements

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply filter style after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should emit image for next/dynamic with non ssr case

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › should correctly rotate image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have data url placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove data url placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when data url placeholder and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have blurry placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove blurry placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when blurDataURL and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should be valid HTML

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should call callback ref cleanups when unmounting

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should build correct images-manifest.json

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms456ms▁▁▁▁▂
Cold (Ready in log)440ms439ms▂▂▁▂▃
Cold (First Request)887ms885ms▆▃▂▅▅
Warm (Listen)456ms456ms▁▂▂▁▃
Warm (Ready in log)439ms439ms▁▂▁▁▃
Warm (First Request)344ms344ms▂▃▂▁▃
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)455ms455ms▁▁▁▁▁
Cold (Ready in log)436ms436ms▃▃▁▃▁
Cold (First Request)1.910s1.916s▂▂▁▂▂
Warm (Listen)455ms456ms▁▁▁▁▁
Warm (Ready in log)435ms436ms▃▃▁▃▃
Warm (First Request)1.914s1.913s▂▂▁▂▂

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.138s4.132s▁▄▄▁▆
Cached Build4.134s4.145s▁▄▃▁▆
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.876s13.850s▁▁▁▁▁
Cached Build13.977s13.949s▁▁▁▁▁
node_modules Size473 MB473 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **398 kB** → **398 kB** ✅ -2 B

80 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip756 B763 B
Total756 B763 B⚠️ +7 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip450 B450 B
Total450 B450 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip57 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.6 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39.1 kB39.1 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.53 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.6 kB-
9544-HASH.js gzipN/A57.8 kB-
Total231 kB231 kB⚠️ +726 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.5 kB2.5 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -2 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB125 kB
page.js gzip250 kB250 kB
Total375 kB376 kB⚠️ +400 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip615 B617 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip43.8 kB43.7 kB
edge-runtime..pack.js gzip842 B842 B
Total45.4 kB45.3 kB✅ -32 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip715 B718 B
Total715 B718 B⚠️ +3 B
Build Cache
CanaryPRChange
0.pack gzip3.89 MB3.9 MB🔴 +10.9 kB (+0%)
index.pack gzip105 kB102 kB🟢 2.14 kB (-2%)
index.pack.old gzip104 kB103 kB
Total4.1 MB4.11 MB⚠️ +8.03 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip316 kB316 kB
app-page-exp..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip316 kB316 kB
app-page-tur..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip312 kB312 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page.run...dev.js gzip313 kB313 kB
app-page.run..prod.js gzip166 kB166 kB
app-route-ex...dev.js gzip70.5 kB70.5 kB
app-route-ex..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.6 kB70.6 kB
app-route-tu..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.1 kB70.1 kB
app-route-tu..prod.js gzip48.9 kB48.9 kB
app-route.ru...dev.js gzip70.1 kB70.1 kB
app-route.ru..prod.js gzip48.8 kB48.8 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.2 kB43.2 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.2 kB43.2 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.5 kB52.5 kB
pages-turbo...prod.js gzip38.4 kB38.4 kB
pages.runtim...dev.js gzip52.5 kB52.5 kB
pages.runtim..prod.js gzip38.4 kB38.4 kB
server.runti..prod.js gzip63.5 kB63.5 kB
Total2.8 MB2.8 MB⚠️ +202 B
📝 Changed Files (9 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page.runtime.dev.js
  • app-route-ex..time.prod.js
  • app-route-tu..time.prod.js
  • app-route-tu..time.prod.js
  • app-route.ru..time.prod.js
  • server.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page.runtime.dev.js
failed to diff
app-route-ex..time.prod.js

Diff too large to display

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

Diff too large to display

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

Diff too large to display

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

Diff too large to display

server.runtime.prod.js

Diff too large to display

@eps1lon
eps1lonforce-pushed the update/react/19.3.0-canary-47d1ad14-20260216 branch from e063914 to e33904bCompareFebruary 17, 2026 23:40
@eps1lon
eps1lon enabled auto-merge (squash) February 17, 2026 23:40
@eps1lon

Copy link
Copy Markdown
Member

Landed in #90144

@eps1loneps1lon closed this Feb 18, 2026
auto-merge was automatically disabled February 18, 2026 16:58

Pull request was closed

@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 5, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nextjs-bot@eps1lon
, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Upgrade React from `6066c782-20260212` to `47d1ad14-20260216` by nextjs-bot · Pull Request #90088 · vercel/next.js · GitHub
Skip to content

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216 - #90088

Closed
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216
Closed

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216#90088
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216

Conversation

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Failing test suites

Commit: e33904b | About building and testing Next.js

pnpm test test/integration/next-image-new/app-dir/test/index.test.ts (job)

  • Image Component Default Tests > production mode > should load the images (DD)
  • Image Component Default Tests > production mode > should preload priority images (DD)
  • Image Component Default Tests > production mode > should work with preload prop (DD)
  • Image Component Default Tests > production mode > should not pass through user-provided srcset (causing a flash) (DD)
  • Image Component Default Tests > production mode > should update the image on src change (DD)
  • Image Component Default Tests > production mode > should callback onLoadingComplete when image is fully loaded (DD)
  • Image Component Default Tests > production mode > should callback native onLoad with sythetic event (DD)
  • Image Component Default Tests > production mode > should callback native onError when error occurred while loading image (DD)
  • Image Component Default Tests > production mode > should callback native onError even when error before hydration (DD)
  • Image Component Default Tests > production mode > should work with image with blob src (DD)
  • Image Component Default Tests > production mode > should work when using flexbox (DD)
  • Image Component Default Tests > production mode > should work when using overrideSrc prop (DD)
  • Image Component Default Tests > production mode > should work with sizes and automatically use responsive srcset (DD)
  • Image Component Default Tests > production mode > should render no wrappers or sizers (DD)
  • Image Component Default Tests > production mode > should lazy load with placeholder=blur (DD)
  • Image Component Default Tests > production mode > should handle the styles prop appropriately (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=fill (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=responsive (DD)
  • Image Component Default Tests > production mode > should render picture via getImageProps (DD)
  • Image Component Default Tests > production mode > should not create an image folder in server/chunks (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with missing src prop (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with empty string src prop (DD)
  • Image Component Default Tests > production mode > should correctly ignore prose styles (DD)
  • Image Component Default Tests > production mode > should apply style inheritance for img elements but not wrapper elements (DD)
  • Image Component Default Tests > production mode > should apply filter style after image loads (DD)
  • Image Component Default Tests > production mode > should emit image for next/dynamic with non ssr case (DD)
  • Image Component Default Tests > production mode > should correctly rotate image (DD)
  • Image Component Default Tests > production mode > should have data url placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove data url placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when data url placeholder and fill (DD)
  • Image Component Default Tests > production mode > should have blurry placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove blurry placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when blurDataURL and fill (DD)
  • Image Component Default Tests > production mode > should be valid HTML (DD)
  • Image Component Default Tests > production mode > should call callback ref cleanups when unmounting (DD)
  • Image Component Default Tests > production mode > should build correct images-manifest.json (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should include a data-attribute on fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position:absolute to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add 100% width and height to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position styles to fill images (DD)
Expand output

● Image Component Default Tests › production mode › should load the images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should preload priority images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with preload prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not pass through user-provided srcset (causing a flash)

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should update the image on src change

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback onLoadingComplete when image is fully loaded

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onLoad with sythetic event

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError when error occurred while loading image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError even when error before hydration

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with image with blob src

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using flexbox

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using overrideSrc prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with sizes and automatically use responsive srcset

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render no wrappers or sizers

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should lazy load with placeholder=blur

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should handle the styles prop appropriately

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=responsive

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render picture via getImageProps

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not create an image folder in server/chunks

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with missing src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with empty string src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should correctly ignore prose styles

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply style inheritance for img elements but not wrapper elements

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply filter style after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should emit image for next/dynamic with non ssr case

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › should correctly rotate image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have data url placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove data url placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when data url placeholder and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have blurry placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove blurry placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when blurDataURL and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should be valid HTML

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should call callback ref cleanups when unmounting

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should build correct images-manifest.json

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms456ms▁▁▁▁▂
Cold (Ready in log)440ms439ms▂▂▁▂▃
Cold (First Request)887ms885ms▆▃▂▅▅
Warm (Listen)456ms456ms▁▂▂▁▃
Warm (Ready in log)439ms439ms▁▂▁▁▃
Warm (First Request)344ms344ms▂▃▂▁▃
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)455ms455ms▁▁▁▁▁
Cold (Ready in log)436ms436ms▃▃▁▃▁
Cold (First Request)1.910s1.916s▂▂▁▂▂
Warm (Listen)455ms456ms▁▁▁▁▁
Warm (Ready in log)435ms436ms▃▃▁▃▃
Warm (First Request)1.914s1.913s▂▂▁▂▂

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.138s4.132s▁▄▄▁▆
Cached Build4.134s4.145s▁▄▃▁▆
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.876s13.850s▁▁▁▁▁
Cached Build13.977s13.949s▁▁▁▁▁
node_modules Size473 MB473 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **398 kB** → **398 kB** ✅ -2 B

80 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip756 B763 B
Total756 B763 B⚠️ +7 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip450 B450 B
Total450 B450 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip57 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.6 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39.1 kB39.1 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.53 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.6 kB-
9544-HASH.js gzipN/A57.8 kB-
Total231 kB231 kB⚠️ +726 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.5 kB2.5 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -2 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB125 kB
page.js gzip250 kB250 kB
Total375 kB376 kB⚠️ +400 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip615 B617 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip43.8 kB43.7 kB
edge-runtime..pack.js gzip842 B842 B
Total45.4 kB45.3 kB✅ -32 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip715 B718 B
Total715 B718 B⚠️ +3 B
Build Cache
CanaryPRChange
0.pack gzip3.89 MB3.9 MB🔴 +10.9 kB (+0%)
index.pack gzip105 kB102 kB🟢 2.14 kB (-2%)
index.pack.old gzip104 kB103 kB
Total4.1 MB4.11 MB⚠️ +8.03 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip316 kB316 kB
app-page-exp..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip316 kB316 kB
app-page-tur..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip312 kB312 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page.run...dev.js gzip313 kB313 kB
app-page.run..prod.js gzip166 kB166 kB
app-route-ex...dev.js gzip70.5 kB70.5 kB
app-route-ex..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.6 kB70.6 kB
app-route-tu..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.1 kB70.1 kB
app-route-tu..prod.js gzip48.9 kB48.9 kB
app-route.ru...dev.js gzip70.1 kB70.1 kB
app-route.ru..prod.js gzip48.8 kB48.8 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.2 kB43.2 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.2 kB43.2 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.5 kB52.5 kB
pages-turbo...prod.js gzip38.4 kB38.4 kB
pages.runtim...dev.js gzip52.5 kB52.5 kB
pages.runtim..prod.js gzip38.4 kB38.4 kB
server.runti..prod.js gzip63.5 kB63.5 kB
Total2.8 MB2.8 MB⚠️ +202 B
📝 Changed Files (9 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page.runtime.dev.js
  • app-route-ex..time.prod.js
  • app-route-tu..time.prod.js
  • app-route-tu..time.prod.js
  • app-route.ru..time.prod.js
  • server.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page.runtime.dev.js
failed to diff
app-route-ex..time.prod.js

Diff too large to display

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

Diff too large to display

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

Diff too large to display

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

Diff too large to display

server.runtime.prod.js

Diff too large to display

@eps1lon
eps1lonforce-pushed the update/react/19.3.0-canary-47d1ad14-20260216 branch from e063914 to e33904bCompareFebruary 17, 2026 23:40
@eps1lon
eps1lon enabled auto-merge (squash) February 17, 2026 23:40
@eps1lon

Copy link
Copy Markdown
Member

Landed in #90144

@eps1loneps1lon closed this Feb 18, 2026
auto-merge was automatically disabled February 18, 2026 16:58

Pull request was closed

@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 5, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nextjs-bot@eps1lon
, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Upgrade React from `6066c782-20260212` to `47d1ad14-20260216` by nextjs-bot · Pull Request #90088 · vercel/next.js · GitHub
Skip to content

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216 - #90088

Closed
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216
Closed

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216#90088
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216

Conversation

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Failing test suites

Commit: e33904b | About building and testing Next.js

pnpm test test/integration/next-image-new/app-dir/test/index.test.ts (job)

  • Image Component Default Tests > production mode > should load the images (DD)
  • Image Component Default Tests > production mode > should preload priority images (DD)
  • Image Component Default Tests > production mode > should work with preload prop (DD)
  • Image Component Default Tests > production mode > should not pass through user-provided srcset (causing a flash) (DD)
  • Image Component Default Tests > production mode > should update the image on src change (DD)
  • Image Component Default Tests > production mode > should callback onLoadingComplete when image is fully loaded (DD)
  • Image Component Default Tests > production mode > should callback native onLoad with sythetic event (DD)
  • Image Component Default Tests > production mode > should callback native onError when error occurred while loading image (DD)
  • Image Component Default Tests > production mode > should callback native onError even when error before hydration (DD)
  • Image Component Default Tests > production mode > should work with image with blob src (DD)
  • Image Component Default Tests > production mode > should work when using flexbox (DD)
  • Image Component Default Tests > production mode > should work when using overrideSrc prop (DD)
  • Image Component Default Tests > production mode > should work with sizes and automatically use responsive srcset (DD)
  • Image Component Default Tests > production mode > should render no wrappers or sizers (DD)
  • Image Component Default Tests > production mode > should lazy load with placeholder=blur (DD)
  • Image Component Default Tests > production mode > should handle the styles prop appropriately (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=fill (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=responsive (DD)
  • Image Component Default Tests > production mode > should render picture via getImageProps (DD)
  • Image Component Default Tests > production mode > should not create an image folder in server/chunks (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with missing src prop (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with empty string src prop (DD)
  • Image Component Default Tests > production mode > should correctly ignore prose styles (DD)
  • Image Component Default Tests > production mode > should apply style inheritance for img elements but not wrapper elements (DD)
  • Image Component Default Tests > production mode > should apply filter style after image loads (DD)
  • Image Component Default Tests > production mode > should emit image for next/dynamic with non ssr case (DD)
  • Image Component Default Tests > production mode > should correctly rotate image (DD)
  • Image Component Default Tests > production mode > should have data url placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove data url placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when data url placeholder and fill (DD)
  • Image Component Default Tests > production mode > should have blurry placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove blurry placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when blurDataURL and fill (DD)
  • Image Component Default Tests > production mode > should be valid HTML (DD)
  • Image Component Default Tests > production mode > should call callback ref cleanups when unmounting (DD)
  • Image Component Default Tests > production mode > should build correct images-manifest.json (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should include a data-attribute on fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position:absolute to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add 100% width and height to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position styles to fill images (DD)
Expand output

● Image Component Default Tests › production mode › should load the images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should preload priority images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with preload prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not pass through user-provided srcset (causing a flash)

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should update the image on src change

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback onLoadingComplete when image is fully loaded

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onLoad with sythetic event

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError when error occurred while loading image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError even when error before hydration

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with image with blob src

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using flexbox

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using overrideSrc prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with sizes and automatically use responsive srcset

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render no wrappers or sizers

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should lazy load with placeholder=blur

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should handle the styles prop appropriately

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=responsive

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render picture via getImageProps

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not create an image folder in server/chunks

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with missing src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with empty string src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should correctly ignore prose styles

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply style inheritance for img elements but not wrapper elements

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply filter style after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should emit image for next/dynamic with non ssr case

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › should correctly rotate image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have data url placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove data url placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when data url placeholder and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have blurry placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove blurry placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when blurDataURL and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should be valid HTML

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should call callback ref cleanups when unmounting

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should build correct images-manifest.json

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms456ms▁▁▁▁▂
Cold (Ready in log)440ms439ms▂▂▁▂▃
Cold (First Request)887ms885ms▆▃▂▅▅
Warm (Listen)456ms456ms▁▂▂▁▃
Warm (Ready in log)439ms439ms▁▂▁▁▃
Warm (First Request)344ms344ms▂▃▂▁▃
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)455ms455ms▁▁▁▁▁
Cold (Ready in log)436ms436ms▃▃▁▃▁
Cold (First Request)1.910s1.916s▂▂▁▂▂
Warm (Listen)455ms456ms▁▁▁▁▁
Warm (Ready in log)435ms436ms▃▃▁▃▃
Warm (First Request)1.914s1.913s▂▂▁▂▂

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.138s4.132s▁▄▄▁▆
Cached Build4.134s4.145s▁▄▃▁▆
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.876s13.850s▁▁▁▁▁
Cached Build13.977s13.949s▁▁▁▁▁
node_modules Size473 MB473 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **398 kB** → **398 kB** ✅ -2 B

80 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip756 B763 B
Total756 B763 B⚠️ +7 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip450 B450 B
Total450 B450 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip57 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.6 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39.1 kB39.1 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.53 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.6 kB-
9544-HASH.js gzipN/A57.8 kB-
Total231 kB231 kB⚠️ +726 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.5 kB2.5 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -2 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB125 kB
page.js gzip250 kB250 kB
Total375 kB376 kB⚠️ +400 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip615 B617 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip43.8 kB43.7 kB
edge-runtime..pack.js gzip842 B842 B
Total45.4 kB45.3 kB✅ -32 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip715 B718 B
Total715 B718 B⚠️ +3 B
Build Cache
CanaryPRChange
0.pack gzip3.89 MB3.9 MB🔴 +10.9 kB (+0%)
index.pack gzip105 kB102 kB🟢 2.14 kB (-2%)
index.pack.old gzip104 kB103 kB
Total4.1 MB4.11 MB⚠️ +8.03 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip316 kB316 kB
app-page-exp..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip316 kB316 kB
app-page-tur..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip312 kB312 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page.run...dev.js gzip313 kB313 kB
app-page.run..prod.js gzip166 kB166 kB
app-route-ex...dev.js gzip70.5 kB70.5 kB
app-route-ex..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.6 kB70.6 kB
app-route-tu..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.1 kB70.1 kB
app-route-tu..prod.js gzip48.9 kB48.9 kB
app-route.ru...dev.js gzip70.1 kB70.1 kB
app-route.ru..prod.js gzip48.8 kB48.8 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.2 kB43.2 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.2 kB43.2 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.5 kB52.5 kB
pages-turbo...prod.js gzip38.4 kB38.4 kB
pages.runtim...dev.js gzip52.5 kB52.5 kB
pages.runtim..prod.js gzip38.4 kB38.4 kB
server.runti..prod.js gzip63.5 kB63.5 kB
Total2.8 MB2.8 MB⚠️ +202 B
📝 Changed Files (9 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page.runtime.dev.js
  • app-route-ex..time.prod.js
  • app-route-tu..time.prod.js
  • app-route-tu..time.prod.js
  • app-route.ru..time.prod.js
  • server.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page.runtime.dev.js
failed to diff
app-route-ex..time.prod.js

Diff too large to display

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

Diff too large to display

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

Diff too large to display

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

Diff too large to display

server.runtime.prod.js

Diff too large to display

@eps1lon
eps1lonforce-pushed the update/react/19.3.0-canary-47d1ad14-20260216 branch from e063914 to e33904bCompareFebruary 17, 2026 23:40
@eps1lon
eps1lon enabled auto-merge (squash) February 17, 2026 23:40
@eps1lon

Copy link
Copy Markdown
Member

Landed in #90144

@eps1loneps1lon closed this Feb 18, 2026
auto-merge was automatically disabled February 18, 2026 16:58

Pull request was closed

@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 5, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nextjs-bot@eps1lon
, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Upgrade React from `6066c782-20260212` to `47d1ad14-20260216` by nextjs-bot · Pull Request #90088 · vercel/next.js · GitHub
Skip to content

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216 - #90088

Closed
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216
Closed

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216#90088
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216

Conversation

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Failing test suites

Commit: e33904b | About building and testing Next.js

pnpm test test/integration/next-image-new/app-dir/test/index.test.ts (job)

  • Image Component Default Tests > production mode > should load the images (DD)
  • Image Component Default Tests > production mode > should preload priority images (DD)
  • Image Component Default Tests > production mode > should work with preload prop (DD)
  • Image Component Default Tests > production mode > should not pass through user-provided srcset (causing a flash) (DD)
  • Image Component Default Tests > production mode > should update the image on src change (DD)
  • Image Component Default Tests > production mode > should callback onLoadingComplete when image is fully loaded (DD)
  • Image Component Default Tests > production mode > should callback native onLoad with sythetic event (DD)
  • Image Component Default Tests > production mode > should callback native onError when error occurred while loading image (DD)
  • Image Component Default Tests > production mode > should callback native onError even when error before hydration (DD)
  • Image Component Default Tests > production mode > should work with image with blob src (DD)
  • Image Component Default Tests > production mode > should work when using flexbox (DD)
  • Image Component Default Tests > production mode > should work when using overrideSrc prop (DD)
  • Image Component Default Tests > production mode > should work with sizes and automatically use responsive srcset (DD)
  • Image Component Default Tests > production mode > should render no wrappers or sizers (DD)
  • Image Component Default Tests > production mode > should lazy load with placeholder=blur (DD)
  • Image Component Default Tests > production mode > should handle the styles prop appropriately (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=fill (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=responsive (DD)
  • Image Component Default Tests > production mode > should render picture via getImageProps (DD)
  • Image Component Default Tests > production mode > should not create an image folder in server/chunks (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with missing src prop (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with empty string src prop (DD)
  • Image Component Default Tests > production mode > should correctly ignore prose styles (DD)
  • Image Component Default Tests > production mode > should apply style inheritance for img elements but not wrapper elements (DD)
  • Image Component Default Tests > production mode > should apply filter style after image loads (DD)
  • Image Component Default Tests > production mode > should emit image for next/dynamic with non ssr case (DD)
  • Image Component Default Tests > production mode > should correctly rotate image (DD)
  • Image Component Default Tests > production mode > should have data url placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove data url placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when data url placeholder and fill (DD)
  • Image Component Default Tests > production mode > should have blurry placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove blurry placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when blurDataURL and fill (DD)
  • Image Component Default Tests > production mode > should be valid HTML (DD)
  • Image Component Default Tests > production mode > should call callback ref cleanups when unmounting (DD)
  • Image Component Default Tests > production mode > should build correct images-manifest.json (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should include a data-attribute on fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position:absolute to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add 100% width and height to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position styles to fill images (DD)
Expand output

● Image Component Default Tests › production mode › should load the images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should preload priority images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with preload prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not pass through user-provided srcset (causing a flash)

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should update the image on src change

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback onLoadingComplete when image is fully loaded

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onLoad with sythetic event

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError when error occurred while loading image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError even when error before hydration

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with image with blob src

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using flexbox

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using overrideSrc prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with sizes and automatically use responsive srcset

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render no wrappers or sizers

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should lazy load with placeholder=blur

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should handle the styles prop appropriately

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=responsive

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render picture via getImageProps

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not create an image folder in server/chunks

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with missing src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with empty string src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should correctly ignore prose styles

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply style inheritance for img elements but not wrapper elements

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply filter style after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should emit image for next/dynamic with non ssr case

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › should correctly rotate image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have data url placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove data url placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when data url placeholder and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have blurry placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove blurry placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when blurDataURL and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should be valid HTML

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should call callback ref cleanups when unmounting

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should build correct images-manifest.json

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms456ms▁▁▁▁▂
Cold (Ready in log)440ms439ms▂▂▁▂▃
Cold (First Request)887ms885ms▆▃▂▅▅
Warm (Listen)456ms456ms▁▂▂▁▃
Warm (Ready in log)439ms439ms▁▂▁▁▃
Warm (First Request)344ms344ms▂▃▂▁▃
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)455ms455ms▁▁▁▁▁
Cold (Ready in log)436ms436ms▃▃▁▃▁
Cold (First Request)1.910s1.916s▂▂▁▂▂
Warm (Listen)455ms456ms▁▁▁▁▁
Warm (Ready in log)435ms436ms▃▃▁▃▃
Warm (First Request)1.914s1.913s▂▂▁▂▂

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.138s4.132s▁▄▄▁▆
Cached Build4.134s4.145s▁▄▃▁▆
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.876s13.850s▁▁▁▁▁
Cached Build13.977s13.949s▁▁▁▁▁
node_modules Size473 MB473 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **398 kB** → **398 kB** ✅ -2 B

80 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip756 B763 B
Total756 B763 B⚠️ +7 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip450 B450 B
Total450 B450 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip57 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.6 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39.1 kB39.1 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.53 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.6 kB-
9544-HASH.js gzipN/A57.8 kB-
Total231 kB231 kB⚠️ +726 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.5 kB2.5 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -2 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB125 kB
page.js gzip250 kB250 kB
Total375 kB376 kB⚠️ +400 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip615 B617 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip43.8 kB43.7 kB
edge-runtime..pack.js gzip842 B842 B
Total45.4 kB45.3 kB✅ -32 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip715 B718 B
Total715 B718 B⚠️ +3 B
Build Cache
CanaryPRChange
0.pack gzip3.89 MB3.9 MB🔴 +10.9 kB (+0%)
index.pack gzip105 kB102 kB🟢 2.14 kB (-2%)
index.pack.old gzip104 kB103 kB
Total4.1 MB4.11 MB⚠️ +8.03 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip316 kB316 kB
app-page-exp..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip316 kB316 kB
app-page-tur..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip312 kB312 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page.run...dev.js gzip313 kB313 kB
app-page.run..prod.js gzip166 kB166 kB
app-route-ex...dev.js gzip70.5 kB70.5 kB
app-route-ex..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.6 kB70.6 kB
app-route-tu..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.1 kB70.1 kB
app-route-tu..prod.js gzip48.9 kB48.9 kB
app-route.ru...dev.js gzip70.1 kB70.1 kB
app-route.ru..prod.js gzip48.8 kB48.8 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.2 kB43.2 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.2 kB43.2 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.5 kB52.5 kB
pages-turbo...prod.js gzip38.4 kB38.4 kB
pages.runtim...dev.js gzip52.5 kB52.5 kB
pages.runtim..prod.js gzip38.4 kB38.4 kB
server.runti..prod.js gzip63.5 kB63.5 kB
Total2.8 MB2.8 MB⚠️ +202 B
📝 Changed Files (9 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page.runtime.dev.js
  • app-route-ex..time.prod.js
  • app-route-tu..time.prod.js
  • app-route-tu..time.prod.js
  • app-route.ru..time.prod.js
  • server.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page.runtime.dev.js
failed to diff
app-route-ex..time.prod.js

Diff too large to display

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

Diff too large to display

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

Diff too large to display

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

Diff too large to display

server.runtime.prod.js

Diff too large to display

@eps1lon
eps1lonforce-pushed the update/react/19.3.0-canary-47d1ad14-20260216 branch from e063914 to e33904bCompareFebruary 17, 2026 23:40
@eps1lon
eps1lon enabled auto-merge (squash) February 17, 2026 23:40
@eps1lon

Copy link
Copy Markdown
Member

Landed in #90144

@eps1loneps1lon closed this Feb 18, 2026
auto-merge was automatically disabled February 18, 2026 16:58

Pull request was closed

@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 5, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nextjs-bot@eps1lon
, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' Upgrade React from `6066c782-20260212` to `47d1ad14-20260216` by nextjs-bot · Pull Request #90088 · vercel/next.js · GitHub
Skip to content

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216 - #90088

Closed
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216
Closed

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216#90088
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216

Conversation

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Failing test suites

Commit: e33904b | About building and testing Next.js

pnpm test test/integration/next-image-new/app-dir/test/index.test.ts (job)

  • Image Component Default Tests > production mode > should load the images (DD)
  • Image Component Default Tests > production mode > should preload priority images (DD)
  • Image Component Default Tests > production mode > should work with preload prop (DD)
  • Image Component Default Tests > production mode > should not pass through user-provided srcset (causing a flash) (DD)
  • Image Component Default Tests > production mode > should update the image on src change (DD)
  • Image Component Default Tests > production mode > should callback onLoadingComplete when image is fully loaded (DD)
  • Image Component Default Tests > production mode > should callback native onLoad with sythetic event (DD)
  • Image Component Default Tests > production mode > should callback native onError when error occurred while loading image (DD)
  • Image Component Default Tests > production mode > should callback native onError even when error before hydration (DD)
  • Image Component Default Tests > production mode > should work with image with blob src (DD)
  • Image Component Default Tests > production mode > should work when using flexbox (DD)
  • Image Component Default Tests > production mode > should work when using overrideSrc prop (DD)
  • Image Component Default Tests > production mode > should work with sizes and automatically use responsive srcset (DD)
  • Image Component Default Tests > production mode > should render no wrappers or sizers (DD)
  • Image Component Default Tests > production mode > should lazy load with placeholder=blur (DD)
  • Image Component Default Tests > production mode > should handle the styles prop appropriately (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=fill (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=responsive (DD)
  • Image Component Default Tests > production mode > should render picture via getImageProps (DD)
  • Image Component Default Tests > production mode > should not create an image folder in server/chunks (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with missing src prop (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with empty string src prop (DD)
  • Image Component Default Tests > production mode > should correctly ignore prose styles (DD)
  • Image Component Default Tests > production mode > should apply style inheritance for img elements but not wrapper elements (DD)
  • Image Component Default Tests > production mode > should apply filter style after image loads (DD)
  • Image Component Default Tests > production mode > should emit image for next/dynamic with non ssr case (DD)
  • Image Component Default Tests > production mode > should correctly rotate image (DD)
  • Image Component Default Tests > production mode > should have data url placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove data url placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when data url placeholder and fill (DD)
  • Image Component Default Tests > production mode > should have blurry placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove blurry placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when blurDataURL and fill (DD)
  • Image Component Default Tests > production mode > should be valid HTML (DD)
  • Image Component Default Tests > production mode > should call callback ref cleanups when unmounting (DD)
  • Image Component Default Tests > production mode > should build correct images-manifest.json (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should include a data-attribute on fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position:absolute to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add 100% width and height to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position styles to fill images (DD)
Expand output

● Image Component Default Tests › production mode › should load the images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should preload priority images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with preload prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not pass through user-provided srcset (causing a flash)

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should update the image on src change

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback onLoadingComplete when image is fully loaded

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onLoad with sythetic event

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError when error occurred while loading image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError even when error before hydration

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with image with blob src

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using flexbox

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using overrideSrc prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with sizes and automatically use responsive srcset

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render no wrappers or sizers

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should lazy load with placeholder=blur

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should handle the styles prop appropriately

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=responsive

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render picture via getImageProps

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not create an image folder in server/chunks

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with missing src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with empty string src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should correctly ignore prose styles

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply style inheritance for img elements but not wrapper elements

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply filter style after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should emit image for next/dynamic with non ssr case

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › should correctly rotate image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have data url placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove data url placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when data url placeholder and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have blurry placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove blurry placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when blurDataURL and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should be valid HTML

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should call callback ref cleanups when unmounting

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should build correct images-manifest.json

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms456ms▁▁▁▁▂
Cold (Ready in log)440ms439ms▂▂▁▂▃
Cold (First Request)887ms885ms▆▃▂▅▅
Warm (Listen)456ms456ms▁▂▂▁▃
Warm (Ready in log)439ms439ms▁▂▁▁▃
Warm (First Request)344ms344ms▂▃▂▁▃
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)455ms455ms▁▁▁▁▁
Cold (Ready in log)436ms436ms▃▃▁▃▁
Cold (First Request)1.910s1.916s▂▂▁▂▂
Warm (Listen)455ms456ms▁▁▁▁▁
Warm (Ready in log)435ms436ms▃▃▁▃▃
Warm (First Request)1.914s1.913s▂▂▁▂▂

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.138s4.132s▁▄▄▁▆
Cached Build4.134s4.145s▁▄▃▁▆
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.876s13.850s▁▁▁▁▁
Cached Build13.977s13.949s▁▁▁▁▁
node_modules Size473 MB473 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **398 kB** → **398 kB** ✅ -2 B

80 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip756 B763 B
Total756 B763 B⚠️ +7 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip450 B450 B
Total450 B450 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip57 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.6 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39.1 kB39.1 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.53 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.6 kB-
9544-HASH.js gzipN/A57.8 kB-
Total231 kB231 kB⚠️ +726 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.5 kB2.5 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -2 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB125 kB
page.js gzip250 kB250 kB
Total375 kB376 kB⚠️ +400 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip615 B617 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip43.8 kB43.7 kB
edge-runtime..pack.js gzip842 B842 B
Total45.4 kB45.3 kB✅ -32 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip715 B718 B
Total715 B718 B⚠️ +3 B
Build Cache
CanaryPRChange
0.pack gzip3.89 MB3.9 MB🔴 +10.9 kB (+0%)
index.pack gzip105 kB102 kB🟢 2.14 kB (-2%)
index.pack.old gzip104 kB103 kB
Total4.1 MB4.11 MB⚠️ +8.03 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip316 kB316 kB
app-page-exp..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip316 kB316 kB
app-page-tur..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip312 kB312 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page.run...dev.js gzip313 kB313 kB
app-page.run..prod.js gzip166 kB166 kB
app-route-ex...dev.js gzip70.5 kB70.5 kB
app-route-ex..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.6 kB70.6 kB
app-route-tu..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.1 kB70.1 kB
app-route-tu..prod.js gzip48.9 kB48.9 kB
app-route.ru...dev.js gzip70.1 kB70.1 kB
app-route.ru..prod.js gzip48.8 kB48.8 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.2 kB43.2 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.2 kB43.2 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.5 kB52.5 kB
pages-turbo...prod.js gzip38.4 kB38.4 kB
pages.runtim...dev.js gzip52.5 kB52.5 kB
pages.runtim..prod.js gzip38.4 kB38.4 kB
server.runti..prod.js gzip63.5 kB63.5 kB
Total2.8 MB2.8 MB⚠️ +202 B
📝 Changed Files (9 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page.runtime.dev.js
  • app-route-ex..time.prod.js
  • app-route-tu..time.prod.js
  • app-route-tu..time.prod.js
  • app-route.ru..time.prod.js
  • server.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page.runtime.dev.js
failed to diff
app-route-ex..time.prod.js

Diff too large to display

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

Diff too large to display

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

Diff too large to display

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

Diff too large to display

server.runtime.prod.js

Diff too large to display

@eps1lon
eps1lonforce-pushed the update/react/19.3.0-canary-47d1ad14-20260216 branch from e063914 to e33904bCompareFebruary 17, 2026 23:40
@eps1lon
eps1lon enabled auto-merge (squash) February 17, 2026 23:40
@eps1lon

Copy link
Copy Markdown
Member

Landed in #90144

@eps1loneps1lon closed this Feb 18, 2026
auto-merge was automatically disabled February 18, 2026 16:58

Pull request was closed

@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 5, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nextjs-bot@eps1lon
, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Upgrade React from `6066c782-20260212` to `47d1ad14-20260216` by nextjs-bot · Pull Request #90088 · vercel/next.js · GitHub
Skip to content

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216 - #90088

Closed
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216
Closed

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216#90088
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216

Conversation

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Failing test suites

Commit: e33904b | About building and testing Next.js

pnpm test test/integration/next-image-new/app-dir/test/index.test.ts (job)

  • Image Component Default Tests > production mode > should load the images (DD)
  • Image Component Default Tests > production mode > should preload priority images (DD)
  • Image Component Default Tests > production mode > should work with preload prop (DD)
  • Image Component Default Tests > production mode > should not pass through user-provided srcset (causing a flash) (DD)
  • Image Component Default Tests > production mode > should update the image on src change (DD)
  • Image Component Default Tests > production mode > should callback onLoadingComplete when image is fully loaded (DD)
  • Image Component Default Tests > production mode > should callback native onLoad with sythetic event (DD)
  • Image Component Default Tests > production mode > should callback native onError when error occurred while loading image (DD)
  • Image Component Default Tests > production mode > should callback native onError even when error before hydration (DD)
  • Image Component Default Tests > production mode > should work with image with blob src (DD)
  • Image Component Default Tests > production mode > should work when using flexbox (DD)
  • Image Component Default Tests > production mode > should work when using overrideSrc prop (DD)
  • Image Component Default Tests > production mode > should work with sizes and automatically use responsive srcset (DD)
  • Image Component Default Tests > production mode > should render no wrappers or sizers (DD)
  • Image Component Default Tests > production mode > should lazy load with placeholder=blur (DD)
  • Image Component Default Tests > production mode > should handle the styles prop appropriately (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=fill (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=responsive (DD)
  • Image Component Default Tests > production mode > should render picture via getImageProps (DD)
  • Image Component Default Tests > production mode > should not create an image folder in server/chunks (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with missing src prop (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with empty string src prop (DD)
  • Image Component Default Tests > production mode > should correctly ignore prose styles (DD)
  • Image Component Default Tests > production mode > should apply style inheritance for img elements but not wrapper elements (DD)
  • Image Component Default Tests > production mode > should apply filter style after image loads (DD)
  • Image Component Default Tests > production mode > should emit image for next/dynamic with non ssr case (DD)
  • Image Component Default Tests > production mode > should correctly rotate image (DD)
  • Image Component Default Tests > production mode > should have data url placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove data url placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when data url placeholder and fill (DD)
  • Image Component Default Tests > production mode > should have blurry placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove blurry placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when blurDataURL and fill (DD)
  • Image Component Default Tests > production mode > should be valid HTML (DD)
  • Image Component Default Tests > production mode > should call callback ref cleanups when unmounting (DD)
  • Image Component Default Tests > production mode > should build correct images-manifest.json (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should include a data-attribute on fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position:absolute to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add 100% width and height to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position styles to fill images (DD)
Expand output

● Image Component Default Tests › production mode › should load the images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should preload priority images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with preload prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not pass through user-provided srcset (causing a flash)

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should update the image on src change

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback onLoadingComplete when image is fully loaded

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onLoad with sythetic event

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError when error occurred while loading image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError even when error before hydration

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with image with blob src

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using flexbox

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using overrideSrc prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with sizes and automatically use responsive srcset

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render no wrappers or sizers

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should lazy load with placeholder=blur

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should handle the styles prop appropriately

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=responsive

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render picture via getImageProps

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not create an image folder in server/chunks

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with missing src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with empty string src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should correctly ignore prose styles

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply style inheritance for img elements but not wrapper elements

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply filter style after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should emit image for next/dynamic with non ssr case

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › should correctly rotate image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have data url placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove data url placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when data url placeholder and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have blurry placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove blurry placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when blurDataURL and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should be valid HTML

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should call callback ref cleanups when unmounting

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should build correct images-manifest.json

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms456ms▁▁▁▁▂
Cold (Ready in log)440ms439ms▂▂▁▂▃
Cold (First Request)887ms885ms▆▃▂▅▅
Warm (Listen)456ms456ms▁▂▂▁▃
Warm (Ready in log)439ms439ms▁▂▁▁▃
Warm (First Request)344ms344ms▂▃▂▁▃
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)455ms455ms▁▁▁▁▁
Cold (Ready in log)436ms436ms▃▃▁▃▁
Cold (First Request)1.910s1.916s▂▂▁▂▂
Warm (Listen)455ms456ms▁▁▁▁▁
Warm (Ready in log)435ms436ms▃▃▁▃▃
Warm (First Request)1.914s1.913s▂▂▁▂▂

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.138s4.132s▁▄▄▁▆
Cached Build4.134s4.145s▁▄▃▁▆
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.876s13.850s▁▁▁▁▁
Cached Build13.977s13.949s▁▁▁▁▁
node_modules Size473 MB473 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **398 kB** → **398 kB** ✅ -2 B

80 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip756 B763 B
Total756 B763 B⚠️ +7 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip450 B450 B
Total450 B450 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip57 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.6 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39.1 kB39.1 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.53 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.6 kB-
9544-HASH.js gzipN/A57.8 kB-
Total231 kB231 kB⚠️ +726 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.5 kB2.5 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -2 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB125 kB
page.js gzip250 kB250 kB
Total375 kB376 kB⚠️ +400 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip615 B617 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip43.8 kB43.7 kB
edge-runtime..pack.js gzip842 B842 B
Total45.4 kB45.3 kB✅ -32 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip715 B718 B
Total715 B718 B⚠️ +3 B
Build Cache
CanaryPRChange
0.pack gzip3.89 MB3.9 MB🔴 +10.9 kB (+0%)
index.pack gzip105 kB102 kB🟢 2.14 kB (-2%)
index.pack.old gzip104 kB103 kB
Total4.1 MB4.11 MB⚠️ +8.03 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip316 kB316 kB
app-page-exp..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip316 kB316 kB
app-page-tur..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip312 kB312 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page.run...dev.js gzip313 kB313 kB
app-page.run..prod.js gzip166 kB166 kB
app-route-ex...dev.js gzip70.5 kB70.5 kB
app-route-ex..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.6 kB70.6 kB
app-route-tu..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.1 kB70.1 kB
app-route-tu..prod.js gzip48.9 kB48.9 kB
app-route.ru...dev.js gzip70.1 kB70.1 kB
app-route.ru..prod.js gzip48.8 kB48.8 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.2 kB43.2 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.2 kB43.2 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.5 kB52.5 kB
pages-turbo...prod.js gzip38.4 kB38.4 kB
pages.runtim...dev.js gzip52.5 kB52.5 kB
pages.runtim..prod.js gzip38.4 kB38.4 kB
server.runti..prod.js gzip63.5 kB63.5 kB
Total2.8 MB2.8 MB⚠️ +202 B
📝 Changed Files (9 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page.runtime.dev.js
  • app-route-ex..time.prod.js
  • app-route-tu..time.prod.js
  • app-route-tu..time.prod.js
  • app-route.ru..time.prod.js
  • server.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page.runtime.dev.js
failed to diff
app-route-ex..time.prod.js

Diff too large to display

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

Diff too large to display

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

Diff too large to display

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

Diff too large to display

server.runtime.prod.js

Diff too large to display

@eps1lon
eps1lonforce-pushed the update/react/19.3.0-canary-47d1ad14-20260216 branch from e063914 to e33904bCompareFebruary 17, 2026 23:40
@eps1lon
eps1lon enabled auto-merge (squash) February 17, 2026 23:40
@eps1lon

Copy link
Copy Markdown
Member

Landed in #90144

@eps1loneps1lon closed this Feb 18, 2026
auto-merge was automatically disabled February 18, 2026 16:58

Pull request was closed

@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 5, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nextjs-bot@eps1lon
, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Upgrade React from `6066c782-20260212` to `47d1ad14-20260216` by nextjs-bot · Pull Request #90088 · vercel/next.js · GitHub
Skip to content

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216 - #90088

Closed
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216
Closed

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216#90088
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216

Conversation

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Failing test suites

Commit: e33904b | About building and testing Next.js

pnpm test test/integration/next-image-new/app-dir/test/index.test.ts (job)

  • Image Component Default Tests > production mode > should load the images (DD)
  • Image Component Default Tests > production mode > should preload priority images (DD)
  • Image Component Default Tests > production mode > should work with preload prop (DD)
  • Image Component Default Tests > production mode > should not pass through user-provided srcset (causing a flash) (DD)
  • Image Component Default Tests > production mode > should update the image on src change (DD)
  • Image Component Default Tests > production mode > should callback onLoadingComplete when image is fully loaded (DD)
  • Image Component Default Tests > production mode > should callback native onLoad with sythetic event (DD)
  • Image Component Default Tests > production mode > should callback native onError when error occurred while loading image (DD)
  • Image Component Default Tests > production mode > should callback native onError even when error before hydration (DD)
  • Image Component Default Tests > production mode > should work with image with blob src (DD)
  • Image Component Default Tests > production mode > should work when using flexbox (DD)
  • Image Component Default Tests > production mode > should work when using overrideSrc prop (DD)
  • Image Component Default Tests > production mode > should work with sizes and automatically use responsive srcset (DD)
  • Image Component Default Tests > production mode > should render no wrappers or sizers (DD)
  • Image Component Default Tests > production mode > should lazy load with placeholder=blur (DD)
  • Image Component Default Tests > production mode > should handle the styles prop appropriately (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=fill (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=responsive (DD)
  • Image Component Default Tests > production mode > should render picture via getImageProps (DD)
  • Image Component Default Tests > production mode > should not create an image folder in server/chunks (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with missing src prop (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with empty string src prop (DD)
  • Image Component Default Tests > production mode > should correctly ignore prose styles (DD)
  • Image Component Default Tests > production mode > should apply style inheritance for img elements but not wrapper elements (DD)
  • Image Component Default Tests > production mode > should apply filter style after image loads (DD)
  • Image Component Default Tests > production mode > should emit image for next/dynamic with non ssr case (DD)
  • Image Component Default Tests > production mode > should correctly rotate image (DD)
  • Image Component Default Tests > production mode > should have data url placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove data url placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when data url placeholder and fill (DD)
  • Image Component Default Tests > production mode > should have blurry placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove blurry placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when blurDataURL and fill (DD)
  • Image Component Default Tests > production mode > should be valid HTML (DD)
  • Image Component Default Tests > production mode > should call callback ref cleanups when unmounting (DD)
  • Image Component Default Tests > production mode > should build correct images-manifest.json (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should include a data-attribute on fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position:absolute to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add 100% width and height to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position styles to fill images (DD)
Expand output

● Image Component Default Tests › production mode › should load the images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should preload priority images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with preload prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not pass through user-provided srcset (causing a flash)

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should update the image on src change

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback onLoadingComplete when image is fully loaded

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onLoad with sythetic event

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError when error occurred while loading image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError even when error before hydration

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with image with blob src

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using flexbox

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using overrideSrc prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with sizes and automatically use responsive srcset

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render no wrappers or sizers

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should lazy load with placeholder=blur

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should handle the styles prop appropriately

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=responsive

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render picture via getImageProps

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not create an image folder in server/chunks

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with missing src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with empty string src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should correctly ignore prose styles

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply style inheritance for img elements but not wrapper elements

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply filter style after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should emit image for next/dynamic with non ssr case

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › should correctly rotate image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have data url placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove data url placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when data url placeholder and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have blurry placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove blurry placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when blurDataURL and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should be valid HTML

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should call callback ref cleanups when unmounting

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should build correct images-manifest.json

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms456ms▁▁▁▁▂
Cold (Ready in log)440ms439ms▂▂▁▂▃
Cold (First Request)887ms885ms▆▃▂▅▅
Warm (Listen)456ms456ms▁▂▂▁▃
Warm (Ready in log)439ms439ms▁▂▁▁▃
Warm (First Request)344ms344ms▂▃▂▁▃
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)455ms455ms▁▁▁▁▁
Cold (Ready in log)436ms436ms▃▃▁▃▁
Cold (First Request)1.910s1.916s▂▂▁▂▂
Warm (Listen)455ms456ms▁▁▁▁▁
Warm (Ready in log)435ms436ms▃▃▁▃▃
Warm (First Request)1.914s1.913s▂▂▁▂▂

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.138s4.132s▁▄▄▁▆
Cached Build4.134s4.145s▁▄▃▁▆
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.876s13.850s▁▁▁▁▁
Cached Build13.977s13.949s▁▁▁▁▁
node_modules Size473 MB473 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **398 kB** → **398 kB** ✅ -2 B

80 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip756 B763 B
Total756 B763 B⚠️ +7 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip450 B450 B
Total450 B450 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip57 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.6 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39.1 kB39.1 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.53 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.6 kB-
9544-HASH.js gzipN/A57.8 kB-
Total231 kB231 kB⚠️ +726 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.5 kB2.5 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -2 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB125 kB
page.js gzip250 kB250 kB
Total375 kB376 kB⚠️ +400 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip615 B617 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip43.8 kB43.7 kB
edge-runtime..pack.js gzip842 B842 B
Total45.4 kB45.3 kB✅ -32 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip715 B718 B
Total715 B718 B⚠️ +3 B
Build Cache
CanaryPRChange
0.pack gzip3.89 MB3.9 MB🔴 +10.9 kB (+0%)
index.pack gzip105 kB102 kB🟢 2.14 kB (-2%)
index.pack.old gzip104 kB103 kB
Total4.1 MB4.11 MB⚠️ +8.03 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip316 kB316 kB
app-page-exp..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip316 kB316 kB
app-page-tur..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip312 kB312 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page.run...dev.js gzip313 kB313 kB
app-page.run..prod.js gzip166 kB166 kB
app-route-ex...dev.js gzip70.5 kB70.5 kB
app-route-ex..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.6 kB70.6 kB
app-route-tu..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.1 kB70.1 kB
app-route-tu..prod.js gzip48.9 kB48.9 kB
app-route.ru...dev.js gzip70.1 kB70.1 kB
app-route.ru..prod.js gzip48.8 kB48.8 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.2 kB43.2 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.2 kB43.2 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.5 kB52.5 kB
pages-turbo...prod.js gzip38.4 kB38.4 kB
pages.runtim...dev.js gzip52.5 kB52.5 kB
pages.runtim..prod.js gzip38.4 kB38.4 kB
server.runti..prod.js gzip63.5 kB63.5 kB
Total2.8 MB2.8 MB⚠️ +202 B
📝 Changed Files (9 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page.runtime.dev.js
  • app-route-ex..time.prod.js
  • app-route-tu..time.prod.js
  • app-route-tu..time.prod.js
  • app-route.ru..time.prod.js
  • server.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page.runtime.dev.js
failed to diff
app-route-ex..time.prod.js

Diff too large to display

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

Diff too large to display

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

Diff too large to display

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

Diff too large to display

server.runtime.prod.js

Diff too large to display

@eps1lon
eps1lonforce-pushed the update/react/19.3.0-canary-47d1ad14-20260216 branch from e063914 to e33904bCompareFebruary 17, 2026 23:40
@eps1lon
eps1lon enabled auto-merge (squash) February 17, 2026 23:40
@eps1lon

Copy link
Copy Markdown
Member

Landed in #90144

@eps1loneps1lon closed this Feb 18, 2026
auto-merge was automatically disabled February 18, 2026 16:58

Pull request was closed

@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 5, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nextjs-bot@eps1lon
, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })(); Upgrade React from `6066c782-20260212` to `47d1ad14-20260216` by nextjs-bot · Pull Request #90088 · vercel/next.js · GitHub
Skip to content

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216 - #90088

Closed
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216
Closed

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216#90088
nextjs-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-47d1ad14-20260216

Conversation

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Failing test suites

Commit: e33904b | About building and testing Next.js

pnpm test test/integration/next-image-new/app-dir/test/index.test.ts (job)

  • Image Component Default Tests > production mode > should load the images (DD)
  • Image Component Default Tests > production mode > should preload priority images (DD)
  • Image Component Default Tests > production mode > should work with preload prop (DD)
  • Image Component Default Tests > production mode > should not pass through user-provided srcset (causing a flash) (DD)
  • Image Component Default Tests > production mode > should update the image on src change (DD)
  • Image Component Default Tests > production mode > should callback onLoadingComplete when image is fully loaded (DD)
  • Image Component Default Tests > production mode > should callback native onLoad with sythetic event (DD)
  • Image Component Default Tests > production mode > should callback native onError when error occurred while loading image (DD)
  • Image Component Default Tests > production mode > should callback native onError even when error before hydration (DD)
  • Image Component Default Tests > production mode > should work with image with blob src (DD)
  • Image Component Default Tests > production mode > should work when using flexbox (DD)
  • Image Component Default Tests > production mode > should work when using overrideSrc prop (DD)
  • Image Component Default Tests > production mode > should work with sizes and automatically use responsive srcset (DD)
  • Image Component Default Tests > production mode > should render no wrappers or sizers (DD)
  • Image Component Default Tests > production mode > should lazy load with placeholder=blur (DD)
  • Image Component Default Tests > production mode > should handle the styles prop appropriately (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=fill (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=responsive (DD)
  • Image Component Default Tests > production mode > should render picture via getImageProps (DD)
  • Image Component Default Tests > production mode > should not create an image folder in server/chunks (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with missing src prop (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with empty string src prop (DD)
  • Image Component Default Tests > production mode > should correctly ignore prose styles (DD)
  • Image Component Default Tests > production mode > should apply style inheritance for img elements but not wrapper elements (DD)
  • Image Component Default Tests > production mode > should apply filter style after image loads (DD)
  • Image Component Default Tests > production mode > should emit image for next/dynamic with non ssr case (DD)
  • Image Component Default Tests > production mode > should correctly rotate image (DD)
  • Image Component Default Tests > production mode > should have data url placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove data url placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when data url placeholder and fill (DD)
  • Image Component Default Tests > production mode > should have blurry placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove blurry placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when blurDataURL and fill (DD)
  • Image Component Default Tests > production mode > should be valid HTML (DD)
  • Image Component Default Tests > production mode > should call callback ref cleanups when unmounting (DD)
  • Image Component Default Tests > production mode > should build correct images-manifest.json (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should include a data-attribute on fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position:absolute to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add 100% width and height to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position styles to fill images (DD)
Expand output

● Image Component Default Tests › production mode › should load the images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should preload priority images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with preload prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not pass through user-provided srcset (causing a flash)

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should update the image on src change

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback onLoadingComplete when image is fully loaded

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onLoad with sythetic event

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError when error occurred while loading image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError even when error before hydration

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with image with blob src

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using flexbox

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using overrideSrc prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with sizes and automatically use responsive srcset

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render no wrappers or sizers

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should lazy load with placeholder=blur

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should handle the styles prop appropriately

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=responsive

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render picture via getImageProps

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not create an image folder in server/chunks

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with missing src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with empty string src prop

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should correctly ignore prose styles

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply style inheritance for img elements but not wrapper elements

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply filter style after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should emit image for next/dynamic with non ssr case

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
- navigating to "http://localhost:32839/fill", waiting until "load"
343 | await opts?.beforePageLoad?.(page)
344 |
> 345 | await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
| ^
346 | }
347 |
348 | back(options?: Parameters<Page['goBack']>[0]) {
at Playwright.goto (lib/browsers/playwright.ts:345:16)
at webdriver (lib/next-webdriver.ts:156:3)
at Object.<anonymous> (integration/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › should correctly rotate image

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have data url placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove data url placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when data url placeholder and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have blurry placeholder when enabled

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove blurry placeholder after image loads

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when blurDataURL and fill

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should be valid HTML

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should call callback ref cleanups when unmounting

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should build correct images-manifest.json

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
1831 | 'production mode',
1832 | () => {
> 1833 | beforeAll(async () => {
| ^
1834 | await nextBuild(appDir)
1835 | appPort = await findPort()
1836 | app = await nextStart(appDir, appPort)
at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
at integration/next-image-new/app-dir/test/index.test.ts:1830:56
at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

@nextjs-bot

nextjs-bot commented Feb 17, 2026

Copy link
Copy Markdown
ContributorAuthor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms456ms▁▁▁▁▂
Cold (Ready in log)440ms439ms▂▂▁▂▃
Cold (First Request)887ms885ms▆▃▂▅▅
Warm (Listen)456ms456ms▁▂▂▁▃
Warm (Ready in log)439ms439ms▁▂▁▁▃
Warm (First Request)344ms344ms▂▃▂▁▃
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)455ms455ms▁▁▁▁▁
Cold (Ready in log)436ms436ms▃▃▁▃▁
Cold (First Request)1.910s1.916s▂▂▁▂▂
Warm (Listen)455ms456ms▁▁▁▁▁
Warm (Ready in log)435ms436ms▃▃▁▃▃
Warm (First Request)1.914s1.913s▂▂▁▂▂

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.138s4.132s▁▄▄▁▆
Cached Build4.134s4.145s▁▄▃▁▆
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.876s13.850s▁▁▁▁▁
Cached Build13.977s13.949s▁▁▁▁▁
node_modules Size473 MB473 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **398 kB** → **398 kB** ✅ -2 B

80 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip756 B763 B
Total756 B763 B⚠️ +7 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip450 B450 B
Total450 B450 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip57 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.6 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39.1 kB39.1 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.53 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.6 kB-
9544-HASH.js gzipN/A57.8 kB-
Total231 kB231 kB⚠️ +726 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.5 kB2.5 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -2 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB125 kB
page.js gzip250 kB250 kB
Total375 kB376 kB⚠️ +400 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip615 B617 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip43.8 kB43.7 kB
edge-runtime..pack.js gzip842 B842 B
Total45.4 kB45.3 kB✅ -32 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip715 B718 B
Total715 B718 B⚠️ +3 B
Build Cache
CanaryPRChange
0.pack gzip3.89 MB3.9 MB🔴 +10.9 kB (+0%)
index.pack gzip105 kB102 kB🟢 2.14 kB (-2%)
index.pack.old gzip104 kB103 kB
Total4.1 MB4.11 MB⚠️ +8.03 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip316 kB316 kB
app-page-exp..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip316 kB316 kB
app-page-tur..prod.js gzip168 kB168 kB
app-page-tur...dev.js gzip312 kB312 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page.run...dev.js gzip313 kB313 kB
app-page.run..prod.js gzip166 kB166 kB
app-route-ex...dev.js gzip70.5 kB70.5 kB
app-route-ex..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.6 kB70.6 kB
app-route-tu..prod.js gzip49.1 kB49.1 kB
app-route-tu...dev.js gzip70.1 kB70.1 kB
app-route-tu..prod.js gzip48.9 kB48.9 kB
app-route.ru...dev.js gzip70.1 kB70.1 kB
app-route.ru..prod.js gzip48.8 kB48.8 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.2 kB43.2 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.2 kB43.2 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.5 kB52.5 kB
pages-turbo...prod.js gzip38.4 kB38.4 kB
pages.runtim...dev.js gzip52.5 kB52.5 kB
pages.runtim..prod.js gzip38.4 kB38.4 kB
server.runti..prod.js gzip63.5 kB63.5 kB
Total2.8 MB2.8 MB⚠️ +202 B
📝 Changed Files (9 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page.runtime.dev.js
  • app-route-ex..time.prod.js
  • app-route-tu..time.prod.js
  • app-route-tu..time.prod.js
  • app-route.ru..time.prod.js
  • server.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page.runtime.dev.js
failed to diff
app-route-ex..time.prod.js

Diff too large to display

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

Diff too large to display

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

Diff too large to display

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

Diff too large to display

server.runtime.prod.js

Diff too large to display

@eps1lon
eps1lonforce-pushed the update/react/19.3.0-canary-47d1ad14-20260216 branch from e063914 to e33904bCompareFebruary 17, 2026 23:40
@eps1lon
eps1lon enabled auto-merge (squash) February 17, 2026 23:40
@eps1lon

Copy link
Copy Markdown
Member

Landed in #90144

@eps1loneps1lon closed this Feb 18, 2026
auto-merge was automatically disabled February 18, 2026 16:58

Pull request was closed

@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 5, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nextjs-bot@eps1lon