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

Bump the dependencies group in /front with 19 updates #304

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the dependencies group in /front with 19 updates:

Package From To
@nuxtjs/composition-api 0.32.0 0.34.0
bootstrap 4.6.1 5.3.3
bootstrap-vue 2.21.2 2.23.1
core-js 3.25.0 3.37.0
nuxt 2.15.8 3.11.2
@babel/eslint-parser 7.18.9 7.24.5
@nuxt/types 2.15.8 2.17.3
@nuxt/typescript-build 2.1.0 3.0.2
@nuxtjs/eslint-config-typescript 8.0.0 12.1.0
@nuxtjs/eslint-module 3.1.0 4.1.0
@vue/test-utils 1.3.0 2.4.5
babel-jest 29.0.2 29.7.0
eslint 8.8.0 9.1.1
eslint-plugin-nuxt 3.1.0 4.0.0
eslint-plugin-vue 8.4.0 9.25.0
fibers 5.0.2 5.0.3
jest 27.4.7 29.7.0
sass 1.49.7 1.76.0
ts-jest 27.1.2 29.1.2

Updates @nuxtjs/composition-api from 0.32.0 to 0.34.0

Release notes

Sourced from @​nuxtjs/composition-api's releases.

v0.34.0

0.34.0 (2024-04-12)

