Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 4 updates: next, @happy-dom/global-registrator, @playwright/test and babel-plugin-react-compiler.

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

Release notes

Sourced from next's releases.

v16.1.1-canary.32

Core Changes

  • fix: setImmediate[util.promisify.custom] access fails in edge runtime: #88685
  • Fix --debug-build-paths bracket escaping for glob patterns: #88660

Misc Changes

  • [turbopack] Add bundling support for worker_threads: #87746
  • [cna] Ensure created app is not considered the workspace root in pnpm: #88647

Credits

Huge thanks to @​lukesandberg, @​eps1lon, @​lubieowoce, and @​unstubbable for helping!

v16.1.1-canary.31

Core Changes

  • Upgrade React from 4a3d993e-20260114 to bef88f7c-20260116: #88649
  • fix: make RedirectType constant properties literal types: #88653
  • Turbopack: add support for matching loaders on resource queries: #88644
  • fix: capture promisified setImmediate separately: #88346

Misc Changes

  • Turbopack: use bugs.nextjs.org for Turbopack panic error reports: #88356
  • Turbopack: docs: condition.query will ship in 16.2.0, not 16.1.1: #88663

Credits

Huge thanks to @​naaa760, @​sokra, @​wbinnssmith, @​jgeschwendt, and @​bgw for helping!

v16.1.1-canary.30

Core Changes

  • Fix incorrect 'Ready in' time for next start: #88589
  • feat: server action logging: #88277
  • Log browser error and warnings in terminal: #88352

Misc Changes

  • Turbopack: avoid removing cells for erroring tasks: #88305
  • [ci] Use native concurrency feature in build-and-test: #87287
  • doc: add details of mcp client integration: #88543
  • Turbopack: unflake unit test: #88620
  • Turbopack: snapshot the ModuleGraph to avoid (eventual) inconsistent graphs: #88340
  • Turbopack: Consistency for compute_async_module_info: #88409
  • Turbopack: follow tracing spans through aggregation update queue: #88410
  • Turbopack: avoid chunk_item_id task and use selective cell access instead: #88411
  • Turbopack: MappedReadRef should be Send and Sync: #88558

... (truncated)

Commits
  • 633e274 v16.1.1-canary.32
  • e05510a Fix --debug-build-paths bracket escaping for glob patterns (#88660)
  • 6cc7273 fix: setImmediate[util.promisify.custom] access fails in edge runtime (#88685)
  • 2bf8a24 [cna] Ensure created app is not considered the workspace root in pnpm (#88647)
  • 0929612 [turbopack] Add bundling support for worker_threads (#87746)
  • 05406f6 v16.1.1-canary.31
  • f069094 Turbopack: docs: condition.query will ship in 16.2.0, not 16.1.1 (#88663)
  • 5a12867 fix: capture promisified setImmediate separately (#88346)
  • d3b3e3a Turbopack: use bugs.nextjs.org for Turbopack panic error reports (#88356)
  • 7e9d7cb Turbopack: add support for matching loaders on resource queries (#88644)
  • Additional commits viewable in compare view

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

Release notes

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

v20.3.3

👷‍♂️ Patch fixes

v20.3.2

👷‍♂️ Patch fixes

Commits
  • d368d4e fix: #1897 Add which property to KeyboardEvent (#1992)
  • b2ee4fd fix: #1941 Node.getRootNode returns correct root for detached shadow trees ...
  • 0e4b92d fix: #1876 Use proxy in Node.contains() for HTMLFormElement/HTMLSelectEleme...
  • 54bf6e7 fix: #1880 Replace setTimeout with queueMicrotask where appropriate (#1881)
  • 74a94fd fix: #1983 Optimize XMLEncodeUtility with pre-compiled RegExp and lookup ta...
  • 87b15b9 fix: #1985 Use parseFloat for Cache-Control max-age parsing (#1986)
  • c594edb fix: #1981 Remove redundant RegExp flags in HTMLParser (#1982)
  • 2175b74 fix: #1966 Widen @​types/node version range to support Node 24+ (#2002)
  • 0c0eb53 fix: #1963 Use PropertySymbol.body to set body in cloneBodyStream (#1995)
  • d8f9f94 fix: #1989 Optimize DOMTokenList add/remove with Set for O(1) lookups (#1990)
  • Additional commits viewable in compare view

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

Commits

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

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 4 updates: [next](https://github.com/vercel/next.js), [@happy-dom/global-registrator](https://github.com/capricorn86/happy-dom), [@playwright/test](https://github.com/microsoft/playwright) and [babel-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/babel-plugin-react-compiler).


Updates `next` from 16.1.1-canary.29 to 16.1.1-canary.32
- [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.29...v16.1.1-canary.32)

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

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

Updates `babel-plugin-react-compiler` from 0.0.0-experimental-cabb246-20260115 to 0.0.0-experimental-cabb246-20260116
- [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.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@happy-dom/global-registrator"
  dependency-version: 20.3.3
  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-18
  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-20260116
  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 19, 2026
@dependabot dependabot bot requested a review from Marukome0743 as a code owner January 19, 2026 02:40
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Jan 19, 2026
@vercel
Copy link

vercel bot commented Jan 19, 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 19, 2026 2:41am

@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 3ab0fd9 failed the test.

Test Log
$ bun --filter @caravan-kidstec/web test:app
@caravan-kidstec/web test:app: bun test v1.3.7-canary.59 (c47f8434)
@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 [9.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. [451.00ms]
@caravan-kidstec/web test:app: Exited with code 1
error: script "test:app" exited with code 1

👀View in Actions

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jan 19, 2026
@dependabot dependabot bot deleted the dependabot/bun/dependencies-f2c3ce4201 branch January 19, 2026 04:09
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.

1 participant