Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the dependencies group with 53 updates in the /src/frontend directory:

Package From To
@codemirror/autocomplete 6.18.7 6.20.0
@codemirror/lang-liquid 6.3.0 6.3.1
@codemirror/language 6.11.3 6.12.1
@codemirror/lint 6.8.5 6.9.2
@codemirror/state 6.5.2 6.5.3
@codemirror/view 6.38.2 6.39.5
@fortawesome/fontawesome-svg-core 7.0.1 7.1.0
@fortawesome/free-regular-svg-icons 7.0.1 7.1.0
@fortawesome/free-solid-svg-icons 7.0.1 7.1.0
@fortawesome/react-fontawesome 3.0.2 3.1.1
@lingui/core 5.4.1 5.7.0
@lingui/react 5.4.1 5.7.0
@mantine/carousel 8.2.8 8.3.10
@mantine/charts 8.2.8 8.3.10
@mantine/core 8.2.8 8.3.10
@mantine/dates 8.2.8 8.3.10
@mantine/dropzone 8.2.8 8.3.10
@mantine/form 8.2.8 8.3.10
@mantine/hooks 8.2.8 8.3.10
@mantine/modals 8.2.8 8.3.10
@mantine/notifications 8.2.8 8.3.10
@mantine/spotlight 8.2.8 8.3.10
@mantine/vanilla-extract 8.2.8 8.3.10
@sentry/react 10.9.0 10.32.1
@tabler/icons-react 3.34.1 3.36.0
@tanstack/react-query 5.85.9 5.90.12
@uiw/codemirror-theme-vscode 4.25.1 4.25.4
@uiw/react-codemirror 4.25.1 4.25.4
@vanilla-extract/css 1.17.4 1.18.0
axios 1.12.0 1.13.2
dayjs 1.11.18 1.11.19
dompurify 3.2.6 3.3.1
mantine-contextmenu 8.2.0 8.3.11
mantine-datatable 8.2.0 8.3.11
react-grid-layout 1.4.4 2.1.1
react-hook-form 7.62.0 7.69.0
react-is 19.2.1 19.2.3
react-router-dom 6.30.1 6.30.2
recharts 3.1.2 3.6.0
@babel/core 7.28.3 7.28.5
@babel/preset-react 7.27.1 7.28.5
@babel/preset-typescript 7.27.1 7.28.5
@lingui/babel-plugin-lingui-macro 5.6.1 5.7.0
@lingui/cli 5.6.1 5.7.0
@lingui/macro 5.4.1 5.7.0
@playwright/test 1.56.0 1.57.0
@types/node 24.3.0 25.0.3
@types/qrcode 1.5.5 1.5.6
@types/react-grid-layout 1.3.5 1.3.6
@vanilla-extract/vite-plugin 5.1.3 5.1.4
@vitejs/plugin-react 5.0.2 5.1.2
rollup 4.52.0 4.54.0
typescript 5.9.2 5.9.3

Updates @codemirror/autocomplete from 6.18.7 to 6.20.0

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.20.0 (2025-11-20)

New features

Completions now support a sortText property to influence sort order.

6.19.1 (2025-10-23)

Bug fixes

Make sure a completion's info panel is associated with that completion in the accessibility tree.

6.19.0 (2025-09-26)

New features

Completion sections may now set their rank to dynamic to indicate their order should be determined by the matching score of their best-matching option.

Commits
  • d5e37b3 Mark version 6.20.0
  • 7c8e0d5 Add support for Completion.sortText
  • 8f88a0e Mark version 6.19.1
  • f098482 Set info panel as description of the option in accessibility tree
  • 27bbf99 Mark version 6.19.0
  • 9be8852 Allow completion sections to have a dynamic rank
  • See full diff in compare view

Updates @codemirror/lang-liquid from 6.3.0 to 6.3.1

Changelog

Sourced from @​codemirror/lang-liquid's changelog.

6.3.1 (2025-12-10)

Bug fixes

Properly parse bracketed subscript expressions.

Commits

Updates @codemirror/language from 6.11.3 to 6.12.1

Changelog

Sourced from @​codemirror/language's changelog.

6.12.1 (2025-12-22)

Bug fixes

Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.

Commits
  • bcc504c Mark version 6.12.1
  • d131a0f Use EnterBracketed mode when finding inner language
  • f096668 Revert "Support reconfiguration of an LRLanguage's language data"
  • 43dadca Mark version 6.12.0
  • a8de2ea Support reconfiguration of an LRLanguage's language data
  • 51cdc78 Fix typo in a doc comment.
  • See full diff in compare view

Updates @codemirror/lint from 6.8.5 to 6.9.2

Changelog

Sourced from @​codemirror/lint's changelog.

6.9.2 (2025-11-03)

Bug fixes

Fix an infinite loop that would occur when a diagnostic pointed beyond the end of the document.

6.9.1 (2025-10-23)

Bug fixes

Properly display diagnostics that just cover multiple newlines as widgets.

6.9.0 (2025-10-02)

Bug fixes

Multiple configurations to linter will now be merged without raising an error.

New features

The new markClass option to actions makes it possible to style action buttons.

Commits
  • a9991d6 Mark version 6.9.2
  • ae65ecc Avoid infinite loop when a diagnostic points after the end of the document
  • 818aedf Mark version 6.9.1
  • 66732d2 Improve logic for when to show a decoration as a widget
  • 73a454b Mark version 6.9.0
  • 9bc40cb Add merge logic for all config options
  • 4f3adcf Touch up doc comment
  • 50bd118 Make it possible to include a button CSS class in lint actions.
  • See full diff in compare view

Updates @codemirror/state from 6.5.2 to 6.5.3

Changelog

Sourced from @​codemirror/state's changelog.

6.5.3 (2025-12-22)

Bug fixes

Fix an issue where RangeValue.eq could get called with a value of a different class.

EditorState.charCategorizer now only uses the highest-precedence set of word characters from the language data, to allow overriding these.

Commits
  • b2cbf25 Mark version 6.5.3
  • 386d55d Make charCategorizer only use the highest-precedence set of word chars
  • aa4ca3c Document RangeCursor.goto
  • 32c46fa Don't call RangeValue.eq on values of different class
  • 127f07c Fix superfluous calls to boundChange
  • c24cde9 Remove some trailing whitespace
  • fc068ed Fix mapPos documentation
  • 83ce34d Switch from exclamation point to declare syntax for type-only properties
  • See full diff in compare view

Updates @codemirror/view from 6.38.2 to 6.39.5

Changelog

Sourced from @​codemirror/view's changelog.

6.39.5 (2025-12-22)

Bug fixes

Fix an issue where replaced widgets alone on a line weren't reused and didn't get their updateDOM method called.

Fix a bug where, when selecting full lines at the end of the document and inserting a character on Chrome, an inappropriate extra newline was inserted.

6.39.4 (2025-12-12)

Bug fixes

Fix a bug where paste events handlers on Chrome could fail to run when pasting on a blank line.

Fix a regression causing the native cursor to get stuck before block widgets with side>0.

Fix a crash in content DOM building after a block widget.

Fix a bug in posAtCoords that would in some circumstances make it return positions on the wrong side of a block widget.

6.39.3 (2025-12-11)

Bug fixes

Fix a bug that could corrupt the rendered document in some situations involving adjacent mark decorations of the same type.

6.39.2 (2025-12-09)

Bug fixes

Fix an issue where moveVertially was sometimes unable to escape lines with thick borders or padding.

6.39.1 (2025-12-09)

Bug fixes

Restore a workaround for a Chrome selection bug that had regressed in the previous release.

6.39.0 (2025-12-08)

Bug fixes

Properly handle bidirectional text in posAtCoords.

Avoid computing a zero character width (leading to divisions by zero) when the editor is hidden and the browser doesn't have a layout for it.

New features

The posAndSideAtCoords method is an extended version of posAtCoords that also tells you which side of the position the coordinates are associated with.

... (truncated)

Commits
  • 8b6a1da Mark version 6.39.5
  • f044658 Fix bogus newline insertion on typing over multiple lines at end of document
  • e0968d4 Make sure tiles are entered to find reusable widgets during redraw
  • db7c7c4 Mark version 6.39.4
  • 130b4a5 Fix posAtCoords right after a block widget at start of line
  • 67e2013 Ensure there's an active line before emitting inline content
  • 4be27f1 Fix broken native cursor positioning after side=1 block widgets
  • 578625e Prevent hidden widgets from eating events
  • 75a63c0 Return DOM positions at the right side of point widgets
  • 72d07e4 Mark version 6.39.3
  • Additional commits viewable in compare view

Updates @fortawesome/fontawesome-svg-core from 7.0.1 to 7.1.0

Release notes

Sourced from @​fortawesome/fontawesome-svg-core's releases.

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-regular-svg-icons from 7.0.1 to 7.1.0

Release notes

Sourced from @​fortawesome/free-regular-svg-icons's releases.

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-solid-svg-icons from 7.0.1 to 7.1.0

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/react-fontawesome from 3.0.2 to 3.1.1

Release notes

Sourced from @​fortawesome/react-fontawesome's releases.

v3.1.1

3.1.1 (2025-11-28)

Bug Fixes

  • WCAG: allow custom role attribute on svgs like previous versions (ef4986b)

Documentation

  • remove irrelevant upgrade guide from 0.1-0.2x (7d41077)

Chores

v3.1.0

3.1.0 (2025-10-03)

Features

  • custom cssPrefix support (ad42835)
  • layers: add support for layers with FontAwesomeLayers component (2c84902)

Bug Fixes

  • better export path for CustomPrefixProvider (663cd25)
  • browser-support: don't use string.replaceAll to fix safari 12 support (1776e3a)

Testing

  • layers: add unit tests for FontAwesomeLayers (d31480b)
  • utils: unit tests for withPrefix utility (982f649)

Documentation

  • add inline documentation for CustomPrefixProvider (46f69d4)
  • remove .env requirement (c942c6a)

Chores

  • release: use @​semantic-release/exec for multi-publish rather than third-party plugin (5a47e13)
Changelog

Sourced from @​fortawesome/react-fontawesome's changelog.

3.1.1 (2025-11-28)

Bug Fixes

  • WCAG: allow custom role attribute on svgs like previous versions (ef4986b)

Documentation

  • remove irrelevant upgrade guide from 0.1-0.2x (7d41077)

Chores

3.1.0 (2025-10-03)

Features

  • custom cssPrefix support (ad42835)
  • layers: add support for layers with FontAwesomeLayers component (2c84902)

Bug Fixes

  • better export path for CustomPrefixProvider (663cd25)
  • browser-support: don't use string.replaceAll to fix safari 12 support (1776e3a)

Testing

  • layers: add unit tests for FontAwesomeLayers (d31480b)
  • utils: unit tests for withPrefix utility (982f649)

Documentation

  • add inline documentation for CustomPrefixProvider (46f69d4)
  • remove .env requirement (c942c6a)

Chores

  • release: use @​semantic-release/exec for multi-publish rather than third-party plugin (5a47e13)

3.1.0 (2025-10-03)

Features

  • custom cssPrefix support (ad42835)
  • layers: add support for layers with FontAwesomeLayers component (2c84902)

... (truncated)

Commits
  • 24238e8 chore(release): 3.1.1 [skip ci]
  • 2aee952 chore(release): explicit registry in publish script
  • ebabf46 chore(release): fix semantic release config missing npm plugin
  • 9c50bbb Merge pull request #609 from FortAwesome/fix/role-attribute
  • ef4986b fix(WCAG): allow custom role attribute on svgs like previous versions
  • 7d41077 docs: remove irrelevant upgrade guide from 0.1-0.2x
  • 2aed44f Merge pull request #608 from FortAwesome/fix/cve-fixes
  • 2cd0c3f chore(deps): fix GH advisory GHSA-5j98-mcp5-4vw2
  • 779488e chore(deps): regenerate lockfile
  • b92e5a7 chore(deps): upgrade all dev deps
  • Additional commits viewable in compare view

Updates @lingui/core from 5.4.1 to 5.7.0

Release notes

Sourced from @​lingui/core's releases.

v5.7.0

5.7.0 (2025-12-12)

Features

  • cli: add --output-prefix option to customize compiled file headers (#2377) (ef77310)

Bug Fixes

  • cli: allow using PO formatter function with Translation.IO (#2375) (f8b90e2)
  • Gettext formatter merges duplicate plural entries (#2347) (d72b23f)

v5.6.1

5.6.1 (2025-11-28)

Bug Fixes

  • macro: recrawl scope only if useLingui was used (#2370) (9fd8b84)

v5.6.0

5.6.0 (2025-11-12)

Features

  • experimental-extractor: reconsider includeDeps (#2362) (a4883fc)

Bug Fixes

  • core: improve type of values accepted by date/time/number formats (#2359) (c1f2800)

v5.5.2

5.5.2 (2025-10-30)

Bug Fixes

  • cli: process hang when error happend in extract (#2349) (09ab46d)
  • macro: correctly update bindings after transformation (#2356) (a9fdf3f)

v5.5.1

5.5.1 (2025-10-10)

NPM Trusted Publishing support (#2327) (3a8efa5)

Bug Fixes

  • orderByMessage should also order by context (#2337) (e84de76)

v5.5.0

5.5.0 (2025-09-12)

... (truncated)

Changelog

Sourced from @​lingui/core's changelog.

5.7.0 (2025-12-12)

Note: Version bump only for package @​lingui/core

5.6.1 (2025-11-28)

Note: Version bump only for package @​lingui/core

5.6.0 (2025-11-12)

Bug Fixes

  • improve type of values accepted by date/time/number formats (#2359) (c1f2800)

5.5.2 (2025-10-30)

Note: Version bump only for package @​lingui/core

5.5.1 (2025-10-10)

Note: Version bump only for package @​lingui/core

5.5.0 (2025-09-12)

Note: Version bump only for package @​lingui/core

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​lingui/core since your current version.


Updates @lingui/react from 5.4.1 to 5.7.0

Release notes

Sourced from @​lingui/react's releases.

v5.7.0

5.7.0 (2025-12-12)

Features

  • cli: add --output-prefix option to customize compiled file headers (#2377) (ef77310)

Bug Fixes

  • cli: allow using PO formatter function with Translation.IO (#2375) (f8b90e2)
  • Gettext formatter merges duplicate plural entries (#2347) (d72b23f)

v5.6.1

5.6.1 (2025-11-28)

Bug Fixes

  • macro: recrawl scope only if useLingui was used (#2370) (9fd8b84)

v5.6.0

5.6.0 (2025-11-12)

Features

  • experimental-extractor: reconsider includeDeps (#2362) (a4883fc)

Bug Fixes

  • core: improve type of values accepted by date/time/number formats (#2359) (c1f2800)

v5.5.2

5.5.2 (2025-10-30)

Bug Fixes

  • cli: process hang when error happend in extract (#2349) (09ab46d)
  • macro: correctly update bindings after transformation (#2356) (a9fdf3f)

v5.5.1

5.5.1 (2025-10-10)

NPM Trusted Publishing support (#2327) (3a8efa5)

Bug Fixes

  • orderByMessage should also order by context (#2337) (e84de76)

v5.5.0

5.5.0 (2025-09-12)

... (truncated)

Changelog

Sourced from @​lingui/react's changelog.

5.7.0 (2025-12-12)

Note: Version bump only for package @​lingui/react

5.6.1 (2025-11-28)

Note: Version bump only for package @​lingui/react

5.6.0 (2025-11-12)

Note: Version bump only for package @​lingui/react

5.5.2 (2025-10-30)

Note: Version bump only for package @​lingui/react

5.5.1 (2025-10-10)

Note: Version bump only for package @​lingui/react

5.5.0 (2025-09-12)

Note: Version bump only for package @​lingui/react

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​lingui/react since your current version.


Updates @mantine/carousel from 8.2.8 to 8.3.10

Release notes

Sourced from @​mantine/carousel's releases.

8.3.10

What's Changed

  • [@mantine/hooks] use-focus-within: Fix event handlers not being cleaned up properly (#8507)
  • [@mantine/core] Menu: Fix focus not being returned to the target element when the dropdown is closed (#8517)
  • [@mantine/core] List: Fix incorrect marker gap with icon prop (#8519)
  • [@mantine/core] Fix some global styles not being applied to shadow DOM :host (#8504)
  • [@mantine/core] Fix SSR-related errors in Tooltip and Popover.Target when the children are defined with React.lazy (#8522)
  • [@mantine/tiptap] Fix missing z-index on the toolbar
  • [@mantine/form] Add FormArrayElement type export (#8486)
  • [@mantine/dates] Fix children override not working in MonthsList/YearsList getYearProps/getMonthProps functions (#8488)
  • [@mantine/emotion] Improve CSSObject type in createStyles (#8500)
  • [@mantine/core] Input: Fix description having incorrect cursor styles (#8503)
  • [@mantine/hooks] use-in-viewport: Fix incorrect entry cheching in some cases (#8509)
  • [@mantine/core] Popover: Fix incorrect dropdown position when the target element is not initially within the viewport (#8411)
  • [@mantine/core] Fix incorrectly inherited pointer prop type from base input in some components

New Contributors

Full Changelog: mantinedev/mantine@8.3.9...8.3.10

8.3.9

What's Changed

  • [@mantine/core] ColorInput: Fix incorrect action icon size (#8481)
  • [@mantine/form] Fix insertListItem and replaceListItem handlers not being type safe (#8478)
  • [@mantine/dates] DatePickerInput: Fix placeholder Styles API selector not working (#8405)
  • [@mantine/core] ColorInput: Fix incorrect font-size if size prop not set explicitly (#8472)
  • [@mantine/emotion] Add mergeSx utility function (#8471)
  • [@mantine/core] ActionIcon: Fix incorrect disabled state background-color for gradient variant
  • [@mantine/modals] Fix breaking changes accidentally introduced in the previous patch (#8476)
  • [@mantine/core] Combobox: Add withAlignedLabels prop support to offset selected check icon in the dropdown options (#8391)
  • [@mantine/core] Badge: Fix circle prop not working when radius prop is set explicitly (#8466)
  • [@mantine/core] Checkbox: Fix incorrect indeterminate state calculation (#8460)
  • [@mantine/core] Radio: Fix Radio.Group switching from uncontrolled to controlled mode when value is explicitly set (#8453)

New Contributors

Full Changelog: mantinedev/mantine@8.3.8...8.3.9

8.3.8

What's Changed

  • [@mantine/modals] Improve types of context modals (#8439)
  • [@mantine/core] Combobox: Fix keyboard interactions not working when used in shadow DOM (#8438)
  • [@mantine/core] NumberInput: Fix , decimal separator not being converted to . when entering value from mobile keyboard
  • [@mantine/core] NumberInput: Fix incorrect keyboard displayed on iOS 26

... (truncated)

Commits

Updates @mantine/charts from 8.2.8 to 8.3.10

Release notes

Sourced from @​mantine/charts's releases.

8.3.10

What's Changed

  • [@mantine/hooks] use-focus-within: Fix event handlers not being cleaned up properly (#8507)
  • [@mantine/core] Menu: Fix focus not being returned to the target element when the dropdown is closed (#8517)
  • [@mantine/core] List: Fix incorrect marker gap with icon prop (#8519)
  • [@mantine/core] Fix some global styles not being applied to shadow DOM :host (#8504)
  • [@mantine/core] Fix SSR-related errors in Tooltip and Popover.Target when the children are defined with React.lazy (#8522)
  • [@mantine/tiptap] Fix missing z-index on the toolbar
  • [@mantine/form] Add FormArrayElement type export (#8486)
  • [@mantine/dates] Fix children override not working in MonthsList/YearsList getYearProps/getMonthProps functions (#8488)
  • [@mantine/emotion] Improve CSSObject type in createStyles (#8500)
  • [@mantine/core] Input: Fix description having incorrect cursor styles (#8503)
  • [@mantine/hooks] use-in-viewport: Fix incorrect entry cheching in some cases (#8509)
  • [@mantine/core] Popover: Fix incorrect dropdown position when the target element is not initially within the viewport (#8411)
  • [@mantine/core] Fix incorrectly inherited pointer prop type from base input in some components

New Contributors

Full Changelog: mantinedev/mantine@8.3.9...8.3.10

8.3.9

What's Changed

  • [@mantine/core] ColorInput: Fix incorrect action icon size (#8481)
  • [@mantine/form] Fix insertListItem and replaceListItem handlers not being type safe (#8478)
  • [@mantine/dates] DatePickerInput: Fix placeholder Styles API selector not working (#8405)
  • [@mantine/core] ColorInput: Fix incorrect font-size if size prop not set explicitly (#8472)
  • [@mantine/emotion] Add mergeSx utility function (#8471)
  • [@mantine/core] ActionIcon: Fix incorrect disabled state background-color for gradient variant
  • [@mantine/modals] Fix breaking changes accidentally introduced in the previous patch (#8476)
  • [@mantine/core] Combobox: Add withAlignedLabels prop support to offset selected check icon in the dropdown options (#8391)
  • [@mantine/core] Badge: Fix circle prop not working when radius prop is set explicitly (#8466)
  • [@mantine/core] Checkbox: Fix incorrect indeterminate state calculation (#8460)
  • [@mantine/core] Radio: Fix Radio.Group switching from uncontrolled to controlled mode when value is explicitly set (#8453)

New Contributors

Full Changelog: mantinedev/mantine@8.3.8...8.3.9

8.3.8

What's Changed

  • [@mantine/modals] Improve types of context modals (#8439)
  • [@mantine/core] Combobox: Fix keyboard interactions not working when used in shadow DOM (#8438)
  • [@mantine/core] NumberInput: Fix , decimal separator not being converted to . when entering value from mobile keyboard
  • [@mantine/core] NumberInput: Fix incorrect keyboard displayed on iOS 26

... (truncated)

Commits
  • 57d0098 [release] Version: 8.3.10
  • 6c7b84b [release] Version: 8.3.9
  • 17bd67f [release] Version: 8.3.8
  • c2fe409 [@​mantine/charts] Add cellProps prop support to DonutChart and PieChart (

…pdates

Bumps the dependencies group with 53 updates in the /src/frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.18.7` | `6.20.0` |
| [@codemirror/lang-liquid](https://github.com/codemirror/lang-liquid) | `6.3.0` | `6.3.1` |
| [@codemirror/language](https://github.com/codemirror/language) | `6.11.3` | `6.12.1` |
| [@codemirror/lint](https://github.com/codemirror/lint) | `6.8.5` | `6.9.2` |
| [@codemirror/state](https://github.com/codemirror/state) | `6.5.2` | `6.5.3` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.38.2` | `6.39.5` |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `7.0.1` | `7.1.0` |
| [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.0.1` | `7.1.0` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.0.1` | `7.1.0` |
| [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) | `3.0.2` | `3.1.1` |
| [@lingui/core](https://github.com/lingui/js-lingui/tree/HEAD/packages/core) | `5.4.1` | `5.7.0` |
| [@lingui/react](https://github.com/lingui/js-lingui/tree/HEAD/packages/react) | `5.4.1` | `5.7.0` |
| [@mantine/carousel](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/carousel) | `8.2.8` | `8.3.10` |
| [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) | `8.2.8` | `8.3.10` |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `8.2.8` | `8.3.10` |
| [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) | `8.2.8` | `8.3.10` |
| [@mantine/dropzone](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dropzone) | `8.2.8` | `8.3.10` |
| [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) | `8.2.8` | `8.3.10` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `8.2.8` | `8.3.10` |
| [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) | `8.2.8` | `8.3.10` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `8.2.8` | `8.3.10` |
| [@mantine/spotlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/spotlight) | `8.2.8` | `8.3.10` |
| [@mantine/vanilla-extract](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/vanilla-extract) | `8.2.8` | `8.3.10` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `10.9.0` | `10.32.1` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.34.1` | `3.36.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.85.9` | `5.90.12` |
| [@uiw/codemirror-theme-vscode](https://github.com/uiwjs/react-codemirror) | `4.25.1` | `4.25.4` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.25.1` | `4.25.4` |
| [@vanilla-extract/css](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/css) | `1.17.4` | `1.18.0` |
| [axios](https://github.com/axios/axios) | `1.12.0` | `1.13.2` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.18` | `1.11.19` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.2.6` | `3.3.1` |
| [mantine-contextmenu](https://github.com/icflorescu/mantine-contextmenu) | `8.2.0` | `8.3.11` |
| [mantine-datatable](https://github.com/icflorescu/mantine-datatable) | `8.2.0` | `8.3.11` |
| [react-grid-layout](https://github.com/STRML/react-grid-layout) | `1.4.4` | `2.1.1` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.62.0` | `7.69.0` |
| [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) | `19.2.1` | `19.2.3` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.30.1` | `6.30.2` |
| [recharts](https://github.com/recharts/recharts) | `3.1.2` | `3.6.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.3` | `7.28.5` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.27.1` | `7.28.5` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.27.1` | `7.28.5` |
| [@lingui/babel-plugin-lingui-macro](https://github.com/lingui/js-lingui/tree/HEAD/packages/babel-plugin-lingui-macro) | `5.6.1` | `5.7.0` |
| [@lingui/cli](https://github.com/lingui/js-lingui/tree/HEAD/packages/cli) | `5.6.1` | `5.7.0` |
| [@lingui/macro](https://github.com/lingui/js-lingui/tree/HEAD/packages/macro) | `5.4.1` | `5.7.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.56.0` | `1.57.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `25.0.3` |
| [@types/qrcode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qrcode) | `1.5.5` | `1.5.6` |
| [@types/react-grid-layout](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-grid-layout) | `1.3.5` | `1.3.6` |
| [@vanilla-extract/vite-plugin](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/vite-plugin) | `5.1.3` | `5.1.4` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.0.2` | `5.1.2` |
| [rollup](https://github.com/rollup/rollup) | `4.52.0` | `4.54.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |



Updates `@codemirror/autocomplete` from 6.18.7 to 6.20.0
- [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md)
- [Commits](codemirror/autocomplete@6.18.7...6.20.0)

Updates `@codemirror/lang-liquid` from 6.3.0 to 6.3.1
- [Changelog](https://github.com/codemirror/lang-liquid/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-liquid@6.3.0...6.3.1)

Updates `@codemirror/language` from 6.11.3 to 6.12.1
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](codemirror/language@6.11.3...6.12.1)

Updates `@codemirror/lint` from 6.8.5 to 6.9.2
- [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md)
- [Commits](codemirror/lint@6.8.5...6.9.2)

Updates `@codemirror/state` from 6.5.2 to 6.5.3
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](codemirror/state@6.5.2...6.5.3)

Updates `@codemirror/view` from 6.38.2 to 6.39.5
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.38.2...6.39.5)

Updates `@fortawesome/fontawesome-svg-core` from 7.0.1 to 7.1.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.0.1...7.1.0)

Updates `@fortawesome/free-regular-svg-icons` from 7.0.1 to 7.1.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.0.1...7.1.0)

Updates `@fortawesome/free-solid-svg-icons` from 7.0.1 to 7.1.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.0.1...7.1.0)

Updates `@fortawesome/react-fontawesome` from 3.0.2 to 3.1.1
- [Release notes](https://github.com/FortAwesome/react-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/main/CHANGELOG.md)
- [Commits](FortAwesome/react-fontawesome@v3.0.2...v3.1.1)

Updates `@lingui/core` from 5.4.1 to 5.7.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/commits/v5.7.0/packages/core)

Updates `@lingui/react` from 5.4.1 to 5.7.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/commits/v5.7.0/packages/react)

Updates `@mantine/carousel` from 8.2.8 to 8.3.10
- [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/8.3.10/packages/@mantine/carousel)

Updates `@mantine/charts` from 8.2.8 to 8.3.10
- [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/8.3.10/packages/@mantine/charts)

Updates `@mantine/core` from 8.2.8 to 8.3.10
- [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/8.3.10/packages/@mantine/core)

Updates `@mantine/dates` from 8.2.8 to 8.3.10
- [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/8.3.10/packages/@mantine/dates)

Updates `@mantine/dropzone` from 8.2.8 to 8.3.10
- [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/8.3.10/packages/@mantine/dropzone)

Updates `@mantine/form` from 8.2.8 to 8.3.10
- [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/8.3.10/packages/@mantine/form)

Updates `@mantine/hooks` from 8.2.8 to 8.3.10
- [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/8.3.10/packages/@mantine/hooks)

Updates `@mantine/modals` from 8.2.8 to 8.3.10
- [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/8.3.10/packages/@mantine/modals)

Updates `@mantine/notifications` from 8.2.8 to 8.3.10
- [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/8.3.10/packages/@mantine/notifications)

Updates `@mantine/spotlight` from 8.2.8 to 8.3.10
- [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/8.3.10/packages/@mantine/spotlight)

Updates `@mantine/vanilla-extract` from 8.2.8 to 8.3.10
- [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/8.3.10/packages/@mantine/vanilla-extract)

Updates `@sentry/react` from 10.9.0 to 10.32.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.9.0...10.32.1)

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

Updates `@tanstack/react-query` from 5.85.9 to 5.90.12
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.12/packages/react-query)

Updates `@uiw/codemirror-theme-vscode` from 4.25.1 to 4.25.4
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.25.1...v4.25.4)

Updates `@uiw/react-codemirror` from 4.25.1 to 4.25.4
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.25.1...v4.25.4)

Updates `@vanilla-extract/css` from 1.17.4 to 1.18.0
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/css/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/css@1.18.0/packages/css)

Updates `axios` from 1.12.0 to 1.13.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.12.0...v1.13.2)

Updates `dayjs` from 1.11.18 to 1.11.19
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.18...v1.11.19)

Updates `dompurify` from 3.2.6 to 3.3.1
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.2.6...3.3.1)

Updates `mantine-contextmenu` from 8.2.0 to 8.3.11
- [Changelog](https://github.com/icflorescu/mantine-contextmenu/blob/main/CHANGELOG.md)
- [Commits](https://github.com/icflorescu/mantine-contextmenu/commits)

Updates `mantine-datatable` from 8.2.0 to 8.3.11
- [Changelog](https://github.com/icflorescu/mantine-datatable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/icflorescu/mantine-datatable/commits)

Updates `react-grid-layout` from 1.4.4 to 2.1.1
- [Release notes](https://github.com/STRML/react-grid-layout/releases)
- [Changelog](https://github.com/react-grid-layout/react-grid-layout/blob/master/CHANGELOG.md)
- [Commits](react-grid-layout/react-grid-layout@1.4.4...2.1.1)

Updates `react-hook-form` from 7.62.0 to 7.69.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.62.0...v7.69.0)

Updates `react-is` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-is)

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

Updates `recharts` from 3.1.2 to 3.6.0
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.1.2...v3.6.0)

Updates `@babel/core` from 7.28.3 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-core)

Updates `@babel/preset-react` from 7.27.1 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-preset-react)

Updates `@babel/preset-typescript` from 7.27.1 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-preset-typescript)

Updates `@babel/runtime` from 7.28.3 to 7.28.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-runtime)

Updates `@lingui/babel-plugin-lingui-macro` from 5.6.1 to 5.7.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/babel-plugin-lingui-macro/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/commits/v5.7.0/packages/babel-plugin-lingui-macro)

Updates `@lingui/cli` from 5.6.1 to 5.7.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/commits/v5.7.0/packages/cli)

Updates `@lingui/macro` from 5.4.1 to 5.7.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/macro/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/commits/v5.7.0/packages/macro)

Updates `@playwright/test` from 1.56.0 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.0...v1.57.0)

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

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

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

Updates `@vanilla-extract/vite-plugin` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/vite-plugin/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/vite-plugin@5.1.4/packages/vite-plugin)

Updates `@vitejs/plugin-react` from 5.0.2 to 5.1.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.2/packages/plugin-react)

Updates `rollup` from 4.52.0 to 4.54.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.0...v4.54.0)

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

---
updated-dependencies:
- dependency-name: "@codemirror/autocomplete"
  dependency-version: 6.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@codemirror/lang-liquid"
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@codemirror/language"
  dependency-version: 6.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@codemirror/lint"
  dependency-version: 6.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@codemirror/state"
  dependency-version: 6.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@codemirror/view"
  dependency-version: 6.39.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/free-regular-svg-icons"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/react-fontawesome"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lingui/core"
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lingui/react"
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/carousel"
  dependency-version: 8.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/charts"
  dependency-version: 8.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/core"
  dependency-version: 8.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/dates"
  dependency-version: 8.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/dropzone"
  dependency-version: 8.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/form"
  dependency-version: 8.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/hooks"
  dependency-version: 8.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/modals"
  dependency-version: 8.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/notifications"
  dependency-version: 8.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/spotlight"
  dependency-version: 8.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/vanilla-extract"
  dependency-version: 8.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sentry/react"
  dependency-version: 10.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tabler/icons-react"
  dependency-version: 3.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@uiw/codemirror-theme-vscode"
  dependency-version: 4.25.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@uiw/react-codemirror"
  dependency-version: 4.25.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vanilla-extract/css"
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: axios
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: dayjs
  dependency-version: 1.11.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dompurify
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mantine-contextmenu
  dependency-version: 8.3.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mantine-datatable
  dependency-version: 8.3.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-grid-layout
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-version: 7.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-is
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-router-dom
  dependency-version: 6.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: recharts
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@babel/core"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@babel/preset-react"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@babel/preset-typescript"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@babel/runtime"
  dependency-version: 7.28.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@lingui/babel-plugin-lingui-macro"
  dependency-version: 5.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lingui/cli"
  dependency-version: 5.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lingui/macro"
  dependency-version: 5.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/qrcode"
  dependency-version: 1.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react-grid-layout"
  dependency-version: 1.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vanilla-extract/vite-plugin"
  dependency-version: 5.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rollup
  dependency-version: 4.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 29, 2025
@netlify
Copy link

netlify bot commented Dec 29, 2025

Deploy Preview for inventree-web-pui-preview failed.

Name Link
🔨 Latest commit ebe90fb
🔍 Latest deploy log https://app.netlify.com/projects/inventree-web-pui-preview/deploys/6952c5bdda2e5a0008af502d

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 3, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/frontend/dependencies-10adada8d2 branch January 3, 2026 22:51
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