matmair / InvenTree

Open Source Inventory Management System
https://inventree.readthedocs.io
MIT License
5 stars 4 forks source link

Bump the dependencies group across 1 directory with 10 updates #226

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Package From To
@codemirror/language 6.10.2 6.10.3
@sentry/react 8.30.0 8.31.0
@uiw/codemirror-theme-vscode 4.23.2 4.23.3
@uiw/react-codemirror 4.23.2 4.23.3
react-select 5.8.0 5.8.1
@codecov/vite-plugin 1.1.0 1.2.0
@playwright/test 1.47.1 1.47.2
@types/react 18.3.6 18.3.8
nyc 17.0.0 17.1.0
vite 5.4.6 5.4.7

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 @sentry/react from 8.30.0 to 8.31.0

Release notes

Sourced from @​sentry/react's releases.

8.31.0

Important Changes

  • feat(node): Add dataloader integration (#13664)

This release adds a new integration for the dataloader package. The Node SDK (and all SDKs that depend on it) will now automatically instrument dataloader instances. You can also add it manually:

Sentry.init({
  integrations: [Sentry.dataloaderIntegration()],
});

Other Changes

  • feat(browser): Add navigation activationStart timestamp to pageload span (#13658)
  • feat(gatsby): Add optional deleteSourcemapsAfterUpload (#13610)
  • feat(nextjs): Give app router prefetch requests a http.server.prefetch op (#13600)
  • feat(nextjs): Improve Next.js serverside span data quality (#13652)
  • feat(node): Add disableInstrumentationWarnings option (#13693)
  • feat(nuxt): Adding experimental_basicServerTracing option to Nuxt module (#13643)
  • feat(nuxt): Improve logs about adding Node option 'import' (#13726)
  • feat(replay): Add onError callback + other small improvements to debugging (#13721)
  • feat(replay): Add experimental option to allow for a checkout every 6 minutes (#13069)
  • feat(wasm): Unconditionally parse instruction addresses (#13655)
  • fix: Ensure all logs are wrapped with consoleSandbox (#13690)
  • fix(browser): Try multiple options for lazyLoadIntegration script parent element lookup (#13717)
  • fix(feedback): Actor color applies to feedback icon (#13702)
  • fix(feedback): Fix form width on mobile devices (#13068)
  • fix(nestjs): Preserve original function name on SentryTraced functions (#13684)
  • fix(node): Don't overwrite local variables for re-thrown errors (#13644)
  • fix(normalize): Treat Infinity as NaN both are non-serializable numbers (#13406)
  • fix(nuxt): Use correct server output file path (#13725)
  • fix(opentelemetry): Always use active span in Propagator.inject (#13381)
  • fix(replay): Fixes potential out-of-order segments (#13609)

Work in this release was contributed by @​KyGuy2002, @​artzhookov, and @​julianCast. Thank you for your contributions!

Changelog

Sourced from @​sentry/react's changelog.

8.31.0

Important Changes

  • feat(node): Add dataloader integration (#13664)

This release adds a new integration for the dataloader package. The Node SDK (and all SDKs that depend on it) will now automatically instrument dataloader instances. You can also add it manually:

Sentry.init({
  integrations: [Sentry.dataloaderIntegration()],
});

Other Changes

  • feat(browser): Add navigation activationStart timestamp to pageload span (#13658)
  • feat(gatsby): Add optional deleteSourcemapsAfterUpload (#13610)
  • feat(nextjs): Give app router prefetch requests a http.server.prefetch op (#13600)
  • feat(nextjs): Improve Next.js serverside span data quality (#13652)
  • feat(node): Add disableInstrumentationWarnings option (#13693)
  • feat(nuxt): Adding experimental_basicServerTracing option to Nuxt module (#13643)
  • feat(nuxt): Improve logs about adding Node option 'import' (#13726)
  • feat(replay): Add onError callback + other small improvements to debugging (#13721)
  • feat(replay): Add experimental option to allow for a checkout every 6 minutes (#13069)
  • feat(wasm): Unconditionally parse instruction addresses (#13655)
  • fix: Ensure all logs are wrapped with consoleSandbox (#13690)
  • fix(browser): Try multiple options for lazyLoadIntegration script parent element lookup (#13717)
  • fix(feedback): Actor color applies to feedback icon (#13702)
  • fix(feedback): Fix form width on mobile devices (#13068)
  • fix(nestjs): Preserve original function name on SentryTraced functions (#13684)
  • fix(node): Don't overwrite local variables for re-thrown errors (#13644)
  • fix(normalize): Treat Infinity as NaN both are non-serializable numbers (#13406)
  • fix(nuxt): Use correct server output file path (#13725)
  • fix(opentelemetry): Always use active span in Propagator.inject (#13381)
  • fix(replay): Fixes potential out-of-order segments (#13609)

Work in this release was contributed by @​KyGuy2002, @​artzhookov, and @​julianCast. Thank you for your contributions!

Commits
  • 5456e2c release: 8.31.0
  • b1a26c8 Merge pull request #13734 from getsentry/prepare-release/8.31.0
  • 1914376 meta(changelog): Update changelog for 8.31.0
  • cf0152a feat(replay): Add onError callback + other small improvements to debugging ...
  • 336a236 feat(nuxt): Improve logs about adding Node option 'import' (#13726)
  • 2ab7518 feat(node): Add dataloader integration (#13664)
  • 37c4c42 ref: Add external contributor to CHANGELOG.md (#13727)
  • 32f5f00 fix(nuxt): Use correct server output file path (#13725)
  • fc7634e feat(gatsby): Add optional deleteSourcemapsAfterUpload (#13610)
  • 1e9a1a3 test(ci): Use latest node 22 version again for Node unit tests (#13720)
  • Additional commits viewable in compare view


Updates @uiw/codemirror-theme-vscode from 4.23.2 to 4.23.3

Release notes

Sourced from @​uiw/codemirror-theme-vscode's releases.

v4.23.3

Buy me a coffee

Documentation v4.23.3: https://raw.githack.com/uiwjs/react-codemirror/d199b9e/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.2...v4.23.3

npm i @uiw/react-codemirror@4.23.3
  • 🎨 style(theme): Vscode Light - lineHighlight. (#686) 4af6677 @​luiz2f
Commits


Updates @uiw/react-codemirror from 4.23.2 to 4.23.3

Release notes

Sourced from @​uiw/react-codemirror's releases.

v4.23.3

Buy me a coffee

Documentation v4.23.3: https://raw.githack.com/uiwjs/react-codemirror/d199b9e/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.2...v4.23.3

npm i @uiw/react-codemirror@4.23.3
  • 🎨 style(theme): Vscode Light - lineHighlight. (#686) 4af6677 @​luiz2f
Commits


Updates react-select from 5.8.0 to 5.8.1

Release notes

Sourced from react-select's releases.

react-select@5.8.1

Patch Changes

  • dd740ced #5960 Thanks @​leonaves! - No longer send pop-value action when multi-select is empty. This correctly resolves typings with that event, where removedValue cannot be undefined.
Commits


Updates @codecov/vite-plugin from 1.1.0 to 1.2.0

Updates @playwright/test from 1.47.1 to 1.47.2

Release notes

Sourced from @​playwright/test's releases.

v1.47.2

Highlights

microsoft/playwright#32699 [REGRESSION]: fix(codegen): use content_frame property in python/.NET microsoft/playwright#32706 [REGRESSION]: page.pause() does not pause test timeout after 1.47 microsoft/playwright#32661 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128
Commits


Updates @types/react from 18.3.6 to 18.3.8

Commits


Updates nyc from 17.0.0 to 17.1.0

Release notes

Sourced from nyc's releases.

nyc: v17.1.0

17.1.0 (2024-09-19)

Features

  • deps: bump foreground-child from ^2.0.0 to ^3.0.0 (#1546) (af74d1e)

Bug Fixes

Changelog

Sourced from nyc's changelog.

17.1.0 (2024-09-19)

Features

  • deps: bump foreground-child from ^2.0.0 to ^3.0.0 (#1546) (af74d1e)

Bug Fixes

Commits


Updates vite from 5.4.6 to 5.4.7

Changelog

Sourced from vite's changelog.

5.4.7 (2024-09-20)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

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