chore(deps): update all non-major dependencies #1025
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:
^1.9.2
->^1.9.3
7.13.5
->7.14.1
7.13.5
->7.14.1
^2.11.2
->^2.14.0
^0.5.6
->^0.5.7
^5.59.20
->^5.60.5
^1.81.1
->^1.82.0
^0.5.6
->^0.5.7
^1.81.1
->^1.82.0
^0.5.6
->^0.5.7
^5.1.5
->^5.2.0
^2.1.4
->^2.1.5
^9.14.0
->^9.15.0
^4.1.0
->^4.4.0
^5.36.5
->^5.37.1
9.12.3
->9.13.2
8.4.48
->8.4.49
^1.0.0-beta.5
->^1.0.0-beta.7
^5.4.10
->^5.4.11
^2.1.4
->^2.1.5
Release Notes
analogjs/analog (@analogjs/vite-plugin-angular)
v1.9.3
Compare Source
Bug Fixes
mantinedev/mantine (@mantine/core)
v7.14.1
Compare Source
What's Changed
[@mantine/hooks]
use-hotkeys: Fix+
sign not being supported (syntax:shift+[plus]
) (#7123)[@mantine/core]
Popover: Fixstyles
prop being handled incorrectly (#7120)[@mantine/charts]
FixvalueFormatter
not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)[@mantine/core]
Popover: FixonOpen
andonClose
callbacks being called on each render (#7022, #7111, #7115)[@mantine/core]
Menu: FixBlocked aria-hidden
warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)[@mantine/core]
Fixtop
style prop not being conveted to rem (#7112)[@mantine/dates]
DateInput: FixdefaultDate
prop not working when the value is set tonull
(#4426)[@mantine/core]
NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)[@mantine/core]
NumberInput: Fix value being reverted to start value if intial component value is a string[@mantine/notifications]
FixNotificationData
type being too broad (#7097)[@mantine/core]
RingProgress: AddtransitionDuration
prop support (#7103)[@mantine/core]
TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)[@mantine/core]
Combobox: Fix incorrectaria-controls
attribute being set on the target element when the dropdown is closed (#7114)New Contributors
Full Changelog: mantinedev/mantine@7.14.0...7.14.1
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 indexTanStack/store (@tanstack/angular-store)
v0.5.7
Compare Source
Version 0.5.7 - 11/12/24, 8:03 AM
Changes
Fix
0737358
) by Lachlan CollinsChore
cb33c15
) by renovate[bot]18cc8f6
) by renovate[bot]ff99ff6
) by renovate[bot]ef733da
) by renovate[bot]92ebc6b
) by renovate[bot]5410bb8
) by renovate[bot]Packages
TanStack/query (@tanstack/react-query)
v5.60.5
Compare Source
Version 5.60.5 - 11/15/24, 6:06 PM
Changes
Fix
4a2e838
) by Dominik DorfmeisterDocs
0df2883
) by Arnoud118b152
) by ArnoudPackages
v5.60.4
Compare Source
Version 5.60.4 - 11/15/24, 3:43 PM
Changes
Refactor
6c2a055
) by @manudeliPackages
v5.60.2
Compare Source
Version 5.60.2 - 11/14/24, 12:48 PM
Changes
Refactor
94891fd
) by ArnoudChore
combinate
spell check lint warning (#8266) (322974c
) by Sol LeeTest
c9fcd2f
) by @manudeli8d1f542
) by @manudeliebd4c2b
) by @manudelie802711
) by @manudelic2b435d
) by @manudeli6c9e3f3
) by @manudeli74c65cc
) by @manudeliDocs
aa6d3f8
) by @eglovef56fc84
) by Arnoud7085bd1
) by Ariel-MoroshkoPackages
TanStack/router (@tanstack/react-router)
v1.82.0
Compare Source
Version 1.82.0 - 11/17/24, 10:21 PM
Breaking changes for TanStack Start
head
API for adding route meta - https://github.com/TanStack/router/discussions/2403#discussioncomment-11285962Changes
Feat
scripts
,links
, andmeta
to thehead
(#2571) (4ae6ca9
) by Sean CassiereTest
23e1ac1
) by Sean CassiereDocs
a0847cb
) by Tanner LinsleyPackages
v1.81.14
Compare Source
Version 1.81.14 - 11/15/24, 11:17 PM
Changes
Fix
503d21f
) by Tanner LinsleyPackages
v1.81.13
Compare Source
Version 1.81.13 - 11/15/24, 10:29 PM
Changes
Fix
e211aaf
) by Tanner LinsleyPackages
v1.81.10
Compare Source
Version 1.81.10 - 11/15/24, 3:05 PM
Changes
Fix
de69637
) by Sean Cassierebab07dc
) by Tanner LinsleyPackages
v1.81.9
Compare Source
Version 1.81.9 - 11/15/24, 5:35 AM
Changes
Fix
4d7c669
) by Marc MacLeod83cb148
) by Tanner Linsleye7e92a6
) by Tanner LinsleyPackages
v1.81.7
Compare Source
Version 1.81.7 - 11/14/24, 8:36 PM
Changes
Fix
ee74d19
) by Manuel SchillerOther
1228304
) by @IHIutchPackages
v1.81.6
Compare Source
Version 1.81.6 - 11/14/24, 4:47 PM
Breaking changes for TanStack Start:
createServerFn
- https://github.com/TanStack/router/discussions/2403#discussioncomment-11282498Html
,Head
, andBody
components - https://github.com/TanStack/router/discussions/2403#discussioncomment-11282499Changes
Fix
090a456
) by Tanner LinsleyOther
4d5d25b
) by Tanner LinsleyPackages
v1.81.5
Compare Source
Version 1.81.5 - 11/13/24, 6:21 PM
Changes
Fix
418f4ce
) by ManuelConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.