Skip to content

chore(deps): bump the production-dependencies group with 27 updates#365

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-cd6fc5742c
Open

chore(deps): bump the production-dependencies group with 27 updates#365
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-cd6fc5742c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the production-dependencies group with 27 updates:

Package From To
@headlessui/react 2.2.9 2.2.10
@next/eslint-plugin-next 16.2.2 16.2.4
@noble/ed25519 3.0.1 3.1.0
@portabletext/editor 6.6.0 6.6.2
@react-email/render 2.0.5 2.0.7
@react-pdf/renderer 4.3.3 4.5.1
@sanity/types 5.19.0 5.23.0
@tanstack/react-query 5.96.2 5.100.6
@tanstack/react-query-devtools 5.96.2 5.100.6
@trpc/client 11.16.0 11.17.0
@trpc/react-query 11.16.0 11.17.0
@trpc/server 11.16.0 11.17.0
@workos-inc/authkit-nextjs 3.0.0 4.0.1
apexcharts 5.10.4 5.10.6
dotenv 17.4.0 17.4.2
jose 6.2.2 6.2.3
nanoid 5.1.7 5.1.9
next 16.2.2 16.2.4
next-auth 5.0.0-beta.30 5.0.0-beta.31
next-sanity 12.2.1 12.4.0
resend 6.10.0 6.12.2
sanity 5.19.0 5.23.0
styled-components 6.3.12 6.4.1
tailwindcss 4.2.2 4.2.4
typescript 6.0.2 6.0.3
uuid 13.0.0 14.0.0
zod 4.3.6 4.4.1

Updates @headlessui/react from 2.2.9 to 2.2.10

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.10

