Skip to content

build(deps): bump nuxt from 2.12.1 to 2.13.2 in /webapp

Hannes Heine requested to merge pr3679head into pr3679base

Created by: Tirokk

dependabot-preview[bot] Authored by dependabot-preview[bot] Closed


Bumps nuxt from 2.12.1 to 2.13.2.

Release notes

Sourced from nuxt's releases.

v2.13.2

🐛 Bug Fixes

  • webpack
    • #7613 Explicitly pass outputFileSystem to webpackDevMiddleware (resolves nuxt/typescript#145)
    • #7603 Chunk name normalization for catch-all pages and windows
  • core
    • #7605 Avoid breaking change for duplicate modules (resolves #7605)
  • cli
    • #7608 Listen to a random port for export and generate (resolves #7597)
  • vue-app
    • #7614 Remove hash from payload path
    • #7606 Fix wrong layout when redirecting from error page (resolves #7567)
  • utils
    • #7604 Flat routes if child routes have absolute paths

Dependencies

💖 Thanks to

v2.13.1

🐛 Bug Fixes

👕 Types

  • #7590 Fix module and typescript compatibility (nuxt-community/sentry-module#195)
  • #7590 Add missing crawler config (#7585)

v2.13.0

What's new?

  • New target: static and full static using nuxt export
  • Built-in .env support and runtimeConfig
  • Auto components discovery with nuxt/components
  • Nuxt Telemetry

Also don't miss nuxt/content and nuxt-composition-api ;)

🚀 Features

Commits
  • c998072 v2.13.2
  • 000ad67 chore(deps): update dependency consola to ^2.14.0 (#7617)
  • a523853 fix(vue-app): remove hash from payload path (#7614)
  • a87218b fix(webpack): explicitly pass outputFileSystem to webpackDevMiddleware (#7613)
  • 330c564 chore(deps): update all non-major dependencies (#7609)
  • b070e19 fix(core): only warn for duplicate module if metaKey is not specified
  • b027435 fix(cli): listen to a random port for export and generate (#7608)
  • fe01ec3 fix(vue-app): no need to set layout on App (#7606)
  • 4a0cf8f fix(utils): flat routes if child routes have absolute paths (#7604)
  • d0056fb fix(core): avoid breaking change for duplicate modules (resolves #7605)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Merge request reports