fix(deps): update all non-major dependencies#70
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
ddba41b to
a6b0c5a
Compare
ac23260 to
eb6852c
Compare
377ee01 to
efa37f9
Compare
a17421c to
dc22a16
Compare
ad41f59 to
ec3a246
Compare
cb0c80a to
e1d768a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.28.5→^7.29.0^3.30.0→^3.34.0^3.30.0→^3.34.0^7.10.0→^7.13.2^7.10.0→^7.13.2^7.10.0→^7.13.2^7.10.0→^7.13.2^7.10.0→^7.13.2^7.10.0→^7.13.2^24.10.1→^24.12.0^18.3.27→^18.3.28^4.0.15→^4.1.2^0.27.1→^0.27.4^5.1.32→^5.1.37^27.2.0→^27.4.0^0.555.0→^0.577.024.11.1→24.14.1^0.16.0→^0.43.0^1.31.0→^1.58.0^0.8.3→^0.19.010.24.0→10.33.0^5.5.0→^5.6.0^9.0.0→^9.3.1^4.8.1→^4.8.3^4.8.1→^4.8.3^4.8.1→^4.8.3^2.6.2→^2.9.3^7.2.6→^7.3.18.0.0-beta.0→8.0.3^4.0.15→^4.1.2Release Notes
babel/babel (@babel/core)
v7.29.0Compare Source
v7.29.0 (2026-01-31)
Thanks @simbahax for your first PR!
🚀 New Feature
babel-typesbabel-standalone🐛 Bug Fix
babel-parserextendsclause (@nicolo-ribaudo)babel-traversebabel-plugin-transform-block-scoping,babel-traverse🏃♀️ Performance
babel-generator,babel-runtime-corejs3Committers: 6
v7.28.6Compare Source
chakra-ui/chakra-ui (@chakra-ui/cli)
v3.34.0Compare Source
Patch Changes
ba23d64Thanks @segunadebayo! - Add
--tsconfigflag to
chakra typegenand automatic tsconfig resolution usingtsconfck.This fixes an issue where
typegenfailed in projects with solution-styletsconfig setups (e.g. Vite's default
tsconfig.jsonwithreferences),because path aliases like
@/*couldn't be resolved.v3.33.0Compare Source
v3.32.0Compare Source
v3.31.0Compare Source
chakra-ui/chakra-ui (@chakra-ui/react)
v3.34.0Compare Source
Minor Changes
f11219dThanks @kalisaNkevin! - - [New]
DatePicker: Add new datepicker component for date selection
Patch Changes
94517faThanks @segunadebayo! - Fix export gaps for
Ark UI components:
Select.Listcomponent (for virtualization support)ComboboxSelectionDetailstype (asCombobox.SelectionDetailsin namespace)ListboxScrollToIndexDetails,ListboxSelectionDetails,ListboxSelectionModetypes (asListbox.ScrollToIndexDetails,Listbox.SelectionDetails,Listbox.SelectionModein namespace)MenuValueChangeDetailstype (asMenu.ValueChangeDetailsin namespace)
be18f13Thanks @segunadebayo! - Fix TypeScript
error when passing
reftoCheckboxGroup.0aa89d0Thanks @segunadebayo! - Fix
globalCsssilently ignoring element selectors that match utility shorthands (e.g.
p,m,h,w).Previously,
p: { margin: '0 0 1em' }inglobalCsswas treated as thepaddingutility instead of a<p>element selector, causing the styles tobe silently dropped.
59bf8f6Thanks @segunadebayo! - - Field: Fix
Field.ErrorIcondefault size so it stays aligned with error text instead ofexpanding when the error area is full width.
v3.33.0Compare Source
Minor Changes
60a0a8bThanks @segunadebayo! - - Checkbox:
Fixed individual checkbox props being overridden by
CheckboxGroupwhenrendering
controlled mode
incorrectly close parent layers
quickly
scrubbing
(
--scroll-area-overflow-{x,y}-{start,end})thumbCollisionBehaviorprop to control collision handling betweenthumbs (none, push, swap)
thumbAlignment="contain"modeisStepValid,isStepSkippable,and
onStepInvalidpropsapi.toggleChecked()not workingplaceholderprop that shows when no tags existtextarea
data-instantattribute for instant animations whenswitching between multiple tooltip triggers
Patch Changes
2b8360bThanks @segunadebayo! - CodeBlock: Fix
overlay and floating elements scrolling out of view when horizontally
scrolling long code lines.
v3.32.0Compare Source
Minor Changes
4b65195Thanks @kalisaNkevin! - Add new Marquee
component
Patch Changes
0b15d10Thanks @segunadebayo! - - Styled
System: Fixed backdrop blur not applying when using
backdropFilter="auto"with
backdropBlur. This now works as expected:7f30a7bThanks @segunadebayo! - Fixed issue where
useBreakpointValuedoes not respectbasevalue during SSR.11c2004Thanks @segunadebayo! - Fixed
collapse-width keyframe animating
heightinstead ofwidth. The keyframenow correctly animates the width property for horizontal collapse transitions.
a871bc5Thanks @segunadebayo! - Fix issue where
Dialogappears belowPopoverwhen triggered from within it.Unified z-index for overlay components (
Dialog,Drawer,Menu,HoverCard) to usezIndex.popoverand--layer-indexfor proper stacking.v3.31.0Compare Source
Minor Changes
756b385Thanks @segunadebayo! - - ActionBar
placementvariant to configure bar position:bottom,bottom-start,bottom-end--action-bar-offsetCSS variable to configure offset from edgesPatch Changes
4fcf302Thanks @segunadebayo! - - ColorPicker,
Select, Combobox: Fix z-index stacking when used inside dialogs
listboxSlotRecipeslot recipe#10512
cc0d202Thanks @teunlao! - cva: Normalize base
styles to prevent shorthand properties from overwriting variant styles
cac7cb0Thanks @segunadebayo! - Fix menu content
background not rendering by using full token path for CSS variable
4364995Thanks @segunadebayo! - Fix
SkeletonTextduplicating children when
loadingis set tofalse1cc185dThanks @segunadebayo! - - Slider
markerLabelto component anatomy for theming marker labelsSlider.MarkerLabelcomponent for custom marker label renderingSlider.Thumbremix-run/react-router (@react-router/dev)
v7.13.2Compare Source
Patch Changes
Fix
react-router devcrash when Unix socket files exist in the project root (#14854)Escape redirect locations in prerendered redirect HTML (#14880)
Add
future.unstable_passThroughRequestsflag (#14775)By default, React Router normalizes the
request.urlpassed to yourloader,action, andmiddlewarefunctions by removing React Router's internal implementation details (.datasuffixes,index+_routesquery params).Enabling this flag removes that normalization and passes the raw HTTP
requestinstance to your handlers. This provides a few benefits:new Request()calls on the critical path.datasuffix (useful for observability purposes)If you were previously relying on the normalization of
request.url, you can switch to use the new siblingunstable_urlparameter which contains aURLinstance representing the normalized location:Add a new
unstable_url: URLparameter to route handler methods (loader,action,middleware, etc.) representing the normalized URL the application is navigating to or fetching, with React Router implementation details removed (.datasuffix,index/_routesquery params) (#14775)This is being added alongside the new
future.unstable_passthroughRequestsfuture flag so that users still have a way to access the normalized URL when that flag is enabled and non-normalizedrequest's are being passed to your handlers. When adopting this flag, you will only need to start leveraging this new parameter if you are relying on the normalization ofrequest.urlin your application code.If you don't have the flag enabled, then
unstable_urlwill matchrequest.url.Updated dependencies:
react-router@7.13.2@react-router/node@7.13.2@react-router/serve@7.13.2v7.13.1Compare Source
Patch Changes
react-router@7.13.1@react-router/node@7.13.1@react-router/serve@7.13.1v7.13.0Compare Source
Patch Changes
react-router@7.13.0@react-router/node@7.13.0@react-router/serve@7.13.0v7.12.0Compare Source
Minor Changes
react-router.config.tsconfigallowedActionOriginsfield. (#14708)Patch Changes
Fix
Maximum call stack size exceedederrors when HMR is triggered against code with cyclic imports (#14522)fix(vite): Skip SSR middleware in preview server for SPA mode (#14673)
[UNSTABLE] Add a new
future.unstable_trailingSlashAwareDataRequestsflag to provide consistent behavior ofrequest.pathnameinsidemiddleware,loader, andactionfunctions on document and data requests when a trailing slash is present in the browser URL. (#14644)Currently, your HTTP and
requestpathnames would be as follows for/a/b/cand/a/b/c//a/b/crequestpathname`/a/b/c/a/b/c✅/a/b/c.data/a/b/c✅/a/b/c/requestpathname`/a/b/c//a/b/c/✅/a/b/c.data/a/b/cWith this flag enabled, these pathnames will be made consistent though a new
_.dataformat for client-side.datarequests:/a/b/crequestpathname`/a/b/c/a/b/c✅/a/b/c.data/a/b/c✅/a/b/c/requestpathname`/a/b/c//a/b/c/✅/a/b/c/_.data⬅️/a/b/c/✅This a bug fix but we are putting it behind an opt-in flag because it has the potential to be a "breaking bug fix" if you are relying on the URL format for any other application or caching logic.
Enabling this flag also changes the format of client side
.datarequests from/_root.datato/_.datawhen navigating to/to align with the new format. This does not impact therequestpathname which is still/in all cases.Updated dependencies:
react-router@7.12.0@react-router/node@7.12.0@react-router/serve@7.12.0v7.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.1remix-run/react-router (@react-router/express)
v7.13.2Compare Source
Patch Changes
react-router@7.13.2@react-router/node@7.13.2v7.13.1Compare Source
Patch Changes
react-router@7.13.1@react-router/node@7.13.1v7.13.0Compare Source
Patch Changes
react-router@7.13.0@react-router/node@7.13.0v7.12.0Compare Source
Patch Changes
react-router@7.12.0@react-router/node@7.12.0v7.11.0Compare Source
Patch Changes
react-router@7.11.0@react-router/node@7.11.0v7.10.1Compare Source
Patch Changes
react-router@7.10.1@react-router/node@7.10.1remix-run/react-router (@react-router/fs-routes)
v7.13.2Compare Source
Patch Changes
@react-router/dev@7.13.2v7.13.1Compare Source
Patch Changes
@react-router/dev@7.13.1v7.13.0Compare Source
Patch Changes
@react-router/dev@7.13.0v7.12.0Compare Source
Patch Changes
@react-router/dev@7.12.0v7.11.0Compare Source
Patch Changes
@react-router/dev@7.11.0v7.10.1Compare Source
Patch Changes
@react-router/dev@7.10.1remix-run/react-router (@react-router/node)
v7.13.2Compare Source
Patch Changes
react-router@7.13.2v7.13.1Compare Source
Patch Changes
react-router@7.13.1v7.13.0Compare Source
Patch Changes
react-router@7.13.0v7.12.0Compare Source
Patch Changes
react-router@7.12.0v7.11.0Compare Source
Patch Changes
react-router@7.11.0v7.10.1Compare Source
Patch Changes
react-router@7.10.1remix-run/react-router (@react-router/serve)
v7.13.2Compare Source
Patch Changes
react-router@7.13.2@react-router/node@7.13.2@react-router/express@7.13.2v7.13.1Compare Source
Patch Changes
react-router@7.13.1@react-router/node@7.13.1@react-router/express@7.13.1v7.13.0Compare Source
Patch Changes
react-router@7.13.0@react-router/node@7.13.0@react-router/express@7.13.0v7.12.0Compare Source
Patch Changes
react-router@7.12.0@react-router/node@7.12.0@react-router/express@7.12.0v7.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.1vitest-dev/vitest (@vitest/ui)
v4.1.2Compare Source
This release bumps Vitest's
flattedversion and removes version pinning to resolveflatted's CVE related issues (#9975).🐞 Bug Fixes
setupFilesfrom parent directory - by @hi-ogawa in #9960 (7aa93)toMatchScreenshotcan't capture a stable screenshot - by @macarie in #9847 (faace)coverageConfigDefaultsvalues and types - by @Arthie in #9940 (b3c99)View changes on GitHub
v4.1.1Compare Source
🚀 Features
matchesTagsto test if the current filter matches tags - by @sheremet-va in #9913 (eec53)experimental.vcsProvider- by @sheremet-va in #9928 (56115)🐞 Bug Fixes
TestProject.testFilesListinternal properly - by @sapphi-red in #9867 (54f26)use- by @oilater in #9831 and #9861 (633ae)vi.advanceTimersto the preview provider - by @sheremet-va in #9891 (1bc3e)--standalonemode without running tests - by @sheremet-va in #9911 (e78ad)body- by @sheremet-va in #9912 (6fdb2)retry.conditionRegExp serialization issue - by @nstepien and @hi-ogawa in #9942 (7b605)testreturn as tests - by @sheremet-va in #9871 (141e7)View changes on GitHub
v4.1.0Compare Source
Vitest 4.1 is out!
This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.
🚀 Features
setTickModeto timer controls - by @atscott and @sheremet-va in #8726 (4b480)toTestSpecificationto reported tasks - by @sheremet-va in #9464 (1a470)vi.mockorvi.hoistedare declared outside of top level of the module - by @sheremet-va in #9387 (5db54)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.