invenhost / InvenTree

Hardned builds of InvenTree
https://invenhost.com
MIT License
0 stars 0 forks source link

Bump the dependencies group across 1 directory with 57 updates #152

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

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

Package From To
@codemirror/autocomplete 6.16.0 6.18.1
@codemirror/language 6.10.1 6.10.3
@codemirror/lint 6.5.0 6.8.2
@codemirror/view 6.26.3 6.34.1
@emotion/react 11.11.4 11.13.3
@fortawesome/fontawesome-svg-core 6.5.2 6.6.0
@fortawesome/free-regular-svg-icons 6.5.2 6.6.0
@fortawesome/free-solid-svg-icons 6.5.2 6.6.0
@fortawesome/react-fontawesome 0.2.0 0.2.2
@lingui/core 4.10.0 4.11.4
@lingui/react 4.10.0 4.11.4
@mantine/carousel 7.8.0 7.13.0
@mantine/core 7.8.0 7.13.0
@mantine/dates 7.8.0 7.13.0
@mantine/dropzone 7.8.0 7.13.0
@mantine/form 7.8.0 7.13.0
@mantine/hooks 7.8.0 7.13.0
@mantine/modals 7.8.0 7.13.0
@mantine/notifications 7.8.0 7.13.0
@mantine/spotlight 7.8.0 7.13.0
@mantine/vanilla-extract 7.8.0 7.13.0
@sentry/react 7.110.1 8.32.0
@tabler/icons-react 3.2.0 3.19.0
@tanstack/react-query 5.29.2 5.56.2
@uiw/codemirror-theme-vscode 4.21.25 4.23.3
@uiw/react-codemirror 4.21.25 4.23.3
@vanilla-extract/css 1.14.2 1.15.5
axios 1.6.8 1.7.7
dayjs 1.11.10 1.11.13
embla-carousel-react 8.0.2 8.3.0
mantine-datatable 7.8.1 7.12.4
react 18.2.0 18.3.1
@types/react 18.2.79 18.3.10
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.25 18.3.0
react-hook-form 7.51.3 7.53.0
react-is 18.2.0 18.3.1
react-router-dom 6.22.3 6.26.2
react-select 5.8.0 5.8.1
recharts 2.12.5 2.12.7
styled-components 6.1.8 6.1.13
zustand 4.5.2 4.5.5
@babel/core 7.24.4 7.25.2
@babel/preset-react 7.24.1 7.24.7
@babel/preset-typescript 7.24.1 7.24.7
@lingui/cli 4.10.0 4.11.4
@lingui/macro 4.10.0 4.11.4
@playwright/test 1.43.1 1.47.2
@types/node 20.12.7 22.7.4
@vanilla-extract/vite-plugin 4.0.7 4.0.15
@vitejs/plugin-react 4.2.1 4.3.2
nyc 15.1.0 17.1.0
rollup-plugin-license 3.3.1 3.5.3
typescript 5.4.5 5.6.2
vite 5.2.8 5.4.8
vite-plugin-istanbul 6.0.0 6.0.2

Updates @codemirror/autocomplete from 6.16.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.

6.18.0 (2024-08-05)

Bug fixes

Style the info element so that newlines are preserved, to make it easier to display multi-line info from a string source.

New features

When registering an abort handler for a completion query, you can now use the onDocChange option to indicate that your query should be aborted as soon as the document changes while it is running.

6.17.0 (2024-07-03)

Bug fixes

Fix an issue where completions weren't properly reset when starting a new completion through activateOnCompletion.

New features

CompletionContext objects now have a view property that holds the editor view when the query context has a view available.

6.16.3 (2024-06-19)

Bug fixes

Avoid adding an aria-autocomplete attribute to the editor when there are no active sources active.

6.16.2 (2024-05-31)

Bug fixes

Allow backslash-escaped closing braces inside snippet field names/content.

6.16.1 (2024-05-29)

Bug fixes

Fix a bug where multiple backslashes before a brace in a snippet were all removed.

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
  • 4f1734c Mark version 6.18.0
  • 5392819 Make the info tooltip white-space: pre-line
  • a6ba03d Add support for an onDocChange option to query abort handlers
  • 2ef51c4 Mark version 6.17.0
  • ef0844c Provide an optional view reference in CompletionContext
  • 82893f8 Simplify completion source updates
  • Additional commits viewable in compare view


Updates @codemirror/language from 6.10.1 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.

6.10.2 (2024-06-03)

Bug fixes

Fix an infinite loop that could occur when enabling bidiIsolates in documents with both bidirectional text and very long lines.

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
  • 241b1de Mark version 6.10.2
  • cb00e70 Fix confused cursor positioning in clipRTLLines
  • See full diff in compare view


Updates @codemirror/lint from 6.5.0 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.

6.8.1 (2024-06-19)

Bug fixes

Make lint markers non-inclusive again, since having them that way causes more issues than it solves.

6.8.0 (2024-05-23)

New features

The new autoPanel option can be used to make the panel automatically appear when diagnostics are added and close when no diagnostics are left.

6.7.1 (2024-05-15)

Bug fixes

Don't perform an additional superfluous timed lint run after forceLinting has been called.

6.7.0 (2024-04-30)

New features

The renderMessage function is now called with the editor view as first argument.

6.6.0 (2024-04-29)

New features

The new hideOn configuration option can be used to control in what circumstances lint tooltips get hidden by state changes.

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
  • 8b2eb06 Mark version 6.8.1
  • ebd04f3 Make lint marks non-inclusive again
  • 42076ce Mark version 6.8.0
  • be3b43b Add the autoPanel option
  • edb043c Mark version 6.7.1
  • 2bf28d8 Make sure forceLinting cancels the pending lint run
  • 6dc3ba4 Mark version 6.7.0
  • Additional commits viewable in compare view


Updates @codemirror/view from 6.26.3 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.

6.33.0 (2024-08-24)

Bug fixes

Make it easier to move the pointer over a hover tooltip with an arrow by not closing the tooltip when the pointer is moving over the gap for the arrow.

New features

The new EditorView.clipboardInputFilter and clipboardOutputFilter facets allow you to register filter functions that change text taken from or sent to the clipboard.

6.32.0 (2024-08-12)

Bug fixes

Fix a bug where the editor could draw way too big a viewport when not managing its own scrollbar.

New features

The new gutterWidgetClass facet makes it possible to add a class to gutter elements next to widgets.

6.31.0 (2024-08-11)

Bug fixes

... (truncated)

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 @emotion/react from 11.11.4 to 11.13.3

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.13.3

Patch Changes

@​emotion/react@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/cache@​11.13.0
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/react@​11.12.0

Minor Changes

  • #2815 65a1eea Thanks @​srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.

Patch Changes

Commits


Updates @fortawesome/fontawesome-svg-core from 6.5.2 to 6.6.0

Release notes

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

Release 6.6.0

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

Commits


Updates @fortawesome/free-regular-svg-icons from 6.5.2 to 6.6.0

Release notes

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

Release 6.6.0

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

Commits


Updates @fortawesome/free-solid-svg-icons from 6.5.2 to 6.6.0

Release notes

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

Release 6.6.0

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

Commits


Updates @fortawesome/react-fontawesome from 0.2.0 to 0.2.2

Release notes

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

Release 0.2.2

Fixed

  • Props with nullable/undefined values no longer throw an error #562 #560

Release 0.2.1

Changed

  • Remove defaultProps to be compatible with React 19
Changelog

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

0.2.2 - 2024-05-22

Fixed

  • Props with nullable/undefined values no longer throw an error #562 #560

0.2.1 - 2024-05-16

Changed

  • Remove defaultProps to be compatible with React 19

Commits


Updates @lingui/core from 4.10.0 to 4.11.4

Release notes

Sourced from @​lingui/core's releases.

v4.11.4

4.11.4 (2024-09-02)

Bug Fixes

v4.11.3

4.11.3 (2024-08-09)

Bug Fixes

  • cli: add pnpm detection to command suggestions (#1989) (287a688)
  • extract: escape special regex characters used in file-based routing systems when files are passed in options (#1984) (fd92d20)

v4.11.2

4.11.2 (2024-07-03)

Bug Fixes

  • cli: update translationIO service in CLI package (to handle context) (#1949) (ea7b9e7)
  • include type cast on ts compilation (#1962) (0f66617)

v4.11.1

4.11.1 (2024-05-30)

Bug Fixes

  • (lingui/core) i18n error if id is undefined (#1938) (36c637a)

v4.11.0

4.11.0 (2024-05-17)

Bug Fixes

  • default message extraction (#1936) (8f1ddd7)
  • exclude .scss files from extract-experimental build (#1935) (d01fa96)
  • message-utils: correctly handle multi-digit complex argument cases (#1937) (47a0dde)

Features

... (truncated)

Changelog

Sourced from @​lingui/core's changelog.

4.11.4 (2024-09-02)

Bug Fixes

4.11.3 (2024-08-09)

Bug Fixes

  • cli: add pnpm detection to command suggestions (#1989) (287a688)
  • extract: escape special regex characters used in file-based routing systems when files are passed in options (#1984) (fd92d20)

4.11.2 (2024-07-03)

Bug Fixes

  • cli: update translationIO service in CLI package (to handle context) (#1949) (ea7b9e7)
  • include type cast on ts compilation (#1962) (0f66617)

4.11.1 (2024-05-30)

Bug Fixes

  • (lingui/core) i18n error if id is undefined (#1938) (36c637a)

4.11.0 (2024-05-17)

Bug Fixes

  • default message extraction (#1936) (8f1ddd7)
  • exclude .scss files from extract-experimental build (#1935) (d01fa96)
  • message-utils: correctly handle multi-digit complex argument cases (#1937) (47a0dde)

Features

  • format-po: configure header attributes in PO file formatter (#1934) (d90f778)

4.10.1 (2024-05-03)

Bug Fixes

  • core: pound symbol being replaced outside plural and selectordinal (#1928) (e94c6fd)
Commits


Updates @lingui/react from 4.10.0 to 4.11.4

Release notes

Sourced from @​lingui/react's releases.

v4.11.4

4.11.4 (2024-09-02)

Bug Fixes

v4.11.3

4.11.3 (2024-08-09)

Bug Fixes

  • cli: add pnpm detection to command suggestions (#1989) (287a688)
  • extract: escape special regex characters used in file-based routing systems when files are passed in options (#1984) (fd92d20)

v4.11.2

4.11.2 (2024-07-03)

Bug Fixes

  • cli: update translationIO service in CLI package (to handle context) (#1949) (ea7b9e7)
  • include type cast on ts compilation (#1962) (0f66617)

v4.11.1

4.11.1 (2024-05-30)

Bug Fixes

  • (lingui/core) i18n error if id is undefined (#1938) (36c637a)

v4.11.0

4.11.0 (2024-05-17)

Bug Fixes

  • default message extraction (#1936) (8f1ddd7)
  • exclude .scss files from extract-experimental build (#1935) (d01fa96)
  • message-utils: correctly handle multi-digit complex argument cases (#1937) (47a0dde)

Features

... (truncated)

Changelog

Sourced from @​lingui/react's changelog.

4.11.4 (2024-09-02)

Bug Fixes

4.11.3 (2024-08-09)

Bug Fixes

  • cli: add pnpm detection to command suggestions (#1989) (287a688)
  • extract: escape special regex characters used in file-based routing systems when files are passed in options (#1984) (fd92d20)

4.11.2 (2024-07-03)

Bug Fixes

  • cli: update translationIO service in CLI package (to handle context) (#1949) (ea7b9e7)
  • include type cast on ts compilation (#1962) (0f66617)

4.11.1 (2024-05-30)

Bug Fixes

  • (lingui/core) i18n error if id is undefined (#1938) (36c637a)

4.11.0 (2024-05-17)

Bug Fixes

  • default message extraction (#1936) (8f1ddd7)
  • exclude .scss files from extract-experimental build (#1935) (d01fa96)
  • message-utils: correctly handle multi-digit complex argument cases (#1937) (47a0dde)

Features

  • format-po: configure header attributes in PO file formatter (#1934) (d90f778)

4.10.1 (2024-05-03)

Bug Fixes

  • core: pound symbol being replaced outside plural and selectordinal (#1928) (e94c6fd)
Commits


Updates @mantine/carousel from 7.8.0 to 7.13.0

Release notes

Sourced from @​mantine/carousel's releases.

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, // it is not required in real projects <div style={{ resize: 'horizontal', overflow: 'hidden', maxWidth: '100%' }}> <Grid type="container" breakpoints={{ xs: '100px', sm: '200px', md: '300px', lg: '400px', xl: '500px' }} > <Col span={{ base: 12, md: 6, lg: 3 }}>1</Col> <Col span={{ base: 12, md: 6, lg: 3 }}>2</Col> <Col span={{ base: 12, md: 6, lg: 3 }}>3</Col> <Col span={{ base: 12, md: 6, lg: 3 }}>4</Col> </Grid> </div> ); }

CompositeChart component

New CompositeChart component allows using Line, Area and Bar charts together in a single chart:

import { CompositeChart } from '@mantine/charts';
import { data } from './data';

function Demo() { return ( <CompositeChart h={300} data={data} dataKey="date" unit="$" maxBarWidth={30} </tr></table>

... (truncated)

Commits
  • 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
  • b07422e [release] Version: 7.12.1
  • 2ae72db [release] Version: 7.12.0
  • c4b898d [@​mantine/core] Grid: Add container queries support
  • c087030 [release] Version: 7.11.2
  • Additional commits viewable in compare view


Updates @mantine/core from 7.8.0 to 7.13.0

Release notes

Sourced from @​mantine/core's releases.

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, // it is not required in real projects <div style={{ resize: 'horizontal', overflow: 'hidden', maxWidth: '100%' }}> <Grid type="container" breakpoints={{ xs: '100px', sm: '200px', md: '300px', lg: '400px', xl: '500px' }} > <Col span={{ base: 12, md: 6, lg: 3 }}>1</Col> <Col span={{ base: 12, md: 6, lg: 3 }}>2</Col> <Col span={{ base: 12, md: 6, lg: 3 }}>3</Col> <Col span={{ base: 12, md: 6, lg: 3 }}>4</Col> </Grid> </div> ); }

CompositeChart component

New CompositeChart component allows using Line, Area and Bar charts together in a single chart:

import { CompositeChart } from '@mantine/charts';
import { data } from './data';

function Demo() { return ( <CompositeChart h={300} data={data} dataKey="date" unit="$" maxBarWidth={30} </tr></table>

... (truncated)

Commits
  • 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
  • 4d50890 [@​mantine/core] ScrollArea: Fix onBottomReached prop not being available in...
  • fe49a0e [@​mantine/core] Remove children from Checkbox, Radio and Switch types to av...
  • 1872411 [@​mantine/core] TypographyStylesProvider: Fix incorrect table styles in dark ...
  • 564d0c1 [@​mantine/core] Badge: Fix unexpected change to block layout, fix incorrect a...
  • ccc0f3c [@​mantine/core] ScrollArea: Fix pointer-events being left as none after int...
  • Additional commits viewable in compare view


Updates @mantine/dates from 7.8.0 to 7.13.0

Release notes

Sourced from @​mantine/dates's releases.

7.13.0 🎇

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use

sonarcloud[bot] commented 1 month ago
dependabot[bot] commented 4 weeks ago

Superseded by #154.