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 #303

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group in /front with 19 updates:

Package From To
@nuxtjs/composition-api 0.32.0 0.33.1
bootstrap 4.6.1 5.3.3
bootstrap-vue 2.21.2 2.23.1
core-js 3.25.0 3.36.1
nuxt 2.15.8 3.11.1
@babel/eslint-parser 7.18.9 7.24.1
@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 8.57.0
eslint-plugin-nuxt 3.1.0 4.0.0
eslint-plugin-vue 8.4.0 9.24.0
fibers 5.0.2 5.0.3
jest 27.4.7 29.7.0
sass 1.49.7 1.72.0
ts-jest 27.1.2 29.1.2

Updates @nuxtjs/composition-api from 0.32.0 to 0.33.1

Release notes

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

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.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
  • ce62a30 chore: release v0.33.1
  • 0643781 chore(deps): update all non-major dependencies (#660)
  • 3b91919 fix: lower node engine requirement
  • 7c6bb1c chore(deps): update all non-major dependencies (#658)
  • b7cefef chore(deps): update all non-major dependencies (#655)
  • ce45b6f chore(deps): update all non-major dependencies (#650)
  • f61196e chore(deps): update all non-major dependencies to ^5.30.6 (#649)
  • 0a7517f chore(deps): update devdependency happy-dom to ^6.0.3 (#648)
  • 940d91d chore(deps): update all non-major dependencies (#646)
  • 516bc58 chore: release v0.33.0
  • 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.36.1

Changelog

Sourced from core-js's changelog.

3.36.1 - 2024.03.19
3.36.0 - 2024.02.14

... (truncated)

Commits
  • 454d98c 3.36.1
  • cdc614d add a fix of Bun SuppressedError extra arguments support and arity
  • b581928 fix a typo
  • 50fad42 add a fix of Bun URL.canParse arity
  • 7532b42 fix a typo
  • 79ace5c add a fix for Bun queueMicrotask arity
  • afb097d edit array-from.js
  • 805f352 Fix Object.setPrototypeOf
  • 77123c4 3.36.0
  • a3d51ed fix dependencies loading for modules from ArrayBuffer.prototype.transfer an...
  • Additional commits viewable in compare view

Updates nuxt from 2.15.8 to 3.11.1

Release notes

Sourced from nuxt's releases.

v3.11.1

3.11.1 is a patch release addressing regressions in v3.11.0.

✅ 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

🩹 Fixes

  • nuxt: Ignore console.logs called outside event context (b3ced3d69)
  • schema: Include ofetch in typescript.hoist defaults (#26316)
  • nuxt: Conditionally use tsx parser (#26314)
  • nuxt: Correct finish types and add to docs (0d9c63b82)
  • nuxt: Ignore failures to access asyncContext in environments without it (523db1a19)
  • nuxt: Handle failure creating BroadcastChannel (#26340)
  • nuxt: Don't warn when injecting client-only components (#26341)
  • nuxt: Prevent losing pages routes on prerender (#26354)
  • nuxt: Pass undefined name when resolving trailing slash (#26358)
  • vite: Use ssr result if it exists (#26356)

📖 Documentation

  • Fix code block formatting for usePreviewMode (#26303)
  • Fix confusing wording (#26301)
  • Add note that useId must be used with single root element (401370b3a)
  • Mention <DevOnly> component in api section (#26029)
  • Note that @nuxt/schema should be used by module authors (#26190)
  • Add routeNameSplitter example in migration docs (#25838)

🏡 Chore

  • nuxt: Remove unused code (#26319)
  • Revert update github/codeql-action action (c72951b06)

🤖 CI

  • Configure npm registry in release workflow (68f7d4df8)

❤️ Contributors

... (truncated)

Commits
  • a80d1a0 v3.11.1
  • c49d206 fix(nuxt): pass undefined name when resolving trailing slash (#26358)
  • 7284e70 fix(nuxt): prevent losing pages routes on prerender (#26354)
  • 0bc49eb chore(deps): update dependency nuxi to v3.11.0 (main) (#26353)
  • 90591e3 fix(nuxt): don't warn when injecting client-only components (#26341)
  • 2c0fc3a fix(nuxt): handle failure creating BroadcastChannel (#26340)
  • 9b9558b chore(deps): update dependency ufo to v1.5.2 (main) (#26339)
  • 03f7b09 chore(nuxt): remove unused code (#26319)
  • 523db1a fix(nuxt): ignore failures to access asyncContext in environments without it
  • 0d9c63b fix(nuxt): correct finish types and add to docs
  • Additional commits viewable in compare view
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.1

Release notes

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

v7.24.1 (2024-03-19)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

📝 Documentation

🏠 Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

🔬 Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

v7.24.0 (2024-02-28)

Thanks @​ajihyf for your first PR!

Release post with summary and highlights: https://babeljs.io/7.24.0

🚀 New Feature

  • babel-standalone

... (truncated)

Changelog

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

v7.24.1 (2024-03-19)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

📝 Documentation

🏠 Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • babel-helper-create-class-features-plugin, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-external-helpers, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-defer, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-optional-chaining-assign, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-record-and-tuple, babel-plugin-proposal-regexp-modifiers, babel-plugin-proposal-throw-expressions, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decimal, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-reflection, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-record-and-tuple, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-keys, babel-plugin-transform-dynamic-import, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-export-namespace-from, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-json-strings, babel-plugin-transform-literals, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-member-expression-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-new-target, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-assign, babel-plugin-transform-object-rest-spread, babel-plugin-transform-object-set-prototype-of-to-assign, babel-plugin-transform-object-super, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-property-literals, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-shorthand-properties, babel-plugin-transform-spread, babel-plugin-transform-sticky-regex, babel-plugin-transform-strict-mode, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript
  • babel-compat-data, babel-plugin-transform-object-rest-spread, babel-preset-env

🔬 Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

v7.24.0 (2024-02-28)

🚀 New Feature

  • babel-standalone
  • babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-preset-flow

... (truncated)

Commits
  • 822b025 v7.24.1
  • 4dd88ea Test Babel 7 plugins compatibility with Babel 8 core (

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.33.1` |
| [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.36.1` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `2.15.8` | `3.11.1` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.18.9` | `7.24.1` |
| [@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` | `8.57.0` |
| [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.24.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.72.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.33.1
- [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.33.1)

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.36.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.36.1/packages/core-js)

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

Updates `@babel/eslint-parser` from 7.18.9 to 7.24.1
- [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.1/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 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.8.0...v8.57.0)

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.24.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v8.4.0...v9.24.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.72.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.72.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-minor
  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 Apr 1, 2024
Copy link

netlify bot commented Apr 1, 2024

Deploy Preview for golang-notes failed.

Name Link
🔨 Latest commit e1de213
🔍 Latest deploy log https://app.netlify.com/sites/golang-notes/deploys/660b373813ee3300093a4813

Copy link

github-actions bot commented Apr 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 May 1, 2024

Superseded by #304.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/front/dependencies-545ce38fef branch May 1, 2024 22:26
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