Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

Bumps the dependencies group with 5 updates:

Package From To
next 16.1.1-canary.32 16.1.1-canary.34
@happy-dom/global-registrator 20.3.3 20.3.4
@playwright/test 1.58.0-alpha-2026-01-18 1.58.0-alpha-2026-01-19
@testing-library/react 16.3.1 16.3.2
babel-plugin-react-compiler 0.0.0-experimental-cabb246-20260116 0.0.0-experimental-cabb246-20260119

Updates next from 16.1.1-canary.32 to 16.1.1-canary.34

Release notes

Sourced from next's releases.

v16.1.1-canary.34

Core Changes

  • Add negation pattern support to --debug-build-paths: #88654
  • Only filter next config if experimental flag is enabled: #88733
  • [Devtool Indicator] Fix cross alignment: #88664
  • Turbopack: don't use build id for pages router client-side manifests: #88641
  • Allow inspecting server with next start --inspect: #88744
  • Turbopack: Add --debug-build-paths support to filter routes: #88655
  • Upgrade React from bef88f7c-20260116 to 41b3e9a6-20260119: #88756
  • Use rewritten pathname for implicit cache tags: #88732

Misc Changes

  • [ci] Enable Turborepo remote caching in e2e release deploy tests: #88746
  • [test] Deflake test/development/app-dir/browser-log-forwarding/fixtures/verbose-level/verbose-level.test.ts: #88754
  • Fix Build Commands section in AGENTS.md: #88757
  • [test] Deflake test/development/app-dir/hydration-error-count/hydration-error-count.test.ts: #88749
  • [ci] Exclude test/production from deploy tests: #88763
  • Apply buildArgs also for deploy tests (via package.json): #88731

Credits

Huge thanks to @​unstubbable, @​mischnic, @​williambout, and @​eps1lon for helping!

v16.1.1-canary.33

Misc Changes

  • Revert "[turbopack] Add bundling support for worker_threads": #88725

Credits

Huge thanks to @​sokra for helping!

