Skip to content

fix(deps): bump @nuxt/vite-builder from 3.2.3 to 3.5.0#84

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nuxt/vite-builder-3.5.0
Open

fix(deps): bump @nuxt/vite-builder from 3.2.3 to 3.5.0#84
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nuxt/vite-builder-3.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2023

Bumps @nuxt/vite-builder from 3.2.3 to 3.5.0.

Release notes

Sourced from @​nuxt/vite-builder's releases.

v3.5.0

3.5.0 is a minor (feature) release with lots of new features to play with.

👀 Highlights

⚡️ Vue 3.3 released!

Vue 3.3 has been released, with lots of exciting features, particularly around type support. This also brings a significant improvement to data fetching when navigating between nested pages (nuxt/nuxt#20777), thanks to @​antfu and @​baiwusanyu-c.

  • new defineOptions macro
  • 'generic' components
  • typed slots and using external types in defineProps
  • ... and more

Read the full release announcement for more details.

🙌 Nitropack v2.4

We've been working on lots of improvements to Nitro and these have landed already in Nitro v2.4 - you may already have this upgrade, which contains a lot of bug fixes, updates to the module worker format for Cloudflare, Vercel KV support and more.

One note: if you're deploying to Vercel or Netlify and want to benefit from incremental static regeneration, you should now update your route rules:

routeRules: {
--  '/blog/**': { swr: 3000 },
++  '/blog/**': { isr: 3000 },
}

Read the full release notes.

💖 New defaults

Rich JSON payload serialisation is now enabled by default (nuxt/nuxt#19205, nuxt/nuxt#20770). This is both faster and allows serialising complex objects in the payload passed from the Nuxt server to client (and also when extracting payload data for prerendered sites).

This now means that various rich JS types are supported out-of-the-box: regular expressions, dates, Map and Set and BigInt as well as NuxtError - and Vue-specific objects like ref, reactive, shallowRef and shallowReactive.

You can find an example in our test suite.

This is all possible due to Rich-Harris/devalue#58. For a long time, Nuxt has been using our own fork of devalue owing to issues serialising Errors and other non-POJO objects, but we now have transitioned back to the original.

You can even register your own custom types with a new object-syntax Nuxt plugin:

export default definePayloadPlugin(() => {
  definePayloadReducer('BlinkingText', data => data === '<original-blink>' && '_')
  definePayloadReviver('BlinkingText', () => '<revivified-blink>')
})

... (truncated)

Commits
  • 9683c3d v3.5.0
  • 742f617 chore: lint
  • d53cc60 docs: server directory improvements
  • a0583ba fix(nuxt): pass from + savedPosition to first scrollBehavior (#20859)
  • cdc42d0 ci: release edge versions of labelled prs
  • 433b529 feat(nuxt): support parallel plugins (#20460)
  • 8a112e1 chore(deps): update actions/github-script action to v6 (main) (#20865)
  • 70c5ec8 feat(nuxt): full scoped slots support for server components (#20284)
  • 1aec0e5 ci: pass tag as argument
  • f945cb1 ci: comment with link to tag of released version
  • 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)

Bumps [@nuxt/vite-builder](https://github.com/nuxt/nuxt) from 3.2.3 to 3.5.0.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](nuxt/nuxt@v3.2.3...v3.5.0)

---
updated-dependencies:
- dependency-name: "@nuxt/vite-builder"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2023
@dependabot dependabot bot requested a review from inoue2002 May 17, 2023 01:15
@vercel
Copy link

vercel bot commented May 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
line-message-validator ❌ Failed (Inspect) May 17, 2023 1:16am

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.

1 participant