Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@modelcontextprotocol/sdk (source) 1.23.0 -> 1.24.3 age confidence
@pandacss/dev (source) 1.5.1 -> 1.7.0 age confidence
@pandacss/preset-base (source) 1.5.1 -> 1.7.0 age confidence
@pandacss/preset-panda (source) 1.5.1 -> 1.7.0 age confidence
@shikijs/rehype (source) 3.17.0 -> 3.19.0 age confidence
@shikijs/transformers (source) 3.17.0 -> 3.19.0 age confidence
@sveltejs/kit (source) 2.49.0 -> 2.49.2 age confidence
@tanstack/svelte-form (source) 1.26.0 -> 1.27.2 age confidence
@types/bun (source) 1.3.3 -> 1.3.4 age confidence
@types/node (source) 24.10.1 -> 24.10.3 age confidence
@types/pg (source) 8.15.6 -> 8.16.0 age confidence
@vitejs/plugin-react (source) 5.1.1 -> 5.1.2 age confidence
better-auth (source) 1.4.4 -> 1.4.6 age confidence
effect (source) 3.19.8 -> 3.19.11 age confidence
lefthook 2.0.4 -> 2.0.9 age confidence
lucide-react (source) 0.555.0 -> 0.560.0 age confidence
lucide-solid (source) 0.555.0 -> 0.560.0 age confidence
lucide-svelte (source) 0.555.0 -> 0.560.0 age confidence
lucide-vue-next (source) 0.555.0 -> 0.560.0 age confidence
next (source) 15.5.7 -> 15.5.8 age confidence
next (source) 15.5.6 -> 15.5.8 age confidence
nuxt (source) 4.2.1 -> 4.2.2 age confidence
prettier (source) 3.7.3 -> 3.7.4 age confidence
react (source) 19.2.1 -> 19.2.2 age confidence
react (source) 19.2.0 -> 19.2.2 age confidence
react-dom (source) 19.2.1 -> 19.2.2 age confidence
react-dom (source) 19.2.0 -> 19.2.2 age confidence
react-hook-form (source) 7.67.0 -> 7.68.0 age confidence
release-it 19.0.6 -> 19.1.0 age confidence
shiki (source) 3.17.0 -> 3.19.0 age confidence
svelte (source) 5.45.2 -> 5.45.9 age confidence
velite 0.3.0 -> 0.3.1 age confidence
vercel (source) 49.1.2 -> 49.2.0 age confidence
vinxi (source) 0.5.8 -> 0.5.9 age confidence
vite (source) 7.2.4 -> 7.2.7 age confidence
vue-router (source) 4.6.3 -> 4.6.4 age confidence
vue-tsc (source) 3.1.5 -> 3.1.8 age confidence

Release Notes

modelcontextprotocol/typescript-sdk (@​modelcontextprotocol/sdk)

v1.24.3

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/typescript-sdk@1.24.2...1.24.3

v1.24.2

Compare Source

What's Changed
New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.24.1...1.24.2

v1.24.1

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.24.0...1.24.1

v1.24.0

Compare Source

Summary

This release brings us up to speed with the latest MCP spec 2025-11-25. Take a look at the latest spec as well as the release blog post.

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.23.0...1.24.0

v1.23.1

Compare Source

Fixed:

  • Disabled SSE priming events to fix backwards compatibility - 1.23.x clients crash on empty SSE data (JSON.parse(""))

This is a patch for servers still on 1.23.x that were breaking clients not handling the the 2025-11-25 priming event behavior with empty SSE data fields. See #​1233 for more details.

Full Changelog: modelcontextprotocol/typescript-sdk@1.23.0...1.23.1

chakra-ui/panda (@​pandacss/dev)

v1.7.0

Compare Source

Minor Changes
  • 86b30b1: Add panda spec command to generate specification files for your theme (useful for documentation). This
    command generates JSON specification files containing metadata, examples, and usage information.

    # Generate all spec files
    panda spec
    
    # Custom output directory
    panda spec --outdir custom/specs

    Token Spec Structure:

    {
      "type": "tokens",
      "data": [
        {
          "type": "aspectRatios",
          "values": [{ "name": "square", "value": "1 / 1", "cssVar": "var(--aspect-ratios-square)" }],
          "tokenFunctionExamples": ["token('aspectRatios.square')"],
          "functionExamples": ["css({ aspectRatio: 'square' })"],
          "jsxExamples": ["<Box aspectRatio=\"square\" />"]
        }
      ]
    }

    Spec Usage:

    import tokens from 'styled-system/specs/tokens'
    import recipes from 'styled-system/specs/recipes'