Commits
  • 6c8e9a2 v16.1.1-canary.34
  • b58b1dc Use rewritten pathname for implicit cache tags (#88732)
  • a77fd58 Upgrade React from bef88f7c-20260116 to 41b3e9a6-20260119 (#88756)
  • 48fdf48 Apply buildArgs also for deploy tests (via package.json) (#88731)
  • 239471c [ci] Exclude test/production from deploy tests (#88763)
  • 9753217 [test] Deflake `test/development/app-dir/hydration-error-count/hydration-erro...
  • e1685de Fix Build Commands section in AGENTS.md (#88757)
  • a0e2d59 [test] Deflake `test/development/app-dir/browser-log-forwarding/fixtures/verb...
  • 4379e65 [ci] Enable Turborepo remote caching in e2e release deploy tests (#88746)
  • c6dd32c Turbopack: Add --debug-build-paths support to filter routes (#88655)
  • Additional commits viewable in compare view

Updates @happy-dom/global-registrator from 20.3.3 to 20.3.4

Release notes

Sourced from @​happy-dom/global-registrator's releases.

v20.3.4

👷‍♂️ Patch fixes

Commits

Updates @playwright/test from 1.58.0-alpha-2026-01-18 to 1.58.0-alpha-2026-01-19

Commits

Updates @testing-library/react from 16.3.1 to 16.3.2

Release notes

Sourced from @​testing-library/react's releases.

v16.3.2

16.3.2 (2026-01-19)

Bug Fixes

  • Update 'onCaughtError' type inference in 'RenderOptions' to work with React v19 (#1438) (f32bd1b)
Commits
  • f32bd1b fix: Update 'onCaughtError' type inference in 'RenderOptions' to work with Re...
  • See full diff in compare view

Updates babel-plugin-react-compiler from 0.0.0-experimental-cabb246-20260116 to 0.0.0-experimental-cabb246-20260119

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `16.1.1-canary.32` | `16.1.1-canary.34` |
| [@happy-dom/global-registrator](https://github.com/capricorn86/happy-dom) | `20.3.3` | `20.3.4` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.58.0-alpha-2026-01-18` | `1.58.0-alpha-2026-01-19` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.1` | `16.3.2` |
| [babel-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/babel-plugin-react-compiler) | `0.0.0-experimental-cabb246-20260116` | `0.0.0-experimental-cabb246-20260119` |


Updates `next` from 16.1.1-canary.32 to 16.1.1-canary.34
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.1-canary.32...v16.1.1-canary.34)

Updates `@happy-dom/global-registrator` from 20.3.3 to 20.3.4
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.3.3...v20.3.4)

Updates `@playwright/test` from 1.58.0-alpha-2026-01-18 to 1.58.0-alpha-2026-01-19
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/commits)

Updates `@testing-library/react` from 16.3.1 to 16.3.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.3.1...v16.3.2)

Updates `babel-plugin-react-compiler` from 0.0.0-experimental-cabb246-20260116 to 0.0.0-experimental-cabb246-20260119
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/babel-plugin-react-compiler)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.1.1-canary.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@happy-dom/global-registrator"
  dependency-version: 20.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.58.0-alpha-2026-01-19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: babel-plugin-react-compiler
  dependency-version: 0.0.0-experimental-cabb246-20260119
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 20, 2026
@dependabot dependabot bot requested a review from Marukome0743 as a code owner January 20, 2026 02:25
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Jan 20, 2026
@vercel
Copy link

vercel bot commented Jan 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
caravan-kidstec Ready Ready Preview, Comment Jan 20, 2026 2:26am

@github-actions
Copy link

🪄 Deploy Preview for ready!

Open in Codeflow
Learn more about StackBlitz Codeflow.

@github-actions
Copy link

❌ Test Failed

@dependabot[bot], your commit 8bb0152 failed the test.

Test Log
$ bun --filter @caravan-kidstec/web test:app
@caravan-kidstec/web test:app: bun test v1.3.7-canary.68 (62834e1b)
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app: ::group::test/app/page.test.tsx:
@caravan-kidstec/web test:app: (pass) className test > article test [7.00ms]
@caravan-kidstec/web test:app: 12 |     )
@caravan-kidstec/web test:app: 13 |   })
@caravan-kidstec/web test:app: 14 | 
@caravan-kidstec/web test:app: 15 |   test("section test", () => {
@caravan-kidstec/web test:app: 16 |     const sections = document.querySelectorAll("section")
@caravan-kidstec/web test:app: 17 |     expect(sections[0]?.className).toEqual(
@caravan-kidstec/web test:app:                                         ^
@caravan-kidstec/web test:app: error: expect(received).toEqual(expected)
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app: Expected: "font-bold leading-7 space-y-4 text-base text-center tracking-[.29em]"
@caravan-kidstec/web test:app: Received: undefined
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app:       at <anonymous> (/home/runner/work/caravan-kidstec/caravan-kidstec/@caravan-kidstec/web/test/app/page.test.tsx:17:36)
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app: ::error file=@caravan-kidstec/web/test/app/page.test.tsx,line=17,col=36,title=error: expect(received).toEqual(expected)::Expected: "font-bold leading-7 space-y-4 text-base text-center tracking-[.29em]"%0AReceived: undefined%0A%0A      at <anonymous> (/home/runner/work/caravan-kidstec/caravan-kidstec/@caravan-kidstec/web/test/app/page.test.tsx:17:36)
@caravan-kidstec/web test:app: (fail) className test > section test [1.00ms]
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app: ::endgroup::
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app:  1 pass
@caravan-kidstec/web test:app:  1 fail
@caravan-kidstec/web test:app:  2 expect() calls
@caravan-kidstec/web test:app: Ran 2 tests across 1 file. [443.00ms]
@caravan-kidstec/web test:app: Exited with code 1
error: script "test:app" exited with code 1

👀View in Actions

Copy link
Member

@Marukome0743 Marukome0743 left a comment

Choose a reason for hiding this comment

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

Image

@Marukome0743 Marukome0743 merged commit a9f2896 into main Jan 20, 2026
23 of 26 checks passed
@Marukome0743 Marukome0743 deleted the dependabot/bun/dependencies-46d58213d4 branch January 20, 2026 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants