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

build(deps): bump the npm-dependencies group across 1 directory with 32 updates #164

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@fontsource/poppins 5.0.8 5.0.16
@imengyu/vue3-context-menu 1.3.3 1.4.2
@microsoft/signalr 7.0.12 8.0.7
@sentry/vue 7.75.1 8.28.0
axios 1.6.0 1.7.7
bootstrap-vue-next 0.14.10 0.24.12
copy-webpack-plugin 11.0.0 12.0.2
core-js 3.33.1 3.38.1
esp-web-tools 9.4.0 10.0.1
vue 3.4.15 3.5.3
vue-router 4.2.5 4.4.3
vue-sweetalert2 5.0.5 5.0.11
@babel/core 7.23.2 7.25.2
@babel/preset-env 7.23.2 7.25.4
@fortawesome/fontawesome-svg-core 6.4.2 6.6.0
@fortawesome/free-brands-svg-icons 6.4.2 6.6.0
@fortawesome/free-regular-svg-icons 6.4.2 6.6.0
@fortawesome/free-solid-svg-icons 6.4.2 6.6.0
autoprefixer 10.4.16 10.4.20
bootstrap 5.3.2 5.3.3
css-loader 6.8.1 7.1.2
html-webpack-plugin 5.5.3 5.6.0
mini-css-extract-plugin 2.7.6 2.9.1
postcss-loader 7.3.3 8.1.1
sass 1.69.4 1.78.0
sass-loader 13.3.2 16.0.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.94.0
webpack-dev-server 4.15.1 5.1.0

Updates @fontsource/poppins from 5.0.8 to 5.0.16

Commits

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

Commits

Updates @microsoft/signalr from 7.0.12 to 8.0.7

Release notes

Sourced from @​microsoft/signalr's releases.

.NET 8.0.7

Release

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.4...v8.0.5

.NET 8.0.4

Release

.NET 8.0.3

Release

.NET 8.0.2

Release

.NET 8.0.1

Release

.NET 8.0.0

Release

.NET 8.0 RC 2

Release

.NET 8.0 RC 1

Release

... (truncated)

Commits

Updates @sentry/vue from 7.75.1 to 8.28.0

Release notes

Sourced from @​sentry/vue's releases.

8.28.0

Important Changes

  • Beta release of official NestJS SDK

