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 across 1 directory with 31 updates #144

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the npm-dependencies group with 30 updates in the / directory:

Package From To
@fontsource/poppins 5.0.8 5.0.14
@imengyu/vue3-context-menu 1.3.3 1.4.1
@microsoft/signalr 7.0.12 8.0.0
@sentry/vue 7.75.1 7.112.2
axios 1.5.1 1.6.8
bootstrap-vue-next 0.14.10 0.17.2
copy-webpack-plugin 11.0.0 12.0.2
core-js 3.33.1 3.37.0
esp-web-tools 9.4.0 10.0.1
vue 3.4.15 3.4.25
vue-router 4.2.5 4.3.2
@babel/core 7.23.2 7.24.4
@babel/preset-env 7.23.2 7.24.4
@fortawesome/fontawesome-svg-core 6.4.2 6.5.2
@fortawesome/free-brands-svg-icons 6.4.2 6.5.2
@fortawesome/free-regular-svg-icons 6.4.2 6.5.2
@fortawesome/free-solid-svg-icons 6.4.2 6.5.2
autoprefixer 10.4.16 10.4.19
bootstrap 5.3.2 5.3.3
css-loader 6.8.1 7.1.1
html-webpack-plugin 5.5.3 5.6.0
mini-css-extract-plugin 2.7.6 2.9.0
postcss-loader 7.3.3 8.1.1
sass 1.69.4 1.75.0
sass-loader 13.3.2 14.2.1
style-loader 3.3.3 4.0.0
vue-loader 17.3.0 17.4.2
vue-template-compiler 2.7.15 2.7.16
webpack 5.89.0 5.91.0
webpack-dev-server 4.15.1 5.0.4

Updates @fontsource/poppins from 5.0.8 to 5.0.14

Commits


Updates @imengyu/vue3-context-menu from 1.3.3 to 1.4.1

Commits


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

Release

.NET 7.0.17

Release

.NET 7.0.16

Release

.NET 7.0.15

Release

.NET 7.0.14

Release

What's Changed

... (truncated)

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

Release notes

Sourced from @​sentry/vue's releases.

