chore(deps): update all non-major dependencies #67
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.15.3
->^7.16.1
^7.15.3
->^7.16.1
^7.15.3
->^7.16.1
^8.4.7
->^8.5.0
^8.4.7
->^8.5.0
^8.4.7
->^8.5.0
^8.4.7
->^8.5.0
^8.4.7
->^8.5.0
^8.4.7
->^8.5.0
^8.4.7
->^8.5.0
^8.4.7
->^8.5.0
^8.4.7
->^8.5.0
^8.4.7
->^8.5.0
^19.0.6
->^19.0.7
9.15.3
->9.15.4
^8.4.49
->^8.5.1
^0.3.1
->^0.3.2
^8.4.7
->^8.5.0
^8.19.1
->^8.20.0
Release Notes
mantinedev/mantine (@mantine/core)
v7.16.1
Compare Source
What's Changed
[@mantine/core]
Menu: AddwithInitialFocusPlaceholder
prop support[@mantine/core]
Slider: FixonChangeEnd
being called whendisabled
prop is set[@mantine/core]
Add option to customize chevron color withchevronColor
prop in Select and MultiSelect components[@mantine/core]
Fix incorrect styles of nested tables (#7354)[@mantine/core]
: NumberInput: FixonChange
being called inonBlur
if the value has not been changed (#7383)[@mantine/core]
Menu: Adddata-disabled
prop handling to Menu.Item component (#7377)[@mantine/form]
Fix incorrect values handling inform.resetDirty
(#7373)[@mantine/chart]
AreaChart: FixgridColor
andtextColor
props being passed as attributes to the DOM node (#7378)[@mantine/hooks]
use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)[@mantine/core]
MantineProvider: Fix jest tests not running in case there is incorrectwindow.matchMedia
polyfill implementation (#7360)[@mantine/core]
Modal: Fix Escape key not working in old Safari versions (#7358)New Contributors
Full Changelog: mantinedev/mantine@7.16.0...7.16.1
v7.16.0
: 🌶️Compare Source
View changelog with demos on mantine.dev website
use-scroll-spy hook
New use-scroll-spy hook tracks scroll position and returns index of the
element that is currently in the viewport. It is useful for creating
table of contents components (like in mantine.dev sidebar on the right side)
and similar features.
TableOfContents component
New TableOfContents component is built on top of
use-scroll-spy
hookand can be used to create table of contents components like the one on the right side of mantine.dev
documentation sidebar:
Input.ClearButton component
New
Input.ClearButton
component can be used to add clear button to custom inputsbased on
Input
component.size
of the clear button is automaticallyinherited from the input:
Popover with overlay
Popover and other components based on it now support
withOverlay
prop:Container queries in Carousel
You can now use container queries
in Carousel component. With container queries, all responsive values
are adjusted based on the container width, not the viewport width.
Example of using container queries. To see how the grid changes, resize the root element
of the demo with the resize handle located at the bottom right corner of the demo:
RangeSlider restrictToMarks
RangeSlider component now supports
restrictToMarks
prop:Pagination withPages prop
Pagination component now supports
withPages
prop which allows hiding pagescontrols and displaying only previous and next buttons:
useForm touchTrigger option
use-form hook now supports
touchTrigger
option that allows customizing events that change touched state.It accepts two options:
change
(default) – field will be considered touched when its value changes or it has been focusedfocus
– field will be considered touched only when it has been focusedExample of using
focus
trigger:Help Center updates
Other changes
clearable
propsync
option which allows disabling synchronization between browser tabsstorybookjs/storybook (@storybook/addon-docs)
v8.5.0
Compare Source
Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:
List of all updates
@vitest/coverage-v8
during postinstall if no coverage reporter is installed - #29993, thanks @ghengeveld!vitest
detects missing deps - #29763, thanks @ndelangen!test.include
patterns - #30029, thanks @JReinhold!vitest
crashes - #29751, thanks @ndelangen!vitest.setup.js
- #30233, thanks @JReinhold!experimental-nextjs-vite
- #29814, thanks @ndelangen!glob
withtinyglobby
- #29817, thanks @ghengeveld!staticDirs
with Vitest - #29811, thanks @ghengeveld!require.resolve
- #30026, thanks @ndelangen!storybook
command - #29480, thanks @toothlessdev!TESTING_MODULE_RUN_ALL_REQUEST
for backward compatibility - #29711, thanks @ghengeveld!ERR_PACKAGE_PATH_NOT_EXPORTED
in@storybook/node-logger
- #30093, thanks @JReinhold!scrollIntoView
behavior and reimplement testing module time rendering - #30044, thanks @ghengeveld!@types/node
todevDeps
consistently - #30163, thanks @ndelangen!useSharedState
- #30259, thanks @JReinhold!react-confetti
with@neoconfetti/react
- #30098, thanks @ndelangen!@storybook/test
as optional peer dependency - #29754, thanks @yannbf!TooltipLinkList
and use it in main menu - #29507, thanks @ghengeveld!optimizeDeps
- #30117, thanks @ndelangen!@fs
- #28941, thanks @tobiasdiez!viteFinal
- #30105, thanks @JReinhold!vue-component-meta
docgen HMR not working - #29518, thanks @IonianPlayboy!pnpm/pnpm (pnpm)
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
👻 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.