Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the production-dependencies group with 28 updates in the / directory:

Package From To
@next/eslint-plugin-next 16.0.5 16.1.1
@portabletext/editor 2.21.3 4.1.3
@portabletext/react 5.0.0 6.0.2
@portabletext/to-html 4.0.1 5.0.1
@portabletext/types 3.0.0 4.0.1
@react-email/render 1.4.0 2.0.1
@sanity/image-url 1.2.0 2.0.2
@sanity/types 4.19.0 5.1.0
@tailwindcss/forms 0.5.10 0.5.11
@tanstack/react-query 5.90.11 5.90.14
@tanstack/react-query-devtools 5.91.1 5.91.2
@trpc/client 11.7.2 11.8.1
@trpc/react-query 11.7.2 11.8.1
@trpc/server 11.7.2 11.8.1
@vercel/analytics 1.5.0 1.6.1
@vercel/og 0.8.5 0.8.6
@vercel/speed-insights 1.2.0 1.3.1
@workos-inc/authkit-nextjs 2.11.1 2.12.2
html2canvas-pro 1.5.13 1.6.3
jose 6.1.2 6.1.3
jsonld 8.3.3 9.0.0
next 16.0.5 16.1.1
next-sanity 11.6.10 12.0.7
react-apexcharts 1.8.0 1.9.0
resend 6.5.2 6.6.0
sanity 4.19.0 5.1.0
tailwindcss 4.1.17 4.1.18
zod 4.1.13 4.3.4

Updates @next/eslint-plugin-next from 16.0.5 to 16.1.1

Release notes

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

