odpi / happi-graph

Generic graph rendering solution.
https://odpi.github.io/happi-graph
Apache License 2.0
11 stars 9 forks source link

Bump @mantine/core from 5.6.3 to 5.10.4 #138

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @mantine/core from 5.6.3 to 5.10.4.

Release notes

Sourced from @​mantine/core's releases.

5.10.4

What's Changed

  • [@mantine/core] PasswordInput: Hide native browser password reveal button in Edge
  • [@mantine/core] Notification: Fix content overflow with very large children (#3540)
  • [@mantine/core] Make useInputProps hook strongly typed (#3486)
  • [@mantine/core] MultiSelect: Add missing default value for dropdownPosition (#3490)
  • [@mantine/core] Table: Fix styles for th elements not working inside tbody (#3504)
  • [@mantine/modals] Fix multiple closeModal issues (#3498)
  • [@mantine/hooks] use-disclosure: Memoize functions (#3513)
  • [@mantine/hooks] use-focus-trap: Fix aria-hidden not being removed from the body when target element changes (#3526)
  • [@mantine/core] Allow usage of read only arrays in Select and MulstiSelect components (#3542)
  • [@mantine/core] Text: Add option to truncate text from the start (#3550)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/5.10.3...5.10.4

5.10.3

What's Changed

  • [@mantine/core] Add option to pass additional props to file input in FileButton and FileInput components
  • [@mantine/form] Fix onBlur missing in getInputProps type
  • [@mantine/form] Improve isEmail validation logic (#3443)
  • [@mantine/core] SimpleGrid: Fix zero spacing and vertical spacing nor working in breakpoints (#3453)
  • [@mantine/dropzone] Add avif image mime type (#3166)
  • [@mantine/dates] DateRangePicker: Fix incorrect openDropdownOnClear behavior (#3299)
  • [@mantine/hooks] use-hotkeys: Add additional configuration to allow hook usage with content editable elements (#3410)
  • [@mantine/core] Add hoverOnSearchChange prop to Autocomplete, Select and MultiSelect (#3102)
  • [@mantine/styles] Fix incorrect useComponentDefaultProps type (#3484)
  • [@mantine/core] MultiSelect: Allow to disable selected items filtering from the dropdown items list (#3104)
  • [@mantine/form] Fix zodResolver not being type safe with older versions of TypeScript (#3431)
  • [@mantine/carousel] Fix carousel with vertical orientation working incorrectly with RTL direction (#3438)
  • [@mantine/core] Fix dropdown position not being updated after Select, MultiSelect and Autocomplete dropdown was flipped and user started searching (#3439)
  • [@mantine/core] Pagination: Fix spacing={0} not working (#3456)
  • [@mantine/core] Dependency: migrate @floating-ui/react-dom-interactions to @floating-ui/react (#3471)
  • [@mantine/core] Skeleton: Allow overflow when children are visible (#3475)
  • [@mantine/core] TransferList: add transferAllMatchingFilter prop (#3436)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/5.10.2...5.10.3

... (truncated)

Commits
  • 364842f [release] Version: 5.10.4
  • ec0fe41 [@​mantine/core] PasswordInput: Hide native browser password reveal button in ...
  • 9d4d759 [@​mantine/core] Notification: Fix content overflow with very large children (...
  • 333e8d6 [@​mantine/core] Make useInputProps hook strongly typed (#3486)
  • 70911c3 [@​mantine/core] MultiSelect: Add missing default value for dropdownPosition...
  • 6213bb4 [@​mantine/core] Table: Fix styles for th elements not working inside `tbody...
  • a58131c [@​mantine/core] Allow usage of read only arrays in Select and MulstiSelect co...
  • 5db353d [@​mantine/core] Text: Add option to truncate text from the start (#3550)
  • 8009979 [release] Version: 5.10.3
  • 5acfac1 [@​mantine/core] Add option to pass additional props to file input in FileButt...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #140.