Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @mantine/dates from 7.4.1 to 7.5.2 in /frontend #480

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2024

Bumps @mantine/dates from 7.4.1 to 7.5.2.

Release notes

Sourced from @​mantine/dates's releases.

7.5.2

What's Changed

  • [@mantine/core] ActionIcon: Fix icon width and height defined in % not working correctly
  • [@mantine/core] ScrollArea: Fix offsetScrollbars not working (#5733)
  • [@mantine/tiptap] Fix initialExternal on RichTextEditor.Link control not working correctly
  • [@mantine/core] FileInput: Fix incorrect extend function type
  • [@mantine/core] PinInput: Fix various issues related to user input and pasting into the input (#5704)
  • [@mantine/form] Add callback argument support to form.setFieldValue handler (#5696)
  • [@mantine/core] Add explicit extension to exports to support NodeNext TypeScript resolution (#5697)
  • [@mantine/hooks] use-list-state: Add swap handler support (#5716)
  • [@mantine/core] Fix NodeNext TypeScript resolution not working correctly for PolymorphicComponentProps and PolymorphicRef types (#5730)
  • [@mantine/core] Fix cjs builds unable to resolve third-party dependencies with certain TypeScript settings (#5741)
  • [@mantine/core] Transition: Fix skew-up transition not working (#5714)
  • [@mantine/core] Select: Fix active option not being scrolled into view when the dropdown opens
  • [@mantine/core] Menu: Fix unexpected focus trap when keepMounted is false (#4502)
  • [@mantine/core] ScrollArea: Fix style prop not being passed to the element when used in viewportProps (#5594)
  • [@mantine/core] Divider: Fix poor color contrast with light color scheme
  • [@mantine/core] Modal: Fix incorrect content border-radius when fullScreen prop is set
  • [@mantine/core] Modal: Fix scroll container not working correctly when ScrollArea is used as a scroll container for a full screen modal
  • [@mantine/notifications] Fix notifications handlers not allowing passing data-* attributes (#5640)

New Contributors

Full Changelog: mantinedev/mantine@7.5.1...7.5.2

7.5.1

What's Changed

  • [@mantine/core] Indicator: Improve processing animation for lo-resolution monitors (#5682)
  • [@mantine/hooks] use-debounced-state: Fix incorrect type definition (#5665)
  • [@mantine/hooks] use-session-storage: Fix default value not being set in the storage on initial render (#5663)
  • [@mantine/core] Combobox: Fix incorrect dropdown styles with custom ScrollArea component (#5677)
  • [@mantine/form] Fix incorrect touch and dirty state handling in form.initialize (#5623)
  • [@mantine/core] Chip: Fix error thrown when page is modified with Google Translate (#5586)
  • [@mantine/form] Add previous value as second argument to onValuesChange (#5649)
  • [@mantine/core] Fix autoContrast defined on theme not working in some components (#5655)
  • [@mantine/core] Fix broken alignment in Checkbox, Radio and Switch (#5648)
  • [@mantine/core-highlight] Add withCopyButton prop support to CodeHighlightTabs (#5608)
  • [@mantine/core] Update useComputedColorScheme types to match definition with other similar hooks (#5588)
  • [@mantine/core] MultiSelect: Forbid select item removal if associated item becomes disabled (#5630)

New Contributors

... (truncated)

Commits
  • 7043691 [release] Version: 7.5.2
  • 0731e06 [@​mantine/core] Add explicit extension to exports to support NodeNext TypeScr...
  • 74748cd [release] Version: 7.5.1
  • 75f86cb Revert "[@​mantine/core] Fix imports with nodenext resolution not working (#...
  • afbfc1a [@​mantine/core] Fix imports with nodenext resolution not working (#5668)
  • d1f047b [release] Version: 7.5.0
  • c949f38 [core] Remove broken tests
  • 14b6d38 [core] Add mod tests
  • 58d10fe [@​mantine/core] Add mod prop support to all components
  • bcd2233 Merge branch 'master' of github.com-rtivital:mantinedev/mantine into 7.5
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) from 7.4.1 to 7.5.2.
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.5.2/packages/@mantine/dates)

---
updated-dependencies:
- dependency-name: "@mantine/dates"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2024
@dependabot dependabot bot requested a review from evroon February 16, 2024 05:01
Copy link

vercel bot commented Feb 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
bracket ⬜️ Ignored (Inspect) Visit Preview Feb 16, 2024 5:01am

@evroon evroon merged commit b586bb6 into master Feb 18, 2024
5 checks passed
@evroon evroon deleted the dependabot/npm_and_yarn/frontend/mantine/dates-7.5.2 branch February 18, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant