chore(deps): update all non-major dependencies #1025
Closed
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.411.13.3->11.13.511.13.0->11.13.5^1.16.1->^1.17.17.13.5->7.14.37.13.5->7.14.35.16.7->5.16.8^2.11.2->^2.15.0^2.14.0->^2.15.0^2.14.0->^2.15.0^2.14.0->^2.15.0^0.5.6->^0.6.0^5.59.20->^5.61.5^1.81.1->^1.84.2^0.5.6->^0.6.1^0.5.6->^0.6.0^1.81.1->^1.84.2^0.5.5->^0.6.0^0.5.6->^0.6.0^4.3.3->^4.3.4^3.7.1->^3.7.2^5.1.5->^5.2.1^2.1.4->^2.1.6^9.14.0->^9.15.0^5.36.5->^5.38.2^20.1.2->^20.1.39.12.3->9.14.38.4.48->8.4.49^3.3.3->^3.4.1^1.0.1->^1.0.2^1.0.0-beta.5->^1.0.0-beta.8^5.4.10->^5.4.11^2.10.2->^2.11.0^5.1.2->^5.1.3^2.1.4->^2.1.6Release Notes
analogjs/analog (@analogjs/vite-plugin-angular)
v1.9.4Compare Source
Bug Fixes
v1.9.3Compare Source
Bug Fixes
emotion-js/emotion (@emotion/react)
v11.13.5Compare Source
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.17.1Compare Source
✨ New
🐞 Fixes
v1.17.0Compare Source
✨ New
🐞 Fixes
v1.16.2Compare Source
🐞 Fixes
🪄 Improvements
mantinedev/mantine (@mantine/core)
v7.14.3Compare Source
v7.14.2Compare Source
What's Changed
[@mantine/core]AddonEnterTranstionEndandonExitTransitionEndprops support to Modal, Drawer and Popover components[@mantine/charts]DonutChart: FixvalueFormatterprop not working, addlabelsTypeprop support (#7153)[@mantine/charts]BarChart: Fix incorrect labels positions in some cases (#7160)[@mantine/core]PasswordInput: FixvisibilityToggleButtonProps.variantprop being ignored (#7144)[@mantine/core]Improvewindow.matchMediausage to support test environments withoutmatchMediasupport (#7147)[@mantine/core]Fix arrow overlaying Popover, Tooltip and HoverCard content in some cases (#7148)[@mantine/form]AddonSubmitPreventDefaultoption support (#7142)[@mantine/core]TypographyStylesProvider: Fix incorrect lists styles[@mantine/notifications]Fix notifications with bottom-right and top-right positions shifting when modal/drawer is opened[@mantine/core]FileInput: Add missing placeholder Styles API reference[@mantine/core]Update floating-ui, react-textarea-autosize and type-fest dependencies to the latest version[@mantine/modals]AddupdateModalandupdateContextModalfunctions (#7104)[@mantine/tiptap]Fix too specific styles that prevented controls border-radius override without !important[@mantine/tiptap]Fix disabled controls having hover effects and pointer cursor[@mantine/core]FileInput: Add missingcomponentprop[@mantine/core]AngleSlider: Fix page being scrolled when the value is being changed on mobile[@mantine/core]NumberInput: Fix increment/decrement controls not being visible if the value is number like string[@mantine/core]NavLink: Fix collapse for nested links being rendered even if there are no child links (#7133)[@mantine/dates]FixdefaultDateprop being ignore in YearPickerInput and MonthPickerInput components (#7108)[@mantine/dropzone]Updatereact-dropzone-esmto the latest versionNew Contributors
Full Changelog: mantinedev/mantine@7.14.1...7.14.2
v7.14.1Compare Source
What's Changed
[@mantine/hooks]use-hotkeys: Fix+sign not being supported (syntax:shift+[plus]) (#7123)[@mantine/core]Popover: Fixstylesprop being handled incorrectly (#7120)[@mantine/charts]FixvalueFormatternot working in point labels of LineChant, AreaChart and CompositeChart components (#6989)[@mantine/core]Popover: FixonOpenandonClosecallbacks being called on each render (#7022, #7111, #7115)[@mantine/core]Menu: FixBlocked aria-hiddenwarning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)[@mantine/core]Fixtopstyle prop not being conveted to rem (#7112)[@mantine/dates]DateInput: FixdefaultDateprop 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]FixNotificationDatatype being too broad (#7097)[@mantine/core]RingProgress: AddtransitionDurationprop support (#7103)[@mantine/core]TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)[@mantine/core]Combobox: Fix incorrectaria-controlsattribute 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.Stackcomponent to render multiple modals at the same time.Modal.Stackkeeps track of opened modals, manages z-index values, focus trappingand
closeOnEscapebehavior.Modal.Stackis designed to be used withuseModalsStackhook.Differences from using multiple
Modalcomponents:Modal.Stackmanages z-index values – modals that are opened later will always have higher z-index value disregarding their order in the DOMModal.Stackdisables focus trap andEscapekey handling for all modals except the one that is currently openedopacity: 0andpointer-events: noneuseModalsStack/useDrawersStack hooks
useModalsStackhook 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
useModalsStackwithModalcomponent:Restrict Slider selection to marks
Slider component now supports
restrictToMarksprop that restricts slider value to marks only.Note that in this case
stepprop is ignored:BarChart SVG pattern fill
BarChart now can be used with SVG pattern fill:
Help center updates
Other changes
onNodeExpandandonNodeCollapsecallbackscheckAllNodes,uncheckAllNodesandsetCheckedStatehandlersgetTreeExpandedStateto generate expanded state based on the tree dataform.replaceListItemhandler to replace list item at given indexmantinedev/mantine (@mantine/hooks)
v7.14.3Compare Source
v7.14.2Compare Source
What's Changed
[@mantine/core]AddonEnterTranstionEndandonExitTransitionEndprops support to Modal, Drawer and Popover components[@mantine/charts]DonutChart: FixvalueFormatterprop not working, addlabelsTypeprop support (#7153)[@mantine/charts]BarChart: Fix incorrect labels positions in some cases (#7160)[@mantine/core]PasswordInput: FixvisibilityToggleButtonProps.variantprop being ignored (#7144)[@mantine/core]Improvewindow.matchMediausage to support test environments withoutmatchMediasupport (#7147)[@mantine/core]Fix arrow overlaying Popover, Tooltip and HoverCard content in some cases (#7148)[@mantine/form]AddonSubmitPreventDefaultoption support (#7142)[@mantine/core]TypographyStylesProvider: Fix incorrect lists styles[@mantine/notifications]Fix notifications with bottom-right and top-right positions shifting when modal/drawer is opened[@mantine/core]FileInput: Add missing placeholder Styles API reference[@mantine/core]Update floating-ui, react-textarea-autosize and type-fest dependencies to the latest version[@mantine/modals]AddupdateModalandupdateContextModalfunctions (#7104)[@mantine/tiptap]Fix too specific styles that prevented controls border-radius override without !important[@mantine/tiptap]Fix disabled controls having hover effects and pointer cursor[@mantine/core]FileInput: Add missingcomponentprop[@mantine/core]AngleSlider: Fix page being scrolled when the value is being changed on mobile[@mantine/core]NumberInput: Fix increment/decrement controls not being visible if the value is number like string[@mantine/core]NavLink: Fix collapse for nested links being rendered even if there are no child links (#7133)[@mantine/dates]FixdefaultDateprop being ignore in YearPickerInput and MonthPickerInput components (#7108)[@mantine/dropzone]Updatereact-dropzone-esmto the latest versionNew Contributors
Full Changelog: mantinedev/mantine@7.14.1...7.14.2
v7.14.1Compare Source
What's Changed
[@mantine/hooks]use-hotkeys: Fix+sign not being supported (syntax:shift+[plus]) (#7123)[@mantine/core]Popover: Fixstylesprop being handled incorrectly (#7120)[@mantine/charts]FixvalueFormatternot working in point labels of LineChant, AreaChart and CompositeChart components (#6989)[@mantine/core]Popover: FixonOpenandonClosecallbacks being called on each render (#7022, #7111, #7115)[@mantine/core]Menu: FixBlocked aria-hiddenwarning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)[@mantine/core]Fixtopstyle prop not being conveted to rem (#7112)[@mantine/dates]DateInput: FixdefaultDateprop 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]FixNotificationDatatype being too broad (#7097)[@mantine/core]RingProgress: AddtransitionDurationprop support (#7103)[@mantine/core]TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)[@mantine/core]Combobox: Fix incorrectaria-controlsattribute 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: