chore(deps): update other minor updates #522
Open
+1,259
−1,343
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.26.0
->^7.26.9
^3.2.5
->^3.8.1
^0.5.0
->^0.5.1
^2.27.11
->^2.28.1
^16.1.0
->^16.2.0
^14.5.2
->^14.6.1
^8.19.1
->^8.24.1
^8.19.1
->^8.24.1
9.15.3
->9.15.5
^3.4.2
->^3.5.1
^5.4.0
->^5.5.0
^9.0.3
->^9.1.0
^6.28.1
->^6.29.0
Release Notes
babel/babel (@babel/core)
v7.26.9
Compare Source
🐛 Bug Fix
babel-types
TSPropertySignature.kind
(@liuxingbaoyu)babel-generator
,babel-types
🏠 Internal
babel-types
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
@types/gensync
in Babel 7 (@nicolo-ribaudo)v7.26.8
Compare Source
v7.26.8 (2025-02-08)
🏠 Internal
babel-preset-env
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)chakra-ui/chakra-ui (@chakra-ui/react)
v3.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
disabled
andinvalid
props were not being passed to theNativeSelectField
component.invalid
prop is set.devices.
Loader
andLoaderOverlay
components.ButtonGroup
component similar to v2 forgrouping similar buttons.
loading
andloadingText
props to theButton
component.component.
v3.4.0
Compare Source
Minor Changes
375e05f
Thanks @segunadebayo! - - [New]
Presence: Add component to animate an element using css animation, and
control the mount/unmount behavior
Patch Changes
882c7f6
Thanks @segunadebayo! - - Separator:
Fix issue where
aria-orientation
was missing in the DOM andorientation
was added instead.
event being cancelled.
preview.
disableClick
prop.4c885df
Thanks @segunadebayo! - - Button, Icon
Fix issue where button and icon doesn't export props providers
b39ea43
Thanks @segunadebayo! - System: Fix
issue where render times feels slower compared to v2 due to the global style
computation in the provider component. Now, it is much faster.
See Discussion
v3.3.3
Compare Source
Patch Changes
9c55f21
Thanks @segunadebayo! - Fix issue where
icon sizes doesn't work anymore
v3.3.2
Compare Source
Patch Changes
855bb29
Thanks @segunadebayo! - - Icon:
Refactor icon recipe
size=inherit
to allow for composition with buttonportalled
totrue
by default#9470
4bd9f8d
Thanks @lcswillems! - - Menu, Select: Use
the same semantic token for select
_highlighted
statee4fe984
Thanks @segunadebayo! - Fix issue where
using
<Icon as={...} />
throws an error, forcing users to use theasChild
approach
e506044
Thanks @segunadebayo! - Fix issue where
factory shows a warning React 19 due to accessing
child.ref
v3.3.1
Compare Source
Patch Changes
0fc040a
Thanks @segunadebayo! - HoverCard,
Tooltip: Resolved an issue where the controlled open state could become
inconsistent during the
opening
orclosing
phases.1439548
Thanks @segunadebayo! - Fix issue where
useRecipe
anduseSlotRecipe
returnsnever
when key does not matchbuilt-in recipe.
v3.3.0
Compare Source
Minor Changes
#9437
791bcec
Thanks @segunadebayo! - ### Added
Clipboard.ValueText
to display clipboardcontent.
preventDropOnDocument
to block file drops on the document when thefile upload component is active.
setClipboardFiles
to the API for setting files from clipboarddata.
onValueChange
anddefaultValue
.navigate
property for custom routernavigation when selections render as links.
onValueChange
anddefaultValue
.QrCode.DownloadTrigger
to enable QR code image downloads.Fixed
Collapsible: Fixed a bug where the opening animation replayed when an
open collapsible was re-rendered.
Dialog, Popover: Resolved an issue causing dialogs or popovers to close
if the focused element was removed from the DOM.
FileUpload: Fixed a bug causing the hidden input to desync from accepted
files.
Menu, Popover: Fixed inconsistent interaction detection outside the
component when the trigger was inside a scrollable container.
Pagination: Corrected an issue where the page range returned an
incorrect
end
value whenpageSize
exceededcount
.QRCode: Fixed
getDataUrl
to generate a properly sized QR code.#9437
791bcec
Thanks @segunadebayo! - Add new QRCode
component for converting text and links to QR codes.
Patch Changes
d3f1c19
Thanks @segunadebayo! - Fix issue where
htmlWidth
andhtmlHeight
doesn't work inImage
orchakra.image
elements.
f32cb4a
Thanks @segunadebayo! - Improve typesafety
for layer styles to support common shorthands like
bg
,bgColor
,bgImage
b11587b
Thanks @segunadebayo! - Fix compound
variant matching not working with
colorPalette
propchangesets/changesets (@changesets/changelog-github)
v0.5.1
Compare Source
Patch Changes
84a4a1b
]:testing-library/react-testing-library (@testing-library/react)
v16.2.0
Compare Source
Features
testing-library/user-event (@testing-library/user-event)
v14.6.1
Compare Source
Bug Fixes
delay
option (#1175) (2edf14d)ContextMenu
todefaultKeyMap
(#1079) (3e471d1)defaultKeyMap
(#1226) (543ecb0)pointerdown
isdefaultPrevented
(#1121) (f681f7b)button
andbuttons
properties onPointerEvent
(#1219) (6614f72)1
as default value forPointerEvent.width
andPointerEvent.height
(#1224) (f0468d0)click
event loop on form-associated custom element (#1238) (465fc7e)click
event on non-focusable control (#1130) (e429094)accept
filter more leniently (#1064) (a344ad4)v14.6.0
Compare Source
Features
FocusEvent
in hidden documents (#1252) (1ed8b15)Bug Fixes
DataTransferItem.getAsString()
callback (#1251) (7b11b0e)PointerCoords.x
inisDifferentPointerPosition
(#1216) (75edef5)PointerCoords
inisDifferentPointerPosition()
(#1229) (5f3d28f)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.24.1
Compare Source
🩹 Fixes
accessor
methods with a function initializer (#10796)static
accessor
properties (#10814)accessor
property declaration (#10813)accessor
class properties for missing accessibility modifier (#10805)accessor
class properties with a function initializer (#10804)accessor
properties with a function initializer (#10794)accessor
class properties (#10789)any
value assigned as an initializer of anaccessor
property (#10785)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.24.0
Compare Source
🚀 Features
allowConstantLoopConditions
more granular (#10639)🩹 Fixes
allowNumberAndString
isfalse
(#10737)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.23.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.22.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.21.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.20.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.24.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.24.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.23.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.22.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.21.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.20.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
pnpm/pnpm (pnpm)
v9.15.5
: pnpm 9.15.5Compare Source
Patch Changes
pnpm install
, thepreprepare
andpostprepare
scripts of the project should be executed #8989.strip-ansi
with the built-inutil.stripVTControlCharacters
#9009.Platinum Sponsors
Gold Sponsors
v9.15.4
: pnpm 9.15.4Compare Source
Patch Changes
pnpm update --latest <pkg>
updates only the specified package, withdedupe-peer-dependents=true
.Platinum Sponsors
Gold Sponsors
Configuration
📅 Schedule: Branch creation - "after 3pm on Friday" (UTC), 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.