Skip to content

chore(deps): bump the dependencies group across 1 directory with 61 updates#11452

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/src/frontend/dependencies-f161eb5c99
Closed

chore(deps): bump the dependencies group across 1 directory with 61 updates#11452
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/src/frontend/dependencies-f161eb5c99

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Bumps the dependencies group with 60 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.2
@codemirror/language 6.11.3 6.12.1
@codemirror/lint 6.8.5 6.9.4
@codemirror/search 6.5.11 6.6.0
@codemirror/state 6.5.2 6.5.4
@codemirror/view 6.38.2 6.39.15
@fortawesome/fontawesome-svg-core 7.0.1 7.2.0
@fortawesome/free-regular-svg-icons 7.0.1 7.2.0
@fortawesome/free-solid-svg-icons 7.0.1 7.2.0
@fortawesome/react-fontawesome 3.0.2 3.2.0
@fullcalendar/core 6.1.19 6.1.20
@fullcalendar/daygrid 6.1.19 6.1.20
@fullcalendar/interaction 6.1.19 6.1.20
@fullcalendar/react 6.1.19 6.1.20
@lingui/core 5.4.1 5.9.2
@lingui/react 5.4.1 5.9.2
@mantine/carousel 8.3.10 8.3.15
@mantine/charts 8.3.10 8.3.15
@mantine/core 8.3.10 8.3.15
@mantine/dates 8.3.10 8.3.15
@mantine/dropzone 8.3.10 8.3.15
@mantine/form 8.3.10 8.3.15
@mantine/hooks 8.3.10 8.3.15
@mantine/modals 8.3.10 8.3.15
@mantine/notifications 8.3.10 8.3.15
@mantine/spotlight 8.3.10 8.3.15
@mantine/vanilla-extract 8.3.10 8.3.15
@sentry/react 10.9.0 10.39.0
@tabler/icons-react 3.34.1 3.37.1
@tanstack/react-query 5.85.9 5.90.21
@uiw/codemirror-theme-vscode 4.25.1 4.25.4
@uiw/react-codemirror 4.25.1 4.25.4
@uiw/react-split 5.9.3 5.9.4
@vanilla-extract/css 1.17.4 1.18.0
axios 1.12.0 1.13.5
dayjs 1.11.18 1.11.19
dompurify 3.2.6 3.3.1
mantine-contextmenu 8.3.11 8.3.13
mantine-datatable 8.3.11 8.3.13
react-hook-form 7.62.0 7.71.2
react-is 19.2.1 19.2.4
recharts 3.1.2 3.7.0
styled-components 6.1.19 6.3.11
@babel/core 7.28.3 7.29.0
@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.9.2
@lingui/cli 5.6.1 5.9.2
@lingui/macro 5.4.1 5.9.2
@playwright/test 1.56.0 1.58.2
@types/node 24.3.0 25.3.0
@types/qrcode 1.5.5 1.5.6
@vanilla-extract/vite-plugin 5.1.3 5.1.4
@vitejs/plugin-react 5.0.2 5.1.4
nyc 17.1.0 18.0.0
otpauth 9.4.1 9.5.0
rollup 4.52.0 4.59.0
rollup-plugin-license 3.6.0 3.7.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.2

Changelog

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

6.3.2 (2026-02-23)

Bug fixes

Traverse subscript expressions when building up a path for completion.

Support using identifiers that are keywords as variables when not in a valid position for that keyword.

6.3.1 (2025-12-10)

Bug fixes

Properly parse bracketed subscript expressions.

Commits
  • 6e38ea4 Mark version 6.3.2
  • 4e4c9c5 Give contextual keywords a dynamic precedence
  • 4ff79e8 Allow keywords to be used as variable names
  • 2bff6c5 Use git+https format for package.json repository field
  • 156a861 Handle SubscriptExpressions when finding a property completion path
  • ba0363a Mark version 6.3.1
  • a3b990a Support bracketed subscript syntax
  • See full diff in compare view

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.4

Changelog

Sourced from @​codemirror/lint's changelog.

6.9.4 (2026-02-11)

Bug fixes

Make sure nextDiagnostic selects entire diagnostics, even when they overlap with other diagnostics.

6.9.3 (2026-01-27)

Bug fixes

Fix an issue where the lint panel inappropriately blocks the default behavior of key combinations with Ctrl, Alt, or Cmd held.

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
  • a3202d8 Mark version 6.9.4
  • 42d5b8c Make nextDiagnostic select entire diagnostics
  • ee432ca Mark version 6.9.3
  • 85e7e0f Don't handle ctrl/alt/meta key combinations in panel key handler
  • ed7f267 Use git+https format for package.json repository field
  • 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
  • Additional commits viewable in compare view

Updates @codemirror/search from 6.5.11 to 6.6.0

Changelog

Sourced from @​codemirror/search's changelog.

6.6.0 (2026-01-13)

New features

Search queries now support a generic test field that can be used to implement custom tests on matches.

Commits
  • 502b2e4 Mark version 6.6.0
  • 9b9e121 Allocate less closures in test function implementation
  • d554699 Add a test field to search query objects
  • 9a54e64 Use git+https format for package.json repository field
  • 3fd68b9 Simplify gotoLine using the new showDialog utility
  • See full diff in compare view

Updates @codemirror/state from 6.5.2 to 6.5.4

Changelog

Sourced from @​codemirror/state's changelog.

6.5.4 (2026-01-14)

Bug fixes

Make SelectionRange.eq return false when the ranges have different goal columns.

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
  • 8897323 Mark version 6.5.4
  • 75518c0 Include goal column when comparing selection ranges
  • a0889f8 Use git+https format for package.json repository field
  • 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
  • Additional commits viewable in compare view

Updates @codemirror/view from 6.38.2 to 6.39.15

Changelog

Sourced from @​codemirror/view's changelog.

6.39.15 (2026-02-20)

Bug fixes

Fix a regression where the editor would forget previously measured line heights without good reason.

Fix an issue where scrolling the cursor into view sometimes wouldn't work on Chrome Android.

Fix a bug that broke composition inside of block wrappers.

6.39.14 (2026-02-12)

Bug fixes

Improve performance of posAtCoords on long lines.

Fix a regression where copy and cut in a shadow DOM on Safari would fall back to the native behavior, often copying the wrong text.

6.39.13 (2026-02-08)

Bug fixes

Fix an issue where a widget at start or end of line, when wrapped to cover that whole line, could block vertical cursor motion.

Fix an issue EditorView.moveVertically that would sometimes cause selection-extending vertical motion to get stuck on line wrapping points.

6.39.12 (2026-01-30)

Bug fixes

Fix a bug where the visual selection drawn by drawSelection could fail to update properly in some circumstances.

Fix a bug where PageUp/PageDown near the edge of the viewport might completely skip to the start/end of the document.

Fix a regression that caused mark decorations to be split on text node chunk boundaries again.

6.39.11 (2026-01-14)

Bug fixes

Avoid handling copy events for parent editors.

6.39.10 (2026-01-13)

Bug fixes

Fix a regression in the way widget are reused when content next to them changes.

Make sure font metrics get recomputed on fonts.ready even if the line height doesn't change.

... (truncated)

Commits
  • 218358b Mark version 6.39.15
  • f8458ad Fix a bug that broke composition inside of block wrappers
  • e7ca47d Add a kludge to scroll things into view in the presence of a mobile virtual v...
  • f619d7f Avoid unnecessary height refreshes
  • 9b8a0bd Mark version 6.39.14
  • 754829b Fix a regression in copy/cut on Safari in shadow DOM
  • d2c38fb Try to tweak test to run on CI
  • a308203 Rewrite posAtCoords algorithm for inline content
  • b3362d2 Add some more coordsAtPos tests
  • 6a93b6f Mark version 6.39.13
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.2.0

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

Release 7.1.0

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

Commits
  • 337dd20 Release 7.2.0 (#21465)
  • 16ac6af Simplifying icon request titles (#21360)
  • ce49420 Simplifying icon request template name (to avoid redundancy)
  • 3dba69f Modify bug report template for versioning and labels (#21264)
  • f40da32 Update web bug report template
  • 89f17b4 Modify bug report template for version and labels
  • 14b8429 Adding feature requests to discussions
  • eceb155 Updating links to the new icon request templates
  • b544f79 Update contribution guidelines for icon requests
  • f811bcf Revise icon wizard request template
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.2.0

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

Release 7.1.0

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

Commits
  • 337dd20 Release 7.2.0 (#21465)
  • 16ac6af Simplifying icon request titles (#21360)
  • ce49420 Simplifying icon request template name (to avoid redundancy)
  • 3dba69f Modify bug report template for versioning and labels (#21264)
  • f40da32 Update web bug report template
  • 89f17b4 Modify bug report template for version and labels
  • 14b8429 Adding feature requests to discussions
  • eceb155 Updating links to the new icon request templates
  • b544f79 Update contribution guidelines for icon requests
  • f811bcf Revise icon wizard request template
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.2.0

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

Release 7.1.0

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

Commits
  • 337dd20 Release 7.2.0 (#21465)
  • 16ac6af Simplifying icon request titles (#21360)
  • ce49420 Simplifying icon request template name (to avoid redundancy)
  • 3dba69f Modify bug report template for versioning and labels (#21264)
  • f40da32 Update web bug report template
  • 89f17b4 Modify bug report template for version and labels
  • 14b8429 Adding feature requests to discussions
  • eceb155 Updating links to the new icon request templates
  • b544f79 Update contribution guidelines for icon requests
  • f811bcf Revise icon wizard request template
  • Additional commits viewable in compare view

Updates @fortawesome/react-fontawesome from 3.0.2 to 3.2.0

Release notes

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

v3.2.0

3.2.0 (2026-02-06)

Features

Bug Fixes

Chores

New Contributors

Full Changelog: FortAwesome/react-fontawesome@v3.1.1...v3.2.0

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

... (truncated)

Changelog

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

3.2.0 (2026-02-06)

Features

  • types: export CSSVariables type for user consumption (0e68290)

Bug Fixes

  • env: support for defined process but undefined process.env (243a273)
  • remove some stray spaces (77f64d8)
  • switch order of spread to allow given props to override (1f0690a)
  • undo local package-lock change (7242428)

Chores

  • add a deprecation notice to the title and titleId props (1953e29)
  • deps: upgrade all dev deps (018fa1f)
  • format: fix format issue in changelog (64b449d)
  • format: ignore changelog from prettier as it is autogen'd (ec1c118)

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)

... (truncated)

Commits
  • e494888 chore(release): 3.2.0 [skip ci]
  • 9ec75b9 Merge pull request #622 from FortAwesome/feat/export-css-variables-types
  • 0e68290 feat(types): export CSSVariables type for user consumption
  • 42a6aec Merge pull request #621 from FortAwesome/chore/deps-update
  • 018fa1f chore(deps): upgrade all dev deps
  • 7950c97 Merge pull request #616 from FortAwesome/fix/process-env-undefined
  • 243a273 fix(env): support for defined process but undefined process.env
  • 7c3ab9a Merge pull request #615 from FortAwesome/allow-viewbox
  • 1f0690a fix: switch order of spread to allow given props to override
  • ec1c118 chore(format): ignore changelog from prettier as it is autogen'd
  • Additional commits viewable in compare view

Updates @fullcalendar/core from 6.1.19 to 6.1.20

Release notes

Sourced from @​fullcalendar/core's releases.

v6.1.20

  • feature: Angular 21 support (#8015)

📢 FYI, read an update about v7 »

Changelog

Sourced from @​fullcalendar/core's changelog.

6.1.20 (2025-12-22)

  • feature: Angular 21 support (#8015)
Commits

Updates @fullcalendar/daygrid from 6.1.19 to 6.1.20

Release notes

Sourced from @​fullcalendar/daygrid's releases.

v6.1.20

  • feature: Angular 21 support (#8015)

📢 FYI, read an update about v7 »

Changelog

Sourced from @​fullcalendar/daygrid's changelog.

6.1.20 (2025-12-22)

  • feature: Angular 21 support (#8015)
Commits

Updates @fullcalendar/interaction from 6.1.19 to 6.1.20

Release notes

Sourced from @​fullcalendar/interaction's releases.

v6.1.20

  • feature: Angular 21 support (#8015)

📢 FYI, read an update about v7 »

Changelog

Sourced from @​fullcalendar/interaction's changelog.

6.1.20 (2025-12-22)

  • feature: Angular 21 support (#8015)
Commits

Updates @fullcalendar/react from 6.1.19 to 6.1.20

Release notes

Sourced from @​fullcalendar/react's releases.

v6.1.20

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.20

Commits

Updates @lingui/core from 5.4.1 to 5.9.2

Release notes

Sourced from @​lingui/core's releases.

v5.9.2

5.9.2 (2026-02-23)

Bug Fixes

  • cli: extract performance caused by catalog sort (#2460) (f26a9d9)

v5.9.1

5.9.1 (2026-02-11)

Bug Fixes

  • macro: Ignore JSX comments when generating message ids (#2434) (c09deaa)

v5.9.0

5.9.0 (2026-01-23)

Features

  • message-utils: separate browser/node exports for generateMessageId (#2401) (2afe02f)

Bug Fixes

  • jsx-macro: skip unsupported attributes on Plural / Select (#2407) (e63992d)
  • cli: keep catalog extra from previous catalog (#2399) (25cfdde)

Refactoring

  • react: new JSX transform (#2387) (1231084) ⚠️ Potentially breaking change - requires React v16.14.0+
  • cli: align Translation.io integration with code standarts (#2388) (bec3199)

v5.8.0

5.8.0 (2026-01-16)

Features

  • conf: allow passing custom orderBy function (#2394) (7de6af5) (Docs)
  • po-format: print source message as translation for explicit id (#2390) (94efdc0)

Bug Fixes

Reverts

v5.7.0

5.7.0 (2025-12-12)

... (truncated)

Changelog

Sourced from @​lingui/core's changelog.

5.9.2 (2026-02-23)

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

5.9.1 (2026-02-11)

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

5.9.0 (2026-01-23)

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

5.8.0 (2026-01-16)

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

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.9.2

Release notes

Sourced from @​lingui/react's releases.

v5.9.2

5.9.2 (2026-02-23)

Bug Fixes

  • cli: extract performance caused by catalog sort (#2460) (f26a9d9)

v5.9.1

5.9.1 (2026-02-11)

Bug Fixes

  • macro: Ignore JSX comments when generating message ids (#2434) (c09deaa)

v5.9.0

5.9.0 (2026-01-23)

Features

  • message-utils: separate browser/node exports for generateMessageId (#2401) (2afe02f)

Bug Fixes

  • jsx-macro: skip unsupported attributes on Plural / Select (#2407) (e63992d)
  • cli: keep catalog extra from previous catalog (#2399) (25cfdde)

Refactoring

  • react: new JSX transform (#2387) (1231084) ⚠️ Potentially breaking change - requires React v16.14.0+
  • cli: align Translation.io integration with code standarts (#2388) (bec3199)

v5.8.0

5.8.0 (2026-01-16)

Features

  • conf: allow passing custom orderBy function (#2394) (7de6af5) (Docs)
  • po-format: print source message as translation for explicit id (#2390) (94efdc0)

Bug Fixes

Reverts

v5.7.0

5.7.0 (2025-12-12)

... (truncated)

Changelog

Sourced from @​lingui/react's changelog.

5.9.2 (2026-02-23)

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

5.9.1 (2026-02-11)

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

5.9.0 (2026-01-23)

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

5.8.0 (2026-01-16)

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

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

@dependabot dependabot Bot requested a review from SchrodingersGat as a code owner March 2, 2026 20:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 2, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 2, 2026

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

Name Link
🔨 Latest commit 72ed8d8
🔍 Latest deploy log https://app.netlify.com/projects/inventree-web-pui-preview/deploys/69af2a0b868782000828eb5b

…pdates

Bumps the dependencies group with 60 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.2` |
| [@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.4` |
| [@codemirror/search](https://github.com/codemirror/search) | `6.5.11` | `6.6.0` |
| [@codemirror/state](https://github.com/codemirror/state) | `6.5.2` | `6.5.4` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.38.2` | `6.39.15` |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `7.0.1` | `7.2.0` |
| [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.0.1` | `7.2.0` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.0.1` | `7.2.0` |
| [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) | `3.0.2` | `3.2.0` |
| [@fullcalendar/core](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/core) | `6.1.19` | `6.1.20` |
| [@fullcalendar/daygrid](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/daygrid) | `6.1.19` | `6.1.20` |
| [@fullcalendar/interaction](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/interaction) | `6.1.19` | `6.1.20` |
| [@fullcalendar/react](https://github.com/fullcalendar/fullcalendar-react) | `6.1.19` | `6.1.20` |
| [@lingui/core](https://github.com/lingui/js-lingui/tree/HEAD/packages/core) | `5.4.1` | `5.9.2` |
| [@lingui/react](https://github.com/lingui/js-lingui/tree/HEAD/packages/react) | `5.4.1` | `5.9.2` |
| [@mantine/carousel](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/carousel) | `8.3.10` | `8.3.15` |
| [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) | `8.3.10` | `8.3.15` |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `8.3.10` | `8.3.15` |
| [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) | `8.3.10` | `8.3.15` |
| [@mantine/dropzone](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dropzone) | `8.3.10` | `8.3.15` |
| [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) | `8.3.10` | `8.3.15` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `8.3.10` | `8.3.15` |
| [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) | `8.3.10` | `8.3.15` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `8.3.10` | `8.3.15` |
| [@mantine/spotlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/spotlight) | `8.3.10` | `8.3.15` |
| [@mantine/vanilla-extract](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/vanilla-extract) | `8.3.10` | `8.3.15` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `10.9.0` | `10.39.0` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.34.1` | `3.37.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.85.9` | `5.90.21` |
| [@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` |
| [@uiw/react-split](https://github.com/uiwjs/react-split) | `5.9.3` | `5.9.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.5` |
| [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.3.11` | `8.3.13` |
| [mantine-datatable](https://github.com/icflorescu/mantine-datatable) | `8.3.11` | `8.3.13` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.62.0` | `7.71.2` |
| [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) | `19.2.1` | `19.2.4` |
| [recharts](https://github.com/recharts/recharts) | `3.1.2` | `3.7.0` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.1.19` | `6.3.11` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.3` | `7.29.0` |
| [@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.9.2` |
| [@lingui/cli](https://github.com/lingui/js-lingui/tree/HEAD/packages/cli) | `5.6.1` | `5.9.2` |
| [@lingui/macro](https://github.com/lingui/js-lingui/tree/HEAD/packages/macro) | `5.4.1` | `5.9.2` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.56.0` | `1.58.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `25.3.0` |
| [@types/qrcode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qrcode) | `1.5.5` | `1.5.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.4` |
| [nyc](https://github.com/istanbuljs/nyc) | `17.1.0` | `18.0.0` |
| [otpauth](https://github.com/hectorm/otpauth) | `9.4.1` | `9.5.0` |
| [rollup](https://github.com/rollup/rollup) | `4.52.0` | `4.59.0` |
| [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license) | `3.6.0` | `3.7.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.2
- [Changelog](https://github.com/codemirror/lang-liquid/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-liquid@6.3.0...6.3.2)

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.4
- [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md)
- [Commits](codemirror/lint@6.8.5...6.9.4)

Updates `@codemirror/search` from 6.5.11 to 6.6.0
- [Changelog](https://github.com/codemirror/search/blob/main/CHANGELOG.md)
- [Commits](codemirror/search@6.5.11...6.6.0)

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

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

Updates `@fortawesome/fontawesome-svg-core` from 7.0.1 to 7.2.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.2.0)

Updates `@fortawesome/free-regular-svg-icons` from 7.0.1 to 7.2.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.2.0)

Updates `@fortawesome/free-solid-svg-icons` from 7.0.1 to 7.2.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.2.0)

Updates `@fortawesome/react-fontawesome` from 3.0.2 to 3.2.0
- [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.2.0)

Updates `@fullcalendar/core` from 6.1.19 to 6.1.20
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.20/packages/core)

Updates `@fullcalendar/daygrid` from 6.1.19 to 6.1.20
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.20/packages/daygrid)

Updates `@fullcalendar/interaction` from 6.1.19 to 6.1.20
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.20/packages/interaction)

Updates `@fullcalendar/react` from 6.1.19 to 6.1.20
- [Release notes](https://github.com/fullcalendar/fullcalendar-react/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar-react/blob/main/CHANGELOG.md)
- [Commits](fullcalendar/fullcalendar-react@v6.1.19...v6.1.20)

Updates `@lingui/core` from 5.4.1 to 5.9.2
- [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.9.2/packages/core)

Updates `@lingui/react` from 5.4.1 to 5.9.2
- [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.9.2/packages/react)

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

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

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

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

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

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

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

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

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

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

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

Updates `@sentry/react` from 10.9.0 to 10.39.0
- [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.39.0)

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

Updates `@tanstack/react-query` from 5.85.9 to 5.90.21
- [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.21/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 `@uiw/react-split` from 5.9.3 to 5.9.4
- [Release notes](https://github.com/uiwjs/react-split/releases)
- [Commits](uiwjs/react-split@v5.9.3...v5.9.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.5
- [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.5)

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.3.11 to 8.3.13
- [Changelog](https://github.com/icflorescu/mantine-contextmenu/blob/main/CHANGELOG.md)
- [Commits](https://github.com/icflorescu/mantine-contextmenu/commits)

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

Updates `react-hook-form` from 7.62.0 to 7.71.2
- [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.71.2)

Updates `react-is` from 19.2.1 to 19.2.4
- [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.4/packages/react-is)

Updates `recharts` from 3.1.2 to 3.7.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.7.0)

Updates `styled-components` from 6.1.19 to 6.3.11
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.1.19...styled-components@6.3.11)

Updates `@babel/core` from 7.28.3 to 7.29.0
- [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.29.0/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.9.2
- [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.9.2/packages/babel-plugin-lingui-macro)

Updates `@lingui/cli` from 5.6.1 to 5.9.2
- [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.9.2/packages/cli)

Updates `@lingui/macro` from 5.4.1 to 5.9.2
- [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.9.2/packages/macro)

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

Updates `@types/node` from 24.3.0 to 25.3.0
- [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 `@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.4
- [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.4/packages/plugin-react)

Updates `nyc` from 17.1.0 to 18.0.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@nyc-v17.1.0...nyc-v18.0.0)

Updates `otpauth` from 9.4.1 to 9.5.0
- [Release notes](https://github.com/hectorm/otpauth/releases)
- [Commits](hectorm/otpauth@v9.4.1...v9.5.0)

Updates `rollup` from 4.52.0 to 4.59.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.59.0)

Updates `rollup-plugin-license` from 3.6.0 to 3.7.0
- [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md)
- [Commits](mjeanroy/rollup-plugin-license@v3.6.0...v3.7.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.2
  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.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@codemirror/search"
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@codemirror/state"
  dependency-version: 6.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@codemirror/view"
  dependency-version: 6.39.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/free-regular-svg-icons"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/react-fontawesome"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fullcalendar/core"
  dependency-version: 6.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@fullcalendar/daygrid"
  dependency-version: 6.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@fullcalendar/interaction"
  dependency-version: 6.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@fullcalendar/react"
  dependency-version: 6.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@lingui/core"
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lingui/react"
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/carousel"
  dependency-version: 8.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/charts"
  dependency-version: 8.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/core"
  dependency-version: 8.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/dates"
  dependency-version: 8.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/dropzone"
  dependency-version: 8.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/form"
  dependency-version: 8.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/hooks"
  dependency-version: 8.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/modals"
  dependency-version: 8.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/notifications"
  dependency-version: 8.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/spotlight"
  dependency-version: 8.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/vanilla-extract"
  dependency-version: 8.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@sentry/react"
  dependency-version: 10.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tabler/icons-react"
  dependency-version: 3.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.21
  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: "@uiw/react-split"
  dependency-version: 5.9.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.5
  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.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mantine-datatable
  dependency-version: 8.3.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-version: 7.71.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-is
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: recharts
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: styled-components
  dependency-version: 6.3.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@babel/core"
  dependency-version: 7.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lingui/cli"
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lingui/macro"
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.58.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.3.0
  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: "@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.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nyc
  dependency-version: 18.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: otpauth
  dependency-version: 9.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rollup
  dependency-version: 4.59.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rollup-plugin-license
  dependency-version: 3.7.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 force-pushed the dependabot/npm_and_yarn/src/frontend/dependencies-f161eb5c99 branch from a422e6c to 72ed8d8 Compare March 9, 2026 20:14
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 12, 2026

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

@dependabot dependabot Bot closed this Mar 12, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/src/frontend/dependencies-f161eb5c99 branch March 12, 2026 01:17
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