Patch Changes

v1.6.1

Compare Source

Patch Changes

v1.6.0

Compare Source

Minor Changes
  • 8aa3c64: Add --splitting flag to cssgen command for per-layer CSS output.

    When enabled, CSS is emitted as separate files instead of a single styles.css:

    styled-system/
    ├── styles.css              # @&#8203;layer declaration + @&#8203;imports
    └── styles/
        ├── reset.css           # Preflight/reset CSS
        ├── global.css          # Global CSS
        ├── tokens.css          # Design tokens
        ├── utilities.css       # Utility classes
        ├── recipes/
        │   ├── index.css       # @&#8203;imports all recipe files
        │   └── {recipe}.css    # Individual recipe styles
        └── themes/
            └── {theme}.css     # Theme tokens (not auto-imported)
    

    Usage:

    panda cssgen --splitting
Patch Changes
chakra-ui/panda (@​pandacss/preset-base)

v1.7.0

Compare Source

Patch Changes

v1.6.1

Compare Source

Patch Changes

v1.6.0

Compare Source

Patch Changes
chakra-ui/panda (@​pandacss/preset-panda)

v1.7.0

Compare Source

Patch Changes

v1.6.1

Compare Source

Patch Changes

v1.6.0

Compare Source

Patch Changes
shikijs/shiki (@​shikijs/rehype)

v3.19.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.18.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.17.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
sveltejs/kit (@​sveltejs/kit)

v2.49.2

Compare Source

Patch Changes
  • fix: Stop re-loading already-loaded CSS during server-side route resolution (#​15014)

  • fix: posixify the instrumentation file import on Windows (#​14993)

  • fix: Correctly handle shared memory when decoding binary form data (#​15028)

v2.49.1

Compare Source

Patch Changes
  • fix: suppress state_referenced_locally warnings in .svelte-kit/generated/root.svelte (#​15013)

  • fix: TypeError when doing response.clone() in page load (#​15005)

TanStack/form (@​tanstack/svelte-form)

v1.27.2

Compare Source

Patch Changes

v1.27.1

Compare Source

Patch Changes

v1.27.0

Compare Source

Minor Changes
Patch Changes
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.2

Compare Source

better-auth/better-auth (better-auth)

v1.4.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.4.5

Compare Source

Effect-TS/effect (effect)

v3.19.11

Compare Source

Patch Changes
  • #​5888 38abd67 Thanks @​gcanti! - filter non-JSON values from schema examples and defaults, closes #​5884

    Introduce JsonValue type and update JsonSchemaAnnotations to use it for
    type safety. Add validation to filter invalid values (BigInt, cyclic refs)
    from examples and defaults, preventing infinite recursion on cycles.

  • #​5885 44e0b04 Thanks @​gcanti! - feat(JSONSchema): add missing options for target JSON Schema version in make function, closes #​5883

v3.19.10

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Dec 8, 2025
@vercel
Copy link

vercel bot commented Dec 8, 2025

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

Project Deployment Preview Updated (UTC)
ark-docs Ready Ready Preview Dec 11, 2025 9:09pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 237271a to 51a25b9 Compare December 8, 2025 08:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51a25b9 to 79117eb Compare December 8, 2025 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 79117eb to bc968a5 Compare December 8, 2025 23:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc968a5 to 4761010 Compare December 9, 2025 04:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4761010 to 5cae524 Compare December 9, 2025 05:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5cae524 to 4cecfbd Compare December 9, 2025 08:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4cecfbd to bc1ccad Compare December 9, 2025 19:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc1ccad to 2af8127 Compare December 10, 2025 03:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2af8127 to f0fa657 Compare December 10, 2025 12:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f0fa657 to 589f85b Compare December 10, 2025 13:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 589f85b to 5bfda6c Compare December 10, 2025 20:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5bfda6c to fca81a0 Compare December 10, 2025 22:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fca81a0 to 42fae77 Compare December 10, 2025 23:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 42fae77 to 108ffd5 Compare December 11, 2025 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant