Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2024

Bumps the npm-dependencies group with 3 updates: @mantine/core, @tabler/icons-react and sass.

Updates @mantine/core from 7.3.2 to 7.4.1

Release notes

Sourced from @​mantine/core's releases.

7.4.1

What's Changed

  • [@mantine/core] Combobox: Fix numpad enter not working (#5526)
  • [@mantine/core] Combobox: Fix onClose prop not working (#5509)
  • [@mantine/core] AppShell: Fix header height 0 not working (#5514)
  • [@mantine/core] ColorPicker: Fix incorrect background gradient in AlphaSlider (#5518)
  • [@mantine/core] Indicator: Fix autoContrast being passed to the dom node as attribute (#5508)
  • [@mantine/core] NumberInput: Fix allowLeadingZeros prop not working
  • [@mantine/core] NumberInput: Fix incorrect controls border color in disabled state
  • [@mantine/core] NumberInput: Fix incorrect -0.0, -0.00, -0.000 ... inputs handling
  • [@mantine/core] Popover: Improve width prop type
  • [@mantine/core] Improve types of data prop in Autocomplete and TagsInput components
  • [@mantine/core] MultiSelect: Fix required prop not displaying required asterisk
  • [@mantine/hooks] use-scroll-into-view: Improve types (#5426)
  • [@mantine/core] MultiSelect: Fix incorrect pointer-events style on the right section (#5472)
  • [@mantine/core] Fix breakpoints defined in px being transformed into em when visibleFrom and hiddenFrom props are used (#5457)
  • [@mantine/core] Rating: Improve size type (#5470)
  • [@mantine/core] ScrollArea: Fix ScrollArea.Autosize working incorrectly with some tables (#5481)
  • [@mantine/core] NumberInput: Add support for numbers that are larger than Number.MAX_SAFE_INTEGER (#5471)
  • [@mantine/core] Combobox: Fix readonly data array not being supported (#5477)
  • [@mantine/charts] Fix incorrect y-axis styles in RTL (#5505)

New Contributors

Full Changelog: mantinedev/mantine@7.4.0...7.4.1

7.4.0 ⭐

View changelog with demos on mantine.dev website

@​mantine/charts

New @​mantine/charts package provides a set of components to build charts and graphs. All components are based on recharts. Currently, the package provides AreaChart, BarChart, LineChart and Sparkline components. More components will be added in the next minor releases.

AreaChart component

New AreaChart component:

import { AreaChart } from '@mantine/charts';
import { data } from './data';
</tr></table> 

... (truncated)

Commits
  • eae084e [release] Version: 7.4.1
  • fc5e222 [@​mantine/core] Combobox: Fix numpad enter not working (#5526)
  • eaf8ef4 [@​mantine/core] Combobox: Fix onClose prop not working (#5509)
  • 3d74104 [@​mantine/core] AppShell: Fix header height 0 not working (#5514)
  • e691391 [@​mantine/core] ColorPicker: Fix incorrect background gradient in AlphaSlider...
  • b71a976 [@​mantine/core] Indicator: Fix autoContrast being passed to the dom node as...
  • f060f77 [@​mantine/core] NumberInput: Fix allowLeadingZeros prop not working
  • dc4651b [@​mantine/core] NumberInput: Fix incorrect controls border color in disabled ...
  • 31e015e [@​mantine/core] NumberInput: Fix incorrect -0.0, -0.00, -0.000 ... inputs han...
  • c41a6ae [@​mantine/core] Popover: Improve width prop type
  • Additional commits viewable in compare view

Updates @tabler/icons-react from 2.44.0 to 2.46.0

Release notes

Sourced from @​tabler/icons-react's releases.

Release 2.46.0

18 new icons:

  • arrow-down-from-arc
  • arrow-down-to-arc
  • arrow-left-from-arc
  • arrow-left-to-arc
  • arrow-right-from-arc
  • arrow-right-to-arc
  • arrow-up-from-arc
  • arrow-up-to-arc
  • avocado
  • badge-ad-off
  • bowl-chopsticks
  • bowl-spoon
  • chart-scatter-3d
  • chart-scatter
  • sort-ascending-shapes
  • sort-ascending-small-big
  • sort-deacending-small-big
  • sort-descending-shapes

Fixed icons: circle-dashed-percentage, circle-percentage, square-percentage, square-rounded-percentage

Release 2.45.0

18 new icons:

  • brand-apple-filled
  • brand-bluesky
  • brand-livewire
  • brand-pnpm
  • brand-stocktwits
  • brand-yarn
  • circle-dashed-percentage
  • circle-percentage
  • meter-cube
  • meter-square
  • paywall
  • pilcrow-left
  • pilcrow-right
  • protocol
  • receipt-rupee
  • square-percentage
  • square-rounded-percentage
  • transaction-rupee

... (truncated)

Commits

Updates sass from 1.69.5 to 1.69.7

Release notes

Sourced from sass's releases.

Dart Sass 1.69.7

To install Sass 1.69.7, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Embedded Sass

  • In the JS Embedded Host, properly install the x64 Dart Sass executable on ARM64 Windows.

See the full changelog for changes in earlier releases.

Dart Sass 1.69.6

To install Sass 1.69.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Produce better output for numbers with complex units in meta.inspect() and debugging messages.

  • Escape U+007F DELETE when serializing strings.

  • When generating CSS error messages to display in-browser, escape all code points that aren't in the US-ASCII region. Previously only code points U+0100 LATIN CAPITAL LETTER A WITH MACRON were escaped.

  • Provide official releases for musl LibC and for Android.

  • Don't crash when running meta.apply() in asynchronous mode.

JS API

  • Fix a bug where certain exceptions could produce SourceSpans that didn't follow the documented SourceSpan API.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.69.7

Embedded Sass

  • In the JS Embedded Host, properly install the x64 Dart Sass executable on ARM64 Windows.

1.69.6

  • Produce better output for numbers with complex units in meta.inspect() and debugging messages.

  • Escape U+007F DELETE when serializing strings.

  • When generating CSS error messages to display in-browser, escape all code points that aren't in the US-ASCII region. Previously only code points U+0100 LATIN CAPITAL LETTER A WITH MACRON were escaped.

  • Provide official releases for musl LibC and for Android.

  • Don't crash when running meta.apply() in asynchronous mode.

JS API

  • Fix a bug where certain exceptions could produce SourceSpans that didn't follow the documented SourceSpan API.
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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-dependencies group with 3 updates: [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core), [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) and [sass](https://github.com/sass/dart-sass).


Updates `@mantine/core` from 7.3.2 to 7.4.1
- [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.4.1/packages/@mantine/core)

Updates `@tabler/icons-react` from 2.44.0 to 2.46.0
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v2.46.0/packages/icons-react)

Updates `sass` from 1.69.5 to 1.69.7
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.69.5...1.69.7)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@tabler/icons-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the npm label Jan 14, 2024
@runthis runthis merged commit 5daed3c into main Jan 20, 2024
@runthis runthis deleted the dependabot/npm_and_yarn/npm-dependencies-8dee59caeb branch January 20, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant