OpenShock / WebUI

The current frontend of OpenShock, to be retired soonTM
https://openshock.app
GNU Affero General Public License v3.0
5 stars 5 forks source link

build(deps): bump the npm-dependencies group with 15 updates #111

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the npm-dependencies group with 15 updates:

Package From To
@microsoft/signalr 7.0.12 8.0.0
@sentry/vue 7.75.1 7.84.0
axios 1.5.1 1.6.2
bootstrap-vue-next 0.14.10 0.15.5
core-js 3.33.1 3.33.3
esp-web-tools 9.4.0 9.4.2
@babel/core 7.23.2 7.23.5
@babel/preset-env 7.23.2 7.23.5
@fortawesome/fontawesome-svg-core 6.4.2 6.5.1
@fortawesome/free-brands-svg-icons 6.4.2 6.5.1
@fortawesome/free-regular-svg-icons 6.4.2 6.5.1
@fortawesome/free-solid-svg-icons 6.4.2 6.5.1
postcss 8.4.31 8.4.32
sass 1.69.4 1.69.5
vue-loader 17.3.0 17.3.1

Updates @microsoft/signalr from 7.0.12 to 8.0.0

Release notes

Sourced from @​microsoft/signalr's releases.

.NET 8.0.0

Release

.NET 8.0 RC 2

Release

.NET 8.0 RC 1

Release

.NET 8.0 Preview 7

Release

.NET 8.0 Preview 6

Release

.NET 8.0 Preview 5

Release

.NET 8.0 Preview 4

Release

.NET 8.0 Preview 3

Release

.NET 8.0 Preview 2

Release

.NET 8.0 Preview 1

Release

.NET 7.0.14

Release

What's Changed

Full Changelog: https://github.com/dotnet/aspnetcore/compare/v7.0.13...v7.0.14

.NET 7.0.13

Release