v16.1.1

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

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows (#87606)

Credits

Huge thanks to @​sokra and @​ztanner for helping!

v16.1.1-canary.10

Misc Changes

  • chore(turbo-tasks-malloc): replace mimalloc-rspack to mimalloc: #87815

Credits

Huge thanks to @​xusd320 for helping!

v16.1.1-canary.9

Core Changes

  • misc: fix type check log for CI envs: #87838

Misc Changes

  • Update Rspack production test manifest: #87889
  • Update Rspack development test manifest: #87888

Credits

Huge thanks to @​feedthejim and @​vercel-release-bot for helping!

v16.1.1-canary.8

Core Changes

  • [strict-route-types] Add experimental.strictRouteTypes config: #87378

Credits

Huge thanks to @​eps1lon for helping!

v16.1.1-canary.7

Core Changes

  • Add experimental routing package for resolving adapter routes: #86404
  • Ensure outputs are correct with cache components in deployment adapters: #87018
  • Move off of deprecated url.parse: #87257

... (truncated)

Commits

Updates @portabletext/editor from 2.21.3 to 4.1.3

Release notes

Sourced from @​portabletext/editor's releases.

@​portabletext/editor@​4.1.3

Patch Changes

@​portabletext/editor@​4.1.1

Patch Changes

  • Updated dependencies [70aef20]:
    • @​portabletext/patches@​2.0.4

@​portabletext/editor@​4.1.0

Minor Changes

  • #2059 9e49556 Thanks @​christianhg! - feat(patches): support setIfMissing patches

    setIfMissing is like set, except existing keys will be preserved and not overwritten:

    editor.send({
      type: 'patches',
      patches: [
        {
          type: 'setIfMissing',
          origin: 'remote',
          path: [{_key: 'block-key'}, 'level'],
          value: 1,
        },
      ],
      // Snapshot not important
      snapshot: undefined,
    })

Patch Changes

@​portabletext/editor@​4.0.3

Patch Changes

@​portabletext/editor@​4.0.2

Patch Changes

... (truncated)

Changelog

Sourced from @​portabletext/editor's changelog.

4.1.3

Patch Changes

4.1.2

Patch Changes

  • #2066 25806bb Thanks @​christianhg! - fix: remove useSlateSelector usage

  • #2064 f082dd1 Thanks @​christianhg! - fix: replace JSON.stringify usage with proper isEqualPaths util

  • #2066 c486169 Thanks @​christianhg! - fix: optimize internal logic that calculates focused and selected states

    Before this change, each rendered block and child subscribed individually to selection state using Slate's selector system. When deleting large selections, hundreds of these subscriptions would clean up synchronously during React's commit phase, blocking the main thread and causing the editor to freeze for several seconds.

    Now, selection state is computed once in a shared context and components perform simple O(1) lookups. This eliminates per-component subscription overhead and makes bulk deletions near-instant, even for documents with hundreds of blocks.

  • #2064 a880f48 Thanks @​christianhg! - fix(selectors): optimize isOverlappingSelection

4.1.1

Patch Changes

  • Updated dependencies [70aef20]:
    • @​portabletext/patches@​2.0.4

4.1.0

Minor Changes

  • #2059 9e49556 Thanks @​christianhg! - feat(patches): support setIfMissing patches

    setIfMissing is like set, except existing keys will be preserved and not overwritten:

    editor.send({
      type: 'patches',
      patches: [

... (truncated)

Commits
  • 3fe5b21 Version Packages
  • 013e7bf chore(deps): update sanity monorepo to ^5.1.0
  • 793c8a0 fix: avoid redundant nested calls to skip normalization
  • 56587f5 fix: make unique key checks faster
  • 9387024 Version Packages
  • 25806bb fix: remove useSlateSelector usage
  • c486169 fix: optimize internal logic that calculates focused and selected states
  • 3920ad4 refactor: abstract common getSelectedChildren from getSelectedSpans
  • a880f48 fix(selectors): optimize isOverlappingSelection
  • 69c9a88 refactor: abstract common comparePoints util
  • Additional commits viewable in compare view

Updates @portabletext/react from 5.0.0 to 6.0.2

Release notes

Sourced from @​portabletext/react's releases.

v6.0.2

Patch Changes

v6.0.1

Patch Changes

v6.0.0

Major Changes

Patch Changes

Changelog

Sourced from @​portabletext/react's changelog.

6.0.2

Patch Changes

6.0.1

Patch Changes

6.0.0

Major Changes

Patch Changes

Commits

Updates @portabletext/to-html from 4.0.1 to 5.0.1

Release notes

Sourced from @​portabletext/to-html's releases.

v5.0.1

Patch Changes

v5.0.0

Major Changes

Patch Changes

Changelog

Sourced from @​portabletext/to-html's changelog.

5.0.1

Patch Changes

5.0.0

Major Changes

Patch Changes

Commits

Updates @portabletext/types from 3.0.0 to 4.0.1

Release notes

Sourced from @​portabletext/types's releases.

v4.0.1

Patch Changes

v4.0.0

Major Changes

v3.0.1

Patch Changes

Changelog

Sourced from @​portabletext/types's changelog.

4.0.1

Patch Changes

4.0.0

Major Changes

3.0.1

Patch Changes

Commits

Updates @react-email/render from 1.4.0 to 2.0.1

Release notes

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

@​react-email/render@​2.0.1

Patch Changes

  • 42aca9f: add fallback for m.default when importing react-dom
  • 8b7a660: remove use of devEngines which npm detects

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

Patch Changes

  • 42aca9f: add fallback for m.default when importing react-dom

@​react-email/render@​2.0.0

Major Changes

  • 84e4e9e: Removes deprecated renderAsync.

    Migration

    Replace renderAsync with render. It should be a drop-in replacement, without any issues.

Patch Changes

  • dfe1477: Remove unused react-promise-suspense

@​react-email/render@​2.0.0-canary.1

Patch Changes

  • dfe1477: Remove unused react-promise-suspense

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

Major Changes

  • 84e4e9e: Removes deprecated renderAsync.

    Migration

    Replace renderAsync with render. It should be a drop-in replacement, without any issues.

Changelog

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

2.0.1

Patch Changes

  • 42aca9f: add fallback for m.default when importing react-dom
  • 8b7a660: remove use of devEngines which npm detects

2.0.1-canary.0

Patch Changes

  • 42aca9f: add fallback for m.default when importing react-dom

2.0.0

Major Changes

  • 84e4e9e: Removes deprecated renderAsync.

    Migration

    Replace renderAsync with render. It should be a drop-in replacement, without any issues.

Patch Changes

  • dfe1477: Remove unused react-promise-suspense

2.0.0-canary.1

Patch Changes

  • dfe1477: Remove unused react-promise-suspense

2.0.0-canary.0

Major Changes

  • 84e4e9e: Removes deprecated renderAsync.

    Migration

    Replace renderAsync with render. It should be a drop-in replacement, without any issues.

Commits
  • 576a4e1 chore(root): version packages (#2755)
  • 8b7a660 fix(all): devEngines getting flagged by npm install (#2736)
  • 5095cf1 chore(root): version packages (canary) (#2745)
  • 42aca9f fix(render): issues where the import for react-dom doesn't have a default (...
  • ca5f650 fix: use devEngines for node >=22 instead of engines (#2694)
  • be66b3d chore(root): version packages (#2659)
  • f12f4ed chore: update biome and lint accordingly (#2625)
  • 4a547f0 fix(render): missing test snapshot
  • abc93bc chore(root): version packages (canary) (#2630)
  • dfe1477 chore(render): remove use of react-promise-suspense (#2610)
  • Additional commits viewable in compare view

Updates @sanity/image-url from 1.2.0 to 2.0.2

Release notes

Sourced from @​sanity/image-url's releases.

v2.0.2

Patch Changes

  • #93 f1cd12d Thanks @​rdunk! - Restore the legacy default builder export (marked deprecated) to maintain partial backwards compatibility.

v2.0.1

Patch Changes

  • #90 b1ebf65 Thanks @​rdunk! - Replaced the exported builder class instance types with public interfaces to avoid TS4094 errors and fixed the signed builder type export names

v2.0.0

Major Changes

  • #84 440e082 Thanks @​rdunk! - Export all public types from the main package entry point. Replaces type imports from internal /lib paths.

  • #84 440e082 Thanks @​rdunk! - Dropped CommonJS support. The package is now ESM only; use import syntax instead of require().

  • #84 440e082 Thanks @​rdunk! - Replaced the default export with a named export. Use createImageUrlBuilder instead of the default export.

Minor Changes

Changelog

Sourced from @​sanity/image-url's changelog.

2.0.2

Patch Changes

  • #93 f1cd12d Thanks @​rdunk! - Restore the legacy default builder export (marked deprecated) to maintain partial backwards compatibility.

2.0.1

Patch Changes

  • #90 b1ebf65 Thanks @​rdunk! - Replaced the exported builder class instance types with public interfaces to avoid TS4094 errors and fixed the signed builder type export names

2.0.0

Major Changes

  • #84 440e082 Thanks @​rdunk! - Export all public types from the main package entry point. Replaces type imports from internal /lib paths.

  • #84 440e082 Thanks @​rdunk! - Dropped CommonJS support. The package is now ESM only; use import syntax instead of require().

  • #84 440e082 Thanks @​rdunk! - Replaced the default export with a named export. Use createImageUrlBuilder instead of the default export.

Minor Changes

Commits
  • cee1fad Version Packages (#94)
  • f1cd12d fix: reimplement default image builder export, mark as deprecated (#93)
  • fbfc39a Version Packages (#92)
  • 5fb6649 test: add consumer typecheck to catch TS4094 declaration emit regressions (#91)
  • b1ebf65 fix(types): export public builder interfaces to avoid TS4094 and correctly na...
  • 39dbff1 Version Packages (#88)
  • 38fdf35 chore(format): 🤖 ✨ (#89)
  • 4ed76df feat: support media library urls (#87)
  • 0e70296 feat: support signed urls (#85)
  • f4f7fc5 docs: add v1 to v2 migration guide (#86)
  • Additional commits viewable in compare view

Updates @sanity/types from 4.19.0 to 5.1.0

Release notes

Sourced from @​sanity/types's releases.

v5.1.0

Sanity Studio v5.1.0

This release includes various improvements and bug fixes.

For the complete changelog with all details, please visit: www.sanity.io/changelog/807d5a67-b238-40b6-b6f1-e4658dd0cc67

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
Pedro Bonamin chore(core): calendar component cleanup and tests (#11439) 7915625d74
Espen Hovlandsdal ci: set api rate limit bypass as env var (#11586) 76241078cd
Dain Cilke feat(liveManifest): include bundleVersion in manifest 9ceb4a9033
Dain Cilke feat(toggles): fail open schema and manifest toggles d496806f04
Bjørge Næss chore(scripts): improve args parsing for generate documents script (#11590) e4ce7045c8
Bjørge Næss refactor(structure): rename variables for clarity (#11591) c192cb0695
Bjørge Næss fix(structure): fix unstyled text on publish action tooltip (#11593) e4b29c6836
Per-Kristian Nordnes fix(core): test schema type for ancestor file and image type (#11592) d0a0119c0c
Bjørge Næss refactor(core): rename releaseId => selectedPerspectiveName (#11594) fd2e7cf165
Bjørge Næss fix(core): void selectedReleaseId if bundle is outside a release (#11595) e256c0554f
Bjørge Næss fix(structure): hide add to release banner for non-release versions (#11596) c2c10c1543
Bjørge Næss fix(structure): void documentActionProps.release for non-release versions (#11597) dfae558a35
Bjørge Næss refactor(core): support opting for reference validation for version documents (#11599) 05f65ae994
Bjørge Næss feat: show selected non-release bundle name in global perspective menu (#11600) 80653f7667
Charlie Brown chore: npm badges for our tagged versions (#11606) b86a4f6ad7
Bjørge Næss feat(structure): display version chips for non-release-bundles (#11601) f441eea71b
Bjørge Næss fix: show publish as primary action for non-release versions (#11602) a8190f8806
Bjørge Næss fix(releases): pass through publish action in version context (#11598) a0b47a9932
Bjørge Næss fix(form): re-enable editing liveEdit documents in published perspective (#11608) df4d72cb45
Bjørge Næss feat: support discard, delete, and duplicate for non-release versions (#11603) 3b26890238
Bjørge Næss fix(structure): consider selected bundle in "reference changed" check (#11611) 44a8f20193
Bjørge Næss fix(sanity): fix false positive reference validation for release docs (#11610) 588a76d788
RitaDias style: updates to the workspace switcher (#11523) c8498450d5

v5.0.1

Sanity Studio v5.0.1

This release includes various improvements and bug fixes.

... (truncated)

Changelog

Sourced from @​sanity/types's changelog.

5.1.0 (2025-12-22)

Note: Version bump only for package @​sanity/types

5.0.1 (2025-12-17)

Bug Fixes

  • deps: update dependency @​sanity/insert-menu to v3 (#11559) (90dfc47) by renovate[bot] (29139614+renovate[bot]@​users.noreply.github.com)
  • deps: update dependency @​sanity/insert-menu to v3.0.2 (#11572) (a6264ef) by renovate[bot] (29139614+renovate[bot]@​users.noreply.github.com)

5.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • drop support for react < 19.2 (#11383)

Bug Fixes

4.22.0 (2025-12-16)

Note: Version bump only for package @​sanity/types

4.21.1 (2025-12-11)

Note: Version bump only for package @​sanity/types

4.21.0 (2025-12-09)

Note: Version bump only for package @​sanity/types

4.20.3 (2025-12-04)

Note: Version bump only for package @​sanity/types

4.20.2 (2025-12-04)

Note: Version bump only for package @​sanity/types

4.20.1 (2025-12-03)

Note: Version bump only for package @​sanity/types

4.20.0 (2025-12-02)

Note: Version bump only for package @​sanity/types

Commits

Updates @tailwindcss/forms from 0.5.10 to 0.5.11

Release notes

Sourced from @​tailwindcss/forms's releases.

v0.5.11

Fixed

  • Limit attribute rules to input and select elements (#159)
Changelog

Sourced from @​tailwindcss/forms's changelog.

[0.5.11] - 2025-12-17

Fixed

  • Limit attribute rules to input and select elements (#159)
Commits
  • e1b609d 0.5.11
  • 67ff8ea Limit attribute rules to input and select elements (#159)
  • fc3f7e6 docs: update installation guide to add tailwind css v4 instructions while kee...
  • See full diff in compare view

Updates @tanstack/react-query from 5.90.11 to 5.90.14

Release notes

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

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

Patch Changes

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

@​tanstack/react-query@...

Description has been truncated

…y with 28 updates

Bumps the production-dependencies group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.0.5` | `16.1.1` |
| [@portabletext/editor](https://github.com/portabletext/editor/tree/HEAD/packages/editor) | `2.21.3` | `4.1.3` |
| [@portabletext/react](https://github.com/portabletext/react-portabletext) | `5.0.0` | `6.0.2` |
| [@portabletext/to-html](https://github.com/portabletext/to-html) | `4.0.1` | `5.0.1` |
| [@portabletext/types](https://github.com/portabletext/types) | `3.0.0` | `4.0.1` |
| [@react-email/render](https://github.com/resend/react-email/tree/HEAD/packages/render) | `1.4.0` | `2.0.1` |
| [@sanity/image-url](https://github.com/sanity-io/image-url) | `1.2.0` | `2.0.2` |
| [@sanity/types](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/types) | `4.19.0` | `5.1.0` |
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.10` | `0.5.11` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.11` | `5.90.14` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.91.1` | `5.91.2` |
| [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) | `11.7.2` | `11.8.1` |
| [@trpc/react-query](https://github.com/trpc/trpc/tree/HEAD/packages/react) | `11.7.2` | `11.8.1` |
| [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) | `11.7.2` | `11.8.1` |
| [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.5.0` | `1.6.1` |
| @vercel/og | `0.8.5` | `0.8.6` |
| [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.2.0` | `1.3.1` |
| [@workos-inc/authkit-nextjs](https://github.com/workos/authkit-nextjs) | `2.11.1` | `2.12.2` |
| [html2canvas-pro](https://github.com/yorickshan/html2canvas-pro) | `1.5.13` | `1.6.3` |
| [jose](https://github.com/panva/jose) | `6.1.2` | `6.1.3` |
| [jsonld](https://github.com/digitalbazaar/jsonld.js) | `8.3.3` | `9.0.0` |
| [next](https://github.com/vercel/next.js) | `16.0.5` | `16.1.1` |
| [next-sanity](https://github.com/sanity-io/next-sanity/tree/HEAD/packages/next-sanity) | `11.6.10` | `12.0.7` |
| [react-apexcharts](https://github.com/apexcharts/react-apexcharts) | `1.8.0` | `1.9.0` |
| [resend](https://github.com/resend/resend-node) | `6.5.2` | `6.6.0` |
| [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) | `4.19.0` | `5.1.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.17` | `4.1.18` |
| [zod](https://github.com/colinhacks/zod) | `4.1.13` | `4.3.4` |



Updates `@next/eslint-plugin-next` from 16.0.5 to 16.1.1
- [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.1.1/packages/eslint-plugin-next)

Updates `@portabletext/editor` from 2.21.3 to 4.1.3
- [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@4.1.3/packages/editor)

Updates `@portabletext/react` from 5.0.0 to 6.0.2
- [Release notes](https://github.com/portabletext/react-portabletext/releases)
- [Changelog](https://github.com/portabletext/react-portabletext/blob/main/CHANGELOG.md)
- [Commits](portabletext/react-portabletext@v5.0.0...v6.0.2)

Updates `@portabletext/to-html` from 4.0.1 to 5.0.1
- [Release notes](https://github.com/portabletext/to-html/releases)
- [Changelog](https://github.com/portabletext/to-html/blob/main/CHANGELOG.md)
- [Commits](portabletext/to-html@v4.0.1...v5.0.1)

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

Updates `@react-email/render` from 1.4.0 to 2.0.1
- [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.1/packages/render)

Updates `@sanity/image-url` from 1.2.0 to 2.0.2
- [Release notes](https://github.com/sanity-io/image-url/releases)
- [Changelog](https://github.com/sanity-io/image-url/blob/main/CHANGELOG.md)
- [Commits](sanity-io/image-url@v1.2.0...v2.0.2)

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

Updates `@tailwindcss/forms` from 0.5.10 to 0.5.11
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-forms@v0.5.10...v0.5.11)

Updates `@tanstack/react-query` from 5.90.11 to 5.90.14
- [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.90.14/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.91.1 to 5.91.2
- [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.91.2/packages/react-query-devtools)

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

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

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

Updates `@vercel/analytics` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/vercel/analytics/releases)
- [Commits](https://github.com/vercel/analytics/commits/1.6.1/packages/web)

Updates `@vercel/og` from 0.8.5 to 0.8.6

Updates `@vercel/speed-insights` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/vercel/speed-insights/releases)
- [Commits](https://github.com/vercel/speed-insights/commits/1.3.1/packages/web)

Updates `@workos-inc/authkit-nextjs` from 2.11.1 to 2.12.2
- [Release notes](https://github.com/workos/authkit-nextjs/releases)
- [Commits](workos/authkit-nextjs@v2.11.1...v2.12.2)

Updates `html2canvas-pro` from 1.5.13 to 1.6.3
- [Release notes](https://github.com/yorickshan/html2canvas-pro/releases)
- [Changelog](https://github.com/yorickshan/html2canvas-pro/blob/main/CHANGELOG.md)
- [Commits](yorickshan/html2canvas-pro@v1.5.13...v1.6.3)

Updates `jose` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.1.2...v6.1.3)

Updates `jsonld` from 8.3.3 to 9.0.0
- [Changelog](https://github.com/digitalbazaar/jsonld.js/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/jsonld.js@v8.3.3...v9.0.0)

Updates `next` from 16.0.5 to 16.1.1
- [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.0.5...v16.1.1)

Updates `next-sanity` from 11.6.10 to 12.0.7
- [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.0.7/packages/next-sanity)

Updates `react-apexcharts` from 1.8.0 to 1.9.0
- [Commits](https://github.com/apexcharts/react-apexcharts/commits)

Updates `resend` from 6.5.2 to 6.6.0
- [Release notes](https://github.com/resend/resend-node/releases)
- [Commits](resend/resend-node@v6.5.2...v6.6.0)

Updates `sanity` from 4.19.0 to 5.1.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.1.0/packages/sanity)

Updates `tailwindcss` from 4.1.17 to 4.1.18
- [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.1.18/packages/tailwindcss)

Updates `zod` from 4.1.13 to 4.3.4
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.1.13...v4.3.4)

---
updated-dependencies:
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@portabletext/editor"
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@portabletext/react"
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@portabletext/to-html"
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@portabletext/types"
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-email/render"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@sanity/image-url"
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@sanity/types"
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@tailwindcss/forms"
  dependency-version: 0.5.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.91.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@trpc/client"
  dependency-version: 11.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@trpc/react-query"
  dependency-version: 11.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@trpc/server"
  dependency-version: 11.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vercel/analytics"
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vercel/og"
  dependency-version: 0.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@vercel/speed-insights"
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@workos-inc/authkit-nextjs"
  dependency-version: 2.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: html2canvas-pro
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jose
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jsonld
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: next
  dependency-version: 16.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: next-sanity
  dependency-version: 12.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-apexcharts
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: resend
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sanity
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: zod
  dependency-version: 4.3.4
  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 Jan 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2026 04:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 1, 2026
@vercel
Copy link

vercel bot commented Jan 1, 2026

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

Project Deployment Review Updated (UTC)
cloudnativebergen Error Error Jan 1, 2026 4:27am

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