LorenzoScebba / emojiperanto

A NSFW emoji guide to express concepts.
https://emojiperanto.lorenzoscebba.com/
3 stars 1 forks source link

Bump the mantine group with 4 updates #130

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps the mantine group with 4 updates: @mantine/core, @mantine/hooks, @mantine/notifications and @mantine/carousel.

Updates @mantine/core from 7.1.7 to 7.3.2

Release notes

Sourced from @​mantine/core's releases.

7.3.2

What's Changed

  • [@mantine/core] Portal: Fix empty className string throwing error (#5400)
  • [@mantine/core] Select: Fix incorrect empty string as initial value handing
  • [@mantine/core] Fix error thrown in jest tests when autosize Textarea is used in Next.js application (#5393)
  • [@mantine/core] Loader: Fix default loaders not being available if custom loader was default with defaultProps on theme
  • [@mantine/core] Chip: Fix color prop not working without specifying variant
  • [@mantine/core] MultiSelect: Fix dropdown not being opened when Space key is pressed and the component is not searchable
  • [@mantine/core] NavLink: Add missing Space key handling for collapse/expand nested links
  • [@mantine/dates] DateInput: Fix incorrect clear button size
  • [@mantine/core] Fix text inside MultiSelect, TagsInput and PillsInput search field not being possible to select with mouse
  • [@mantine/core] Set cursor to not-allowed on disabled Checkbox, Radio and Switch
  • [@mantine/core] NumberInput: Improve disabled increment/decrement controls styles
  • [@mantine/core] Button: Fix incorrect alignment if button is used in the same container as other buttons with component prop
  • [@mantine/core] SegmentedControl: Improve readOnly styles
  • [@mantine/core] NumberInput: Fix incorrect controls text color in error state
  • [@mantine/core] Change divs to more semantic elements in Modal and Drawer
  • [@mantine/core] Make header height of Modal and Drawer consistent to prevent layout shift when withCloseButton prop is changed
  • [@mantine/core] Fix onChange not being called in Radio, Checkbox and Chip components if they are used inside X.Group
  • [@mantine/core] NumberInput: Fix incorrect negative decimal values input handing
  • [@mantine/core] Button: Fix incorrect Loader vertical alignment
  • [@mantine/vanilla-extract] Expose all primary colors values
  • [@mantine/core] Menu: Fix incorrect aria roles (#5372)
  • [@mantine/core] Table: Fix sticky header being overlayed by elements in table rows in some cases (#5385)
  • [@mantine/core] Combobox: Fix rightSection and leftSection nor being visible on Combobox.Search (#5368)
  • [@mantine/core] Tabs: Fix clipped border of outline variant (#5370)
  • [@mantine/core] Fix incorrect rightSectionPointerEvents in Select and MultiSelect components (#5371)
  • [@mantine/core] Alert: Fix incorrect margin if title is hidden
  • [@mantine/core] Overlay: Fix blur styles not working in old Safari

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.3.1...7.3.2

7.3.1

What's Changed

  • [@mantine/core] Fix broken default colors override
  • [@mantine/core] Menu: Improve click-hover trigger accessibility (#5335)
  • [@mantine/core] Fix incorrect lineHeight theme variables resolving (#5375)
  • [@mantine/core] Select: Fix error thrown if google translate changes labels (#5377)
  • [@mantine/tiptap] Add missing control Styles API selector to RichTextEditor.Link (#5171)
  • [@mantine/core] Grid: Fix incorrect Grid.Col auto span handing if one Grid is used inside another Grid (#5278)
  • [@mantine/core] Grid: Fix incorrect Grid.Col styles when the column is auto as base value and content as breakpoint value (#5280)
  • [@mantine/core] Fix various RTL issues (#5250)
  • [@mantine/dates] Fix hideOutsideDates now working if @mantine/dates is used as a headless library (#5003)
  • [@mantine/core] SegmentedControl: Remove animation during initialization (#5182)
  • [@mantine/core] Menu: Fix broken focus logic when keepMounted is set (#4502)
  • [@mantine/tiptap] Remove @tabler/icons dependency to improve bundling performance (#5279)
  • [@mantine/core] Fix inputs have incorrect left and right sections colors in error state (#5304)

... (truncated)

Commits


Updates @mantine/hooks from 7.1.7 to 7.3.2

Release notes

Sourced from @​mantine/hooks's releases.

7.3.2

What's Changed

  • [@mantine/core] Portal: Fix empty className string throwing error (#5400)
  • [@mantine/core] Select: Fix incorrect empty string as initial value handing
  • [@mantine/core] Fix error thrown in jest tests when autosize Textarea is used in Next.js application (#5393)
  • [@mantine/core] Loader: Fix default loaders not being available if custom loader was default with defaultProps on theme
  • [@mantine/core] Chip: Fix color prop not working without specifying variant
  • [@mantine/core] MultiSelect: Fix dropdown not being opened when Space key is pressed and the component is not searchable
  • [@mantine/core] NavLink: Add missing Space key handling for collapse/expand nested links
  • [@mantine/dates] DateInput: Fix incorrect clear button size
  • [@mantine/core] Fix text inside MultiSelect, TagsInput and PillsInput search field not being possible to select with mouse
  • [@mantine/core] Set cursor to not-allowed on disabled Checkbox, Radio and Switch
  • [@mantine/core] NumberInput: Improve disabled increment/decrement controls styles
  • [@mantine/core] Button: Fix incorrect alignment if button is used in the same container as other buttons with component prop
  • [@mantine/core] SegmentedControl: Improve readOnly styles
  • [@mantine/core] NumberInput: Fix incorrect controls text color in error state
  • [@mantine/core] Change divs to more semantic elements in Modal and Drawer
  • [@mantine/core] Make header height of Modal and Drawer consistent to prevent layout shift when withCloseButton prop is changed
  • [@mantine/core] Fix onChange not being called in Radio, Checkbox and Chip components if they are used inside X.Group
  • [@mantine/core] NumberInput: Fix incorrect negative decimal values input handing
  • [@mantine/core] Button: Fix incorrect Loader vertical alignment
  • [@mantine/vanilla-extract] Expose all primary colors values
  • [@mantine/core] Menu: Fix incorrect aria roles (#5372)
  • [@mantine/core] Table: Fix sticky header being overlayed by elements in table rows in some cases (#5385)
  • [@mantine/core] Combobox: Fix rightSection and leftSection nor being visible on Combobox.Search (#5368)
  • [@mantine/core] Tabs: Fix clipped border of outline variant (#5370)
  • [@mantine/core] Fix incorrect rightSectionPointerEvents in Select and MultiSelect components (#5371)
  • [@mantine/core] Alert: Fix incorrect margin if title is hidden
  • [@mantine/core] Overlay: Fix blur styles not working in old Safari

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.3.1...7.3.2

7.3.1

What's Changed

  • [@mantine/core] Fix broken default colors override
  • [@mantine/core] Menu: Improve click-hover trigger accessibility (#5335)
  • [@mantine/core] Fix incorrect lineHeight theme variables resolving (#5375)
  • [@mantine/core] Select: Fix error thrown if google translate changes labels (#5377)
  • [@mantine/tiptap] Add missing control Styles API selector to RichTextEditor.Link (#5171)
  • [@mantine/core] Grid: Fix incorrect Grid.Col auto span handing if one Grid is used inside another Grid (#5278)
  • [@mantine/core] Grid: Fix incorrect Grid.Col styles when the column is auto as base value and content as breakpoint value (#5280)
  • [@mantine/core] Fix various RTL issues (#5250)
  • [@mantine/dates] Fix hideOutsideDates now working if @mantine/dates is used as a headless library (#5003)
  • [@mantine/core] SegmentedControl: Remove animation during initialization (#5182)
  • [@mantine/core] Menu: Fix broken focus logic when keepMounted is set (#4502)
  • [@mantine/tiptap] Remove @tabler/icons dependency to improve bundling performance (#5279)
  • [@mantine/core] Fix inputs have incorrect left and right sections colors in error state (#5304)

... (truncated)

Commits


Updates @mantine/notifications from 7.1.7 to 7.3.2

Release notes

Sourced from @​mantine/notifications's releases.

7.3.2

What's Changed

  • [@mantine/core] Portal: Fix empty className string throwing error (#5400)
  • [@mantine/core] Select: Fix incorrect empty string as initial value handing
  • [@mantine/core] Fix error thrown in jest tests when autosize Textarea is used in Next.js application (#5393)
  • [@mantine/core] Loader: Fix default loaders not being available if custom loader was default with defaultProps on theme
  • [@mantine/core] Chip: Fix color prop not working without specifying variant
  • [@mantine/core] MultiSelect: Fix dropdown not being opened when Space key is pressed and the component is not searchable
  • [@mantine/core] NavLink: Add missing Space key handling for collapse/expand nested links
  • [@mantine/dates] DateInput: Fix incorrect clear button size
  • [@mantine/core] Fix text inside MultiSelect, TagsInput and PillsInput search field not being possible to select with mouse
  • [@mantine/core] Set cursor to not-allowed on disabled Checkbox, Radio and Switch
  • [@mantine/core] NumberInput: Improve disabled increment/decrement controls styles
  • [@mantine/core] Button: Fix incorrect alignment if button is used in the same container as other buttons with component prop
  • [@mantine/core] SegmentedControl: Improve readOnly styles
  • [@mantine/core] NumberInput: Fix incorrect controls text color in error state
  • [@mantine/core] Change divs to more semantic elements in Modal and Drawer
  • [@mantine/core] Make header height of Modal and Drawer consistent to prevent layout shift when withCloseButton prop is changed
  • [@mantine/core] Fix onChange not being called in Radio, Checkbox and Chip components if they are used inside X.Group
  • [@mantine/core] NumberInput: Fix incorrect negative decimal values input handing
  • [@mantine/core] Button: Fix incorrect Loader vertical alignment
  • [@mantine/vanilla-extract] Expose all primary colors values
  • [@mantine/core] Menu: Fix incorrect aria roles (#5372)
  • [@mantine/core] Table: Fix sticky header being overlayed by elements in table rows in some cases (#5385)
  • [@mantine/core] Combobox: Fix rightSection and leftSection nor being visible on Combobox.Search (#5368)
  • [@mantine/core] Tabs: Fix clipped border of outline variant (#5370)
  • [@mantine/core] Fix incorrect rightSectionPointerEvents in Select and MultiSelect components (#5371)
  • [@mantine/core] Alert: Fix incorrect margin if title is hidden
  • [@mantine/core] Overlay: Fix blur styles not working in old Safari

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.3.1...7.3.2

7.3.1

What's Changed

  • [@mantine/core] Fix broken default colors override
  • [@mantine/core] Menu: Improve click-hover trigger accessibility (#5335)
  • [@mantine/core] Fix incorrect lineHeight theme variables resolving (#5375)
  • [@mantine/core] Select: Fix error thrown if google translate changes labels (#5377)
  • [@mantine/tiptap] Add missing control Styles API selector to RichTextEditor.Link (#5171)
  • [@mantine/core] Grid: Fix incorrect Grid.Col auto span handing if one Grid is used inside another Grid (#5278)
  • [@mantine/core] Grid: Fix incorrect Grid.Col styles when the column is auto as base value and content as breakpoint value (#5280)
  • [@mantine/core] Fix various RTL issues (#5250)
  • [@mantine/dates] Fix hideOutsideDates now working if @mantine/dates is used as a headless library (#5003)
  • [@mantine/core] SegmentedControl: Remove animation during initialization (#5182)
  • [@mantine/core] Menu: Fix broken focus logic when keepMounted is set (#4502)
  • [@mantine/tiptap] Remove @tabler/icons dependency to improve bundling performance (#5279)
  • [@mantine/core] Fix inputs have incorrect left and right sections colors in error state (#5304)

... (truncated)

Commits


Updates @mantine/carousel from 7.1.7 to 7.3.2

Release notes

Sourced from @​mantine/carousel's releases.

7.3.2

What's Changed

  • [@mantine/core] Portal: Fix empty className string throwing error (#5400)
  • [@mantine/core] Select: Fix incorrect empty string as initial value handing
  • [@mantine/core] Fix error thrown in jest tests when autosize Textarea is used in Next.js application (#5393)
  • [@mantine/core] Loader: Fix default loaders not being available if custom loader was default with defaultProps on theme
  • [@mantine/core] Chip: Fix color prop not working without specifying variant
  • [@mantine/core] MultiSelect: Fix dropdown not being opened when Space key is pressed and the component is not searchable
  • [@mantine/core] NavLink: Add missing Space key handling for collapse/expand nested links
  • [@mantine/dates] DateInput: Fix incorrect clear button size
  • [@mantine/core] Fix text inside MultiSelect, TagsInput and PillsInput search field not being possible to select with mouse
  • [@mantine/core] Set cursor to not-allowed on disabled Checkbox, Radio and Switch
  • [@mantine/core] NumberInput: Improve disabled increment/decrement controls styles
  • [@mantine/core] Button: Fix incorrect alignment if button is used in the same container as other buttons with component prop
  • [@mantine/core] SegmentedControl: Improve readOnly styles
  • [@mantine/core] NumberInput: Fix incorrect controls text color in error state
  • [@mantine/core] Change divs to more semantic elements in Modal and Drawer
  • [@mantine/core] Make header height of Modal and Drawer consistent to prevent layout shift when withCloseButton prop is changed
  • [@mantine/core] Fix onChange not being called in Radio, Checkbox and Chip components if they are used inside X.Group
  • [@mantine/core] NumberInput: Fix incorrect negative decimal values input handing
  • [@mantine/core] Button: Fix incorrect Loader vertical alignment
  • [@mantine/vanilla-extract] Expose all primary colors values
  • [@mantine/core] Menu: Fix incorrect aria roles (#5372)
  • [@mantine/core] Table: Fix sticky header being overlayed by elements in table rows in some cases (#5385)
  • [@mantine/core] Combobox: Fix rightSection and leftSection nor being visible on Combobox.Search (#5368)
  • [@mantine/core] Tabs: Fix clipped border of outline variant (#5370)
  • [@mantine/core] Fix incorrect rightSectionPointerEvents in Select and MultiSelect components (#5371)
  • [@mantine/core] Alert: Fix incorrect margin if title is hidden
  • [@mantine/core] Overlay: Fix blur styles not working in old Safari

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.3.1...7.3.2

7.3.1

What's Changed

  • [@mantine/core] Fix broken default colors override
  • [@mantine/core] Menu: Improve click-hover trigger accessibility (#5335)
  • [@mantine/core] Fix incorrect lineHeight theme variables resolving (#5375)
  • [@mantine/core] Select: Fix error thrown if google translate changes labels (#5377)
  • [@mantine/tiptap] Add missing control Styles API selector to RichTextEditor.Link (#5171)
  • [@mantine/core] Grid: Fix incorrect Grid.Col auto span handing if one Grid is used inside another Grid (#5278)
  • [@mantine/core] Grid: Fix incorrect Grid.Col styles when the column is auto as base value and content as breakpoint value (#5280)
  • [@mantine/core] Fix various RTL issues (#5250)
  • [@mantine/dates] Fix hideOutsideDates now working if @mantine/dates is used as a headless library (#5003)
  • [@mantine/core] SegmentedControl: Remove animation during initialization (#5182)
  • [@mantine/core] Menu: Fix broken focus logic when keepMounted is set (#4502)
  • [@mantine/tiptap] Remove @tabler/icons dependency to improve bundling performance (#5279)
  • [@mantine/core] Fix inputs have incorrect left and right sections colors in error state (#5304)

... (truncated)

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
cloudflare-pages[bot] commented 9 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: a0452f4
Status: ✅  Deploy successful!
Preview URL: https://a811e80d.emojiperanto-auto.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-mant-a37j.emojiperanto-auto.pages.dev

View logs

dependabot[bot] commented 8 months ago

Superseded by #137.