7.112.2

  • fix(nextjs|sveltekit): Ensure we can pass browserTracingIntegration (#11765)

7.112.1

  • fix(ember/v7): Do not create rendering spans without transaction (#11750)

7.112.0

Important Changes

  • feat: Export pluggable integrations from SDK packages (#11723)

Instead of installing @sentry/integrations, you can now import the pluggable integrations directly from your SDK package:

// Before
import * as Sentry fromv '@sentry/browser';
import { dedupeIntegration } from '@sentry/integrations';

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

// After import * as Sentry from '@​sentry/browser';

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

Note that only the functional integrations (e.g. xxxIntegration()) are re-exported.

Other Changes

  • feat(replay): Add "maxCanvasSize" option for replay canvases (#11732)
  • fix(serverless): [v7] Check if cloud event callback is a function (#11734)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.72 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.69 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 75.91 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.32 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.62 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.5 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.57 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.58 KB

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

7.112.2

  • fix(nextjs|sveltekit): Ensure we can pass browserTracingIntegration (#11765)

7.112.1

  • fix(ember/v7): Do not create rendering spans without transaction (#11750)

7.112.0

Important Changes

  • feat: Export pluggable integrations from SDK packages (#11723)

Instead of installing @sentry/integrations, you can now import the pluggable integrations directly from your SDK package:

// Before
import * as Sentry fromv '@sentry/browser';
import { dedupeIntegration } from '@sentry/integrations';

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

// After import * as Sentry from '@​sentry/browser';

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

Note that only the functional integrations (e.g. xxxIntegration()) are re-exported.

Other Changes

  • feat(replay): Add "maxCanvasSize" option for replay canvases (#11732)
  • fix(serverless): [v7] Check if cloud event callback is a function (#11734)

7.111.0

  • feat(core): Add server.address to browser http.client spans (#11663)
  • fix: Ensure next & sveltekit correctly handle browserTracingIntegration (#11647)
  • fix(browser): Don't assume window.document is available (#11598)

7.110.1

  • fix(nextjs): Fix tunnelRoute matching logic for hybrid cloud (#11577)

... (truncated)

Commits
  • b6fd7e8 release: 7.112.2
  • afaa3e4 meta(changelog): Update changelog for v7.112.2 (#11768)
  • 5d045eb fix(nextjs|sveltekit/v7): Ensure we can pass browserTracingIntegration (#11...
  • cfaa9be Merge branch 'release/7.112.1' into v7
  • 6f267d2 release: 7.112.1
  • c4bd3b9 meta(changelog): Update changelog for 7.112.1 (#11751)
  • 8f55e3e fix(ember/v7): Do not create rendering spans without transaction (#11750)
  • 9544973 Merge branch 'release/7.112.0' into v7
  • 6dc447d release: 7.112.0
  • d6c7884 meta(changelog): Update changelog for v7.112.0 (#11744)
  • Additional commits viewable in compare view


Updates axios from 1.5.1 to 1.6.8

Release notes

Sourced from axios's releases.

Release v1.6.8

Release notes:

Bug Fixes

  • AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)
  • import: use named export for EventEmitter; (7320430)
  • vulnerability: update follow-redirects to 1.15.6 (#6300) (8786e0f)

Contributors to this release

Release v1.6.7

Release notes:

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

Release v1.6.6

Release notes:

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

Release v1.6.5

Release notes:

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.8 (2024-03-15)

Bug Fixes

  • AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)
  • import: use named export for EventEmitter; (7320430)
  • vulnerability: update follow-redirects to 1.15.6 (#6300) (8786e0f)

Contributors to this release

1.6.7 (2024-01-25)

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

1.6.6 (2024-01-24)

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

1.6.5 (2024-01-05)

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)

... (truncated)

Commits
  • ab3f0f9 chore(release): v1.6.8 (#6303)
  • 2656612 fix(AxiosHeaders): fix AxiosHeaders conversion to an object during config mer...
  • 7320430 fix(import): use named export for EventEmitter;
  • 8786e0f fix(vulnerability): update follow-redirects to 1.15.6 (#6300)
  • d844227 chore: update and bump deps (#6238)
  • caa0625 docs: update README responseEncoding types (#6194)
  • 41c4584 docs: Update README.md to point to current axios version in CDN links (#6196)
  • bf6974f chore(ci): add npm tag action; (#6231)
  • a52e4d9 chore(release): v1.6.7 (#6204)
  • 2b69888 chore: remove unnecessary check (#6186)
  • Additional commits viewable in compare view


Updates bootstrap-vue-next from 0.14.10 to 0.17.2

Changelog

Sourced from bootstrap-vue-next's changelog.

0.17.2 (2024-04-20)

Bug Fixes

  • BTable: allow for inferred nested objects for items fixes #1851 (b7a4520)
  • BTableLite: create clone of items thats used internally to fix toggleDetails flipping -- immutable object does not work with the mutation fixes #1852 (b7a4520)

0.17.1 (2024-04-18)

Bug Fixes

  • BPopover: fix injection out of setup context. (#1848) (fe9b46e)
  • Some prop types were build wrong because of vue bug (3459a54)

0.17.0 (2024-04-14)

⚠ BREAKING CHANGES

  • BDropdown: replace "container" prop with "teleportTo"
  • BPopover: replace "container" prop with "teleportTo"
  • BTable: deprecate noSortReset, use mustSort
  • BFormTags: remove input event -- use https://github.com/update:modelValue
  • BFormCheckboxGroup: BFormCheckboxGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead
  • BRadioGroup: BRadioGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead
  • BCheckbox: Implement reverse and without label (#1825)
  • BCollapse: change open/close to show/hide in expose and slots
  • BDropdown: change open/close to show/hide in expose and slots
  • remove Booleanish type and useBooleanish composable, replace plain boolean type fixes #1774

Features

  • BCheckbox: Implement reverse and without label (#1825) (6c69ff9)
  • BDropdown: add teleportDisabled prop (de60ce3)
  • BDropdown: replace "container" prop with "teleportTo" (de60ce3)
  • BFormCheckbox: Add 'reverse' property to checkbox and checkboxgroup (6c69ff9)
  • BFormCheckboxGroup: BFormCheckboxGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead (6c69ff9)
  • BFormCheckbox: Handle no-label case (6c69ff9)
  • BFormFile: add properties placement and browser as in BootstrapVue (2fe4e69)
  • BFormTags: remove input event -- use https://github.com/update:modelValue (de60ce3)
  • BModal: add bodyClass and bodyAttrs props (3809a6b)
  • BOffcanvas: add props backdropBlur and shadow to customize the BOverlay instance (b90e340)
  • BOffcanvas: adding attrs and class props (d259701)
  • BPopover: add teleportDisabled prop (de60ce3)
  • BPopover: replace "container" prop with "teleportTo" (de60ce3)
  • BRadioGroup: BRadioGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead (6c69ff9)
  • BTable: add functional syntax for sortAsc/sortDesc/sortDefault sortAsc(fieldKey) to specify the sort content for that specific field (de60ce3)
  • BTable: add prop multisort (de60ce3)

... (truncated)

Commits


Updates copy-webpack-plugin from 11.0.0 to 12.0.2

Release notes

Sourced from copy-webpack-plugin's releases.

v12.0.2

12.0.2 (2024-01-17)

Bug Fixes

v12.0.1

12.0.1 (2024-01-11)

Bug Fixes

v12.0.0

12.0.0 (2024-01-10)

⚠ BREAKING CHANGES

  • update globby to 14.0.0
  • minimum supported Node.js version is 18.12.0 (#759) (a5b7d06)
Changelog

Sourced from copy-webpack-plugin's changelog.

12.0.2 (2024-01-17)

Bug Fixes

12.0.1 (2024-01-11)

Bug Fixes

12.0.0 (2024-01-10)

⚠ BREAKING CHANGES

  • update globby to 14.0.0
  • minimum supported Node.js version is 18.12.0 (#759) (a5b7d06)
Commits


Updates core-js from 3.33.1 to 3.37.0

Changelog

Sourced from core-js's changelog.

3.37.0 - 2024.04.17
3.36.1 - 2024.03.19

... (truncated)

Commits
  • 598d0b2 3.37.0
  • c978c8f add an entry for exactors proposal
  • 8957db1 update pattern matching proposal
  • d393ed4 some simplification
  • 51cb7c8 some simplification
  • 51ce5d0 simplify some constants definition
  • 9da401f add Math.sumPrecise
  • 80f1d23 add a fix of Safari { Object, Map }.groupBy bug that does not support itera...
  • 5b908c2 add a fix of Safari bug with double call of constructor in Array.fromAsync
  • 559081f move new Set methods to stable ES
  • Additional commits viewable in compare view


Updates esp-web-tools from 9.4.0 to 10.0.1

Release notes

Sourced from esp-web-tools's releases.

10.0.1

What's Changed

10.0.0

What's Changed

ESP Web Tools has been migrated to use Material 3 design. This changes both the look of the button and the dialog. The button style can be customed, see the website for more info.

New button: CleanShot 2024-02-12 at 15 59 01

New dialog: CleanShot 2024-02-12 at 15 59 21

Dependencies

9.4.3

What's Changed

  • Add small delay when resetting because USB JTAG, take 2 (#444) @​kbx81

9.4.2

What's Changed

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

Dependencies

... (truncated)

Commits


Updates vue from 3.4.15 to 3.4.25

Release notes

Sourced from vue's releases.

v3.4.25

Please refer to CHANGELOG.md for details.

v3.4.24

Please refer to CHANGELOG.md for details.

v3.4.23

Please refer to CHANGELOG.md for details.

v3.4.22

Please refer to CHANGELOG.md for details.

v3.4.21

Please refer to CHANGELOG.md for details.

v3.4.20

Please refer to CHANGELOG.md for details.

v3.4.19

Please refer to CHANGELOG.md for details.

v3.4.18

Please refer to CHANGELOG.md for details.

v3.4.17

Please refer to CHANGELOG.md for details.

v3.4.16

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.25 (2024-04-24)

Bug Fixes

3.4.24 (2024-04-22)

Bug Fixes

  • compiler-core: handle template ref bound via v-bind object on v-for (#10706) (da7adef), closes #10696
  • compiler-core: properly parse await expressions in edge cases (b92c25f), closes #10754
  • compiler-sfc: handle readonly operator and ReadonlyArray/Map/Set types (5cef52a), closes #10726
  • compiler-ssr: fix hydration mismatch for conditional slot in transition (f12c81e), closes #10743
  • compiler-ssr: fix v-html SSR for nullish values (1ff4076), closes #10725
  • deps: update compiler (#10760) (15df5c1)
  • runtime-core: fix edge case of KeepAlive inside Transition with slot children (#10719) (e51ca61), closes #10708
  • runtime-core: further fix slots _ctx check (cde7f05), closes #10724
  • runtime-core: props should be readonly via direct template access (b93f264), closes #8216 #10736
  • transition: transition is breaking/flickering when enter is canceled (#10688) (65109a7)

3.4.23 (2024-04-16)

Bug Fixes

  • runtime-core: fix regression for $attrs tracking in slots (6930e60), closes #10710
  • runtime-core: use same internal object mechanism for slots (6df53d8), closes #10709

3.4.22 (2024-04-15)

Bug Fixes