-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
fix(deps): update all non-major dependencies #10525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
0e3080d to
6543599
Compare
6543599 to
455c64d
Compare
455c64d to
0052494
Compare
0052494 to
23f4642
Compare
23f4642 to
eb65a5a
Compare
eb65a5a to
44ed4f4
Compare
44ed4f4 to
9ca6495
Compare
9ca6495 to
fca2a36
Compare
fca2a36 to
50dd873
Compare
9dbc8c1 to
80523fd
Compare
80523fd to
27a1c9c
Compare
27a1c9c to
67a08df
Compare
67a08df to
a389b1c
Compare
a389b1c to
ab38e64
Compare
ab38e64 to
ef3dd32
Compare
ef3dd32 to
08090d1
Compare
08090d1 to
926ad43
Compare
926ad43 to
94b66b1
Compare
This PR contains the following updates:
5.29.1->5.30.020.1.0->20.2.020.0.0->20.2.01.22.0->1.25.17.9.6->7.11.07.9.6->7.11.07.9.6->7.11.03.15.0->3.20.03.15.0->3.20.09.1.16->9.1.179.1.16->9.1.179.1.16->9.1.179.1.16->9.1.179.1.16->9.1.173.13.12->3.13.1316.3.0->16.3.15.0.5->5.0.624.10.1->24.10.45.1.1->5.1.210.4.22->10.4.231.42.0->1.43.09.6.0->9.6.15.1.0->5.2.111.3.2->11.3.38.1.0->8.2.015.5.7->15.5.91.5.0->1.6.010.23.0->10.26.13.6.2->3.7.47.66.1->7.69.07.9.6->7.11.03.5.0->3.6.019.0.6->19.1.04.53.3->4.54.03.15.0->3.20.09.1.16->9.1.174.20.6->4.21.00.3.0->0.3.17.2.4->7.3.04.1.12->4.2.1Release Notes
chakra-ui/ark (@ark-ui/react)
v5.30.0Compare Source
Added
requiredandinvalidpropsonValueCommitcallback that fires when the input loses focus or Enter is pressedFirstTriggerandLastTriggercomponents for navigating to first/last pageboundaryCountparameter for controlling boundary pages (start/end)invalidandrequiredprops with correspondingdata-*andaria-*attributesscrollToIndexFnprop to enable keyboard navigation in virtualized treesFixed
aria-controlsattribute could fail when lazy mounting the contentrole="dialog"to content andaria-haspopup="dialog"to trigger when not inline for better accessibilitydirprop now properly delegated to all panel partsevent.defaultPreventedfor custom behaviorflushSync was called from inside a lifecycle methodwarningdata-highlightedwasn't applied to the first item when usingautoHighlightwith input filteringformatOptionschanges dynamicallyEnterkey is pressed and formatting is triggeredChanged
getVisibleNodes()now returns{ node, indexPath }[]instead ofnode[]conventional-changelog/commitlint (@commitlint/cli)
v20.2.0Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v20.2.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
modelcontextprotocol/typescript-sdk (@modelcontextprotocol/sdk)
v1.25.1Compare Source
What's Changed
Full Changelog: modelcontextprotocol/typescript-sdk@1.25.0...1.25.1
v1.25.0Compare Source
What's Changed
/testby @KKonstantinov in #1220New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.24.3...1.25.0
v1.24.3Compare Source
What's Changed
Full Changelog: modelcontextprotocol/typescript-sdk@1.24.2...1.24.3
v1.24.2Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.24.1...1.24.2
v1.24.1Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.24.0...1.24.1
v1.24.0Compare 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.1Compare Source
Fixed:
This is a patch for servers still on 1.23.x that were breaking clients not handling the the
2025-11-25priming event behavior with empty SSEdatafields. See #1233 for more details.Full Changelog: modelcontextprotocol/typescript-sdk@1.23.0...1.23.1
v1.23.0Compare Source
What's Changed
.catchall()on inputSchema/outputSchema to support JSON Schema 2020-12 by @felixweinberger in #1135New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.22.0...1.23.0
remix-run/react-router (@react-router/dev)
v7.11.0Compare Source
Minor Changes
vite previewsupport (#14507)Patch Changes
routeRSCServerRequestreplacefetchServerwithserverResponse(#14597)react-router@7.11.0@react-router/serve@7.11.0@react-router/node@7.11.0v7.10.1Compare Source
Patch Changes
pkg-typeswith a dynamicimport()to fix issues on Node 20.18 (#14624)valibotdependency to^1.2.0to address GHSA-vqpr-j7v3-hqw9 (#14608)react-router@7.10.1@react-router/node@7.10.1@react-router/serve@7.10.1v7.10.0Compare Source
Minor Changes
Stabilize
future.v8_splitRouteModules, replacingfuture.unstable_splitRouteModules(#14595)future.unstable_splitRouteModules. Please update yourreact-router.config.ts.Stabilize
future.v8_viteEnvironmentApi, replacingfuture.unstable_viteEnvironmentApi(#14595)future.unstable_viteEnvironmentApi. Please update yourreact-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-routeUpdated dependencies:
react-router@7.10.0@react-router/node@7.10.0@react-router/serve@7.10.0remix-run/react-router (@react-router/node)
v7.11.0Compare Source
Patch Changes
react-router@7.11.0v7.10.1Compare Source
Patch Changes
react-router@7.10.1v7.10.0Compare Source
Patch Changes
react-router@7.10.0remix-run/react-router (@react-router/serve)
v7.11.0Compare Source
Patch Changes
compressionandmorgandependencies to addresson-headersCVE: GHSA-76c9-3jph-rj3q (#14652)react-router@7.11.0@react-router/node@7.11.0@react-router/express@7.11.0v7.10.1Compare Source
Patch Changes
react-router@7.10.1@react-router/node@7.10.1@react-router/express@7.10.1v7.10.0Compare Source
Patch Changes
react-router@7.10.0@react-router/node@7.10.0@react-router/express@7.10.0shikijs/shiki (@shikijs/rehype)
v3.20.0Compare Source
🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v3.19.0Compare Source
🚀 Features
rootStyle: falseoption - by @khushthecoder and @antfu in #1184 (baf9a)classActiveCodeoption to notation transformers - by @GreenHacker420 in #1171 (a6a44)🐞 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.
This PR was generated by Mend Renovate. View the repository job log.