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 nuxt from 3.0.0-rc.6 to 3.2.0 #84

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps nuxt from 3.0.0-rc.6 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
Maintainer changes

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


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 dependencies Pull requests that update a dependency file label Feb 15, 2023
@netlify
Copy link

netlify bot commented Feb 15, 2023

❌ Deploy Preview for mitre-saf-demo failed.

Name Link
πŸ”¨ Latest commit d5f6c62
πŸ” Latest deploy log https://app.netlify.com/sites/mitre-saf-demo/deploys/63ed613af300cf000825050e

@netlify
Copy link

netlify bot commented Feb 15, 2023

❌ Deploy Preview for mitre-saf-v2 failed.

Name Link
πŸ”¨ Latest commit d5f6c62
πŸ” Latest deploy log https://app.netlify.com/sites/mitre-saf-v2/deploys/63ed613ae00c1700089c18b6

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-3.2.0 branch from 876df36 to e5484c8 Compare February 15, 2023 22:46
Bumps [nuxt](https://github.com/nuxt/nuxt) from 3.0.0-rc.6 to 3.2.0.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](nuxt/nuxt@v3.0.0-rc.6...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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2023

Superseded by #88.

@dependabot dependabot bot closed this Feb 17, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxt-3.2.0 branch February 17, 2023 22:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants