Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group across 1 directory with 39 updates #14

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

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

Package From To
@codemirror/autocomplete 6.18.0 6.18.1
@codemirror/language 6.10.2 6.10.3
@codemirror/lint 6.8.1 6.8.2
@codemirror/view 6.33.0 6.34.1
@lingui/core 4.11.3 4.11.4
@lingui/react 4.11.3 4.11.4
@mantine/carousel 7.12.1 7.13.1
@mantine/charts 7.12.1 7.13.1
@mantine/core 7.12.1 7.13.1
@mantine/dates 7.12.1 7.13.1
@mantine/dropzone 7.12.1 7.13.1
@mantine/form 7.12.1 7.13.1
@mantine/hooks 7.12.1 7.13.1
@mantine/modals 7.12.1 7.13.1
@mantine/notifications 7.12.1 7.13.1
@mantine/spotlight 7.12.1 7.13.1
@mantine/vanilla-extract 7.12.1 7.13.1
@mdxeditor/editor 3.11.1 3.11.5
@sentry/react 8.26.0 8.32.0
@tabler/icons-react 3.13.0 3.19.0
@tanstack/react-query 5.52.2 5.56.2
@uiw/codemirror-theme-vscode 4.23.0 4.23.3
@uiw/react-codemirror 4.23.0 4.23.3
axios 1.7.5 1.7.7
embla-carousel-react 8.2.0 8.3.0
mantine-datatable 7.11.3 7.12.4
react-router-dom 6.26.1 6.26.2
react-select 5.8.0 5.8.1
styled-components 6.1.12 6.1.13
@lingui/cli 4.11.3 4.11.4
@lingui/macro 4.11.3 4.11.4
@playwright/test 1.46.1 1.47.2
@types/node 22.5.0 22.7.4
@types/react 18.3.4 18.3.10
@vitejs/plugin-react 4.3.1 4.3.2
nyc 17.0.0 17.1.0
rollup-plugin-license 3.5.2 3.5.3
typescript 5.5.4 5.6.2
vite 5.4.2 5.4.8

Updates @codemirror/autocomplete from 6.18.0 to 6.18.1

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.18.1 (2024-09-14)

Bug fixes

Fix an issue where insertCompletionText would get confused about the length of the inserted text when it contained CRLF line breaks, and create an invalid selection.

Add Alt-Backtick as additional binding on macOS, where IME can take over Ctrl-Space.

Commits
  • 908cf18 Mark version 6.18.1
  • af020a4 Add a Alt-Backtick as binding for startCompletion on macOS
  • 0e12e7a Remove unreachable return statement
  • a9adf23 Fix a string-length issue with newline normalization in insertCompletionText
  • See full diff in compare view

Updates @codemirror/language from 6.10.2 to 6.10.3

Changelog

Sourced from @​codemirror/language's changelog.

6.10.3 (2024-09-19)

Bug fixes

Fix a TypeScript error when using HighlightStyle with the exactOptionalPropertyTypes typechecking option enabled.

Make delimitedIndent align to spaces after the opening token.

Commits
  • 308d5f4 Mark version 6.10.3
  • 549a5e3 Include leading spaces when aligning in delimitedIndent
  • 31a6b30 Align HighlightStyle.scope's types to the type in Highlighter
  • See full diff in compare view

Updates @codemirror/lint from 6.8.1 to 6.8.2

Changelog

Sourced from @​codemirror/lint's changelog.

6.8.2 (2024-09-24)

Bug fixes

Show lint markers for code replaced by a block widget.

When multiple linters are installed, start displaying results from ones that return quickly even if others are slow to return.

Commits
  • 8d8a153 Mark version 6.8.2
  • 35644c1 Don't wait for the slowest linter before showing results
  • c13331c Add widgetMarker option to lint gutter
  • See full diff in compare view

Updates @codemirror/view from 6.33.0 to 6.34.1

Changelog

Sourced from @​codemirror/view's changelog.

6.34.1 (2024-09-27)

Bug fixes

Avoid a stack overflow that could happen when updating a line with a lot of text tokens.

Improve the way enormously long (non-wrapped) lines are displayed by making sure they stay shorter than the maximal pixel size the browser's CSS engine can handle.

6.34.0 (2024-09-25)

Bug fixes

Fix an issue where the dots past the wrapping point were displayed incorrectly when using highlightWhitespace with a wrapped sequence of spaces.

Improve performance of documents displaying lots of highlighted spaces by using a CSS background instead of pseudo-element.

New features

placeholder now allows a function that constructs the placedholder DOM to be passed in, and uses cloneNode when a raw element is passed in, to prevent adding the same element to multiple editors.

6.33.1 (2024-08-30)

Bug fixes

Work around odd behavior in Chrome's newly supported caretPositionFromPoint method, which could cause CodeMirror to crash with a null dereference.

Commits
  • 1d9f008 Mark version 6.34.1
  • a5424ff Add support for basic scaling of horizontal gaps
  • 86d355a Prevent stack overflow via Array.splice when updating big content views
  • 79b8812 Mark version 6.34.0
  • 605fd72 Use a background instead of a :before element for highlighted spaces
  • aea2395 Fix bad display of wrapped whitespace in highlightWhitespace
  • 48ffb17 Drop old comment
  • 154c03b Allow a DOM constructor function to be passed to placeholder
  • d6c45ca Fix reference to wrong DOM element in DOMObserver.onSelectionChange
  • 6064191 Remove unnecessary utility function
  • Additional commits viewable in compare view

Updates @lingui/core from 4.11.3 to 4.11.4

Release notes

Sourced from @​lingui/core's releases.

v4.11.4

4.11.4 (2024-09-02)

Bug Fixes

Changelog

Sourced from @​lingui/core's changelog.

4.11.4 (2024-09-02)

Bug Fixes

Commits

Updates @lingui/react from 4.11.3 to 4.11.4

Release notes

Sourced from @​lingui/react's releases.

v4.11.4

4.11.4 (2024-09-02)

Bug Fixes

Changelog

Sourced from @​lingui/react's changelog.

4.11.4 (2024-09-02)

Bug Fixes

Commits

Updates @mantine/carousel from 7.12.1 to 7.13.1

Release notes

Sourced from @​mantine/carousel's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)

New Contributors

Full Changelog: mantinedev/mantine@7.13.0...7.13.1

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries in Grid component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@mantine/core';
function Demo() {
return (
// Wrapper div is added for demonstration purposes only,
</tr></table>

... (truncated)

Commits
  • 0f0b871 [release] Version: 7.13.1
  • 8b18596 [release] Version: 7.13.0
  • 2304030 Merge branch 'master' of github.com:mantinedev/mantine into 7.13
  • e5f3a53 [core] Migrate to eslint 9
  • d21d85e Merge branch 'master' of github.com:mantinedev/mantine into 7.13
  • 133b7bf [release] Version: 7.12.2
  • 1f0034c Merge branch 'master' of github.com:mantinedev/mantine into 7.13
  • c4b898d [@​mantine/core] Grid: Add container queries support
  • See full diff in compare view

Updates @mantine/charts from 7.12.1 to 7.13.1

Release notes

Sourced from @​mantine/charts's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)

New Contributors

Full Changelog: mantinedev/mantine@7.13.0...7.13.1

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries in Grid component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@mantine/core';
function Demo() {
return (
// Wrapper div is added for demonstration purposes only,
</tr></table>

... (truncated)

Commits
  • 0f0b871 [release] Version: 7.13.1
  • 6bdffea [@​mantine/chart] PieChart: Remove unused CSS (#6903)
  • 2ee78ab [@​mantine/chart] Fix incorrect types for props passed down to recharts compon...
  • afb82ca [@​mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • 27716f8 [@​mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • 8b18596 [release] Version: 7.13.0
  • d21d85e Merge branch 'master' of github.com:mantinedev/mantine into 7.13
  • 133b7bf [release] Version: 7.12.2
  • 1f0034c Merge branch 'master' of github.com:mantinedev/mantine into 7.13
  • 144aee6 [mantine.dev] Add all CompositeChart demos
  • Additional commits viewable in compare view

Updates @mantine/core from 7.12.1 to 7.13.1

Release notes

Sourced from @​mantine/core's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)

New Contributors

Full Changelog: mantinedev/mantine@7.13.0...7.13.1

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries in Grid component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@mantine/core';
function Demo() {
return (
// Wrapper div is added for demonstration purposes only,
</tr></table>

... (truncated)

Commits
  • 0f0b871 [release] Version: 7.13.1
  • 992cb04 [@​mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#...
  • d6f0e1d [@​mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags...
  • 81440bc [@​mantine/core] PinInput: Fix incorrect Backspace key handling on the first...
  • 5896d46 [@​mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ...
  • ca528f2 [@​mantine/core] Title: Add option to use Text font-size and line-height value...
  • 8fb3297 [@​mantine/core] Fix 2xl and other similar values being treated as CSS value...
  • f1f9cf0 [@​mantine/core] Breadcrumbs: Fix component with large number of values not wr...
  • ef069cc [mantine.dev] Fix typo (#6861)
  • f9c310f [@​mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)
  • Additional commits viewable in compare view

Updates @mantine/dates from 7.12.1 to 7.13.1

Release notes

Sourced from @​mantine/dates's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)

New Contributors

Full Changelog: mantinedev/mantine@7.13.0...7.13.1

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries in Grid component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@mantine/core';
function Demo() {
return (
// Wrapper div is added for demonstration purposes only,
</tr></table>

... (truncated)

Commits
  • 0f0b871 [release] Version: 7.13.1
  • 71238c9 [@​mantine/dates] Fix hidden input value not respecting specified timezone (#6...
  • 2c7f1e9 [@​mantine/date] Calendar: Fix nextLabel and previousLabel props not worki...
  • 8b18596 [release] Version: 7.13.0
  • e5f3a53 [core] Migrate to eslint 9
  • 133b7bf [release] Version: 7.12.2
  • 151d816 [@​mantine/dates] DatePickerInput: Fix incorrect hovered date logic when the c...
  • d4f1ab5 [@​mantine/dates] Fix valueFormatter prop being added to DateTimePicker types
  • See full diff in compare view

Updates @mantine/dropzone from 7.12.1 to 7.13.1

Release notes

Sourced from @​mantine/dropzone's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#6860)

New Contributors

Full Changelog: mantinedev/mantine@7.13.0...7.13.1

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries in Grid component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@mantine/core';
function Demo() {
return (
// Wrapper div is added for demonstration purposes only,
</tr></table>

... (truncated)

Commits

Updates @mantine/form from 7.12.1 to 7.13.1

Release notes

Sourced from @​mantine/form's releases.

7.13.1

What's Changed

  • [@mantine/chart] PieChart: Remove unused CSS (#6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (

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

| Package | From | To |
| --- | --- | --- |
| [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.18.0` | `6.18.1` |
| [@codemirror/language](https://github.com/codemirror/language) | `6.10.2` | `6.10.3` |
| [@codemirror/lint](https://github.com/codemirror/lint) | `6.8.1` | `6.8.2` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.33.0` | `6.34.1` |
| [@lingui/core](https://github.com/lingui/js-lingui) | `4.11.3` | `4.11.4` |
| [@lingui/react](https://github.com/lingui/js-lingui) | `4.11.3` | `4.11.4` |
| [@mantine/carousel](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/carousel) | `7.12.1` | `7.13.1` |
| [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) | `7.12.1` | `7.13.1` |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.12.1` | `7.13.1` |
| [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) | `7.12.1` | `7.13.1` |
| [@mantine/dropzone](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dropzone) | `7.12.1` | `7.13.1` |
| [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) | `7.12.1` | `7.13.1` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.12.1` | `7.13.1` |
| [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) | `7.12.1` | `7.13.1` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.12.1` | `7.13.1` |
| [@mantine/spotlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/spotlight) | `7.12.1` | `7.13.1` |
| [@mantine/vanilla-extract](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/vanilla-extract) | `7.12.1` | `7.13.1` |
| [@mdxeditor/editor](https://github.com/mdx-editor/editor) | `3.11.1` | `3.11.5` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.26.0` | `8.32.0` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.13.0` | `3.19.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.52.2` | `5.56.2` |
| [@uiw/codemirror-theme-vscode](https://github.com/uiwjs/react-codemirror) | `4.23.0` | `4.23.3` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.23.0` | `4.23.3` |
| [axios](https://github.com/axios/axios) | `1.7.5` | `1.7.7` |
| [embla-carousel-react](https://github.com/davidjerleke/embla-carousel) | `8.2.0` | `8.3.0` |
| [mantine-datatable](https://github.com/icflorescu/mantine-datatable) | `7.11.3` | `7.12.4` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.1` | `6.26.2` |
| [react-select](https://github.com/JedWatson/react-select) | `5.8.0` | `5.8.1` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.1.12` | `6.1.13` |
| [@lingui/cli](https://github.com/lingui/js-lingui) | `4.11.3` | `4.11.4` |
| [@lingui/macro](https://github.com/lingui/js-lingui) | `4.11.3` | `4.11.4` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.46.1` | `1.47.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.0` | `22.7.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.4` | `18.3.10` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.3.1` | `4.3.2` |
| [nyc](https://github.com/istanbuljs/nyc) | `17.0.0` | `17.1.0` |
| [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license) | `3.5.2` | `3.5.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.2` | `5.4.8` |



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

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

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

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

Updates `@lingui/core` from 4.11.3 to 4.11.4
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](lingui/js-lingui@v4.11.3...v4.11.4)

Updates `@lingui/react` from 4.11.3 to 4.11.4
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](lingui/js-lingui@v4.11.3...v4.11.4)

Updates `@mantine/carousel` from 7.12.1 to 7.13.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.13.1/packages/@mantine/carousel)

Updates `@mantine/charts` from 7.12.1 to 7.13.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.13.1/packages/@mantine/charts)

Updates `@mantine/core` from 7.12.1 to 7.13.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.13.1/packages/@mantine/core)

Updates `@mantine/dates` from 7.12.1 to 7.13.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.13.1/packages/@mantine/dates)

Updates `@mantine/dropzone` from 7.12.1 to 7.13.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.13.1/packages/@mantine/dropzone)

Updates `@mantine/form` from 7.12.1 to 7.13.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.13.1/packages/@mantine/form)

Updates `@mantine/hooks` from 7.12.1 to 7.13.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.13.1/packages/@mantine/hooks)

Updates `@mantine/modals` from 7.12.1 to 7.13.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.13.1/packages/@mantine/modals)

Updates `@mantine/notifications` from 7.12.1 to 7.13.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.13.1/packages/@mantine/notifications)

Updates `@mantine/spotlight` from 7.12.1 to 7.13.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.13.1/packages/@mantine/spotlight)

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

Updates `@mdxeditor/editor` from 3.11.1 to 3.11.5
- [Release notes](https://github.com/mdx-editor/editor/releases)
- [Commits](mdx-editor/editor@v3.11.1...v3.11.5)

Updates `@sentry/react` from 8.26.0 to 8.32.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@8.26.0...8.32.0)

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

Updates `@tanstack/react-query` from 5.52.2 to 5.56.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.56.2/packages/react-query)

Updates `@uiw/codemirror-theme-vscode` from 4.23.0 to 4.23.3
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.0...v4.23.3)

Updates `@uiw/react-codemirror` from 4.23.0 to 4.23.3
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.0...v4.23.3)

Updates `axios` from 1.7.5 to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.5...v1.7.7)

Updates `embla-carousel-react` from 8.2.0 to 8.3.0
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases)
- [Commits](davidjerleke/embla-carousel@v8.2.0...v8.3.0)

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

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

Updates `react-select` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.8.0...react-select@5.8.1)

Updates `styled-components` from 6.1.12 to 6.1.13
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](styled-components/styled-components@v6.1.12...v6.1.13)

Updates `@lingui/cli` from 4.11.3 to 4.11.4
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](lingui/js-lingui@v4.11.3...v4.11.4)

Updates `@lingui/macro` from 4.11.3 to 4.11.4
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](lingui/js-lingui@v4.11.3...v4.11.4)

Updates `@playwright/test` from 1.46.1 to 1.47.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.46.1...v1.47.2)

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

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

Updates `@vitejs/plugin-react` from 4.3.1 to 4.3.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/v4.3.2/packages/plugin-react)

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

Updates `rollup-plugin-license` from 3.5.2 to 3.5.3
- [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md)
- [Commits](mjeanroy/rollup-plugin-license@v3.5.2...v3.5.3)

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

Updates `vite` from 5.4.2 to 5.4.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: "@codemirror/autocomplete"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@codemirror/language"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@codemirror/lint"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@codemirror/view"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lingui/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@lingui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/carousel"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/charts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/dates"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/dropzone"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/form"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/modals"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/notifications"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/spotlight"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/vanilla-extract"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mdxeditor/editor"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tabler/icons-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@uiw/codemirror-theme-vscode"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@uiw/react-codemirror"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: embla-carousel-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mantine-datatable
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-select
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@lingui/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@lingui/macro"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: nyc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rollup-plugin-license
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vite
  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 Sep 30, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 7, 2024

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

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/frontend/dependencies-911765d3e7 branch October 7, 2024 09:53
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