nuxt / telemetry

Nuxt Telemetry
MIT License
205 stars 23 forks source link

chore(deps): update all non-major dependencies #76

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit ^3.0.0-rc.6 -> ^3.0.0-rc.9 age adoption passing confidence
defu ^6.0.0 -> ^6.1.0 age adoption passing confidence
dotenv ^16.0.1 -> ^16.0.2 age adoption passing confidence
inquirer ^9.1.0 -> ^9.1.1 age adoption passing confidence
nuxt ^3.0.0-rc.6 -> ^3.0.0-rc.9 age adoption passing confidence
std-env ^3.1.1 -> ^3.2.1 age adoption passing confidence

Release Notes

nuxt/framework ### [`v3.0.0-rc.9`](https://togithub.com/nuxt/framework/releases/tag/v3.0.0-rc.9) [Compare Source](https://togithub.com/nuxt/framework/compare/v3.0.0-rc.8...v3.0.0-rc.9) 💬 Join the [release discussion](https://togithub.com/nuxt/framework/discussions/7186) #### Highlights - ✅ `app.config.ts` with HMR and Reactivity support - ✅ Updated to [nitropack@0.5.x](https://togithub.com/unjs/nitro/releases/tag/v0.5.0) - ✅ Vite-Node enabled by default ([#​6217](https://togithub.com/nuxt/framework/pull/6217)) - ⚠️ `autoImports` option and hooks is deprecated and renamed to `imports` ([#​6864](https://togithub.com/nuxt/framework/pull/6864)) ([#​7158](https://togithub.com/nuxt/framework/pull/7158)) - ⚠️ Vue dependency is now externalized ([#​6868](https://togithub.com/nuxt/framework/pull/6868)) - ⚠️ Handle prerelease constraint ([#​7116](https://togithub.com/nuxt/framework/pull/7116)) ### Changelog ([all commits](https://togithub.com/nuxt/framework/compare/v3.0.0-rc.8...v3.0.0-rc.9)) ##### 🚀 Enhancements - **webpack, vite:** Default to `.js` extension for client ([#​6505](https://togithub.com/nuxt/framework/pull/6505)) - **schema, vite:** ⚠️ Enable `vite-node` by default ([#​6217](https://togithub.com/nuxt/framework/pull/6217)) - **vite:** Allow disabling entry warmup ([#​6647](https://togithub.com/nuxt/framework/pull/6647)) - **nuxt:** Exclude page chunks from being prefetched ([#​6662](https://togithub.com/nuxt/framework/pull/6662)) - **cli:** Auto cleanup with project manifest changes ([#​6672](https://togithub.com/nuxt/framework/pull/6672)) - **nuxt:** `app.config` with HMR and reactivity support ([#​6333](https://togithub.com/nuxt/framework/pull/6333)) - **nuxt:** Allow `getRouteFromPath` to use objects ([#​5900](https://togithub.com/nuxt/framework/pull/5900)) - **nuxt:** Add warning in dev mode if layouts/pages do not have a single root node ([#​5469](https://togithub.com/nuxt/framework/pull/5469)) - **nuxt:** Config options for default keepalive, page & layout transitions ([#​5859](https://togithub.com/nuxt/framework/pull/5859)) - **nuxt:** Allow programmatically prefetching global components ([#​6661](https://togithub.com/nuxt/framework/pull/6661)) - **cli:** Support mode flags for `add` command ([#​3921](https://togithub.com/nuxt/framework/pull/3921)) - **nuxt:** `imports.autoImport` option to disable auto-imports ([#​6768](https://togithub.com/nuxt/framework/pull/6768)) - **nuxt:** `navigateTo` supports external redirects ([#​5022](https://togithub.com/nuxt/framework/pull/5022)) - **nuxt:** `app.config` improvements ([#​6905](https://togithub.com/nuxt/framework/pull/6905)) - **nuxt:** Add `setPageLayout` utility ([#​6826](https://togithub.com/nuxt/framework/pull/6826), [#​7075](https://togithub.com/nuxt/framework/pull/7075)) - **cli:** Display nuxt and nitro versions for dev and build commands ([#​7118](https://togithub.com/nuxt/framework/pull/7118)) - **kit, schema:** Allow extending with `theme` config ([#​7131](https://togithub.com/nuxt/framework/pull/7131)) - **nuxt:** ⚠️ Rename `autoImports` to `imports` ([#​6864](https://togithub.com/nuxt/framework/pull/6864)) - **kit, nuxt:** Improve `autoImports` deprecation dx ([#​7158](https://togithub.com/nuxt/framework/pull/7158)) - **nuxt:** Pass and format vite-node build errors ([#​6683](https://togithub.com/nuxt/framework/pull/6683)) ##### 🔥 Performance - **nuxt:** Tree-shake asyncData client logic from server ([#​7056](https://togithub.com/nuxt/framework/pull/7056)) - **nuxt:** Don't prefetch all global components ([#​7069](https://togithub.com/nuxt/framework/pull/7069)) ##### 🩹 Fixes - **nuxt:** Remove stray commas in component templates ([#​6580](https://togithub.com/nuxt/framework/pull/6580)) - **cli:** Update `server.port` and `server.host` with listener info ([#​6595](https://togithub.com/nuxt/framework/pull/6595)) - **nuxt:** Add `#components` alias to tsconfig ([#​6634](https://togithub.com/nuxt/framework/pull/6634)) - **vite:** Pass relative url as default base ([#​6637](https://togithub.com/nuxt/framework/pull/6637)) - **nuxt:** Don't set asyncData to existing payload on CSR if `initialCache` is disabled ([#​6640](https://togithub.com/nuxt/framework/pull/6640)) - **vite:** Warmup server entries with `ssr` condition ([#​6649](https://togithub.com/nuxt/framework/pull/6649)) - **nuxt:** Include tag attrs for non self-closing tags in tree-shake regex ([#​6675](https://togithub.com/nuxt/framework/pull/6675)) - **nuxt:** Fallback to static error page on server error ([#​6697](https://togithub.com/nuxt/framework/pull/6697)) - **cli:** Ensure `nuxi upgrade` runs in rootDir ([#​6707](https://togithub.com/nuxt/framework/pull/6707)) - **cli:** Properly detect hash and tag for upgrade changelog ([#​6708](https://togithub.com/nuxt/framework/pull/6708)) - **nuxt:** Use `vue-devtools-stub` to mock `@vue/devtools-api` for both cjs + esm ([#​6713](https://togithub.com/nuxt/framework/pull/6713)) - **nuxt:** Pass params to client-only slot ([#​6584](https://togithub.com/nuxt/framework/pull/6584)) - **vite:** Improve `vite-node` module invalidation ([#​6736](https://togithub.com/nuxt/framework/pull/6736)) - **vite:** Dedupe `vue` in client bundle ([#​6735](https://togithub.com/nuxt/framework/pull/6735)) - **nuxt:** Ensure component helper methods do not create side-effects ([#​6789](https://togithub.com/nuxt/framework/pull/6789)) - **nuxt:** Use deep assignment for app.config hmr ([#​6788](https://togithub.com/nuxt/framework/pull/6788)) - **nuxt:** Throw hard error on initial spa load if aborted ([#​6857](https://togithub.com/nuxt/framework/pull/6857)) - **nuxt:** Pass analyze options through to nitro ([#​6871](https://togithub.com/nuxt/framework/pull/6871)) - **cli:** Build all types on typecheck command ([#​5437](https://togithub.com/nuxt/framework/pull/5437)) - **nuxt:** Lazy composables shouldn't block setup in `ssr: false` ([#​6901](https://togithub.com/nuxt/framework/pull/6901)) - **vite:** Remove client `manifest.json` from public dir ([#​7021](https://togithub.com/nuxt/framework/pull/7021)) - **kit:** Sort aliases before resolving ([#​7018](https://togithub.com/nuxt/framework/pull/7018)) - **nuxt:** Use shared state for asyncData ([#​7055](https://togithub.com/nuxt/framework/pull/7055)) - **vite:** Sanitize client asset chunk names ([#​7067](https://togithub.com/nuxt/framework/pull/7067)) - **schema:** Sync types of vite v3.x ([#​7104](https://togithub.com/nuxt/framework/pull/7104)) - **kit:** ⚠️ Handle prerelease constraint ([#​7116](https://togithub.com/nuxt/framework/pull/7116)) ##### 💅 Refactors - **nuxt:** Enable strict type checking ([#​6368](https://togithub.com/nuxt/framework/pull/6368)) - **vite:** Enable strict type checking ([#​6616](https://togithub.com/nuxt/framework/pull/6616)) - **nuxt, kit:** Improve type strictness ([#​6685](https://togithub.com/nuxt/framework/pull/6685)) - Enable strict type checking everywhere ([#​6943](https://togithub.com/nuxt/framework/pull/6943)) - Apply lints from `@nuxtjs/eslint-config-typescript` v11 ([#​7114](https://togithub.com/nuxt/framework/pull/7114)) - **nuxt:** Remove unused `meta:register` hook ([#​7130](https://togithub.com/nuxt/framework/pull/7130)) ##### 📖 Documentation - Ensure consistent casing of section headers ([#​6578](https://togithub.com/nuxt/framework/pull/6578)) - **components:** Use `fallbackTag` in `ClientOnly` examples ([#​6587](https://togithub.com/nuxt/framework/pull/6587)) - Global style imports example ([#​6490](https://togithub.com/nuxt/framework/pull/6490)) - **composables:** Add more examples for `autoImports` ([#​6615](https://togithub.com/nuxt/framework/pull/6615)) - **server:** Add nitro config and storage examples ([#​6507](https://togithub.com/nuxt/framework/pull/6507)) - **data-fetching:** Fix and simplify cookie proxy example ([#​5770](https://togithub.com/nuxt/framework/pull/5770)) - Tweaks for data fetching, server routes and composables ([#​6653](https://togithub.com/nuxt/framework/pull/6653)) - Update links to nitro.unjs.io ([#​6684](https://togithub.com/nuxt/framework/pull/6684)) - Make wording slightly clearer ([#​6740](https://togithub.com/nuxt/framework/pull/6740)) - Fix typo in `defineEventHandler` example ([#​6741](https://togithub.com/nuxt/framework/pull/6741)) - **api:** Add `` component docs ([#​6745](https://togithub.com/nuxt/framework/pull/6745)) - Use updated h3 utils ([#​6818](https://togithub.com/nuxt/framework/pull/6818)) - **api:** Add missing kit utilities ([#​6841](https://togithub.com/nuxt/framework/pull/6841)) - **plugins:** Add note about composable usage ([#​6744](https://togithub.com/nuxt/framework/pull/6744)) - **api:** Add `useNuxtApp` composable ([#​6786](https://togithub.com/nuxt/framework/pull/6786)) - **composables:** Add nested and plugin injection examples ([#​6743](https://togithub.com/nuxt/framework/pull/6743)) - **examples:** Add jsx example ([#​6870](https://togithub.com/nuxt/framework/pull/6870)) - **api:** Add `addRouteMiddleware` util ([#​6894](https://togithub.com/nuxt/framework/pull/6894)) - Update stormkit link ([3ee812939](https://togithub.com/nuxt/framework/commit/3ee812939)) - Update link to pinia nuxt module ([#​6952](https://togithub.com/nuxt/framework/pull/6952)) - **deploy:** Update command for csr prerendering ([#​6966](https://togithub.com/nuxt/framework/pull/6966)) - **api:** Enhance `abortNavigation` util ([#​6936](https://togithub.com/nuxt/framework/pull/6936)) - **api:** Add `defineNuxtRouteMiddleware` util ([#​6933](https://togithub.com/nuxt/framework/pull/6933)) - **api:** Add `definePageMeta` util ([#​6931](https://togithub.com/nuxt/framework/pull/6931)) - Replace backtick with apostrophe ([#​7015](https://togithub.com/nuxt/framework/pull/7015)) - **api:** Fix the layout file extension in cli example ([#​7024](https://togithub.com/nuxt/framework/pull/7024)) - **schema:** Update prefix for runtime config env variables ([#​6999](https://togithub.com/nuxt/framework/pull/6999)) - Add information on how to use options api asyncData ([#​7019](https://togithub.com/nuxt/framework/pull/7019)) - Increment directory structure numbers ([#​7102](https://togithub.com/nuxt/framework/pull/7102)) - Add explanatory comment before universal router stubs ([#​7124](https://togithub.com/nuxt/framework/pull/7124)) ##### 🏡 Chore - **ci:** Set timeout for each step ([#​6923](https://togithub.com/nuxt/framework/pull/6923)) - **nuxt:** Fix typo ([#​6971](https://togithub.com/nuxt/framework/pull/6971)) - Add `dev:preview` script for playground preview ([#​6961](https://togithub.com/nuxt/framework/pull/6961)) - **repo:** Remove backtick-type in bug issue-template ([#​7083](https://togithub.com/nuxt/framework/pull/7083)) - Bump rc version for edge versions ([#​7117](https://togithub.com/nuxt/framework/pull/7117)) - **nuxt:** Prevent error page rendering a null error ([#​7119](https://togithub.com/nuxt/framework/pull/7119)) - **nuxt:** Use latest `nitropack-edge` on release ([#​7036](https://togithub.com/nuxt/framework/pull/7036)) ##### ❤️ Contributors - 4Kazelot - Alex Kozack - Alexander Lichter - Angelo Schuler Piletti - Anthony Fu - Conrawl Rogers - Damian Głowala - Daniel Roe - Harlan Wilton - HomWang - Ilya Artamonov - Julien Huang - Krutie Patel - Lay - Lexpeartha - Louis Haftmann - Mourad EL CADI - Nils - Ohb00 - Oumar Barry - Pooya Parsa - Qin Guan - Richard Schloss - Sébastien Chopin - TheColaber - Umut Aktaş - Yaël Guilloux - \__Catalina ### [`v3.0.0-rc.8`](https://togithub.com/nuxt/framework/releases/tag/v3.0.0-rc.8) [Compare Source](https://togithub.com/nuxt/framework/compare/v3.0.0-rc.7...v3.0.0-rc.8) > **Note** > This version includes hotfixes from rc.7. Check [v3.0.0-rc.7 release notes](https://togithub.com/nuxt/framework/releases/tag/v3.0.0-rc.7) for all changes between [rc.6...rc.8](https://togithub.com/nuxt/framework/compare/v3.0.0-rc.7...v3.0.0-rc.8) > **Warning** > There are slight API changes with this release candidate. 💬 Join the [release discussion](https://togithub.com/nuxt/framework/discussions/6558) ##### 🚀 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](https://togithub.com/nuxt/framework/issues/6514)) - **nuxt:** ⚠️ Allow `app:rendered` to modify ssr context and add `render:html` ([#​6521](https://togithub.com/nuxt/framework/issues/6521)) - **vite:** Remove `/@​fs` from external ids ([#​6529](https://togithub.com/nuxt/framework/issues/6529)) - **nuxt:** Tree-shake devtools from production bundle ([#​6538](https://togithub.com/nuxt/framework/issues/6538)) - **vite, nuxt:** Resolve relative to `srcDir` rather than `rootDir` ([#​6546](https://togithub.com/nuxt/framework/issues/6546)) ##### 📦 Build - **nuxt:** Publish missing types ([#​6516](https://togithub.com/nuxt/framework/issues/6516)) ##### 📖 Documentation - Change `info` to `danger` for the pages root element ([#​6528](https://togithub.com/nuxt/framework/issues/6528)) - **quick-start:** Add the file path for disabling generating shim ([#​6519](https://togithub.com/nuxt/framework/issues/6519)) - **schema:** Grammar, punctuation and typo fixes ([#​6469](https://togithub.com/nuxt/framework/issues/6469)) ##### ❤️ Contributors - Damian Głowala - Daniel Roe - Eugen Istoc - Jiang Menghao - Pooya Parsa - Timur Bolotov ### [`v3.0.0-rc.7`](https://togithub.com/nuxt/framework/releases/tag/v3.0.0-rc.7) [Compare Source](https://togithub.com/nuxt/framework/compare/v3.0.0-rc.6...v3.0.0-rc.7) > **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](https://togithub.com/nuxt/framework/releases/tag/v3.0.0-rc.8) ##### 🚀 Enhancements - **vite:** Check types with `vue-tsc` ([#​6012](https://togithub.com/nuxt/framework/issues/6012)) - **vite:** ⚠️ Upgrade to vite v3 ([#​5398](https://togithub.com/nuxt/framework/issues/5398)) - **nuxt:** ⚠️ Only scan top level `composables/` with glob support ([#​6025](https://togithub.com/nuxt/framework/issues/6025)) - **nuxt:** Improve error DX ([#​4539](https://togithub.com/nuxt/framework/issues/4539)) - **cli:** `nuxi cleanup` command ([#​6125](https://togithub.com/nuxt/framework/issues/6125)) - **nuxt, schema:** Add `