chore(deps): update all non-major dependencies #3957
Merged
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.13.5
->7.14.0
7.13.5
->7.14.0
7.13.5
->7.14.0
7.13.5
->7.14.0
7.13.5
->7.14.0
7.13.5
->7.14.0
7.13.5
->7.14.0
7.13.5
->7.14.0
3.21.0
->3.22.0
1.1.8
->1.1.10
1.80.6
->1.80.7
Release Notes
mantinedev/mantine (@mantine/carousel)
v7.14.0
: 💋Compare Source
View changelog with demos on mantine.dev website
AngleSlider component
New AngleSlider component:
RadialBarChart component
New RadialBarChart component:
FunnelChart component
New FunnelChart component:
Modal.Stack and Drawer.Stack components
New Modal.Stack and Drawer.Stack components simplify usage of multiple modals/drawers at the same time.
Use
Modal.Stack
component to render multiple modals at the same time.Modal.Stack
keeps track of opened modals, manages z-index values, focus trappingand
closeOnEscape
behavior.Modal.Stack
is designed to be used withuseModalsStack
hook.Differences from using multiple
Modal
components:Modal.Stack
manages z-index values – modals that are opened later will always have higher z-index value disregarding their order in the DOMModal.Stack
disables focus trap andEscape
key handling for all modals except the one that is currently openedopacity: 0
andpointer-events: none
useModalsStack/useDrawersStack hooks
useModalsStack
hook provides an easy way to control multiple modals at the same time.It accepts an array of unique modals ids and returns an object with the following properties:
Example of using
useModalsStack
withModal
component:Restrict Slider selection to marks
Slider component now supports
restrictToMarks
prop that restricts slider value to marks only.Note that in this case
step
prop is ignored:BarChart SVG pattern fill
BarChart now can be used with SVG pattern fill:
Help center updates
Other changes
onNodeExpand
andonNodeCollapse
callbackscheckAllNodes
,uncheckAllNodes
andsetCheckedState
handlersgetTreeExpandedState
to generate expanded state based on the tree dataform.replaceListItem
handler to replace list item at given indextabler/tabler-icons (@tabler/icons-react)
v3.22.0
: Release 3.22.0Compare Source
18 new icons:
filled/brand-messenger
filled/brand-weibo
filled/bubble-text
filled/ghost-3
filled/golf
filled/keyboard
filled/live-view
filled/meeple
filled/message-2
filled/nurse
filled/palette
filled/quote
filled/video
filled/windsock
outline/brand-tesla
outline/clipboard-search
outline/tag-minus
outline/tag-plus
Fixed icons:
outline/building-wind-turbine
,outline/circuit-bulb
,outline/circuit-capacitor-polarized
,outline/circuit-capacitor
,outline/circuit-cell-plus
,outline/circuit-cell
,outline/circuit-changeover
,outline/circuit-diode-zener
,outline/circuit-diode
,outline/circuit-ground-digital
,outline/circuit-ground
,outline/circuit-inductor
,outline/circuit-motor
,outline/circuit-pushbutton
,outline/circuit-resistor
,outline/circuit-switch-closed
,outline/circuit-switch-open
,outline/circuit-voltmeter
,outline/empathize
,outline/external-link-off
,outline/external-link
,outline/nurse
,outline/plug-connected
,outline/sos
,outline/tag
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.10
Compare Source
Bug Fixes
v1.1.9
Compare Source
Features
sass/dart-sass (sass)
v1.80.7
Compare Source
Embedded Host
0
asundefined
for thegreen
andblue
channels in theLegacyColor
constructor.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.