Bug Fixes

  • allow returning of falsy values from useAsync (#670) (f8d9128)
  • include .d.mts file for bundler compatibility (#786) (fe769c7)
  • remove @nuxt/vue-app peer dependency (#753) (f3b8fbf)
  • update link to Bridge documentation (1571863)

v0.33.1

0.33.1 (2022-08-01)

Bug Fixes

v0.33.0

0.33.0 (2022-07-08)

⚠ BREAKING CHANGES

  • upgrade defu and other dev-dependencies
  • Some of the API and behaviour differ between Vue 2.7 and @vue/composition-api. In addition, there are some composition utilites that are no longer exported from @nuxtjs/composition-api, such as defineAsyncComponent, warn, etc.

Please read https://blog.vuejs.org/posts/vue-2-7-naruto.html for the announcement and more information.

Features

Miscellaneous Chores

  • upgrade defu and other dev-dependencies (1cbce73)
Changelog

Sourced from @​nuxtjs/composition-api's changelog.

0.34.0 (2024-04-12)

Bug Fixes

  • allow returning of falsy values from useAsync (#670) (f8d9128)
  • include .d.mts file for bundler compatibility (#786) (fe769c7)
  • remove @nuxt/vue-app peer dependency (#753) (f3b8fbf)
  • update link to Bridge documentation (1571863)

0.33.1 (2022-08-01)

Bug Fixes

0.33.0 (2022-07-08)

⚠ BREAKING CHANGES

  • upgrade defu and other dev-dependencies
  • Some of the API and behaviour differ between Vue 2.7 and @vue/composition-api. In addition, there are some composition utilites that are no longer exported from @nuxtjs/composition-api, such as defineAsyncComponent, warn, etc.

Please read https://blog.vuejs.org/posts/vue-2-7-naruto.html for the announcement and more information.

Features

Miscellaneous Chores

  • upgrade defu and other dev-dependencies (1cbce73)
Commits
  • b1b7673 chore: release v0.34.0
  • 6f89271 test: bump port for mac compat
  • 4514281 chore(deps): update all non-major dependencies (#771)
  • fe769c7 fix: include .d.mts file for bundler compatibility (#786)
  • 5acd3fb ci: cancel in-progress actions in prs
  • 06d3dac chore(deps): update dependency fs-extra to v11 (#721)
  • 00a2105 chore(deps): replace devdependency npm-run-all with npm-run-all2 ^5.0.0 (#788)
  • 0b57ece chore(deps): update github/codeql-action action to v3 (#791)
  • 3861977 chore(deps): update actions/checkout action to v4 (#776)
  • 23ffea3 chore: upgrade all minor/dev deps + remove prettier (#789)
  • Additional commits viewable in compare view

Updates bootstrap from 4.6.1 to 5.3.3

Release notes

Sourced from bootstrap's releases.

v5.3.3

Highlights

  • Fixed a breaking change introduced with color modes where it was required to manually import variables-dark.scss when building Bootstrap with Sass. Now, _variables.scss will automatically import _variables-dark.scss. If you were already importing _variables-dark.scss manually, you should keep doing it as it won't break anything and will be the way to go in v6.
  • Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore.

Color modes

  • Badges now use the .text-bg-* text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).
  • Fixed our color-modes.js script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.
  • Fixed color schemes description in the color modes documentation to show that color-scheme() only accept light and dark values as parameters.

Miscellaneous

  • Allowed <dl>, <dt> and <dd> in the sanitizer.
  • Dropped evenly items distribution for modal and offcanvas headers.
  • Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions.
  • Fixed the focus box-shadow for the validation stated form controls.
  • Fixed the focus ring on focused checked buttons.
  • Fixed the product example mobile navbar toggler.
  • Changed the RTL processing of carousel control icons.

🎨 CSS

  • #37508: Use child combinators to avoid inheriting parent accordion's flush styles
  • #38719: Fix focus box-shadow for validation stated form-controls
  • #38884: fix border-radius on radio-switch
  • #39294: Tests: update navbar in visual modal test
  • #39373: refactor css: modal and offcanvas header spacing
  • #39380: Fix Sass compilation breaking change in v5.3
  • #39387: docs: fix typo
  • #39411: Optimize the accordion icon
  • #39497: Fix a typo
  • #39536: Changed RTL processing of carousel control icons
  • #39560: Drop --bs-accordion-btn-focus-border-color and deprecate $accordion-button-focus-border-color
  • #39595: CSS: Fix the focus ring on focused checked buttons

☕️ JavaScript

  • #39201: Selector Engine: fix multiple IDs
  • #39224: Fix edge case in color-mode.js
  • #39376: Allow dl, dt and dd in sanitizer

📖 Docs

  • #39200: Typo Fix
  • #39214: Doc: use .text-bg-{color} for all badges
  • #39246: Docs: fix for example code blocks have unnecessary 30px right-margin

... (truncated)

Commits
  • 6e1f75f Release v5.3.3 (#39524)
  • 3caef2b Build(deps-dev): Bump terser from 5.27.1 to 5.27.2 (#39690)
  • 4abac9b Build(deps-dev): Bump ip from 2.0.0 to 2.0.1 (#39691)
  • c396a2a Build(deps-dev): Bump sass from 1.70.0 to 1.71.0 (#39684)
  • c9a8a40 Build(deps-dev): Bump rollup from 4.9.6 to 4.12.0 (#39683)
  • 6aecb37 Build(deps-dev): Bump eslint-plugin-html from 7.1.0 to 8.0.0 (#39672)
  • 4081168 Build(deps-dev): Bump terser from 5.27.0 to 5.27.1 (#39682)
  • 4605d71 Build(deps-dev): Bump postcss from 8.4.34 to 8.4.35 (#39673)
  • 08eeee3 Build(deps-dev): Bump lockfile-lint from 4.12.1 to 4.13.1 (#39675)
  • f92d635 Build(deps-dev): Bump eslint-plugin-unicorn from 51.0.0 to 51.0.1 (#39676)
  • Additional commits viewable in compare view

Updates bootstrap-vue from 2.21.2 to 2.23.1

Release notes

Sourced from bootstrap-vue's releases.

v2.22.0

🚀 Features

  • b-link
    • #6811 Support exact-path and exact-path-active-class props for router link
  • b-form-tags
    • #6395 Adds focusin & focusout to wrapper and prevents firing multiple focus/blur events
    • #6347 Add feedback-aria-live prop
  • general
    • #6375 Add headerTag and footerTag props to all componets with header and footer
  • b-dropdown
    • #6339 Add toggle-attrs prop

🐛 Bug Fixes

  • general
    • #6834 Replace sass division with multiplication
  • b-table
    • #6645 Selected table header text no longer prevents table row selection
    • #6606 Fix range selection of b-table
    • #6603 Set aria-sort when using sortKey and no-local-sorting
    • #6383 Default role to grid when selectable and table otherwise
    • #6382 Prefer user-provided role attribute
    • #6372 Add missing role="grid" when selectable
    • #6371 Header cell overflow for .sr-only sort label
    • #6355 Add missing sortKey field type and correct a typo
  • b-skeleton
    • #6858 Accepts custom attributes
  • nav-item-dropdown
    • 97bb97b0 Update dropdown to set correct aria-controls
  • b-dropdown
    • #6865 Set correct aria-haspopup attribute for the toggle button
    • #6367 Decrease delay when hiding inside a navbar on no-touch devices
  • utils/dom
  • docs
    • #6545 Use https:// urls in docs
  • b-form-group
    • #6346 Remove role="alert" from valid/invalid feedback
  • b-input-tags
    • #6389 Respect custom $input-color
  • b-link
    • #6374 Remove default values from vue-router pass-down props
  • b-img-lazy
    • #6349 Fix blank placeholder for Firefox
    • #6302 Fix blank-src not working
  • b-form-input/b-form-textarea
    • #6345 Legacy browser support

🏡 Chore

... (truncated)

Changelog

Sourced from bootstrap-vue's changelog.

2.23.1 (2022-10-26)

Bug Fixes

  • correctly pass parent relations for Vue.js2 (58e2d7e)

2.23.0 (2022-10-25)

Bug Fixes

  • vue3: do not rely on __vueParentComponent in tooltip (fe13503)
  • update refs inside v-for to work for @​vue/compat (ae4bac8)

Other v2.23.0

  • add support for @​vue/compat

2.22.0 (2022-04-17)

Features

  • b-dropdown: add toggle-attrs prop (closes #3694) (#6339) (6cfcbb3)
  • b-form-group: add content-cols props and scoped default slot (closes #6095, #6118) (#6178) (fab6dc5)
  • b-form-tags: add feedback-aria-live prop (#6347) (5332970)
  • b-form-tags: add no-tags-remove prop (closes #6162) (#6163) (92de1f9)
  • b-form-tags: add reset method (#6104) (d610291)
  • b-form-tags: adds focusin & focusout to wrapper and prevents firing multiple focus/blur events (#6395) (44e558f)
  • b-link: support exact-path and exact-path-active-class props for router link (fixes #6434) (#6811) (576e67b)

... (truncated)

Commits
  • a1cebda chore(release): v2.23.1
  • 92f9a0a Merge branch 'master' into dev
  • 7299010 Merge pull request #7069 from bootstrap-vue/xanf-retain
  • 58e2d7e fix(util): retain parent-child relationship for Vue 2
  • 54584ee chore(release): v2.23.0
  • b5b3b1d Merge pull request #7068 from bootstrap-vue/xanf-add-vue3-docs
  • f9956d6 docs: add vue3 related info
  • 8070787 Add transition-group to known components
  • 440462c Fix b-time hydration error
  • 58516a4 Merge pull request #6905 from bootstrap-vue/vue3-compat-build
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by xanf, a new releaser for bootstrap-vue since your current version.


Updates core-js from 3.25.0 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 nuxt from 2.15.8 to 3.11.2

Release notes

Sourced from nuxt's releases.

v3.11.2

3.11.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Don't tree-shake useServerHead in dev (#26421)
  • nuxt: Reduce nuxt island payload (#26569)
  • nuxt: Unsubscribe from watch when scope is disposed (#26554)
  • nuxt: Reduce router resolutions (#26519)

🩹 Fixes

  • nuxt: Handle underscores in island names (#26370)
  • nuxt: Don't append new route for redirect if one exists (#26368)
  • nuxt: Ignore navigateTo open option on server side (#26392)
  • nuxt: Print errors when compiling templates (#26410)
  • nuxt: Don't warn about definePageMeta in server pages (#26422)
  • nuxt: Pass joinRelativeURL + share paths on server (#26407)
  • nuxt: Exclude <srcDir>/index.html from import protection (#26430)
  • nuxt: Early return from refreshCookie on server (22ada37b4)
  • nuxt: Move v-if to wrapper in islands transform (#26386)
  • nuxt: Move directives to client component island wrapper (#26387)
  • nuxt: Ignore fetch errors in getLatestManifest (#26486)
  • nuxt: Check island element instead of hydration state (#26480)
  • nuxt: Add build id to rendered payload url (#26504)
  • nuxt: Support serialising rich server logs (#26503)
  • nuxt: Handle errors parsing/stringifying logs (4a87c35df)
  • nuxt: Augment GlobalComponents in multiple vue modules (#26541)
  • nuxt: Suppress warning about resolve cache-driver (#26595)
  • nuxt: Handle auto-importing named components (#26556)
  • schema: Update webpack transformAssetUrls + pass hoistStatic to vite plugin (#26563)
  • schema: Document use case for typescript.shim (#26607)
  • nuxt: Normalise rollup opts in island transform w/o nuxt (#26589)
  • nuxt: Handle missing Nuxt context in useRoute (#26633)

💅 Refactors

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by danielroe, a new releaser for nuxt since your current version.


Updates @babel/eslint-parser from 7.18.9 to 7.24.5

Release notes

Sourced from @​babel/eslint-parser's releases.

v7.24.5 (2024-04-29)

Thanks @​romgrk and @​sossost for your first PRs!

🐛 Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

💅 Polish

🏠 Internal

  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env

🏃‍♀️ Performance

  • babel-helpers, babel-preset-env, babel-runtime-corejs3

Committers: 6

v7.24.4 (2024-04-03)

Thanks @​Dunqing, @​luiscubal, and @​samualtnorman for your first PRs!

👓 Spec Compliance

  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3

... (truncated)

Changelog

Sourced from @​babel/eslint-parser's changelog.

v7.24.5 (2024-04-29)

🐛 Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

💅 Polish

🏠 Internal

  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env

🏃‍♀️ Performance

  • babel-helpers, babel-preset-env, babel-runtime-corejs3

v7.24.4 (2024-04-03)

👓 Spec Compliance

  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3

🐛 Bug Fix

  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-transform-block-scoping
  • babel-core, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping

... (truncated)

Commits

Updates @nuxt/types from 2.15.8 to 2.17.3

Release notes

Sourced from @​nuxt/types's releases.

v2.17.3

2.17.3 is the next patch release for the 2.x branch.

👉 Changelog

compare changes

💅 Refactors

  • Migrate to hookable package (#24426)

🏡 Chore

  • Fix invalid package files with npm pkg fix (4d0474c4b)

✅ Tests

  • Skip lib check with vue-tsc test (90ffd8170)

🤖 CI

  • Split type check into separate test (40f1f301e)

❤️ Contributors

v2.17.2

👉 Changelog

compare changes

🩹 Fixes

  • types: Prevent overwriting vue types in template (#22802)
  • types: Don't pin webpack types to exact version (#23531)
  • Remove md4 patch now that webpack has it in core (#23703)

🤖 CI

  • Add script to update changelog for 2.x releases (#23031)
  • Revert to codecov-action v3 (e66e44803)
  • Remove node version from matrix (#23706)
  • Use node 18 for ci jobs (#23701)

❤️ Contributors

... (truncated)

Commits
  • 32ebdcb v2.17.3
  • 4a59ca4 chore(deps): update all non-major dependencies (2.x) (#24868)
  • 8f63272 chore(deps): update all non-major dependencies (2.x) (#24785)
  • dfee16b chore(deps): update devdependency lerna to v8.0.1 (2.x) (#24779)
  • 5e63f43 chore(deps): update dependency webpackbar to v6 (2.x) (#24782)
  • 3b7a39d chore(deps): update all non-major dependencies (2.x) (#24557)
  • cf2a026 chore(deps): update actions/upload-artifact action to v4 (2.x) (#24762)
  • 233b4db chore(deps): update all non-major dependencies (2.x) (#24536)
  • Description has been truncated

Bumps the dependencies group in /front with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) | `0.32.0` | `0.34.0` |
| [bootstrap](https://github.com/twbs/bootstrap) | `4.6.1` | `5.3.3` |
| [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) | `2.21.2` | `2.23.1` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.25.0` | `3.37.0` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `2.15.8` | `3.11.2` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.18.9` | `7.24.5` |
| [@nuxt/types](https://github.com/nuxt/nuxt.js) | `2.15.8` | `2.17.3` |
| [@nuxt/typescript-build](https://github.com/nuxt/typescript) | `2.1.0` | `3.0.2` |
| [@nuxtjs/eslint-config-typescript](https://github.com/nuxt/eslint-config) | `8.0.0` | `12.1.0` |
| [@nuxtjs/eslint-module](https://github.com/nuxt-community/eslint-module) | `3.1.0` | `4.1.0` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `1.3.0` | `2.4.5` |
| [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `29.0.2` | `29.7.0` |
| [eslint](https://github.com/eslint/eslint) | `8.8.0` | `9.1.1` |
| [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt) | `3.1.0` | `4.0.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `8.4.0` | `9.25.0` |
| [fibers](https://github.com/laverdet/node-fibers) | `5.0.2` | `5.0.3` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `27.4.7` | `29.7.0` |
| [sass](https://github.com/sass/dart-sass) | `1.49.7` | `1.76.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `27.1.2` | `29.1.2` |


Updates `@nuxtjs/composition-api` from 0.32.0 to 0.34.0
- [Release notes](https://github.com/nuxt-community/composition-api/releases)
- [Changelog](https://github.com/nuxt-community/composition-api/blob/main/CHANGELOG.md)
- [Commits](nuxt-community/composition-api@0.32.0...0.34.0)

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

Updates `bootstrap-vue` from 2.21.2 to 2.23.1
- [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases)
- [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CHANGELOG.md)
- [Commits](bootstrap-vue/bootstrap-vue@v2.21.2...v2.23.1)

Updates `core-js` from 3.25.0 to 3.37.0
- [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.37.0/packages/core-js)

Updates `nuxt` from 2.15.8 to 3.11.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.11.2/packages/nuxt)

Updates `@babel/eslint-parser` from 7.18.9 to 7.24.5
- [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.24.5/eslint/babel-eslint-parser)

Updates `@nuxt/types` from 2.15.8 to 2.17.3
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Commits](nuxt/nuxt@v2.15.8...v2.17.3)

Updates `@nuxt/typescript-build` from 2.1.0 to 3.0.2
- [Release notes](https://github.com/nuxt/typescript/releases)
- [Commits](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@2.1.0...@nuxt/typescript-build@3.0.2)

Updates `@nuxtjs/eslint-config-typescript` from 8.0.0 to 12.1.0
- [Release notes](https://github.com/nuxt/eslint-config/releases)
- [Commits](https://github.com/nuxt/eslint-config/commits)

Updates `@nuxtjs/eslint-module` from 3.1.0 to 4.1.0
- [Release notes](https://github.com/nuxt-community/eslint-module/releases)
- [Changelog](https://github.com/nuxt-modules/eslint/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/eslint@v3.1.0...v4.1.0)

Updates `@vue/test-utils` from 1.3.0 to 2.4.5
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](https://github.com/vuejs/test-utils/commits/v2.4.5)

Updates `babel-jest` from 29.0.2 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest)

Updates `eslint` from 8.8.0 to 9.1.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.8.0...v9.1.1)

Updates `eslint-plugin-nuxt` from 3.1.0 to 4.0.0
- [Release notes](https://github.com/nuxt/eslint-plugin-nuxt/releases)
- [Changelog](https://github.com/nuxt/eslint-plugin-nuxt/blob/master/CHANGELOG.md)
- [Commits](nuxt/eslint-plugin-nuxt@v3.1.0...v4.0.0)

Updates `eslint-plugin-vue` from 8.4.0 to 9.25.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v8.4.0...v9.25.0)

Updates `fibers` from 5.0.2 to 5.0.3
- [Commits](https://github.com/laverdet/node-fibers/commits)

Updates `jest` from 27.4.7 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `sass` from 1.49.7 to 1.76.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.49.7...1.76.0)

Updates `ts-jest` from 27.1.2 to 29.1.2
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v27.1.2...v29.1.2)

---
updated-dependencies:
- dependency-name: "@nuxtjs/composition-api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: bootstrap-vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nuxt
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nuxt/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nuxt/typescript-build"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@nuxtjs/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@nuxtjs/eslint-module"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-plugin-nuxt
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: fibers
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: 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 May 1, 2024
Copy link

netlify bot commented May 1, 2024

Deploy Preview for golang-notes failed.

Name Link
🔨 Latest commit 4f1125a
🔍 Latest deploy log https://app.netlify.com/sites/golang-notes/deploys/6632c17b9219780008da824a

Copy link

github-actions bot commented May 1, 2024

Code Metrics Report

Coverage Code to Test Ratio
65.2% 1:0.6

Reported by octocov

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

Superseded by #306.

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/front/dependencies-2acec06c6a branch June 1, 2024 22:37
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