chore(deps): update other minor updates #604
Open
+573
−573
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.8.1
->^3.11.0
^10.0.2
->^10.1.1
10.5.2
->10.6.1
^10.0.1
->^10.1.0
^7.2.0
->^7.3.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 respectedprettier/eslint-config-prettier (eslint-config-prettier)
v10.1.1
Compare Source
Patch Changes
#309
eb56a5e
Thanks @JounQin! - fix: separate the/flat
entry for compatibilityFor flat config users, the previous
"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
property for config-inspector, we just can't add it for the default entry for compatibility.See also #308
v10.1.0
Compare Source
Minor Changes
56e2e34
Thanks @JounQin! - feat: migrate to exports fieldv10.0.3
Compare Source
Patch Changes
#294
8dbbd6d
Thanks @FloEdelmann! - feat: add name to config#280
cba5737
Thanks @zanminkian! - feat: add declaration filepnpm/pnpm (pnpm)
v10.6.1
Compare Source
Patch Changes
--silent
reporting is used.--loglevel
is set toerror
, don't show installation summary, execution time, and big tarball download progress.package.json
#9226.approve-builds
command, if package.json containsonlyBuiltDependencies
orignoredBuiltDependencies
, the selected dependency package will continue to be written intopackage.json
.v10.6.0
Compare Source
Minor Changes
pnpm-workspace.yaml
can now hold all the settings that.npmrc
accepts. The settings should use camelCase #9211.pnpm-workspace.yaml
example:Projects using a
file:
dependency on a local tarball file (i.e..tgz
,.tar.gz
,.tar
) will see a performance improvement during installation. Previously, using afile:
dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.Patch Changes
pnpm self-update
should not leave a directory with a broken pnpm installation if the installation fails.fast-glob
replace withtinyglobby
to reduce the size of the pnpm CLI dependencies #9169.pnpm deploy
should not remove fields from the deployed package'spackage.json
file #9215.pnpm self-update
should not read the pnpm settings from thepackage.json
file in the current working directory.pnpm deploy
creating apackage.json
without theimports
andlicense
field #9193.pnpm update -i
should list only packages that have newer versions #9206.catalogs
section of thepnpm-lock.yaml
file to be removed whendedupe-peer-dependents=false
on a filtered install. #9112remarkjs/react-markdown (react-markdown)
v10.1.0
Compare Source
Add
939c667
Addfallback
prop toMarkdownHooks
by @remcohaszing in https://github.com/remarkjs/react-markdown/pull/897
Fix
a40ae2e
Fix race condition inMarkdownHooks
by @remcohaszing in https://github.com/remarkjs/react-markdown/pull/896
Full Changelog: remarkjs/react-markdown@10.0.1...10.1.0
remix-run/react-router (react-router-dom)
v7.3.0
Compare Source
Patch Changes
[email protected]
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.