Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2024

Bumps the npm-production group in /web with 7 updates:

Package From To
@mantine/code-highlight 7.14.3 7.15.2
@mantine/core 7.14.3 7.15.2
@mantine/hooks 7.14.3 7.15.2
@mantine/notifications 7.14.3 7.15.2
@tabler/icons-react 3.24.0 3.26.0
openapi-fetch 0.13.1 0.13.3
react-router-dom 7.0.2 7.1.1

Updates @mantine/code-highlight from 7.14.3 to 7.15.2

Release notes

Sourced from @​mantine/code-highlight's releases.

7.15.2

What's Changed

  • [@mantine/dates] DatePicker: Fix incorrect handling of receiving partial value when type="range" (#7278)
  • [@mantine/hooks] use-local-storage: Fix value not being updated when key changes (#7286)
  • [@mantine/charts] Fix gridColor prop being passed down as attribute to html element (#7288)
  • [@mantine/core] Update react-textarea-autosize to support React 19 (#7297)
  • [@mantine/core] TypographyStylesProvider: Fix margin removal affecting non-typography elements (#7290)
  • [@mantine/core] Tooltip: Add middlewares prop support (#7281)
  • [@mantine/core] FloatingIndicator: Fix incorrect position calculations when the parent element has border (#7267)
  • [@mantine/core] ScrollArea: Fix scrollbar not changing with the scroll position on first render (#7257, #7260)
  • [@mantine/tiptap] Fix incorrect paragraph styles inside lists (#7255)
  • [@mantine/hooks] Fix incorrect ref types in use-move, use-radial-move, use-in-viewport and use-scroll-into-view (#7252)
  • [@mantine/form] Fix incorrect validators types (#7242)

New Contributors

Full Changelog: mantinedev/mantine@7.15.1...7.15.2

7.15.1

What's Changed

  • [@mantine/dates] Improve focus behavior of DatePickerInput, DateInput and other components
  • [@mantine/form] Add touchTrigger option support
  • [@mantine/hooks] Add option to specify prefix in randonId function
  • [@mantine/core] Fix withProps function requiring all component props instead of partial
  • [@mantine/core] Add useModalStackContext and useDrawerStackContext hooks exports
  • [@mantine/core] ActionIcon: Add input-* autocomplete for size prop
  • [@mantine/core] AppShell: Fix incorrect default offsetScrollbars value for layout="alt"
  • [@mantine/core] Fix virtualColor function not working in server components (#7184)
  • [@mantine/core] Checkbox: Fix incorrect Checkbox.Card behavior inside Checkbox.Group (#7187)
  • [@mantine/core] Checkbox: Fix incorrect Checkbox.Card behavior inside Checkbox.Group (#7187)
  • [@mantine/core] Slider: Add option to pass attributes down to thumb with thumbProps (#7214)
  • [@mantine/core] Switch: Add data-checked attribute to the input (#7228)
  • [@mantine/dates] Fix hasNextLevel prop type leak to DatePicker component (#7229)
  • [@mantine/dates] Fix timezone not being applied to the formatted value (#7162)
  • [@mantine/modals] Fix modalId being passed to the DOM node as attribute (#7189)
  • [@mantine/core] TypographyStylesProvider: Fix incorrect paragraphs inside lists styles (#7226)
  • [@mantine/core] Slider: Fix icon used as thumb child not being visible with the dark color scheme (#7231, #7232)
  • [@mantine/tiptap] Fix missing border in custom controls (#7239)

New Contributors

... (truncated)

Commits

Updates @mantine/core from 7.14.3 to 7.15.2

Release notes

Sourced from @​mantine/core's releases.

7.15.2

What's Changed

  • [@mantine/dates] DatePicker: Fix incorrect handling of receiving partial value when type="range" (#7278)
  • [@mantine/hooks] use-local-storage: Fix value not being updated when key changes (#7286)
  • [@mantine/charts] Fix gridColor prop being passed down as attribute to html element (#7288)
  • [@mantine/core] Update react-textarea-autosize to support React 19 (#7297)
  • [@mantine/core] TypographyStylesProvider: Fix margin removal affecting non-typography elements (#7290)
  • [@mantine/core] Tooltip: Add middlewares prop support (#7281)
  • [@mantine/core] FloatingIndicator: Fix incorrect position calculations when the parent element has border (#7267)
  • [@mantine/core] ScrollArea: Fix scrollbar not changing with the scroll position on first render (#7257, #7260)
  • [@mantine/tiptap] Fix incorrect paragraph styles inside lists (#7255)
  • [@mantine/hooks] Fix incorrect ref types in use-move, use-radial-move, use-in-viewport and use-scroll-into-view (#7252)
  • [@mantine/form] Fix incorrect validators types (#7242)

New Contributors

Full Changelog: mantinedev/mantine@7.15.1...7.15.2

7.15.1

What's Changed

  • [@mantine/dates] Improve focus behavior of DatePickerInput, DateInput and other components
  • [@mantine/form] Add touchTrigger option support
  • [@mantine/hooks] Add option to specify prefix in randonId function
  • [@mantine/core] Fix withProps function requiring all component props instead of partial
  • [@mantine/core] Add useModalStackContext and useDrawerStackContext hooks exports
  • [@mantine/core] ActionIcon: Add input-* autocomplete for size prop
  • [@mantine/core] AppShell: Fix incorrect default offsetScrollbars value for layout="alt"
  • [@mantine/core] Fix virtualColor function not working in server components (#7184)
  • [@mantine/core] Checkbox: Fix incorrect Checkbox.Card behavior inside Checkbox.Group (#7187)
  • [@mantine/core] Checkbox: Fix incorrect Checkbox.Card behavior inside Checkbox.Group (#7187)
  • [@mantine/core] Slider: Add option to pass attributes down to thumb with thumbProps (#7214)
  • [@mantine/core] Switch: Add data-checked attribute to the input (#7228)
  • [@mantine/dates] Fix hasNextLevel prop type leak to DatePicker component (#7229)
  • [@mantine/dates] Fix timezone not being applied to the formatted value (#7162)
  • [@mantine/modals] Fix modalId being passed to the DOM node as attribute (#7189)
  • [@mantine/core] TypographyStylesProvider: Fix incorrect paragraphs inside lists styles (#7226)
  • [@mantine/core] Slider: Fix icon used as thumb child not being visible with the dark color scheme (#7231, #7232)
  • [@mantine/tiptap] Fix missing border in custom controls (#7239)

New Contributors

... (truncated)

Commits
  • 41b8186 [release] Version: 7.15.2
  • 2a1e213 [@​mantine/core] Update react-textarea-autosize to support React 19 (#7297)
  • 2cdf8b8 [@​mantine/core] TypographyStylesProvider: Fix margin removal affecting non-ty...
  • a399286 [@​mantine/core] Tooltip: Add middlewares prop support (#7281)
  • d2e42d8 [@​mantine/core] FloatingIndicator: Fix incorrect position calculations when t...
  • 3216b36 [@​mantine/core] ScrollArea: Fix scrollbar not changing with the scroll positi...
  • 7f47aef [release] Version: 7.15.1
  • ca0ad13 [@​mantine/core] Fix withProps function requiring all component props instea...
  • 17d5aac [@​mantine/core] Add useModalStackContext and useDrawerStackContext hooks ...
  • 3fa33e7 [@​mantine/core] ActionIcon: Add input-* autocomplete for size prop
  • Additional commits viewable in compare view

Updates @mantine/hooks from 7.14.3 to 7.15.2

Release notes

Sourced from @​mantine/hooks's releases.

7.15.2

What's Changed

  • [@mantine/dates] DatePicker: Fix incorrect handling of receiving partial value when type="range" (#7278)
  • [@mantine/hooks] use-local-storage: Fix value not being updated when key changes (#7286)
  • [@mantine/charts] Fix gridColor prop being passed down as attribute to html element (#7288)
  • [@mantine/core] Update react-textarea-autosize to support React 19 (#7297)
  • [@mantine/core] TypographyStylesProvider: Fix margin removal affecting non-typography elements (#7290)
  • [@mantine/core] Tooltip: Add middlewares prop support (#7281)
  • [@mantine/core] FloatingIndicator: Fix incorrect position calculations when the parent element has border (#7267)
  • [@mantine/core] ScrollArea: Fix scrollbar not changing with the scroll position on first render (#7257, #7260)
  • [@mantine/tiptap] Fix incorrect paragraph styles inside lists (#7255)
  • [@mantine/hooks] Fix incorrect ref types in use-move, use-radial-move, use-in-viewport and use-scroll-into-view (#7252)
  • [@mantine/form] Fix incorrect validators types (#7242)

New Contributors

Full Changelog: mantinedev/mantine@7.15.1...7.15.2

7.15.1

What's Changed

  • [@mantine/dates] Improve focus behavior of DatePickerInput, DateInput and other components
  • [@mantine/form] Add touchTrigger option support
  • [@mantine/hooks] Add option to specify prefix in randonId function
  • [@mantine/core] Fix withProps function requiring all component props instead of partial
  • [@mantine/core] Add useModalStackContext and useDrawerStackContext hooks exports
  • [@mantine/core] ActionIcon: Add input-* autocomplete for size prop
  • [@mantine/core] AppShell: Fix incorrect default offsetScrollbars value for layout="alt"
  • [@mantine/core] Fix virtualColor function not working in server components (#7184)
  • [@mantine/core] Checkbox: Fix incorrect Checkbox.Card behavior inside Checkbox.Group (#7187)
  • [@mantine/core] Checkbox: Fix incorrect Checkbox.Card behavior inside Checkbox.Group (#7187)
  • [@mantine/core] Slider: Add option to pass attributes down to thumb with thumbProps (#7214)
  • [@mantine/core] Switch: Add data-checked attribute to the input (#7228)
  • [@mantine/dates] Fix hasNextLevel prop type leak to DatePicker component (#7229)
  • [@mantine/dates] Fix timezone not being applied to the formatted value (#7162)
  • [@mantine/modals] Fix modalId being passed to the DOM node as attribute (#7189)
  • [@mantine/core] TypographyStylesProvider: Fix incorrect paragraphs inside lists styles (#7226)
  • [@mantine/core] Slider: Fix icon used as thumb child not being visible with the dark color scheme (#7231, #7232)
  • [@mantine/tiptap] Fix missing border in custom controls (#7239)

New Contributors

... (truncated)

Commits
  • 41b8186 [release] Version: 7.15.2
  • 358c3dd [@​mantine/hooks] use-local-storage: Fix value not being updated when key ch...
  • d75b0a8 [@​mantine/hooks] Fix incorrect ref types in use-move, use-radial-move, use-in...
  • 7f47aef [release] Version: 7.15.1
  • 4ceb47a [refactor] Add tests to randonId custom prefix
  • a6d4b29 [@​mantine/hooks] Add option to specify prefix in randonId function
  • aae7b81 [release] Version: 7.15.0
  • ecfd1da [@​mantine/hooks] use-interval: Fix interval not starting correctly in some cases
  • ecd05d8 [core] Update @types/react and @types/react-dom to 19
  • d0e70b6 Merge branch master into 7.15
  • Additional commits viewable in compare view

Updates @mantine/notifications from 7.14.3 to 7.15.2

Release notes

Sourced from @​mantine/notifications's releases.

7.15.2

What's Changed

  • [@mantine/dates] DatePicker: Fix incorrect handling of receiving partial value when type="range" (#7278)
  • [@mantine/hooks] use-local-storage: Fix value not being updated when key changes (#7286)
  • [@mantine/charts] Fix gridColor prop being passed down as attribute to html element (#7288)
  • [@mantine/core] Update react-textarea-autosize to support React 19 (#7297)
  • [@mantine/core] TypographyStylesProvider: Fix margin removal affecting non-typography elements (#7290)
  • [@mantine/core] Tooltip: Add middlewares prop support (#7281)
  • [@mantine/core] FloatingIndicator: Fix incorrect position calculations when the parent element has border (#7267)
  • [@mantine/core] ScrollArea: Fix scrollbar not changing with the scroll position on first render (#7257, #7260)
  • [@mantine/tiptap] Fix incorrect paragraph styles inside lists (#7255)
  • [@mantine/hooks] Fix incorrect ref types in use-move, use-radial-move, use-in-viewport and use-scroll-into-view (#7252)
  • [@mantine/form] Fix incorrect validators types (#7242)

New Contributors

Full Changelog: mantinedev/mantine@7.15.1...7.15.2

7.15.1

What's Changed

  • [@mantine/dates] Improve focus behavior of DatePickerInput, DateInput and other components
  • [@mantine/form] Add touchTrigger option support
  • [@mantine/hooks] Add option to specify prefix in randonId function
  • [@mantine/core] Fix withProps function requiring all component props instead of partial
  • [@mantine/core] Add useModalStackContext and useDrawerStackContext hooks exports
  • [@mantine/core] ActionIcon: Add input-* autocomplete for size prop
  • [@mantine/core] AppShell: Fix incorrect default offsetScrollbars value for layout="alt"
  • [@mantine/core] Fix virtualColor function not working in server components (#7184)
  • [@mantine/core] Checkbox: Fix incorrect Checkbox.Card behavior inside Checkbox.Group (#7187)
  • [@mantine/core] Checkbox: Fix incorrect Checkbox.Card behavior inside Checkbox.Group (#7187)
  • [@mantine/core] Slider: Add option to pass attributes down to thumb with thumbProps (#7214)
  • [@mantine/core] Switch: Add data-checked attribute to the input (#7228)
  • [@mantine/dates] Fix hasNextLevel prop type leak to DatePicker component (#7229)
  • [@mantine/dates] Fix timezone not being applied to the formatted value (#7162)
  • [@mantine/modals] Fix modalId being passed to the DOM node as attribute (#7189)
  • [@mantine/core] TypographyStylesProvider: Fix incorrect paragraphs inside lists styles (#7226)
  • [@mantine/core] Slider: Fix icon used as thumb child not being visible with the dark color scheme (#7231, #7232)
  • [@mantine/tiptap] Fix missing border in custom controls (#7239)

New Contributors

... (truncated)

Commits
  • 41b8186 [release] Version: 7.15.2
  • 7f47aef [release] Version: 7.15.1
  • aae7b81 [release] Version: 7.15.0
  • ecd05d8 [core] Update @types/react and @types/react-dom to 19
  • d0e70b6 Merge branch master into 7.15
  • 1f4bb71 Merge branch master into 7.15
  • ed96599 [core] Resolve most peer dependencies warnings
  • See full diff in compare view

Updates @tabler/icons-react from 3.24.0 to 3.26.0

Release notes

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

Release 3.26.0

18 new icons:

  • filled/circle-chevrons-down
  • filled/circle-chevrons-left
  • filled/circle-chevrons-right
  • filled/circle-chevrons-up
  • filled/clipboard-data
  • filled/clipboard-list
  • filled/clipboard-text
  • filled/clipboard-typography
  • outline/http-connect-off
  • outline/http-delete-off
  • outline/http-get-off
  • outline/http-head-off
  • outline/http-options-off
  • outline/http-patch-off
  • outline/http-post-off
  • outline/http-put-off
  • outline/http-que-off
  • outline/http-trace-off

Fixed icons: outline/badge-2k, outline/cake-roll, outline/error-404-off, outline/error-404, outline/http-connect, outline/http-delete, outline/http-options, outline/http-post, outline/http-que, outline/http-trace, outline/matrix, outline/square-dashed, outline/table-dashed

Release 3.25.0

18 new icons:

  • filled/chart-dots-2
  • filled/chart-dots-3
  • filled/chart-funnel
  • filled/chart-pie-2
  • filled/chart-pie-3
  • filled/chart-pie-4
  • filled/chef-hat
  • filled/circle-caret-down
  • filled/circle-caret-left
  • filled/circle-caret-right
  • filled/circle-caret-up
  • filled/circle-chevron-down
  • filled/circle-chevron-left
  • filled/circle-chevron-right
  • filled/circle-chevron-up
  • filled/clipboard-check
  • filled/clipboard-x
  • filled/clipboard

... (truncated)

Commits

Updates openapi-fetch from 0.13.1 to 0.13.3

Release notes

Sourced from openapi-fetch's releases.

openapi-fetch@0.13.3

Patch Changes

Refresh of 0.13.2; corrupted package

Changelog

Sourced from openapi-fetch's changelog.

0.13.3

Patch Changes

Refresh of 0.13.2; corrupted package

0.13.2

Patch Changes

  • #2020 7081842 Thanks @​mellster2012! - Add client option to pass custom RequestInit object into fetch requests for supported implementations
Commits

Updates react-router-dom from 7.0.2 to 7.1.1

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

7.1.1

Patch Changes

  • Updated dependencies:
    • react-router@7.1.1

7.1.0

Patch Changes

  • Updated dependencies:
    • react-router@7.1.0
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
openapi-fetch [>= 0.13.2.a, < 0.13.3]

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-production group in /web with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@mantine/code-highlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/code-highlight) | `7.14.3` | `7.15.2` |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.14.3` | `7.15.2` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.14.3` | `7.15.2` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.14.3` | `7.15.2` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.24.0` | `3.26.0` |
| [openapi-fetch](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch) | `0.13.1` | `0.13.3` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.0.2` | `7.1.1` |


Updates `@mantine/code-highlight` from 7.14.3 to 7.15.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.15.2/packages/@mantine/code-highlight)

Updates `@mantine/core` from 7.14.3 to 7.15.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.15.2/packages/@mantine/core)

Updates `@mantine/hooks` from 7.14.3 to 7.15.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.15.2/packages/@mantine/hooks)

Updates `@mantine/notifications` from 7.14.3 to 7.15.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.15.2/packages/@mantine/notifications)

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

Updates `openapi-fetch` from 0.13.1 to 0.13.3
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-fetch/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-fetch@0.13.3/packages/openapi-fetch)

Updates `react-router-dom` from 7.0.2 to 7.1.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.1.1/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: "@mantine/code-highlight"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@mantine/hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@mantine/notifications"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@tabler/icons-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: openapi-fetch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from tarampampam as a code owner December 28, 2024 20:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 28, 2024
@tarampampam
Copy link
Owner

@dependabot squash and merge

@dependabot dependabot bot merged commit efd7136 into master Dec 28, 2024
19 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/npm-production-16b83e5a1a branch December 28, 2024 20:52
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