Commits
  • 3f1acb5 Merged PR 34970: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 3caebba Merged PR 34962: [internal/release/8.0] Update dependencies from dnceng/inter...
  • c608ee3 Merge in 'release/8.0' changes
  • 9506f5a Quarantine ConnectionClosedWithoutActiveRequestsOrGoAwayFIN (#51771)
  • c8270da Merge in 'release/8.0' changes
  • 892b10b Remove selenium-standalone; update Selenium.WebDriver (#51775)
  • c26c6ca Merged PR 34926: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 43bcd57 Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...
  • 4753bec [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 4f7f2fd [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-efcore
  • Additional commits viewable in compare view


Updates @sentry/vue from 7.75.1 to 7.84.0

Release notes

Sourced from @​sentry/vue's releases.

7.84.0

Important Changes

  • ref(nextjs): Set automaticVercelMonitors to be false by default (#9697)

From this version onwards the default for the automaticVercelMonitors option in the Next.js SDK is set to false. Previously, if you made use of Vercel Crons the SDK automatically instrumented the relevant routes to create Sentry monitors. Because this feature will soon be generally available, we are now flipping the default to avoid situations where quota is used unexpectedly.

If you want to continue using this feature, make sure to set the automaticVercelMonitors flag to true in your next.config.js Sentry settings.

Other Changes

  • chore(astro): Add 4.0.0 preview versions to astro peer dependency range (#9696)
  • feat(metrics): Add interfaces for metrics (#9698)
  • feat(web-vitals): Vendor in INP from web-vitals library (#9690)
  • fix(astro): Avoid adding the Sentry Vite plugin in dev mode (#9688)
  • fix(nextjs): Don't match files called middleware in node_modules (#9686)
  • fix(remix): Don't capture error responses that are not 5xx on Remix v2. (#9655)
  • fix(tracing): Don't attach resource size if null (#9669)
  • fix(utils): Regex match port to stop accidental replace (#9676)
  • fix(utils): Try catch new URL when extracting query params (#9675)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 65.86 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 59.46 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.12 KB
@​sentry/browser - Webpack (gzipped) 21.38 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 62.72 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 29.53 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 21.6 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 197.46 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 89.32 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 64.29 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 32.22 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 66.25 KB
@​sentry/react - Webpack (gzipped) 21.42 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 82.96 KB
@​sentry/nextjs Client - Webpack (gzipped) 48.21 KB
@​sentry-internal/feedback - Webpack (gzipped) 16.19 KB

7.83.0

  • chore(astro): Allow Astro 4.0 in peer dependencies (#9683)
  • feat(astro): Add assets option to source maps upload options (#9668)
  • feat(react): Support exactOptionalPropertyTypes on ErrorBoundary (#9098)
  • fix: Don't depend on browser types in types (#9682)
  • fix(astro): Configure sourcemap assets directory for Vercel adapter (#9665)

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

7.84.0

Important Changes

  • ref(nextjs): Set automaticVercelMonitors to be false by default (#9697)

From this version onwards the default for the automaticVercelMonitors option in the Next.js SDK is set to false. Previously, if you made use of Vercel Crons the SDK automatically instrumented the relevant routes to create Sentry monitors. Because this feature will soon be generally available, we are now flipping the default to avoid situations where quota is used unexpectedly.

If you want to continue using this feature, make sure to set the automaticVercelMonitors flag to true in your next.config.js Sentry settings.

Other Changes

  • chore(astro): Add 4.0.0 preview versions to astro peer dependency range (#9696)
  • feat(metrics): Add interfaces for metrics (#9698)
  • feat(web-vitals): Vendor in INP from web-vitals library (#9690)
  • fix(astro): Avoid adding the Sentry Vite plugin in dev mode (#9688)
  • fix(nextjs): Don't match files called middleware in node_modules (#9686)
  • fix(remix): Don't capture error responses that are not 5xx on Remix v2. (#9655)
  • fix(tracing): Don't attach resource size if null (#9669)
  • fix(utils): Regex match port to stop accidental replace (#9676)
  • fix(utils): Try catch new URL when extracting query params (#9675)

7.83.0

  • chore(astro): Allow Astro 4.0 in peer dependencies (#9683)
  • feat(astro): Add assets option to source maps upload options (#9668)
  • feat(react): Support exactOptionalPropertyTypes on ErrorBoundary (#9098)
  • fix: Don't depend on browser types in types (#9682)
  • fix(astro): Configure sourcemap assets directory for Vercel adapter (#9665)
  • fix(remix): Check the error data before spreading. (#9664)

7.82.0

  • feat(astro): Automatically add Sentry middleware in Astro integration (#9532)
  • feat(core): Add optional setup hook to integrations (#9556)
  • feat(core): Add top level getClient() method (#9638)
  • feat(core): Allow to pass mechanism as event hint (#9590)
  • feat(core): Allow to use continueTrace without callback (#9615)
  • feat(feedback): Add onClose callback to showReportDialog (#9433) (#9550)
  • feat(nextjs): Add request data to all edge-capable functionalities (#9636)
  • feat(node): Add Spotlight option to Node SDK (#9629)
  • feat(utils): Refactor addInstrumentationHandler to dedicated methods (#9542)
  • fix: Make full url customizable for Spotlight (#9652)
  • fix(astro): Remove Auth Token existence check (#9651)
  • fix(nextjs): Fix middleware detection logic (#9637)
  • fix(remix): Skip capturing aborted requests (#9659)
  • fix(replay): Add BODY_PARSE_ERROR warning & time out fetch response load (#9622)
  • fix(tracing): Filter out invalid resource sizes (#9641)

... (truncated)

Commits
  • 4f4bd32 release: 7.84.0
  • 22960f5 Merge pull request #9705 from getsentry/prepare-release/7.84.0
  • e9e03e1 meta(changelog): Update changelog for 7.84.0
  • 59db749 feat(metrics): Add interfaces for metrics (#9698)
  • 27f6ae1 build: enable biome organizeImports feature (#9693)
  • 462ea44 ref(nextjs): Set automaticVercelMonitors to be false by default (#9697)
  • f500ac7 chore(astro): Add 4.0.0 preview versions to astro peer dependency range (#9...
  • 8c36659 build: add node.js v21 to test matrix (#9680)
  • 61e9056 feat(web-vitals): Vendor in INP from web-vitals library (#9690)
  • 28450ad fix(utils): Try catch new URL when extracting query params (#9675)
  • Additional commits viewable in compare view


Updates axios from 1.5.1 to 1.6.2

Release notes

Sourced from axios's releases.

Release v1.6.2

Release notes:

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.

Contributors to this release

Release v1.6.1

Release notes:

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

Release v1.6.0

Release notes:

Bug Fixes

  • CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
  • dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
  • types: fix AxiosHeaders types; (#5931) (a1c8ad0)

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.2 (2023-11-14)

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.

Contributors to this release

1.6.1 (2023-11-08)

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.

1.6.0 (2023-10-26)

Bug Fixes

  • CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)

... (truncated)

Commits
  • b3be365 chore(release): v1.6.2 (#6082)
  • 8739acb chore(ci): removed redundant release action; (#6081)
  • bfa9c30 chore(docs): fix outdated grunt to npm scripts (#6073)
  • a2b0fb3 chore(docs): update README.md (#6048)
  • b12a608 chore(ci): removed paths-ignore filter; (#6080)
  • 0c9d886 chore(ci): reworked ignoring files logic; (#6079)
  • 30873ee chore(ci): add paths-ignore config to testing action; (#6078)
  • cff9967 feat(withXSRFToken): added withXSRFToken option as a workaround to achieve th...
  • 7009715 chore(ci): fixed release notification action; (#6064)
  • 7144f10 chore(ci): fixed release notification action; (#6063)
  • Additional commits viewable in compare view


Updates bootstrap-vue-next from 0.14.10 to 0.15.5

Changelog

Sourced from bootstrap-vue-next's changelog.

0.15.5 (2023-11-23)

Features

  • BDropdown: add boundaryPadding prop (efc1ce9)
  • BDropdown: overflow auto and sizing middleware to limit the size to visible viewport (efc1ce9)
  • BPopover: add boundary prop (efc1ce9)
  • BPopover: add boundaryPadding prop (efc1ce9)
  • BPopover: add peristent option to popover (a195b5d)
  • BPopover: overflow auto and sizing middleware to limit the size to visible viewport (efc1ce9)

Bug Fixes

  • BDropdown: fix dropup prop ignored (efc1ce9)
  • BPopover: default offset has changed in bootstrap css (a195b5d)
  • BPopover: hide not working (efc1ce9)

0.15.4 (2023-11-22)

Bug Fixes

0.15.3 (2023-11-22)

Bug Fixes

  • BFormCheckboxGroup: updates to modelValue being recursive fixes #1623 (7991073)

0.15.2 (2023-11-22)

Features

Bug Fixes

  • BTable: current page not working causing no pagination fixes #1613 (9f2ef8b)

Performance Improvements

  • BImg: improve blank img resolution (84ce349)

... (truncated)

Commits


Updates core-js from 3.33.1 to 3.33.3

Changelog

Sourced from core-js's changelog.

3.33.3 - 2023.11.20
3.33.2 - 2023.10.31
  • Simplified structuredClone polyfill, avoided second tree pass in cases of transferring
  • Added support of SuppressedError to structuredClone polyfill
  • Removed unspecified unnecessary ArrayBuffer and DataView dependencies of structuredClone lack of which could cause errors in some entries in IE10-
  • Fixed handling of fractional number part in Number.fromString
  • Compat data improvements:
Commits
  • a18759b 3.33.3
  • d35fcf8 avoid sharing internal [[DedentMap]] from String.dedent proposa between `...
  • ddba98d fix global object retrieval on Duktape
  • 2ce8c88 add a missed link
  • c052d2d update eslint-plugin-es-x
  • 395cdab fix a copy-paste bug in comment
  • cca57be use native parseInt in esnext.number.from-string for untangling
  • 7cbd6b5 3.33.2
  • ffc6984 temporarily drop unspecified special cases from Number.fromString before cl...
  • f7b095e fix handling of fractional number part and some special cases in `Number.from...
  • Additional commits viewable in compare view


Updates esp-web-tools from 9.4.0 to 9.4.2

Release notes

Sourced from esp-web-tools's releases.

9.4.2

What's Changed

  • Add small delay when resetting because USB JTAG (#443) @​kbx81

Dependencies

9.4.1

What's Changed

Dependencies

Commits


Updates @babel/core from 7.23.2 to 7.23.5

Release notes

Sourced from @​babel/core's releases.

v7.23.5 (2023-11-29)

:eyeglasses: Spec Compliance

  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators

:bug: Bug Fix

  • babel-traverse, babel-types
  • babel-plugin-transform-classes
  • babel-generator
  • babel-helpers
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties, babel-plugin-transform-typescript
  • babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-typescript, babel-traverse
  • babel-eslint-plugin

:microscope: Output optimization

Committers: 4

v7.23.4 (2023-11-20)

:bug: Bug Fix

Committers: 4

v7.23.3 (2023-11-09)

:bug: Bug Fix

  • babel-plugin-transform-typescript

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.23.5 (2023-11-29)

:eyeglasses: Spec Compliance

  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators

:bug: Bug Fix

  • babel-traverse, babel-types
  • babel-plugin-transform-classes
  • babel-generator
  • babel-helpers
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties, babel-plugin-transform-typescript
  • babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-typescript, babel-traverse
  • babel-eslint-plugin

:microscope: Output optimization

v7.23.4 (2023-11-20)

:bug: Bug Fix

v7.23.3 (2023-11-09)

:bug: Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

:memo: Documentation

:house: Internal

... (truncated)

Commits


Updates @babel/preset-env from 7.23.2 to 7.23.5

Release notes

Sourced from @​babel/preset-env's releases.

v7.23.5 (2023-11-29)

:eyeglasses: Spec Compliance

  • babel-plugin-proposal-decorators
  • babel-helper... _Description has been truncated_
dependabot[bot] commented 7 months ago

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