Fixed

  • Don’t render <Portal> while hydrating (#3825)
  • Fix passing props on Fragment error due to Symbol(react.lazy) (#3873)
Changelog

Sourced from @​headlessui/react's changelog.

[2.2.10] - 2026-04-07

Fixed

  • Don’t render <Portal> while hydrating (#3825)
  • Fix passing props on Fragment error due to Symbol(react.lazy) (#3873)
Commits

Updates @next/eslint-plugin-next from 16.2.2 to 16.2.4

Release notes

Sourced from @​next/eslint-plugin-next's releases.

v16.2.4

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64) (#92713)
  • Turbopack: fix filesystem watcher config not applying follow_symlinks(false) (#92631)
  • Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#92580)
  • Compiler: Support boolean and number primtives in next.config defines (#92731)
  • turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during recomputation (#92725)
  • Turbopack: shorter error for ChunkGroupInfo::get_index_of (#92814)
  • Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#92828)
  • Adding more system info to the 'initialize project' trace (#92427)

Credits

Huge thanks to @​Badbird5907, @​lukesandberg, @​andrewimm, @​sokra, and @​mischnic for helping!

v16.2.3

[!NOTE] This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see https://vercel.com/changelog/summary-of-cve-2026-23869. The release does not include all pending features/changes on canary.

Core Changes

  • Ensure app-page reports stale ISR revalidation errors via onRequestError (#92282)
  • Fix [Bug]: manifest.ts breaks HMR in Next.js 16.2 (#91981 through #92273)
  • Deduplicate output assets and detect content conflicts on emit (#92292)
  • Fix styled-jsx race condition: styles lost due to concurrent rendering (#92459)
  • turbo-tasks-backend: stability fixes for task cancellation and error handling (#92254)

Credits

Huge thanks to @​icyJoseph, @​sokra, @​wbinnssmith, @​eps1lon and @​ztanner for helping!

Commits

Updates @noble/ed25519 from 3.0.1 to 3.1.0

Release notes

Sourced from @​noble/ed25519's releases.

3.1.0

  • March 2026 self-audit (all files): no major issues found
    • Audited for spec compliance and security
    • Minor code hardening in different places
  • Fix all Byte Array types, to ensure proper work in both TypeScript 5.6 & TypeScript 5.9+
    • TS 5.6 has Uint8Array, while TS 5.9+ made it generic Uint8Array<ArrayBuffer>
    • This creates incompatibility of code between versions
    • Previously, it was hard to use and constantly emitted errors similar to TS2345
    • See typescript#62240 for more context
  • Fix sign() in Firefox WebExtension context. Closes gh-120
  • Fix compilation issues on TypeScript v6
  • Improve tree-shaking, reduce bundle sizes
  • Add massive amounts of documentation everywhere

Full Changelog: paulmillr/noble-ed25519@3.0.1...3.1.0

Commits

Updates @portabletext/editor from 6.6.0 to 6.6.2

Release notes

Sourced from @​portabletext/editor's releases.

@​portabletext/editor@​6.6.2

Patch Changes

@​portabletext/editor@​6.6.1

Patch Changes

Changelog

Sourced from @​portabletext/editor's changelog.

6.6.2

Patch Changes

6.6.1

Patch Changes

Commits
  • 5454335 Version Packages
  • 2a3e039 fix: preserve selection when editor loses focus
  • 1e4f53d test: delayed focus event
  • f740003 test: add more 'update value' scenarios
  • 8c05146 test: add more baseline perf tests
  • ca9f614 Version Packages
  • 1ae0023 test: various selection preservation tests
  • c92b9e4 chore: enforce deep equality assertions on editor value in tests
  • ef6daba fix: re-apply DOM selection after focus to prevent WebKit selection race
  • 0464f65 fix(perf): skip dirty path transform when appending blocks at the end
  • Additional commits viewable in compare view

Updates @react-email/render from 2.0.5 to 2.0.7

Release notes

Sourced from @​react-email/render's releases.

@​react-email/render@​2.0.7

Patch Changes

  • 7fc539d: fix export map ordering between convex and node

@​react-email/render@​2.0.7-canary.0

Patch Changes

  • 7fc539d: fix export map ordering between convex and node

@​react-email/render@​2.0.6

Patch Changes

  • f6cfef0: fix: await stream.allReady before reading renderToReadableStream output
Changelog

Sourced from @​react-email/render's changelog.

2.0.7

Patch Changes

  • 7fc539d: fix export map ordering between convex and node

2.0.7-canary.0

Patch Changes

  • 7fc539d: fix export map ordering between convex and node

2.0.6

Patch Changes

  • f6cfef0: fix: await stream.allReady before reading renderToReadableStream output
Commits

Updates @react-pdf/renderer from 4.3.3 to 4.5.1

Release notes

Sourced from @​react-pdf/renderer's releases.

@​react-pdf/renderer@​4.4.1

Patch Changes

Changelog

Sourced from @​react-pdf/renderer's changelog.

4.5.1

Patch Changes

4.5.0

Minor Changes

Patch Changes

4.4.1

Patch Changes

4.4.0

Minor Changes

... (truncated)

Commits

Updates @sanity/types from 5.19.0 to 5.23.0

Release notes

Sourced from @​sanity/types's releases.

v5.23.0

Sanity Studio v5.23.0

This release includes various improvements and bug fixes.

For the complete changelog with all details, please visit: www.sanity.io/changelog/studio-NS4yMi4w

Install or upgrade Sanity Studio

To upgrade to this version, run:

npm install sanity@latest

To initiate a new Sanity Studio project or learn more about upgrading, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

📓 Full changelog

Author Message Commit
@​EoinFalconer feat(studio): add config option to disable ask-to-edit button (#12692) 391d40357b514a46559927003462176463ba5665
@​EoinFalconer fix(diff): deduplicate repeated inline diff segments in Portable Text (#12675) 26c140f22db79c3e0f23f8b56627123427658e38
@​bjoerge fix(ci): keep release-notes consistent for PR-less commits (#12752) 21a31ef82447139d95a25d4597a269ca537d4247
@​bjoerge fix(ci): handle commits without an associated PR (#12750) 67682e55f6ff7c966d2c7fc8e2bdf74edb7f6448
@​pedrobonamin chore(core): update invalid fields styles (#12002) 713dd8c9cd0a69971110cccbb2b9a0bb466c4c77
squiggler-app[bot] chore(deps): update dependency @​sanity/telemetry to v1 (#12664) d4eb80ee6fe78ad70d8e022af4bc07d2f2369495
squiggler-app[bot] chore(deps): update dependency @​sanity/document-internationalization to v6 (#12663) c4b92e3bdaff83af921e53a270e35470a62996d4
squiggler-app[bot] chore(deps): update dependency @​sanity/assist to v6 (#12662) 937284298565d961949ed46bfee0df9c76764397
@​EoinFalconer fix(studio): hide user menu on mobile in dashboard mode (#12684) e51fee8a1ab7156ae8acdae168538d8d5462c441
@​annez feat(telemetry): add Global Search Latency Measured event (#12709) 317ae6b492c0261fc02cda398455e9cecdb94488
squiggler-app[bot] chore(deps): dedupe pnpm-lock.yaml (#12741) c825f1f8ed57cb146b909a76e9d756930c94384a
@​pedrobonamin feat: enable vanilla-extract CSS (#12590) c0fb87ff5ea41290df895fd45e3b0e90ce300bc1
@​pedrobonamin fix(core): show json diffs for missing fields, skip _system field (#12744) 57ebcca7be5578348a876dfa176a96b17e683f92
@​gu-stav fix(feedback): associate labels with HTML form fields (#12746) d08b8eea7ac0c2f068742bb95fa1037e23a45058
@​bjoerge test(e2e): require matcher in expectError to avoid suppressing unrelated errors (#12745) 6f1d6c2e8ffe25eaffca59cd79e1e01fc5ca45db
@​RitaDias fix: issue when reverting to revisions in live edits (#12729) e0c829f35013ca75724234f01c2c5896b609b8c3
@​bjoerge refactor: move store modules from _legacy directory to top-level store (#12735) bfd3b141e648ffed03a211501c3fc9af85c6b960
squiggler-app[bot] chore(tests): generate dts tests 🤖 ✨ (#12742) 39210533ec84595808c1c4eefbfee8255bc17e76
@​bjoerge chore: switch to tsgo across the board (#12738) 6b99ab91e042a9e2d4ecb142bd3a36e9ff644ed8
@​bjoerge feat(sanity): warn on divergent auth configs for same project id (#12732) 36b911d9f78cdcfc6358ed7768a846c802d0e96f
@​Chrilleweb fix(docs): code of conduct path in contributing file (#12740) fc5f9fc2a9431fc97522783381d00b31485cb986
@​annez feat(telemetry): add Document Initial Load Measured event (#12710) 7110142050a13ede0f7beecc929a63076cdffdd5
@​EoinFalconer fix(releases): add empty state for cardinality-one releases with no documents (#12687) 379906f8c4c82de161514af20006ef2413027900
@​EoinFalconer fix(form): maintain select button position with disableNew on image fields (#12683) 91ebac8244cc0f92a36c32d3c7c046833da4d236
@​bjoerge ci(workflows): drop fetch-depth: 0 from jobs that don't need history (#12736) 0a1b5b3b17290488eb70b6b57b2470dcb6050ab5
Copilot fix(core): throw on missing projectId/dataset in getOperationStoreKey (#12609) 583bccea9cb3c7e0d5a85feee9220e7030076705
squiggler-app[bot] chore(tests): generate dts tests 🤖 ✨ (#12734) 7f09c2a71550ea13b35832f70939408291f50ca0
@​RitaDias refactor: the menu items in viewContentReleases and ScheduledDraftsMenuItem show proper hovering (#12703) 6ba4b9037281bbe149bf8ddec28fa4c0507baf0b

... (truncated)

Changelog

Sourced from @​sanity/types's changelog.

5.23.0 (2026-04-29)

Features

  • enable vanilla-extract CSS (#12590) (c0fb87f)
  • sanity: warn on divergent auth configs for same project id (#12732) (36b911d)
  • studio: add config option to disable ask-to-edit button (#12692) (391d403)
  • telemetry: add Document Initial Load Measured event (#12710) (7110142)
  • telemetry: add Global Search Latency Measured event (#12709) (317ae6b)

Bug Fixes

  • ci: handle commits without an associated PR (#12750) (67682e5)
  • ci: keep release-notes consistent for PR-less commits (#12752) (21a31ef)
  • ci: pass --shard through pnpm without literal -- separators (#12713) (ba7789b)
  • core: show json diffs for missing fields, skip _system field (#12744) (57ebcca)
  • core: throw on missing projectId/dataset in getOperationStoreKey (#12609) (583bcce)
  • diff: deduplicate repeated inline diff segments in Portable Text (#12675) (26c140f)
  • docs: code of conduct path in contributing file (#12740) (fc5f9fc)
  • e2e: bypass navbar pointer-event interception in reference autocomplete (#12717) (e354416)
  • e2e: stabilize custom release actions E2E test (#12694) (4f5ee31)
  • e2e: stabilize page.goto wrapper for Firefox CI load (#12712) (164332d)
  • feedback: associate labels with HTML form fields (#12746) (d08b8ee)
  • form: maintain select button position with disableNew on image fields (#12683) (91ebac8)
  • form: prevent scroll jump when opening field overflow menu (#12629) (1ce6320)
  • issue when reverting to revisions in live edits (#12729) (e0c829f)
  • releases: add empty state for cardinality-one releases with no documents (#12687) (379906f)
  • releases: improve activity panel UX consistency (#12686) (5b9cd5d)
  • remove underline from openInNewTabIcon menu item for refs (#12724) (eb3ca24)
  • studio: hide user menu on mobile in dashboard mode (#12684) (e51fee8)
  • test: disable console intercept to prevent worker teardown races (#12716) (032532d)

5.22.0 (2026-04-22)

Features

  • asset-sources: add persistence key for Media Library plugin (#12670) (311ac2d)
  • config: add hidden property to workspace configuration (#12599) (41c0f27)
  • telemetry: add Studio Auth Ready + Studio Ready timing events (#12707) (f3ba538)

Bug Fixes

  • auth: make logout method return promise in auth store types (#12690) (a45e005)
  • ci: add auth store e2e tests (#12647) (9229abc)
  • ci: add auth store unit tests (#12646) (0ab91e8)
  • ci: exclude markdown files from v8 coverage (#12680) (047297d)
  • ci: use default lint output format for reliable error visibility (#12696) (e53903b)
  • deps: update dependency @​sanity/cli to ^6.4.0 (#12727) (b7bd438)
  • e2e: stabilize validation and vision test race conditions (9060f82)
  • form: support programmatic focus with inline changes enabled (#12673) (cf9ce7d)
  • positioning of reference input lists in documents (and modals / dialogs / popovers) (#12721) (14f7b82)

... (truncated)

Commits
  • 25de8ab chore(release): publish v5.23.0 (#12730)
  • 22d51d7 chore(release): publish v5.22.0 (#12678)
  • 311ac2d feat(asset-sources): add persistence key for Media Library plugin (#12670)
  • 3ca5e31 fix(types): correct BlockRule value type from any[] to PortableTextBlock (#12...
  • 22defad chore(release): publish v5.21.0 (#12588)
  • f63d472 chore(deps): update @​sanity/sdk, @​sanity/message-protocol, and @​sanity/insert...
  • b7b5a0e chore(release): publish v5.20.0 (#12560)
  • d566c31 fix(types): preserve type autocomplete for defineField inside defineType (#12...
  • See full diff in compare view

Updates @tanstack/react-query from 5.96.2 to 5.100.6

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-devtools@​5.100.6

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.100.6
    • @​tanstack/react-query@​5.100.6

@​tanstack/react-query-next-experimental@​5.100.6

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.100.6

@​tanstack/react-query-persist-client@​5.100.6

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.100.6
    • @​tanstack/react-query@​5.100.6

@​tanstack/react-query@​5.100.6

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.100.6

@​tanstack/react-query-devtools@​5.100.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.100.5
    • @​tanstack/react-query@​5.100.5

@​tanstack/react-query-next-experimental@​5.100.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.100.5

@​tanstack/react-query-persist-client@​5.100.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.100.5
    • @​tanstack/react-query@​5.100.5

@​tanstack/react-query@​5.100.5

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-query's changelog.

5.100.6

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.100.6

5.100.5

Patch Changes

  • Updated dependencies [a53ef97]:
    • @​tanstack/query-core@​5.100.5

5.100.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.100.4

5.100.3

Patch Changes

  • fix(suspense): skip calling combine when queries would suspend (#10576)

  • Updated dependencies [f85d825]:

    • @​tanstack/query-core@​5.100.3

5.100.2

Patch Changes

5.100.1

Patch Changes

  • Updated dependencies [1bb0d23]:
    • @​tanstack/query-core@​5.100.1

5.100.0

Patch Changes

  • Updated dependencies [6540a41]:
    • @​tanstack/query-core@​5.100.0

... (truncated)

Commits

Bumps the production-dependencies group with 27 updates:

| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.2.9` | `2.2.10` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.2.2` | `16.2.4` |
| [@noble/ed25519](https://github.com/paulmillr/noble-ed25519) | `3.0.1` | `3.1.0` |
| [@portabletext/editor](https://github.com/portabletext/editor/tree/HEAD/packages/editor) | `6.6.0` | `6.6.2` |
| [@react-email/render](https://github.com/resend/react-email/tree/HEAD/packages/render) | `2.0.5` | `2.0.7` |
| [@react-pdf/renderer](https://github.com/diegomura/react-pdf/tree/HEAD/packages/renderer) | `4.3.3` | `4.5.1` |
| [@sanity/types](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/types) | `5.19.0` | `5.23.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.96.2` | `5.100.6` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.96.2` | `5.100.6` |
| [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) | `11.16.0` | `11.17.0` |
| [@trpc/react-query](https://github.com/trpc/trpc/tree/HEAD/packages/react) | `11.16.0` | `11.17.0` |
| [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) | `11.16.0` | `11.17.0` |
| [@workos-inc/authkit-nextjs](https://github.com/workos/authkit-nextjs) | `3.0.0` | `4.0.1` |
| [apexcharts](https://github.com/apexcharts/apexcharts.js) | `5.10.4` | `5.10.6` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.4.0` | `17.4.2` |
| [jose](https://github.com/panva/jose) | `6.2.2` | `6.2.3` |
| [nanoid](https://github.com/ai/nanoid) | `5.1.7` | `5.1.9` |
| [next](https://github.com/vercel/next.js) | `16.2.2` | `16.2.4` |
| [next-auth](https://github.com/nextauthjs/next-auth) | `5.0.0-beta.30` | `5.0.0-beta.31` |
| [next-sanity](https://github.com/sanity-io/next-sanity/tree/HEAD/packages/next-sanity) | `12.2.1` | `12.4.0` |
| [resend](https://github.com/resend/resend-node) | `6.10.0` | `6.12.2` |
| [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) | `5.19.0` | `5.23.0` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.3.12` | `6.4.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.2` | `4.2.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` |
| [uuid](https://github.com/uuidjs/uuid) | `13.0.0` | `14.0.0` |
| [zod](https://github.com/colinhacks/zod) | `4.3.6` | `4.4.1` |


Updates `@headlessui/react` from 2.2.9 to 2.2.10
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.10/packages/@headlessui-react)

Updates `@next/eslint-plugin-next` from 16.2.2 to 16.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.4/packages/eslint-plugin-next)

Updates `@noble/ed25519` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/paulmillr/noble-ed25519/releases)
- [Commits](paulmillr/noble-ed25519@3.0.1...3.1.0)

Updates `@portabletext/editor` from 6.6.0 to 6.6.2
- [Release notes](https://github.com/portabletext/editor/releases)
- [Changelog](https://github.com/portabletext/editor/blob/main/packages/editor/CHANGELOG.md)
- [Commits](https://github.com/portabletext/editor/commits/@portabletext/editor@6.6.2/packages/editor)

Updates `@react-email/render` from 2.0.5 to 2.0.7
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/render/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/render@2.0.7/packages/render)

Updates `@react-pdf/renderer` from 4.3.3 to 4.5.1
- [Release notes](https://github.com/diegomura/react-pdf/releases)
- [Changelog](https://github.com/diegomura/react-pdf/blob/master/packages/renderer/CHANGELOG.md)
- [Commits](https://github.com/diegomura/react-pdf/commits/@react-pdf/layout@4.5.1/packages/renderer)

Updates `@sanity/types` from 5.19.0 to 5.23.0
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Changelog](https://github.com/sanity-io/sanity/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/sanity/commits/v5.23.0/packages/@sanity/types)

Updates `@tanstack/react-query` from 5.96.2 to 5.100.6
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.100.6/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.96.2 to 5.100.6
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.100.6/packages/react-query-devtools)

Updates `@trpc/client` from 11.16.0 to 11.17.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.17.0/packages/client)

Updates `@trpc/react-query` from 11.16.0 to 11.17.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.17.0/packages/react)

Updates `@trpc/server` from 11.16.0 to 11.17.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.17.0/packages/server)

Updates `@workos-inc/authkit-nextjs` from 3.0.0 to 4.0.1
- [Release notes](https://github.com/workos/authkit-nextjs/releases)
- [Changelog](https://github.com/workos/authkit-nextjs/blob/main/CHANGELOG.md)
- [Commits](workos/authkit-nextjs@v3.0.0...v4.0.1)

Updates `apexcharts` from 5.10.4 to 5.10.6
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](apexcharts/apexcharts.js@v5.10.4...v5.10.6)

Updates `dotenv` from 17.4.0 to 17.4.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.4.0...v17.4.2)

Updates `jose` from 6.2.2 to 6.2.3
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.2...v6.2.3)

Updates `nanoid` from 5.1.7 to 5.1.9
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.1.7...5.1.9)

Updates `next` from 16.2.2 to 16.2.4
- [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.2.2...v16.2.4)

Updates `next-auth` from 5.0.0-beta.30 to 5.0.0-beta.31
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@5.0.0-beta.30...next-auth@5.0.0-beta.31)

Updates `next-sanity` from 12.2.1 to 12.4.0
- [Release notes](https://github.com/sanity-io/next-sanity/releases)
- [Changelog](https://github.com/sanity-io/next-sanity/blob/main/packages/next-sanity/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/next-sanity/commits/next-sanity@12.4.0/packages/next-sanity)

Updates `resend` from 6.10.0 to 6.12.2
- [Release notes](https://github.com/resend/resend-node/releases)
- [Commits](resend/resend-node@v6.10.0...v6.12.2)

Updates `sanity` from 5.19.0 to 5.23.0
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Changelog](https://github.com/sanity-io/sanity/blob/main/packages/sanity/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/sanity/commits/v5.23.0/packages/sanity)

Updates `styled-components` from 6.3.12 to 6.4.1
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.3.12...styled-components@6.4.1)

Updates `tailwindcss` from 4.2.2 to 4.2.4
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.4/packages/tailwindcss)

Updates `typescript` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.2...v6.0.3)

Updates `uuid` from 13.0.0 to 14.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v13.0.0...v14.0.0)

Updates `zod` from 4.3.6 to 4.4.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.6...v4.4.1)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@noble/ed25519"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@portabletext/editor"
  dependency-version: 6.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-email/render"
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-pdf/renderer"
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@sanity/types"
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.100.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.100.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@trpc/client"
  dependency-version: 11.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@trpc/react-query"
  dependency-version: 11.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@trpc/server"
  dependency-version: 11.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@workos-inc/authkit-nextjs"
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: apexcharts
  dependency-version: 5.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jose
  dependency-version: 6.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nanoid
  dependency-version: 5.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: next
  dependency-version: 16.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: next-auth
  dependency-version: 5.0.0-beta.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: next-sanity
  dependency-version: 12.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: resend
  dependency-version: 6.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sanity
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: styled-components
  dependency-version: 6.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: zod
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 1, 2026 05:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 1, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 1, 2026

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

Project Deployment Actions Updated (UTC)
cloudnativedays Ready Ready Preview, Comment May 1, 2026 5:34am

Request Review

Comment thread package.json
"@trpc/client": "^11.17.0",
"@trpc/react-query": "^11.17.0",
"@trpc/server": "^11.17.0",
"@types/qrcode": "^1.5.6",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 @workos-inc/authkit-nextjs major version bump (3→4) — verify API compatibility

This is a major version upgrade. The codebase uses authkitMiddleware (in src/proxy.ts), handleAuth (in src/app/api/auth/callback/route.ts), and withAuth (in src/app/(workshop)/workshop/page.tsx). Major releases in auth SDKs commonly rename or restructure these entry points. The v4 changelog was not publicly indexed at review time, so it's worth consulting the GitHub releases page to confirm none of these APIs have breaking changes before merging.

Comment thread package.json
"uuid": "^14.0.0",
"zod": "^4.4.1"
},
"devDependencies": {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 uuid 13→14 drops Node 18 support

uuid v14.0.0 drops Node 18 and now requires Node 20+ with a globally available crypto object. If any deployment target (e.g., a Lambda, container base image, or CI runner) is still on Node 18, uuid calls will fail at runtime. The project's @types/node@^25 strongly suggests Node 20+ is intended, but it's worth confirming the deployment runtime matches.

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.

0 participants