This release contains the beta version of @sentry/nestjs! For details on how to use it, check out the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

  • fix(browser): Remove faulty LCP, FCP and FP normalization logic (#13502)

This release fixes a bug in the @sentry/browser package and all SDKs depending on this package (e.g. @sentry/react or @sentry/nextjs) that caused the SDK to send incorrect web vital values for the LCP, FCP and FP vitals. The SDK previously incorrectly processed the original values as they were reported from the browser. When updating your SDK to this version, you might experience an increase in LCP, FCP and FP values, which potentially leads to a decrease in your performance score in the Web Vitals Insights module in Sentry. This is because the previously reported values were smaller than the actually measured values. We apologize for the inconvenience!

Other Changes

  • feat(nestjs): Add SentryGlobalGraphQLFilter (#13545)
  • feat(nestjs): Automatic instrumentation of nestjs interceptors after route execution (#13264)
  • feat(nextjs): Add bundleSizeOptimizations to build options (#13323)
  • feat(nextjs): Stabilize captureRequestError (#13550)
  • feat(nuxt): Wrap config in nuxt context (#13457)
  • feat(profiling): Expose profiler as top level primitive (#13512)
  • feat(replay): Add layout shift to CLS replay data (#13386)
  • feat(replay): Upgrade rrweb packages to 2.26.0 (#13483)
  • fix(cdn): Do not mangle _metadata (#13426)
  • fix(cdn): Fix SDK source for CDN bundles (#13475)
  • fix(nestjs): Check arguments before instrumenting with @Injectable (#13544)
  • fix(nestjs): Ensure exception and host are correctly passed on when using @​WithSentry (#13564)
  • fix(node): Suppress tracing for transport request execution rather than transport creation (#13491)
  • fix(replay): Consider more things as DOM mutations for dead clicks (#13518)
  • fix(vue): Correctly obtain component name (#13484)

Work in this release was contributed by @​leopoldkristjansson, @​mhuggins and @​filips123. Thank you for your contributions!

8.27.0

Important Changes

  • fix(nestjs): Exception filters in main app module are not being executed (#13278)

    With this release nestjs error monitoring is no longer automatically set up after adding the SentryModule to your application, which led to issues in certain scenarios. You will now have to either add the SentryGlobalFilter to your main module providers or decorate the catch() method in your existing global exception filters with the newly released @WithSentry() decorator. See the docs for more details.

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

8.28.0

Important Changes

  • Beta release of official NestJS SDK

This release contains the beta version of @sentry/nestjs! For details on how to use it, check out the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

  • fix(browser): Remove faulty LCP, FCP and FP normalization logic (#13502)

This release fixes a bug in the @sentry/browser package and all SDKs depending on this package (e.g. @sentry/react or @sentry/nextjs) that caused the SDK to send incorrect web vital values for the LCP, FCP and FP vitals. The SDK previously incorrectly processed the original values as they were reported from the browser. When updating your SDK to this version, you might experience an increase in LCP, FCP and FP values, which potentially leads to a decrease in your performance score in the Web Vitals Insights module in Sentry. This is because the previously reported values were smaller than the actually measured values. We apologize for the inconvenience!

Other Changes

  • feat(nestjs): Add SentryGlobalGraphQLFilter (#13545)
  • feat(nestjs): Automatic instrumentation of nestjs interceptors after route execution (#13264)
  • feat(nextjs): Add bundleSizeOptimizations to build options (#13323)
  • feat(nextjs): Stabilize captureRequestError (#13550)
  • feat(nuxt): Wrap config in nuxt context (#13457)
  • feat(profiling): Expose profiler as top level primitive (#13512)
  • feat(replay): Add layout shift to CLS replay data (#13386)
  • feat(replay): Upgrade rrweb packages to 2.26.0 (#13483)
  • fix(cdn): Do not mangle _metadata (#13426)
  • fix(cdn): Fix SDK source for CDN bundles (#13475)
  • fix(nestjs): Check arguments before instrumenting with @Injectable (#13544)
  • fix(nestjs): Ensure exception and host are correctly passed on when using @​WithSentry (#13564)
  • fix(node): Suppress tracing for transport request execution rather than transport creation (#13491)
  • fix(replay): Consider more things as DOM mutations for dead clicks (#13518)
  • fix(vue): Correctly obtain component name (#13484)

Work in this release was contributed by @​leopoldkristjansson, @​mhuggins and @​filips123. Thank you for your contributions!

8.27.0

Important Changes

  • fix(nestjs): Exception filters in main app module are not being executed (#13278)

    With this release nestjs error monitoring is no longer automatically set up after adding the SentryModule to your application, which led to issues in certain scenarios. You will now have to either add the SentryGlobalFilter to your main module providers or decorate the catch() method in your existing global exception filters with the newly released @WithSentry() decorator. See the docs for

... (truncated)

Commits
  • e78f15e release: 8.28.0
  • f834625 Merge pull request #13560 from getsentry/prepare-release/8.28.0
  • c2258fb meta: Update CHANGELOG for 8.28.0
  • 9e585e7 Merge branch 'develop' into prepare-release/8.28.0
  • 9b8f9ea fix(nestjs): Ensure exception and host are correctly passed on when using @​Wi...
  • e8ed7c2 Merge remote-tracking branch 'origin/master' into prepare-release/8.28.0
  • 5605401 meta: Update CHANGELOG for 8.28.0
  • c9c346c ref: Add external contributor to CHANGELOG.md (#13552)
  • a8ff09f chore(nestjs): Add note about SentryGlobalGraphQLFilter in nestjs README (#...
  • 83864fa chore(nestjs): Promote NestJS SDK to beta state (Readme) (#13521)
  • Additional commits viewable in compare view

Updates axios from 1.6.0 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

Release notes:

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes

... (truncated)

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • 59cd6b0 chore(release): v1.7.5 (#6574)
  • 6700a8a fix(core): add the missed implementation of AxiosError#status property; (#6573)
  • Additional commits viewable in compare view

Updates bootstrap-vue-next from 0.14.10 to 0.24.12

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.24.12

0.24.12 (2024-09-04)

Bug Fixes

  • BPagination: hide-goto-end doesn't hide firstPage or lastPage (#2171) (a86ec41)

nuxt: v0.24.12

0.24.12 (2024-09-04)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.24.12
    • peerDependencies
      • bootstrap-vue-next bumped to 0.24.12

bootstrapvuenext: v0.24.11

0.24.11 (2024-08-27)

Bug Fixes

  • BPagination: Correctly position ellipses when hideGotoEndButtons=true. (#2148) (d708aa4)
  • BPagination: Get rid of bad binding on li (#2150) (182dbc7)
  • pass attributes through in BDropdownItemButton (#2143) (951bbf0)

nuxt: v0.24.11

0.24.11 (2024-08-27)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.24.11
    • peerDependencies

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.24.12 (2024-09-04)

Bug Fixes

  • BPagination: hide-goto-end doesn't hide firstPage or lastPage (#2171) (a86ec41)

0.24.11 (2024-08-27)

Bug Fixes

  • BPagination: Correctly position ellipses when hideGotoEndButtons=true. (#2148) (d708aa4)
  • BPagination: Get rid of bad binding on li (#2150) (182dbc7)
  • pass attributes through in BDropdownItemButton (#2143) (951bbf0)

0.24.10 (2024-08-20)

Bug Fixes

  • add target to BLink RouterLink component (#2131) (23c38e0)
  • BButton: implement link classes for when btn-link fixes #2134 (d23fdd8)
  • BButton: prevent default and click when href is # fixes #2133 (d23fdd8)
  • BPagination: centering of arrows when using span fixes #2135 (d23fdd8)

0.24.9 (2024-08-18)

Bug Fixes

  • BFOrmRadio: radio in group not able to select null value fixes #2106 (#2129) (8de1b97)

0.24.8 (2024-08-16)

Bug Fixes

  • BForm: Remove confusing prevent default on form submit (1a1105a)

0.24.7 (2024-08-13)

Bug Fixes

  • BFormCheckbox: class attribute should be set on wrapper component (input classes use new prop.inputClass). Use props.wrapperAttrs for attrs to the wrapper element fixes #2108 (a75b5c8)
  • BLink: fix link-opacity when no underline variant specified (fed1e13)
  • BLink: Fixe stretch/stretched property issue (fed1e13)

0.24.6 (2024-08-09)

... (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.38.1

Changelog

Sourced from core-js's changelog.

3.38.1 - 2024.08.20
3.38.0 - 2024.08.05

... (truncated)

Commits
  • d1e7889 v3.38.1
  • 9294082 use self-compare NaN check
  • a79f40a Percent decode (#1361)
  • 85f3639 enable some eslint sonar rules
  • 5b69af0 use null instead of undefined as an empty placeholder in some cases
  • 9cc1d63 use git+ in pkg.repository.url of all packages
  • beccd4f enable some eslint sonar rules
  • b35e68e enable sonar/inconsistent-function-call
  • 4a322bf v3.38.0
  • 9408792 replace a regex with a simple comparison
  • 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

…32 updates

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

| Package | From | To |
| --- | --- | --- |
| [@fontsource/poppins](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/poppins) | `5.0.8` | `5.0.16` |
| [@imengyu/vue3-context-menu](https://github.com/imengyu/vue3-context-menu) | `1.3.3` | `1.4.2` |
| [@microsoft/signalr](https://github.com/dotnet/aspnetcore) | `7.0.12` | `8.0.7` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `7.75.1` | `8.28.0` |
| [axios](https://github.com/axios/axios) | `1.6.0` | `1.7.7` |
| [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) | `0.14.10` | `0.24.12` |
| [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) | `11.0.0` | `12.0.2` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.33.1` | `3.38.1` |
| [esp-web-tools](https://github.com/esphome/esp-web-tools) | `9.4.0` | `10.0.1` |
| [vue](https://github.com/vuejs/core) | `3.4.15` | `3.5.3` |
| [vue-router](https://github.com/vuejs/router) | `4.2.5` | `4.4.3` |
| [vue-sweetalert2](https://github.com/avil13/vue-sweetalert2) | `5.0.5` | `5.0.11` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.2` | `7.25.2` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.2` | `7.25.4` |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.4.2` | `6.6.0` |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.4.2` | `6.6.0` |
| [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.4.2` | `6.6.0` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.4.2` | `6.6.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.20` |
| [bootstrap](https://github.com/twbs/bootstrap) | `5.3.2` | `5.3.3` |
| [css-loader](https://github.com/webpack-contrib/css-loader) | `6.8.1` | `7.1.2` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.5.3` | `5.6.0` |
| [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.7.6` | `2.9.1` |
| [postcss-loader](https://github.com/webpack-contrib/postcss-loader) | `7.3.3` | `8.1.1` |
| [sass](https://github.com/sass/dart-sass) | `1.69.4` | `1.78.0` |
| [sass-loader](https://github.com/webpack-contrib/sass-loader) | `13.3.2` | `16.0.1` |
| [style-loader](https://github.com/webpack-contrib/style-loader) | `3.3.3` | `4.0.0` |
| [vue-loader](https://github.com/vuejs/vue-loader) | `17.3.0` | `17.4.2` |
| [vue-template-compiler](https://github.com/vuejs/vue) | `2.7.15` | `2.7.16` |
| [webpack](https://github.com/webpack/webpack) | `5.89.0` | `5.94.0` |
| [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `4.15.1` | `5.1.0` |



Updates `@fontsource/poppins` from 5.0.8 to 5.0.16
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/poppins/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/poppins)

Updates `@imengyu/vue3-context-menu` from 1.3.3 to 1.4.2
- [Commits](https://github.com/imengyu/vue3-context-menu/commits)

Updates `@microsoft/signalr` from 7.0.12 to 8.0.7
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.12...v8.0.7)

Updates `@sentry/vue` from 7.75.1 to 8.28.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@7.75.1...8.28.0)

Updates `axios` from 1.6.0 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.6.0...v1.7.7)

Updates `bootstrap-vue-next` from 0.14.10 to 0.24.12
- [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases)
- [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/nuxt-v0.24.12/packages/bootstrap-vue-next)

Updates `copy-webpack-plugin` from 11.0.0 to 12.0.2
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v11.0.0...v12.0.2)

Updates `core-js` from 3.33.1 to 3.38.1
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.38.1/packages/core-js)

Updates `esp-web-tools` from 9.4.0 to 10.0.1
- [Release notes](https://github.com/esphome/esp-web-tools/releases)
- [Commits](esphome/esp-web-tools@9.4.0...10.0.1)

Updates `vue` from 3.4.15 to 3.5.3
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.15...v3.5.3)

Updates `vue-router` from 4.2.5 to 4.4.3
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.2.5...v4.4.3)

Updates `vue-sweetalert2` from 5.0.5 to 5.0.11
- [Release notes](https://github.com/avil13/vue-sweetalert2/releases)
- [Commits](avil13/vue-sweetalert2@v5.0.5...v5.0.11)

Updates `@babel/core` from 7.23.2 to 7.25.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core)

Updates `@babel/preset-env` from 7.23.2 to 7.25.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-preset-env)

Updates `@fortawesome/fontawesome-svg-core` from 6.4.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.4.2...6.6.0)

Updates `@fortawesome/free-brands-svg-icons` from 6.4.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.4.2...6.6.0)

Updates `@fortawesome/free-regular-svg-icons` from 6.4.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.4.2...6.6.0)

Updates `@fortawesome/free-solid-svg-icons` from 6.4.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.4.2...6.6.0)

Updates `autoprefixer` from 10.4.16 to 10.4.20
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.16...10.4.20)

Updates `bootstrap` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.2...v5.3.3)

Updates `css-loader` from 6.8.1 to 7.1.2
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v6.8.1...v7.1.2)

Updates `html-webpack-plugin` from 5.5.3 to 5.6.0
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](jantimon/html-webpack-plugin@v5.5.3...v5.6.0)

Updates `mini-css-extract-plugin` from 2.7.6 to 2.9.1
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.7.6...v2.9.1)

Updates `postcss` from 8.4.33 to 8.4.45
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.33...8.4.45)

Updates `postcss-loader` from 7.3.3 to 8.1.1
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v7.3.3...v8.1.1)

Updates `sass` from 1.69.4 to 1.78.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.69.4...1.78.0)

Updates `sass-loader` from 13.3.2 to 16.0.1
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v13.3.2...v16.0.1)

Updates `style-loader` from 3.3.3 to 4.0.0
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/style-loader@v3.3.3...v4.0.0)

Updates `vue-loader` from 17.3.0 to 17.4.2
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/main/CHANGELOG.md)
- [Commits](vuejs/vue-loader@v17.3.0...v17.4.2)

Updates `vue-template-compiler` from 2.7.15 to 2.7.16
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](vuejs/vue@v2.7.15...v2.7.16)

Updates `webpack` from 5.89.0 to 5.94.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.89.0...v5.94.0)

Updates `webpack-dev-server` from 4.15.1 to 5.1.0
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.15.1...v5.1.0)

---
updated-dependencies:
- dependency-name: "@fontsource/poppins"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@imengyu/vue3-context-menu"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@microsoft/signalr"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@sentry/vue"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: bootstrap-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: copy-webpack-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: esp-web-tools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: vue-sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@fortawesome/free-regular-svg-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: html-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: style-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: vue-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-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 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

Superseded by #165.

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-dependencies-e066ea0338 branch September 16, 2024 06:09
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