sanity icon indicating copy to clipboard operation
sanity copied to clipboard

chore(deps): update devdependency @nuxt/schema to ^3.0.0-rc.8

Open renovate[bot] opened this issue 2 years ago β€’ 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/schema ^3.0.0-rc.5 -> ^3.0.0-rc.8 age adoption passing confidence

Release Notes

nuxt/framework

v3.0.0-rc.8

Compare Source

Note This version includes hotfixes from rc.7. Check v3.0.0-rc.7 release notes for all changes between rc.6...rc.8

Warning There are slight API changes with this release candidate.

πŸ’¬ Join the release discussion

πŸš€ How to upgrade
  • Automated: npx nuxi-edge@latest upgrade --force
  • Manual: Bump nuxt dependency to 3.0.0-rc.8 and then use npx nuxi-edge@latest cleanup to cleanup any local caches
🩹 Fixes
  • cli: Fix issues with nuxi upgrade (#​6514)
  • nuxt: ⚠️ Allow app:rendered to modify ssr context and add render:html (#​6521)
  • vite: Remove /@​fs from external ids (#​6529)
  • nuxt: Tree-shake devtools from production bundle (#​6538)
  • vite, nuxt: Resolve relative to srcDir rather than rootDir (#​6546)
πŸ“¦ Build
πŸ“– Documentation
  • Change info to danger for the pages root element (#​6528)
  • quick-start: Add the file path for disabling generating shim (#​6519)
  • schema: Grammar, punctuation and typo fixes (#​6469)
❀️ Contributors
  • Damian GΕ‚owala
  • Daniel Roe
  • Eugen Istoc
  • Jiang Menghao
  • Pooya Parsa
  • Timur Bolotov

v3.0.0-rc.7

Compare Source

Warning There are slight API changes with this release candidate. Please check the linked issues marked with ⚠️

Warning This release contains some regressions. Please upgrade to the latest v3.0.0-rc.8

πŸš€ Enhancements
πŸ”₯ Performance
  • nuxt: Transform #imports to improve tree-shaking (#​5763)
  • vite-node: Only invalidate cache for user code (#​6156)
🩹 Fixes
  • webpack: Do not resolve #internal/nitro alias internally (#​5987)
  • nuxt: ⚠️ Change statusCode type to number for error page template (#​6010)
  • kit, nuxt: Always sort globby results (#​6029)
  • pages: Ignore expression delimiters within quotes (#​6033)
  • nuxt: Always write nitro types when building (#​6035)
  • kit: Resolve aliases in plugin src (#​6037)
  • vite: Invalidate virtual files when changed (#​6038)
  • nuxt: Use relative path to generate plugin variables (#​6030)
  • types: Generate relative path in imports.d.ts (#​6054)
  • nuxt: Auto import for components with the external template (#​6053)
  • vite: Ignore baseurl when pruning manifest (#​6063)
  • nuxt: Don't ignore components dirs with the same prefix (#​6116)
  • vite: Resolve tsconfig.json for vue-tsc type checker (#​6069)
  • cli: Load .env file before starting dev server (#​6119)
  • nuxt: Normalize manifest css file entries (#​6112)
  • vite: Allow overriding client HMR options (#​6082)
  • nuxt: Clear vite-node runner cache after each render (#​6154)
  • nuxt: Add error event declaration to the <NuxtErrorBoundary> component (#​6141)
  • schema: Add empty noscript array (#​6155)
  • vite: Use unjs/externality to handle vite-node externals (#​6153)
  • nuxt: Allow useHead to accept computed values (#​6174)
  • schema: Exclude functions from DeepPartial (#​6176)
  • nuxt: Don't call renderMeta if it is not defined (#​6201)
  • vite, webpack: Generate composable keys based on order (#​6191)
  • schema: Add typings for vite.vue options (#​6220)
  • vite: Fix dist dir resolution (#​6215)
  • webpack: Output .mjs to use crossorigin preloads (#​6232)
  • kit: Try extensions with resolvePath with absolute input (#​6233)
  • nuxt: Do not allow catchalls to have child routes (#​6257)
  • nuxt: Narrow nuxt.config import protection (#​6279)
  • nuxt: Separate routes for different suspense forks (#​6275)
  • nuxt: Avoid duplicate titleTemplate (#​6296)
  • nuxt: Render head scripts that use body: true (#​6293)
  • nuxt: Generate 200.html and 404.html spa fallback files (#​6308)
  • nuxt: Extract component to provide route (#​6325)
  • nuxt: Remove literal <script setup> from comment (#​6331)
  • vite: Improve vite-node hmr (#​6343)
  • nuxt: Better equality check for json cookies (#​6352)
  • nuxt: Make the route provided to page children reactive (#​6349)
  • nuxi, kit: Enable esmResolve flag for jiti (#​6356)
  • nuxt: Resolve plugins and middleware to their full path (#​6350)
  • vite: Use URL for entry on windows (#​6355)
  • nuxt: Remove side-effect imports from page metadata (#​6376)
  • nuxt: Type useRoute return (#​6395)
  • schema: Cleanup meta tags and deduplicate charset and viewport (#​6378)
  • kit: Move relative path handling back into nuxt templates (#​6430)
  • cli: Upgrade listhen (#​6434)
  • nuxt: Do not log 404 and showError as fatal by default (#​6437)
  • nuxt: Add viteServerDynamicImports as experimental flag (#​6433)
  • nuxt: Use payload error state as the source of truth (#​6389)
  • vite: Add module type to vite node entry (#​6448)
  • nuxt: Handle immediate errors when calling useAsyncData (#​6441)
  • nuxt: Ensure component dirs in node_modules have lower scanning priority (#​6382)
  • nuxt: InteropDefault for page component imports (#​6468)
  • nuxt: Immediately call asyncData handler (#​6472)
  • nuxt: Log fatal errors as well as unhandled (#​6488)
πŸ’… Refactors
  • nuxt: Enhance useFetch and useLazyFetch request type (#​4825)
  • vite: Reuse logic and improve code splitting (#​6164)
  • test-utils: Remove unused codes (#​6369)
  • nuxt: ⚠️ Remove null handling for titleTemplate (#​6487)
πŸ“– Documentation
πŸ“¦ Build
βœ… Tests
❀️ Contributors
  • Alwin Lohrie
  • Anthony Fu
  • Brendan Mulholland
  • CSY54
  • Conrawl Rogers
  • CΓ©dric Exbrayat
  • Damian GΕ‚owala
  • Daniel Roe
  • David Tai
  • Ennio Visconti
  • Gregor Becker
  • Harlan Wilton
  • Hecateball
  • Julien Huang
  • Kazuya Kawaguchi
  • Kevin Marrec
  • Krutie Patel
  • Lakshya Singh
  • Mitsuki Fukunaga
  • Mohammad Hosein Feizi
  • Nathan Chase
  • Nur Muhammad
  • OptimusePrime
  • Pooya Parsa
  • Rio Weber
  • Sanjaiyan Parthipan
  • SΓ©bastien Chopin
  • Thomas
  • Timur Bolotov
  • Victor Saa
  • YuTin Liu

v3.0.0-rc.6

Compare Source

βœ… RC.6 is a hotfix release fixing known issues with previous releases

πŸš€ Enhancements
πŸ”₯ Performance
  • nuxt: Tree-shake client-only components from ssr bundle (#​5750). Enabled by experimental treeshakeClientOnly flag (#​5934)
🩹 Fixes
  • vite: Set transform mode for vite-node (#​5854)
  • kit: Only call viteExtendConfig callback once (#​5929)
  • nuxt: Lazy load and tree-shake error templates (#​5930)
  • pkg: Use fixed version range for monorepo packages (#​5933)
  • vite: Avoid creating vite server for production build (#​5941)
  • vite: Unset build.watch options for production build (#​5958)
  • vite: Use more strict app entry check in dev-bundler (#​5959)
  • cli: Add missing types field (#​5962)
πŸ“– Documentation
❀️ Contributors
  • Anthony Fu
  • Benicio Cardozo
  • Bot08
  • Damian
  • Daniel Roe
  • Kevin Marrec
  • Lay
  • Lm
  • OptimusePrime
  • Pooya Parsa
  • Yoho
  • η ε†œε°δ½™

See all changes: https://github.com/nuxt/framework/compare/v3.0.0-rc.5...v3.0.0-rc.6


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jul 20 '22 05:07 renovate[bot]