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
@ark-ui/react (source) 5.29.1 -> 5.30.0 age confidence
@commitlint/cli (source) 20.1.0 -> 20.2.0 age confidence
@commitlint/config-conventional (source) 20.0.0 -> 20.2.0 age confidence
@modelcontextprotocol/sdk (source) 1.22.0 -> 1.25.1 age confidence
@react-router/dev (source) 7.9.6 -> 7.11.0 age confidence
@react-router/node (source) 7.9.6 -> 7.11.0 age confidence
@react-router/serve (source) 7.9.6 -> 7.11.0 age confidence
@shikijs/rehype (source) 3.15.0 -> 3.20.0 age confidence
@shikijs/transformers (source) 3.15.0 -> 3.20.0 age confidence
@storybook/addon-a11y (source) 9.1.16 -> 9.1.17 age confidence
@storybook/addon-links (source) 9.1.16 -> 9.1.17 age confidence
@storybook/addon-themes (source) 9.1.16 -> 9.1.17 age confidence
@storybook/react (source) 9.1.16 -> 9.1.17 age confidence
@storybook/react-vite (source) 9.1.16 -> 9.1.17 age confidence
@tanstack/react-virtual (source) 3.13.12 -> 3.13.13 age confidence
@testing-library/react 16.3.0 -> 16.3.1 age confidence
@types/express (source) 5.0.5 -> 5.0.6 age confidence
@types/node (source) 24.10.1 -> 24.10.4 age confidence
@vitejs/plugin-react (source) 5.1.1 -> 5.1.2 age confidence
autoprefixer 10.4.22 -> 10.4.23 age confidence
es-toolkit (source) 1.42.0 -> 1.43.0 age confidence
execa 9.6.0 -> 9.6.1 age confidence
express (source) 5.1.0 -> 5.2.1 age confidence
fs-extra 11.3.2 -> 11.3.3 age confidence
match-sorter 8.1.0 -> 8.2.0 age confidence
next (source) 15.5.7 -> 15.5.9 age confidence
package-manager-detector 1.5.0 -> 1.6.0 age confidence
pnpm (source) 10.23.0 -> 10.26.1 age confidence
prettier (source) 3.6.2 -> 3.7.4 age confidence
react-hook-form (source) 7.66.1 -> 7.69.0 age confidence
react-router (source) 7.9.6 -> 7.11.0 age confidence
recharts 3.5.0 -> 3.6.0 age confidence
release-it 19.0.6 -> 19.1.0 age confidence
rollup (source) 4.53.3 -> 4.54.0 age confidence
shiki (source) 3.15.0 -> 3.20.0 age confidence
storybook (source) 9.1.16 -> 9.1.17 age confidence
tsx (source) 4.20.6 -> 4.21.0 age confidence
velite 0.3.0 -> 0.3.1 age confidence
vite (source) 7.2.4 -> 7.3.0 age confidence
zod (source) 4.1.12 -> 4.2.1 age confidence

Release Notes

chakra-ui/ark (@​ark-ui/react)

v5.30.0

Compare Source

Added
  • Date Picker: Added required and invalid props
  • Number Input: Added onValueCommit callback that fires when the input loses focus or Enter is pressed
  • Pagination:
    • Added FirstTrigger and LastTrigger components for navigating to first/last page
    • Added boundaryCount parameter for controlling boundary pages (start/end)
    • Implemented balanced pagination algorithm for consistent UI with max 7 elements
  • Radio Group: Added invalid and required props with corresponding data-* and aria-* attributes
  • Tree View: Added scrollToIndexFn prop to enable keyboard navigation in virtualized trees
Fixed
  • Accordion, Menu: Fixed issue where querying elements by aria-controls attribute could fail when lazy mounting the content
  • Color Picker: Added role="dialog" to content and aria-haspopup="dialog" to trigger when not inline for better accessibility
  • Date Picker: Fixed issue where date picker input does not update format when locale changes
  • Floating Panel:
    • Fixed dir prop now properly delegated to all panel parts
    • Fixed double-click behavior improvements and to check event.defaultPrevented for custom behavior
  • Listbox:
    • Fixed issue in React where filtering items with an input would throw a flushSync was called from inside a lifecycle method warning
    • Fixed issue where data-highlighted wasn't applied to the first item when using autoHighlight with input filtering
  • Number Input:
    • Fixed improved controlled usage sync
    • Fixed issue where input element doesn't sync when formatOptions changes dynamically
    • Ensured cursor position is preserved when Enter key is pressed and formatting is triggered
    • Fixed cursor jumping to start when value is changed externally via props while user is typing
  • Pagination: Fixed ellipsis showing when only 1 page gap
  • Rating Group: Fixed issue where rating group becomes unfocusable via keyboard when value is 0
  • Tooltip: Fixed tooltip not showing when scrolling with pointer over trigger
Changed
  • Tree View: getVisibleNodes() now returns { node, indexPath }[] instead of node[]
conventional-changelog/commitlint (@​commitlint/cli)

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

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

v1.25.1

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/typescript-sdk@1.25.0...1.25.1

v1.25.0

Compare Source

What's Changed

New Contributors

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

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

v1.23.0

Compare Source

What's Changed

New Contributors

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

remix-run/react-router (@​react-router/dev)

v7.11.0

Compare Source

Minor Changes
Patch Changes
  • rsc framework mode manual chunking for react and react-router deps (#​14655)
  • add support for throwing redirect Response's at RSC render time (#​14596)
  • support custom entrypoints for RSC framework mode (#​14643)
  • routeRSCServerRequest replace fetchServer with serverResponse (#​14597)
  • rsc framewlrk mode - optimize react-server-dom-webpack if in project package.json (#​14656)
  • Updated dependencies:
    • react-router@7.11.0
    • @react-router/serve@7.11.0
    • @react-router/node@7.11.0

v7.10.1

Compare Source

Patch Changes
  • Import ESM package pkg-types with a dynamic import() to fix issues on Node 20.18 (#​14624)
  • Update valibot dependency to ^1.2.0 to address GHSA-vqpr-j7v3-hqw9 (#​14608)
  • Updated dependencies:
    • react-router@7.10.1
    • @react-router/node@7.10.1
    • @react-router/serve@7.10.1

v7.10.0

Compare Source

Minor Changes
  • Stabilize future.v8_splitRouteModules, replacing future.unstable_splitRouteModules (#​14595)

    • ⚠️ This is a breaking change if you have begun using future.unstable_splitRouteModules. Please update your react-router.config.ts.
  • Stabilize future.v8_viteEnvironmentApi, replacing future.unstable_viteEnvironmentApi (#​14595)

    • ⚠️ This is a breaking change if you have begun using future.unstable_viteEnvironmentApi. Please update your react-router.config.ts.
Patch Changes
  • Load environment variables before evaluating routes.ts (#​14446)

    For example, you can now compute your routes based on VITE_-prefixed environment variables:

    # .env
    VITE_ENV_ROUTE=my-route
    // app/routes.ts
    import { type RouteConfig, route } from "@​react-router/dev/routes";
    
    const routes: RouteConfig = [];
    if (import.meta.env.VITE_ENV_ROUTE === "my-route") {
      routes.push(route("my-route", "routes/my-route.tsx"));
    }
    
    export default routes;
  • Updated dependencies:

    • react-router@7.10.0
    • @react-router/node@7.10.0
    • @react-router/serve@7.10.0
remix-run/react-router (@​react-router/node)

v7.11.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.11.0

v7.10.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.10.1

v7.10.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.10.0
remix-run/react-router (@​react-router/serve)

v7.11.0

Compare Source

Patch Changes
  • support custom entrypoints for RSC framework mode (#​14643)
  • Update compression and morgan dependencies to address on-headers CVE: GHSA-76c9-3jph-rj3q (#​14652)
  • Updated dependencies:
    • react-router@7.11.0
    • @react-router/node@7.11.0
    • @react-router/express@7.11.0

v7.10.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.10.1
    • @react-router/node@7.10.1
    • @react-router/express@7.10.1

v7.10.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.10.0
    • @react-router/node@7.10.0
    • @react-router/express@7.10.0
shikijs/shiki (@​shikijs/rehype)

v3.20.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.19.0

Compare Source

   🚀 Features
   🐞 Bug Fixes

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
@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

⚠️ No Changeset found

Latest commit: 94b66b1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Dec 8, 2025

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

Project Deployment Review Updated (UTC)
chakra-ui-storybook Ready Ready Preview Dec 20, 2025 1:12pm
chakra-v3-docs Ready Ready Preview Dec 20, 2025 1:12pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e3080d to 6543599 Compare December 8, 2025 05:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6543599 to 455c64d Compare December 8, 2025 09:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 455c64d to 0052494 Compare December 8, 2025 13:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0052494 to 23f4642 Compare December 8, 2025 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 23f4642 to eb65a5a Compare December 8, 2025 23:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb65a5a to 44ed4f4 Compare December 11, 2025 00:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 44ed4f4 to 9ca6495 Compare December 11, 2025 09:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9ca6495 to fca2a36 Compare December 11, 2025 22:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fca2a36 to 50dd873 Compare December 12, 2025 04:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9dbc8c1 to 80523fd Compare December 16, 2025 08:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 80523fd to 27a1c9c Compare December 16, 2025 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 27a1c9c to 67a08df Compare December 17, 2025 13:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 67a08df to a389b1c Compare December 17, 2025 20:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a389b1c to ab38e64 Compare December 18, 2025 18:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ab38e64 to ef3dd32 Compare December 19, 2025 05:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef3dd32 to 08090d1 Compare December 19, 2025 08:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 08090d1 to 926ad43 Compare December 20, 2025 05:37
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