Ukraine-Relief-Efforts / host-a-refugee

Mobile-first website to match refugees with available hosts
https://host-a-refugee.vercel.app
MIT License
14 stars 4 forks source link

Bump @mantine/core from 3.6.14 to 4.0.4 #80

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @mantine/core from 3.6.14 to 4.0.4.

Release notes

Sourced from @​mantine/core's releases.

4.0.4

Rollback Group component changes from 4.0.3 patch

4.0.3

  • AppShell no longer parses props of Navbar and Header components, AppShell positioning logic was migraed to context and CSS variables, Navbar and Header components can be wrapped with other components
  • useLocalStorageValue hook was renamed to useLocalStorage (old hook is still exported from @mantine/hooks)
  • Fix keyboard navigation triggering wrong action when using grouping in @mantine/spotlight package (#995)
  • Improve types for @mantine/modals package (#947)
  • Add radius prop support to @mantine/spotlight (#959)
  • Fix maxSelectedValues counter not being reset after MulstiSelect was cleared (#949)
  • Fix Radio squishing when associated label is too large (#970)
  • Improve edge cases handling while entering data in TimeInput component (#933)
  • Fix fullWidth not working with month view in Calendar component (#957)

4.0.2

  • Menu component was migrated to context, it no longer parses children – Menu.Item, Menu.Label components can now be wrapped with other components and stored in fragments
  • List component was migrated to context – same new options are available for List.Item as for Menu.Item
  • NextLink component was added to @mantine/next package to simplify Next.js Link usage with Menu

4.0.1

  • Fix components props with undefined value from collistions with default props (#985)
  • Add innerInput to Styles API in PasswordInput component (#963)
  • Fix incorrect emotion cache handling for MantineProvider with inheritance
  • Fix incorrect Modal and Drawer outside events handling

4.0.0

View changelog with demos on Mantine website

Mantine UI

Mantine UI is a new project with set of more than 120 responsive components built with Mantine. All components support dark/light color scheme and Mantine theme customizations. Mantine UI is free for everyone.

Breaking changes

  • @mantine/core package no longer exports CONTAINER_SIZES variable
  • Prism now trims code by default, to disable that set <Prism trim={false} />
  • useForm hook exported from @mantine/hooks package is now deprecated, it will be removed in one of the next releases.
  • @​mantine/eslint-config was migrated to eslint-config-mantine

Renamed props

Some props were renamed to make Mantine components more consistent:

... (truncated)

Commits
  • ee3f1ff [release] Version: 4.0.4
  • a160047 [@​mantine/core] Group: Rollback changes
  • 98e88f3 [release] Version: 4.0.3
  • e84ad4c [@​mantine/core] Group: Fix position and align for column direction (#755)
  • 7eddc54 [core] Replace deprecated String.prototype.substr (#874)
  • 4840fc4 Merge branch 'dev' of github.com:mantinedev/mantine
  • f665839 [@​mantine/tests] Improve types of shared tests (#934)
  • a265744 [@​mantine/core] MultiSelect: Fix maxSelected values state not updating on ite...
  • 9a1534a [@​mantine/core] RadioGroup: Fix multiline radio labels (#970)
  • a8a139c [@​mantine/core] Tooltip: migrate to useMergedRefs hook (#966)
  • 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)
vercel[bot] commented 2 years ago

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/host-a-refugee/settings/billing.
dependabot[bot] commented 2 years ago

Superseded by #83.