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

chore(deps-dev): bump nuxt from 3.1.2 to 3.2.0 #755

Merged
merged 2 commits into from
Feb 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps nuxt from 3.1.2 to 3.2.0.

Release notes

Sourced from nuxt's releases.

v3.2.0

3.2.0 is the first minor release since we've started our new release schedule. We've brought it forward by a couple of weeks to include some goodies we want you to be able to play with soon.

👀 Highlights

  • ⚡️ Nuxt DevTools

    You can opt-in to Nuxt DevTools per-project by going to the project root and running:

    npx nuxi@latest devtools enable

    Restart your Nuxt server and open your app in browser. Click the Nuxt icon on the bottom (or press Alt+D) to toggle the DevTools.

    More information in the docs!

  • Better DX for overriding runtimeConfig, including inline type helpers

  • 🪄 Automatically inferred return type for useFetch and $fetch based on method.

    It'll be a type error to use the wrong method when hitting an endpoint.

    Plus, if you have multiple methods served by a single endpoint (like ~/server/api/test.get.ts and ~/server/api/test.post.ts then the response type will match the kind of response you make.

  • 🍪 useFetch is now integrated with event.$fetch, meaning cookies and context are now passed to api requests automagically within internal requests.

  • 🔥 We now treeshake client-only components out of the server build more effectively using the experimental treeshakeClientOnly feature

    This is turned on by default but if you experience any issues, you can turn this off via:

    export default defineNuxtConfig({
      experimental: {
        treeshakeClientOnly: false
      }
    })
  • 🛠️ New addRouteMiddleware kit utility for module authors

  • 💪 Nitropack v2.2 has been released

    Lots of features, including runtime proxy support using route rules, nested fetch calls, binary and raw storage operations, exposed event.context.cf (cloudflare) and built-in session support.

    For full details see release notes

Changelog

compare changes

🚀 Enhancements

  • kit: Add addRouteMiddleware method (#18553)
  • cli: Warn when prerendering routes with ssr: false (#18783)
  • schema: Add type hints for runtime config (#18652)

... (truncated)

Commits
  • 5855c1e v3.2.0 (#18843)
  • 5426e56 test: decrease vite logging during tests
  • 71d67ad chore: combine import statements
  • a89e2fa chore(deps): update all non-major dependencies (main) (#18890)
  • 9a035a1 refactor(nuxt): within nuxt app, import directly from source file (#18902)
  • 0b2bce4 docs: add explanation with augmented meta for new routes (#18901)
  • 9845467 feat(nuxt): upgrade to nitropack 2.2 (#18889)
  • 2e62246 fix: reorder the types field in package.json (#18880)
  • 9f3b38c chore(deps): update dependency esbuild-loader to v3 (main) (#18883)
  • c936bc7 feat(nuxi): add initial support for enabling/disabling devtools (#18864)
  • 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 14, 2023
@commit-lint
Copy link

commit-lint bot commented Feb 14, 2023

Chore

  • deps-dev: bump nuxt from 3.1.2 to 3.2.0 (9c5fc88)
  • deps: hoist packages (23cebc7)

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 14, 2023

Codecov Report

Merging #755 (23cebc7) into master (1d5ee9c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #755   +/-   ##
=======================================
  Coverage   91.34%   91.34%           
=======================================
  Files          19       19           
  Lines         439      439           
  Branches       32       32           
=======================================
  Hits          401      401           
  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.2.0 branch from f826700 to 6af96e9 Compare February 14, 2023 08:12
Bumps [nuxt](https://github.com/nuxt/nuxt) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](nuxt/nuxt@v3.1.2...v3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-3.2.0 branch from 6af96e9 to 9c5fc88 Compare February 14, 2023 08:40
@nogic1008 nogic1008 added this pull request to the merge queue Feb 16, 2023
Merged via the queue into master with commit 44b0045 Feb 16, 2023
@nogic1008 nogic1008 deleted the dependabot/npm_and_yarn/nuxt-3.2.0 branch February 16, 2023 11:45
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