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 the npm-dependencies group across 1 directory with 12 updates #88

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm-dependencies group with 10 updates in the / directory:

Package From To
@mantine/carousel 7.9.2 7.12.1
@mantine/charts 7.9.2 7.12.1
@tabler/icons-react 3.4.0 3.12.0
embla-carousel-react 8.1.0 8.1.8
gatsby 5.13.5 5.13.7
@types/node 20.12.12 22.3.0
@types/react 18.3.2 18.3.3
postcss 8.4.38 8.4.41
postcss-preset-mantine 1.15.0 1.17.0
typescript 5.4.5 5.5.4

Updates @mantine/carousel from 7.9.2 to 7.12.1

Release notes

Sourced from @​mantine/carousel's releases.

7.12.1

What's Changed

  • [@mantine/dates] DateInput: Fix default date being set to the current date when minDate is set to the future (#6646)
  • [@mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • [@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
  • [@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#6639)
  • [@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#6531)
  • [@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#6562)
  • [@mantine/core] Accordion: Add missing withProps function (#6564)
  • [@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#6565)
  • [@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#6588)
  • [@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#6536)
  • [@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • [@mantine/spotlight] Fix limit prop not working correctly with actions groups (#6632)
  • [@mantine/core] Badge: Fix text overflow not being handled correctly (#6629)
  • [@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#6625)
  • [@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#6622)
  • [@mantine/core] TagsInput: Fix onKeyDown prop not working (#6569)
  • [@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#6616)
  • [@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#6598)
  • [@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#6586)
  • [@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#6579)
  • [@mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • [@mantine/core] DatePickerInput: Fix incorrect aria-label being set on the input element (#6530)
  • [@mantine/core] Menu: Fix incorrect Escape key handling inside Modal (#6580)

New Contributors

Full Changelog: mantinedev/mantine@7.12.0...7.12.1

7.12.0 🌟

View changelog with demos on mantine.dev website

Notifications at any position

It is now possible to display notifications at any position on the screen with @​mantine/notifications package:

... (truncated)

Commits
  • b07422e [release] Version: 7.12.1
  • 2ae72db [release] Version: 7.12.0
  • c087030 [release] Version: 7.11.2
  • 1a3af9f [@​mantine/carousel] Fix responsive slideSize values working differently fro...
  • 2f91229 [release] Version: 7.11.1
  • 831041b [@​mantine/carousel] Fix onSlideChange using stale props values (#6393)
  • 4b58cb8 [release] Version: 7.11.0
  • 2414345 [@​mantine/core] Add Component.withProps support to all components
  • 29f24e3 [release] Version: 7.10.2
  • c659c32 [release] Version: 7.10.1
  • Additional commits viewable in compare view

Updates @mantine/charts from 7.9.2 to 7.12.1

Release notes

Sourced from @​mantine/charts's releases.

7.12.1

What's Changed

  • [@mantine/dates] DateInput: Fix default date being set to the current date when minDate is set to the future (#6646)
  • [@mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • [@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
  • [@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#6639)
  • [@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#6531)
  • [@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#6562)
  • [@mantine/core] Accordion: Add missing withProps function (#6564)
  • [@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#6565)
  • [@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#6588)
  • [@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#6536)
  • [@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • [@mantine/spotlight] Fix limit prop not working correctly with actions groups (#6632)
  • [@mantine/core] Badge: Fix text overflow not being handled correctly (#6629)
  • [@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#6625)
  • [@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#6622)
  • [@mantine/core] TagsInput: Fix onKeyDown prop not working (#6569)
  • [@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#6616)
  • [@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#6598)
  • [@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#6586)
  • [@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#6579)
  • [@mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • [@mantine/core] DatePickerInput: Fix incorrect aria-label being set on the input element (#6530)
  • [@mantine/core] Menu: Fix incorrect Escape key handling inside Modal (#6580)

New Contributors

Full Changelog: mantinedev/mantine@7.12.0...7.12.1

7.12.0 🌟

View changelog with demos on mantine.dev website

Notifications at any position

It is now possible to display notifications at any position on the screen with @​mantine/notifications package:

... (truncated)

Commits
  • b07422e [release] Version: 7.12.1
  • 8f5a15e [@​mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (...
  • 02fb277 [refactor] Cleanup PieChart code after PR
  • a749888 [@​mantine/charts] PieChart: Fix valueFormatter not working on outside label...
  • 2ae72db [release] Version: 7.12.0
  • c087030 [release] Version: 7.11.2
  • decbcfe [@​mantine/charts] Add support for nested properties in dataKey (#5886)
  • 392880f [@​mantine/charts] Sparkline: Fix incorrect data prop type (#6352)
  • 308761e [@​mantine/charts] Fix strokeColor prop being passed to the DOM element (#6507)
  • 2f91229 [release] Version: 7.11.1
  • Additional commits viewable in compare view

Updates @mantine/core from 7.9.2 to 7.12.1

Release notes

Sourced from @​mantine/core's releases.

7.12.1

What's Changed

  • [@mantine/dates] DateInput: Fix default date being set to the current date when minDate is set to the future (#6646)
  • [@mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • [@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
  • [@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#6639)
  • [@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#6531)
  • [@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#6562)
  • [@mantine/core] Accordion: Add missing withProps function (#6564)
  • [@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#6565)
  • [@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#6588)
  • [@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#6536)
  • [@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • [@mantine/spotlight] Fix limit prop not working correctly with actions groups (#6632)
  • [@mantine/core] Badge: Fix text overflow not being handled correctly (#6629)
  • [@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#6625)
  • [@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#6622)
  • [@mantine/core] TagsInput: Fix onKeyDown prop not working (#6569)
  • [@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#6616)
  • [@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#6598)
  • [@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#6586)
  • [@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#6579)
  • [@mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • [@mantine/core] DatePickerInput: Fix incorrect aria-label being set on the input element (#6530)
  • [@mantine/core] Menu: Fix incorrect Escape key handling inside Modal (#6580)

New Contributors

Full Changelog: mantinedev/mantine@7.12.0...7.12.1

7.12.0 🌟

View changelog with demos on mantine.dev website

Notifications at any position

It is now possible to display notifications at any position on the screen with @​mantine/notifications package:

... (truncated)

Commits
  • b07422e [release] Version: 7.12.1
  • 4e73005 [@​mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • 7c0f989 [@​mantine/core] Fix incorrect active styles of buttons used inside disabled f...
  • 4a17e88 [@​mantine/core] Switch: Fix Switch shrinking when large label or description ...
  • 5263671 [@​mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is...
  • d19341f [@​mantine/core] Accordion: Add missing withProps function (#6564)
  • 2755799 [@​mantine/core] Pill: Fix remove icon overflowing pill container if its backg...
  • ebe8b0e [@​mantine/core] PinInput: Allow passing props to individual input elements de...
  • f0a07fc Merge branch 'master' of github.com:mantinedev/mantine
  • 29ca594 [@​mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • Additional commits viewable in compare view

Updates @mantine/hooks from 7.9.2 to 7.12.1

Release notes

Sourced from @​mantine/hooks's releases.

7.12.1

What's Changed

  • [@mantine/dates] DateInput: Fix default date being set to the current date when minDate is set to the future (#6646)
  • [@mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • [@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
  • [@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#6639)
  • [@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#6531)
  • [@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#6562)
  • [@mantine/core] Accordion: Add missing withProps function (#6564)
  • [@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#6565)
  • [@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#6588)
  • [@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#6536)
  • [@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • [@mantine/spotlight] Fix limit prop not working correctly with actions groups (#6632)
  • [@mantine/core] Badge: Fix text overflow not being handled correctly (#6629)
  • [@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#6625)
  • [@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#6622)
  • [@mantine/core] TagsInput: Fix onKeyDown prop not working (#6569)
  • [@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#6616)
  • [@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#6598)
  • [@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#6586)
  • [@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#6579)
  • [@mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • [@mantine/core] DatePickerInput: Fix incorrect aria-label being set on the input element (#6530)
  • [@mantine/core] Menu: Fix incorrect Escape key handling inside Modal (#6580)

New Contributors

Full Changelog: mantinedev/mantine@7.12.0...7.12.1

7.12.0 🌟

View changelog with demos on mantine.dev website

Notifications at any position

It is now possible to display notifications at any position on the screen with @​mantine/notifications package:

... (truncated)

Commits
  • b07422e [release] Version: 7.12.1
  • 6972146 [@​mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • 2ae72db [release] Version: 7.12.0
  • c087030 [release] Version: 7.11.2
  • 010a4b8 [@​mantine/hooks] use-interval: Add autoInvoke option support
  • 1dfef74 [@​mantine/hooks] use-interval: Fix updates to the function and interval timeo...
  • 1bdb948 [@​mantine/hooks] use-os: Fix iOS being reported as MacOS in several cases (#6...
  • 2f91229 [release] Version: 7.11.1
  • 09a25b6 [refactor] Add tests to use-os hook (#6442)
  • f490181 [@​mantine/hooks] use-eye-dropper: Fix Opera being incorrectly detected as a s...
  • Additional commits viewable in compare view

Updates @tabler/icons-react from 3.4.0 to 3.12.0

Release notes

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

Release 3.12.0

18 new icons:

  • outline/arrows-transfer-up-down
  • outline/brand-amie
  • outline/brand-bebo
  • outline/building-airport
  • outline/camera-ai
  • outline/camera-bitcoin
  • outline/camera-moon
  • outline/chart-column
  • outline/chart-covariate
  • outline/congruent-to
  • outline/diaper
  • outline/file-ai
  • outline/file-bitcoin
  • outline/lock-password
  • outline/phone-done
  • outline/phone-end
  • outline/phone-ringing
  • outline/stopwatch

Fixed icons: outline/bolt-off, outline/bolt, outline/phone-outgoing, outline/phone-pause

Release 3.11.0

52 new icons:

  • outline/circle-dashed-letter-a
  • outline/circle-dashed-letter-b
  • outline/circle-dashed-letter-c
  • outline/circle-dashed-letter-d
  • outline/circle-dashed-letter-e
  • outline/circle-dashed-letter-f
  • outline/circle-dashed-letter-g
  • outline/circle-dashed-letter-h
  • outline/circle-dashed-letter-i
  • outline/circle-dashed-letter-j
  • outline/circle-dashed-letter-k
  • outline/circle-dashed-letter-l
  • outline/circle-dashed-letter-m
  • outline/circle-dashed-letter-n
  • outline/circle-dashed-letter-o
  • outline/circle-dashed-letter-p
  • outline/circle-dashed-letter-q
  • outline/circle-dashed-letter-r
  • outline/circle-dashed-letter-s

... (truncated)

Commits

Updates embla-carousel-react from 8.1.0 to 8.1.8

Release notes

Sourced from embla-carousel-react's releases.

v8.1.8

Sponsor

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project you can sponsor it here:

What's Changed

New Contributors

Full Changelog: davidjerleke/embla-carousel@v8.1.7...v8.1.8

v8.1.7

Sponsor

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project you can sponsor it here:

What's Changed

New Contributors

Full Changelog: davidjerleke/embla-carousel@v8.1.6...v8.1.7

v8.1.6

[!WARNING]

Please skip upgrading to this version. Read why here: #928.

Sponsor

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project you can sponsor it here:

What's Changed

Full Changelog: davidjerleke/embla-carousel@v8.1.5...v8.1.6

v8.1.5

... (truncated)

Commits

Updates gatsby from 5.13.5 to 5.13.7

Commits

Updates @types/node from 20.12.12 to 22.3.0

Commits

Updates @types/react from 18.3.2 to 18.3.3

Commits

Updates postcss from 8.4.38 to 8.4.41

Release notes

Sourced from postcss's releases.

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

Changelog

Sourced from postcss's changelog.

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

Commits

Updates postcss-preset-mantine from 1.15.0 to 1.17.0

Commits

Updates typescript from 5.4.5 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG

Bumps the npm-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@mantine/carousel](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/carousel) | `7.9.2` | `7.12.1` |
| [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) | `7.9.2` | `7.12.1` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.4.0` | `3.12.0` |
| [embla-carousel-react](https://github.com/davidjerleke/embla-carousel) | `8.1.0` | `8.1.8` |
| [gatsby](https://github.com/gatsbyjs/gatsby) | `5.13.5` | `5.13.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.12` | `22.3.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.2` | `18.3.3` |
| [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.41` |
| [postcss-preset-mantine](https://github.com/mantinedev/postcss-preset-mantine) | `1.15.0` | `1.17.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` |



Updates `@mantine/carousel` from 7.9.2 to 7.12.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.12.1/packages/@mantine/carousel)

Updates `@mantine/charts` from 7.9.2 to 7.12.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.12.1/packages/@mantine/charts)

Updates `@mantine/core` from 7.9.2 to 7.12.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.12.1/packages/@mantine/core)

Updates `@mantine/hooks` from 7.9.2 to 7.12.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.12.1/packages/@mantine/hooks)

Updates `@tabler/icons-react` from 3.4.0 to 3.12.0
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.12.0/packages/icons-react)

Updates `embla-carousel-react` from 8.1.0 to 8.1.8
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases)
- [Commits](davidjerleke/embla-carousel@v8.1.0...v8.1.8)

Updates `gatsby` from 5.13.5 to 5.13.7
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.13.7)

Updates `@types/node` from 20.12.12 to 22.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.3.2 to 18.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `postcss` from 8.4.38 to 8.4.41
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.38...8.4.41)

Updates `postcss-preset-mantine` from 1.15.0 to 1.17.0
- [Commits](https://github.com/mantinedev/postcss-preset-mantine/commits)

Updates `typescript` from 5.4.5 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.4)

---
updated-dependencies:
- dependency-name: "@mantine/carousel"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@mantine/charts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@mantine/hooks"
  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: embla-carousel-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: gatsby
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: postcss-preset-mantine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 14, 2024
Copy link

cloudflare-workers-and-pages bot commented Aug 14, 2024

Deploying bstudios-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3475665
Status: ✅  Deploy successful!
Preview URL: https://c66956e5.bstudios-website.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-npm-woid.bstudios-website.pages.dev

View logs

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.

0 participants