Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

chore(deps-dev): bump nuxt from 3.1.1 to 3.1.2 #743

Merged
merged 2 commits into from
Feb 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2023

Bumps nuxt from 3.1.1 to 3.1.2.

Release notes

Sourced from nuxt's releases.

v3.1.2

3.1.2 is a patch release with bug fixes (particularly focusing on performance and DX).

Changelog

compare changes

🔥 Performance

  • nuxt: Simplify generated variable names (#18629)
  • vite: Use compiled regexp for test (#18646)
  • nuxt: Cache result of importing styles module (#18734)

🩹 Fixes

  • nuxt: Provide fallback values for undefined runtime config (#18586)
  • kit: Don't use default export of defu (#18589)
  • Use named export from defu in all places (#18624)
  • nuxt: Dedupe vue-router (#18626)
  • test-utils: Prevent orphaned processes and use baseURL when loading (#18623)
  • vite: Ensure __publicAssetsURL set before loading assets (#18642)
  • kit: Avoid adding already installed modules to internal _installedModules (#18647)
  • nuxt: Make onNuxtReady safe to run on server-side (#18706)
  • vite, webpack: Omit magic keys when import of same name is detected (#18733)

📖 Documentation

  • Update vue-gtag plugin example (#18528)
  • Mention virtual file system (#18546)
  • Mention head composable as alternative to useHead (#18552)
  • Use defineEventHandler() to avoid warnings (#18557)
  • Remove unnecessary JSON.stringify() (#18590)
  • Updated unreachable docus url in documentation (#18618)
  • Add link to pages documentation to routing (#18602)
  • Add comment about needing to install @types/node manually (6b2bc680b)
  • Add note about directory import (d2c00dc46)
  • Fix array syntax (f14f3815f)
  • Fix buttons width on getting started (#18643)
  • Add .env to directory structure and improve config docs (#18594)
  • Mention options api equivalent for head() (#18650)
  • Fix broken link to esm section (#18716)
  • Improve routing validate example (#18728)

🏡 Chore

✅ Tests

... (truncated)

Commits
  • 225988e v3.1.2 (#18685)
  • 2b75414 perf(nuxt): cache result of importing styles module (#18734)
  • 03d6737 fix(vite, webpack): omit magic keys when import of same name is detected (#18...
  • 5eaeb4f docs: Improve routing validate example (#18728)
  • fcd63a0 chore(deps): update all non-major dependencies (main) (#18708)
  • 97b4e6e docs: fix broken link to esm section (#18716)
  • cb0860b fix(nuxt): make onNuxtReady safe to run on server-side (#18706)
  • cce4df1 chore(deps): update all non-major dependencies (main) (#18694)
  • 0911412 ci: allow manually dispatching nightly nuxt2 build
  • 21badd9 ci: fix ref for 2.x branch
  • 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 dependabot bot added the dependabot:robot: Pull requests that update a dependency file label Feb 7, 2023
@commit-lint
Copy link

commit-lint bot commented Feb 7, 2023

Chore

  • deps-dev: bump nuxt from 3.1.1 to 3.1.2 (d429b67)
  • deps: hoist packages (4c97f3f)

Contributors

dependabot[bot], nogic1008

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@codecov
Copy link

codecov bot commented Feb 7, 2023

Codecov Report

Merging #743 (d429b67) into master (62f6501) will not change coverage.
The diff coverage is n/a.

❗ Current head d429b67 differs from pull request most recent head 4c97f3f. Consider uploading reports for the commit 4c97f3f to get more accurate results

@@           Coverage Diff           @@
##           master     #743   +/-   ##
=======================================
  Coverage   91.32%   91.32%           
=======================================
  Files          19       19           
  Lines         438      438           
  Branches       32       32           
=======================================
  Hits          400      400           
  Misses         38       38           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-3.1.2 branch from 7d1a498 to 4b014ac Compare February 7, 2023 05:53
@nogic1008 nogic1008 added this to the v1.0 milestone Feb 7, 2023
Bumps [nuxt](https://github.com/nuxt/nuxt) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](nuxt/nuxt@3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-3.1.2 branch from 4b014ac to d429b67 Compare February 7, 2023 06:00
Copy link
Contributor

@nogic1008 nogic1008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 75addb7 into master Feb 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxt-3.1.2 branch February 7, 2023 06:56
@github-actions
Copy link

github-actions bot commented Feb 7, 2023

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependabot:robot: Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant