image icon indicating copy to clipboard operation
image copied to clipboard

chore(deps): update all non-major dependencies (v1)

Open renovate[bot] opened this issue 3 years ago β€’ 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit ^3.0.0-rc.4 -> ^3.0.0-rc.8 age adoption passing confidence
h3 ^0.7.10 -> ^0.7.15 age adoption passing confidence
nuxt ^3.0.0-rc.4 -> ^3.0.0-rc.8 age adoption passing confidence
ohash ^0.1.0 -> ^0.1.5 age adoption passing confidence
pathe ^0.3.2 -> ^0.3.4 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

v3.0.0-rc.5

Compare Source

This release is featuring 25+ bug fixes, keyless composables, <NuxtLoadingIndicator> component, and upgraded deployment presets. Stay tuned for RC.6 with Vite 3 support and more enhancements ✨

Feedback about the release: Join the discussion

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

⚠️ Breaking Changes

This release contains slight breaking changes. Please check the linked pull requests for notes.

  • auto-import: Unwrap auto imports in SFC templates (#​5573)
  • nuxt: Support universal global middleware (#​5038)
  • nuxt: Remove legacy app context (#​5630)
πŸš€ Enhancements
  • kit: Allow addServerHandler to use method suffix of the file path (#​5465)
  • kit: Support client and server flags for addVitePlugin (#​5560)
  • auto-import: ⚠️ Unwrap auto imports in SFC templates (#​5573)
  • kit: Add addLayout utility (#​5537)
  • nuxt: ⚠️ Support global middleware without router (#​5038)
  • nuxt: Allow passing custom fetch options to useFetch (#​5660)
  • nuxt: Prerender all pages by default (#​5709)
  • nuxt: Tree-shake client and server-only composables (#​5749)
  • nuxt: Automatically generate unique keys for keyed composables (#​4955)
  • nuxt: Support custom prop for <nuxt-link> (#​4249)
  • nuxt: Add <NuxtLoadingIndicator> component [WIP] (#​5121)
πŸ”₯ Performance
  • nuxt: ⚠️ Remove legacy app context (#​5630)
🩹 Fixes
  • schema: Add types for vite: hooks (#​5472)
  • nuxt: Normalize string transpile paths for windows (#​5461)
  • nuxt: Prefer unctx context over getCurrentInstance for useNuxtApp (#​5456)
  • vite: Add typecheck to vite plugins (#​5464)
  • vite: Disable HMR in build (#​5505)
  • schema, postcss: cssnano is enabled if not dev (#​5583)
  • vite: Do not watch ignored pathes (#​5632)
  • vite-node: On-demand manifest (#​5017)
  • nuxt: Pass attrs and props to client-only components (#​5668)
  • kit: Allow adding server-only and client-only components separately (#​5686)
  • webpack: Transpile vue-demi (#​5721)
  • nuxt: useRequestHeaders type should allow for undefined values (#​5748)
  • nuxt: Update useFetch key warning to include any function or blob (#​5710)
  • vite: Do not inline dynamic imports in server (#​5506)
  • nuxt: Handle undefined when applying defaults for useAsyncData (8d2f805)
  • vite: Fix vite-node circular reference (#​5764)
  • nuxt: Use virtual server stub for ssr: false (#​5773)
  • nuxt: Don't return stub function from tree-shaken composables (#​5786)
  • test-utils: Update vitest import path with .mjs (#​5817)
  • nuxt: Only tree-shake composables on their own lines (#​5850)
  • nuxt: Extend nitro routes instead of overriding (#​5828)
  • cli: Show base url in terminal (#​5337)
  • nuxt: Add import protection to nitro config (#​5847)
  • nuxt: Replace process.dev in nitro bundle (#​5852)
  • nuxt: Warn about legacy and invalid plugins (#​5857)
  • nuxt: Fix issues with vue-router and @vue/devtools-api bundling (#​5874)
  • vite: Close vite watcher before building (#​5875)
πŸ“– Documentation
❀️ Contributors
  • Ahad Birang
  • Alexander Lichter
  • AnPineau
  • Anders SΓΈgaard
  • Anthony Fu
  • Bob Olde Hampsink
  • Bot08
  • ClΓ©ment Ollivier
  • Cupid Valentine
  • Damian
  • Daniel Roe
  • Donatelloraphael
  • Francisco Buceta
  • Haruaki OTAKE
  • Ibrahim Abdullahi Aliyu
  • Julien Huang
  • Krutie Patel
  • Mourad EL CADI
  • Mrauhu
  • Nestor Vera
  • Paranoid
  • Pooya Parsa
  • Qin Guan
  • Sumiren
  • SΓ©bastien Chopin
  • Thibault Vlacich
  • Thomas Jowsey
  • Vasiliy
  • Xanlantos
  • Yuki Inoue
  • δΊ•δΈŠθ£•θ²΄
unjs/h3

v0.7.15

Compare Source

v0.7.14

Compare Source

v0.7.13

Compare Source

v0.7.12

Compare Source

v0.7.11

Compare Source

nuxt/nuxt.js

v3.0.0-rc.8

Compare Source

v3.0.0-rc.7

Compare Source

v3.0.0-rc.6

Compare Source

v3.0.0-rc.5

Compare Source

unjs/ohash

v0.1.5

Compare Source

v0.1.4

Compare Source

v0.1.3

Compare Source

v0.1.2

unjs/pathe

v0.3.4

Compare Source

v0.3.3

Compare Source


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] 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 08 '22 07:07 renovate[bot]

Deploy Preview for nuxt-image-v1 canceled.

Name Link
Latest commit 084034f1f8d4125a1f08dd97e4df921d2ad1ec1a
Latest deploy log https://app.netlify.com/sites/nuxt-image-v1/deploys/6313689f07c3950008b52043

netlify[bot] avatar Jul 08 '22 07:07 netlify[bot]