Update all non-major dependencies (patch)
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @mantine/colors-generator (source) | 8.0.0 -> 8.0.2 |
||
| @mantine/core (source) | 8.0.0 -> 8.0.2 |
||
| @mantine/hooks (source) | 8.0.0 -> 8.0.2 |
||
| PyYAML (source) |
==6.0.2 -> ==6.0.3
|
||
| eslint-plugin-react-hooks (source) | 7.0.0 -> 7.0.1 |
||
| katex (source) | 0.16.22 -> 0.16.25 |
||
| typescript-eslint (source) | 8.46.1 -> 8.46.4 |
||
| use-query-params | 2.2.1 -> 2.2.2 |
||
| vite (source) | 5.4.18 -> 5.4.21 |
Release Notes
mantinedev/mantine (@mantine/colors-generator)
v8.0.2
What's Changed
-
[@mantine/dates]DateTimePicker: Fix incorrectonChangevalue type -
[@mantine/core]ScrollArea: FixonBottomReachednot being called when the container size has sub-pixel value -
[@mantine/dates]TimePicker: Improve leading zero input handling -
[@mantine/dates]TimePicker: Fix setting value to an empty string not reseting displayed time in some cases -
[@mantine/form]Fixform.reorderItemreordering only the first item (#7892) -
[@mantine/dates]DateInput: Fix selected month and year not being highlighted (#7897) -
[@mantine/hooks]use-local-storage: AddqueueMicrotaskfor dispatching update events to fix multiple hook instances synchonization (#7874) -
[@mantine/dates]Fix leftover timezone issues after 8.0 strings migration (#7878) -
[@mantine/form]Add zod v4 support (#7871) -
[@mantine/core]Popover: FixonOpen/onClosebeing called whendisabledprop is set (#7868) -
[@mantine/spotlight]Fix labels containing single quote passed toSpotlight.ActionGroupnot working (#7865) -
[@mantine/core]Collapse: Fixinertprop not being compatible with React 18 (#7864) -
[@mantine/core]List: Fix incorrect types whentype="unordered"(#7861) -
[@mantine/core]AngleSlider: Fix incorrect arrow events handling (#7862) -
[@mantine/dates]DateInput: Fix Escape key not closing dropdown (#7857) -
[@mantine/hooks]use-shallow-effect: FixNaNvalue not being handled correctly (#7851)
New Contributors
- @gentunian made their first contribution in #7869
- @sungpaks made their first contribution in #7891
- @akoll made their first contribution in #7874
- @parsadotsh made their first contribution in #7899
Full Changelog: https://github.com/mantinedev/mantine/compare/8.0.1...8.0.2
v8.0.1
What's Changed
-
[@mantine/hooks]use-debounced-callback: Addleading: trueoption support (#7841) -
[@mantine/core]Tabs: Fix incorrect Tabs.List styles withgrowprop enabled -
[@mantine/core]MutltiSelect: FixonPasteprop not being passed to the input element (#7838) -
[@mantine/dates]TimePicker: Fix up/down arrows not working correctly withstepprop (#7784) -
[@mantine/core]Button: Fix FileButton breaking Button.Group styles (#7835) -
[@mantine/core]Modal Fix incorrect header styles with ScrollArea (#7832) -
[@mantine/dropzone]Fix status being stuck in rejected state when a file with incorrect mime type is dropped -
[@mantine/core]Switch: Fix incorrect thumb position in RTL layouts (#7822) -
[@mantine/core]AngleSlider: Fix incorrect thumb position in RTL layouts (#7822) -
[@mantine/core]Menu: Fix default props not working in Menu.Sub (#7820) -
[@mantine/core]Disable scaling explicit rem units in rem function (#7821) -
[@mantine/core]Slider: Fix incorrect track width (#7464) -
[@mantine/dates]TimeInput: Fixstepprop not working (#7811) -
[@mantine/core]Select: FixonSearchChangebeing triggered when controlled search value is updated (#7814) -
[@mantine/dropzone]Migrate back to react-dropzone from react-dropzone-esm -
[@mantine/code-highlight]Fix tooltip being cut off in components with 1-2 lines of code (#7816) -
[@mantine/core]Fix inconsistent disabled styles in some components, add CSS variables for disabled colors (#7805) -
[@mantine/dates]DatePicker: Add selected date highlight in year and month picker fortype="default"(#7799) -
[@mantine/core]Table: AddscrollAreaPropssupport to Table.ScrollContainer (#7798) -
[@mantine/core]Fix boolean value not being included indata-*attributes types (#7810) -
[@mantine/dates]DateInput: Fix incorrectonChangevalue type (#7796) -
[@mantine/core]Stepper: Fix unexpected bottom spacing in vertical orientation (#7794) -
[@mantine/core]PasswordInput: Fixaria-describedbynot pointing to error and description elements (#7793) -
[@mantine/core]Switch: Fixdivelement used inside label (#7776) -
[@mantine/dates]Add empty string handling as empty value (#7780) -
[@mantine/core]Collapse: Fix children with scale animations not working correctly when collapse is opened (#7774) -
[@mantine/core]Transition: FixexitDurationnot working correctly for rapid changes (#7773) -
[@mantine/dates]TimePicker: Fix00in dropdown not being reachable with arrow keys when it is outside scroll position (#7788) -
[@mantine/core]Stepper: Fix inconsistent border color in horizontal/vertical orientation (#7795) -
[@mantine/core]Stepper: Fix inconsistent border color in horizontal/vertical orientation (#7795)
New Contributors
- @mikkurogue made their first contribution in #7780
- @kawarimidoll made their first contribution in #7807
- @codjix made their first contribution in #7804
- @GermainBergeron made their first contribution in #7805
- @kaareal made their first contribution in #7814
- @Bvngee made their first contribution in #7464
- @russellbanks made their first contribution in #7820
- @jonjomckay made their first contribution in #7841
Full Changelog: https://github.com/mantinedev/mantine/compare/8.0.0...8.0.1
yaml/pyyaml (PyYAML)
v6.0.3
What's Changed
- Support for Python 3.14 and free-threading (experimental).
Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3
facebook/react (eslint-plugin-react-hooks)
v7.0.1
- Disallowed passing inline
useEffectEventvalues as JSX props to guard against accidental propagation. (#34820 by @jf-eirinha) - Switch to
export =so eslint-plugin-react-hooks emits correct types for consumers in Node16 ESM projects. (#34949 by @karlhorky) - Tightened the typing of
configs.flatso theconfigsexport is always defined. (#34950 by @poteto) - Fix named import runtime errors. (#34951, #34953 by @karlhorky)
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.4
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.46.3
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.46.2
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v5.4.21
Please refer to CHANGELOG.md for details.
v5.4.20
Please refer to CHANGELOG.md for details.
v5.4.19
Please refer to CHANGELOG.md for details.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.