fix(deps): update all non-major third-party dependencies #297
+58
−58
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:
3.2.5
->3.11.0
3.12.0
19.6.1
->19.8.0
19.6.0
->19.8.0
0.51.1
->0.53.1
7.1.1
->7.3.0
7.1.1
->7.3.0
7.1.1
->7.3.0
7.1.1
->7.3.0
2.47.10
->2.49.1
16.1.0
->16.2.0
14.5.2
->14.6.1
22.10.5
->22.13.10
19.0.2
->19.0.10
19.0.2
->19.0.4
8.19.0
->8.26.0
8.26.1
8.19.0
->8.26.0
8.26.1
2.1.8
->2.1.9
1.1.24
->1.1.36
1.1.37
2.1.8
->2.1.9
10.4.20
->10.4.21
19.6.1
->19.8.0
9.17.0
->9.22.0
2.3.3
->2.4.4
1.5.5
->1.6.1
7.37.3
->7.37.4
19.0.0-beta-63e3235-20250105
->19.0.0-beta-bafa41b-20250307
5.1.0
->5.2.0
0.4.16
->0.4.19
3.0.1
->3.0.2
0.11.2
->0.11.4
15.14.0
->15.15.0
16.3.0
->16.8.1
24.2.0
->24.2.2
8.0.2
->8.0.4
3.0.1
->3.0.2
5.1.19
->5.1.23
15.3.0
->15.4.3
15.5.0
2.7.0
->2.7.3
0.4.4
->0.4.5
0.4.6
22.13.0
->22.14.0
22.12.0-bullseye
->22.14.0-bullseye
9.15.2
->9.15.9
v4.0.0
->v4.1.0
8.4.49
->8.5.3
3.4.2
->3.5.3
15.4.0
->15.4.1
5.4.0
->5.5.0
7.1.1
->7.3.0
2.15.0
->2.15.1
0.6.5
->0.8.5
7.0.2
->7.1.0
5.13.1
->5.14.0
2.2.1
->2.19.2
2.19.6
(+3)2.3.3
->2.4.4
5.7.2
->5.8.2
8.19.0
->8.26.0
8.26.1
0.8.0
->0.9.0
Release Notes
chakra-ui/chakra-ui (@chakra-ui/react)
v3.11.0
Compare Source
Minor Changes
8789401
Thanks @segunadebayo! - - Accordion
Fix issue where
Accordion.ItemTrigger
doesn't applytextAlign: start
SegmentGroup
SegmentGroup.Items
shortcut component to render multipleSegmentGroup.Item
components based on theitems
propv3.10.0
Compare Source
Minor Changes
11bdf77
Thanks @segunadebayo! - - Menu
Set the default children of
Menu.Arrow
toMenu.ArrowTip
HoverCard
HoverCard.Arrow
toHoverCard.ArrowTip
Dialog, Drawer
instead of relying on snippet styles.
v3.9.0
Compare Source
Minor Changes
52a97d0
Thanks @segunadebayo! - - Skeleton
Bring back
SkeletonCircle
andSkeletonText
components.Switch
children
forSwitch.Control
toSwitch.Thumb
toreduce LOC for common use cases.
Checkbox
children
forCheckbox.Control
toCheckbox.Indicator
to reduce LOC for common use cases.
NumberInput
children
forNumberInput.Control
toNumberInput.IncrementTrigger
andNumberInput.DecrementTrigger
toreduce LOC for common use cases.
QrCode
QrCode.Frame
component toQrCode.Pattern
to reduce LOC forcommon use cases.
RatingGroup
children
forRatingGroup.Control
to the array ofRatingGroup.Item
components to reduce LOC for common use cases.Slider
Slider.Marks
component to render marks on the slider track. This isa closed composition of
Slider.MarkerGroup
andSlider.Marker
to reduceLOC for common use cases.
Slider.Thumbs
component to render thumbs on the slider track. Thisis a closed composition of
Slider.Thumb
to reduce LOC for common usecases.
PinInput
attached
variant prop to render a pin input withattached inputs. This removes the need for the
Group
component to wrapthe inputs.
v3.8.2
Compare Source
Patch Changes
91945b7
Thanks @segunadebayo! - Fix issue where
mt
alias tomarginBlockStart
instead ofmarginTop
#9712
f733a87
Thanks @CerealeZ! - AspectRatio: Fix issue
where
css
prop was not respectedv3.8.1
Compare Source
Patch Changes
cdb9459
Thanks @segunadebayo! - - Fix performance
regression from
v3.5.x
by reverting memoization logicuseMemo
to provider components and styling hooks to avoid unnecessaryrecomputations
v3.8.0
Compare Source
Minor Changes
fa5e966
Thanks @segunadebayo! - - Add new hooks
useElementRect
,useForceUpdate
,useLiveRef
,usePrevious
anduseSafeLayoutEffect
FocusTrap
component for trapping focus within a containerPatch Changes
54a73a7
Thanks @mhsattarian! - - Breadcrumb: Fix
issue where breadcrumb arrow don't flip in RTL
LightMode
andDarkMode
components toforce light and dark color mode in a subtree
Group
component doesn't skip invalid childrenv3.7.0
Compare Source
Minor Changes
cb0ffc9
Thanks @segunadebayo! - - Avatar: Add
support for passing
name
to theAvatarFallback
to render the initials. Ifno
name
orchildren
is passed, it'll render either the initials or afallback icon.
useConst
anduseUpdateEffect
hooks from v2.Wrap
component from v2.v3.6.0
Compare Source
Minor Changes
04a1a07
Thanks @segunadebayo! - - Styled
System:
JSON.stringify
inmemo
function and avoid memoizing non-primitive arguments.
assets
token tobackgroundImage
andlistStyleImage
cssproperties.
lazyMount
andunmountOnExit
totrue
in theRoot
component to improve initial rendering performance.pattern.
StatGroup
component from v2.CloseButton
component.v3.5.1
Compare Source
Patch Changes
34d46e3
Thanks @segunadebayo! - - Button: Fix
issue where button is not disabled when loading props is passed
caused by updates to the
data-placement
attributeAlert
snippet in favor of using theAlert
component directly from@chakra-ui/react
.v3.5.0
Compare Source
Minor Changes
30a12d0
Thanks @segunadebayo! - - Native Select
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.