nuxt / telemetry

Nuxt Telemetry
MIT License
205 stars 23 forks source link

chore(deps): update all non-major dependencies to ^3.0.0-rc.14 #86

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit ^3.0.0-rc.13 -> ^3.0.0-rc.14 age adoption passing confidence
nuxt ^3.0.0-rc.13 -> ^3.0.0-rc.14 age adoption passing confidence

Release Notes

nuxt/framework ### [`v3.0.0-rc.14`](https://togithub.com/nuxt/framework/releases/tag/v3.0.0-rc.14) [Compare Source](https://togithub.com/nuxt/framework/compare/v3.0.0-rc.13...v3.0.0-rc.14) > **Note** > This is the last release candidate for Nuxt v3! Are you ready? 👀 👉 [Release Discussion](https://togithub.com/nuxt/framework/discussions/9032) ##### Changelog [compare changes](https://togithub.com/nuxt/framework/compare/v3.0.0-rc.13...v3.0.0-rc.14) ##### ⚠️ Breaking Changes - **cli:** Setup nuxt globally with `nuxt test` ([#​4578](https://togithub.com/nuxt/framework/pull/4578)) - **nuxt:** Only add `$f` fetch prefix to auto-keys ([#​8852](https://togithub.com/nuxt/framework/pull/8852)) - **test-utils:** Use `vitest/node` subpath export ([#​8815](https://togithub.com/nuxt/framework/pull/8815)) - **nuxt:** Remove `initialCache` option ([#​8885](https://togithub.com/nuxt/framework/pull/8885)) - **nuxt:** Enable payload extraction only for `nuxi generate` ([#​9018](https://togithub.com/nuxt/framework/pull/9018)) - **nuxt:** Include request url and params in `useFetch` key ([#​6632](https://togithub.com/nuxt/framework/pull/6632)) - **nuxt:** Fix typo for `NuxtRenderHTMLContext.bodyPrepend` ([#​8712](https://togithub.com/nuxt/framework/pull/8712)) ([#​8704](https://togithub.com/nuxt/framework/pull/8704)) - **nuxt:** Remove support for `404.vue` shorthand ([#​8809](https://togithub.com/nuxt/framework/pull/8809)) - **kit:** Remove support for module container ([#​9010](https://togithub.com/nuxt/framework/pull/9010)) - **nuxt:** Move `head` option support into `defineNuxtComponent` ([#​8901](https://togithub.com/nuxt/framework/pull/8901)) - Remove deprecated api ([#​9029](https://togithub.com/nuxt/framework/pull/9029)) ##### 🚀 Enhancements - **nuxt:** Add `isExternal` to `` slot props ([#​8800](https://togithub.com/nuxt/framework/pull/8800)) - **nuxt:** Auto-import `utils/` directory ([#​8817](https://togithub.com/nuxt/framework/pull/8817)) - **cli:** Wrap and normalize all console outputs ([#​8846](https://togithub.com/nuxt/framework/pull/8846)) - **nuxt:** Allow customizing root id and tag ([#​8883](https://togithub.com/nuxt/framework/pull/8883)) - **nuxt:** Add `onBeforeRouteLeave` and `onBeforeRouteUpdate` composables ([#​8889](https://togithub.com/nuxt/framework/pull/8889)) - **cli:** ⚠️ Setup nuxt globally with `nuxt test` ([#​4578](https://togithub.com/nuxt/framework/pull/4578)) - **cli:** Auto-generate `.npmrc` and setting for pnpm ([#​7407](https://togithub.com/nuxt/framework/pull/7407)) - **nuxt, schema:** Migrate to [@​vueuse/head](https://togithub.com/vueuse/head) v1 ([#​8975](https://togithub.com/nuxt/framework/pull/8975)) ##### 🩹 Fixes - **nuxt:** Check if global transitions are activated for scroll behavior ([#​8700](https://togithub.com/nuxt/framework/pull/8700)) - **nuxt:** Allow cookies to be set to `null` to unset them ([#​8769](https://togithub.com/nuxt/framework/pull/8769)) - **nuxt:** Add catchall paths to prerender list ([#​8782](https://togithub.com/nuxt/framework/pull/8782)) - **schema:** Add declarations to ignore list ([#​8787](https://togithub.com/nuxt/framework/pull/8787)) - **ssr:** Ensure `useRequestHeaders` are case-insensitive ([#​8805](https://togithub.com/nuxt/framework/pull/8805)) - **nuxt:** Do not render page if we are throwing error ([#​8821](https://togithub.com/nuxt/framework/pull/8821)) - **nuxt:** Swallow issues with query selectors ([#​8843](https://togithub.com/nuxt/framework/pull/8843)) - **nuxt:** ⚠️ Only add `$f` fetch prefix to auto-keys ([#​8852](https://togithub.com/nuxt/framework/pull/8852)) - **test-utils:** Detect project root using `nuxt.config` with `.mjs` and `.cjs` extensions ([#​8855](https://togithub.com/nuxt/framework/pull/8855)) - **cli:** Exclude `dist` from type checking ([#​8848](https://togithub.com/nuxt/framework/pull/8848)) - **test-utils:** ⚠️ Use `vitest/node` subpath export ([#​8815](https://togithub.com/nuxt/framework/pull/8815)) - **nuxt:** Detect non-functional imports within page meta ([#​8881](https://togithub.com/nuxt/framework/pull/8881)) - **nuxt:** Preserve render errors ([#​8884](https://togithub.com/nuxt/framework/pull/8884)) - **nuxt:** ⚠️ Remove `initialCache` option ([#​8885](https://togithub.com/nuxt/framework/pull/8885)) - **nuxt:** Use `app.baseURL` when fetching error page on server ([#​8888](https://togithub.com/nuxt/framework/pull/8888)) - **nuxt:** Avoid passing attrs to default slot for `` component ([#​8921](https://togithub.com/nuxt/framework/pull/8921)) - **vite:** Add extend layers to `fs.allow` ([#​9006](https://togithub.com/nuxt/framework/pull/9006)) - **nuxt:** Include layers in esbuild transform ([#​9014](https://togithub.com/nuxt/framework/pull/9014)) - **kit:** Add external module to transpile ([#​8963](https://togithub.com/nuxt/framework/pull/8963)) - **nuxt:** ⚠️ Enable payload extraction only for `nuxi generate` ([#​9018](https://togithub.com/nuxt/framework/pull/9018)) - **nuxt:** ⚠️ Include request url and params in `useFetch` key ([#​6632](https://togithub.com/nuxt/framework/pull/6632)) - **nuxt:** Improve hmr for pages macros ([#​8940](https://togithub.com/nuxt/framework/pull/8940)) ##### 💅 Refactors - **nuxt:** ⚠️ Fix typo for `NuxtRenderHTMLContext.bodyPrepend` ([#​8712](https://togithub.com/nuxt/framework/pull/8712)) - **nuxt:** ⚠️ Fix typo for `NuxtRenderHTMLContext.bodyPrepend` ([#​8704](https://togithub.com/nuxt/framework/pull/8704)) - **nuxt:** ⚠️ Remove support for `404.vue` shorthand ([#​8809](https://togithub.com/nuxt/framework/pull/8809)) - **nuxt:** Explicitly import app in nuxt-root ([#​8729](https://togithub.com/nuxt/framework/pull/8729)) - **kit:** ⚠️ Remove support for module container ([#​9010](https://togithub.com/nuxt/framework/pull/9010)) - Update unjs dependencies to stable v1 ([#​9011](https://togithub.com/nuxt/framework/pull/9011)) - **nuxt:** ⚠️ Move `head` option support into `defineNuxtComponent` ([#​8901](https://togithub.com/nuxt/framework/pull/8901)) - ⚠️ Remove deprecated api ([#​9029](https://togithub.com/nuxt/framework/pull/9029)) ##### 📖 Documentation - Update 2.nuxt-page.md ([#​8761](https://togithub.com/nuxt/framework/pull/8761)) - Update roadmap for november ([#​8766](https://togithub.com/nuxt/framework/pull/8766)) - Use update import for `defineLazyEventHandler` ([#​8767](https://togithub.com/nuxt/framework/pull/8767)) - Remove stability-edge ([507f444c](https://togithub.com/nuxt/framework/commit/507f444c)) - **deployment:** Remove usage of custom icons ([8e4068b7](https://togithub.com/nuxt/framework/commit/8e4068b7)) - Improve examples content ([1582f8ec](https://togithub.com/nuxt/framework/commit/1582f8ec)) - **api:** Add `useRequestHeaders` composable example ([#​8833](https://togithub.com/nuxt/framework/pull/8833)) - Add entry for `extendPages` ([#​8860](https://togithub.com/nuxt/framework/pull/8860)) - **api:** Add `refreshNuxtData` util examples ([#​8845](https://togithub.com/nuxt/framework/pull/8845)) - Get event before running async function ([#​8861](https://togithub.com/nuxt/framework/pull/8861)) - **api:** Add `useHydration` composable ([#​8768](https://togithub.com/nuxt/framework/pull/8768)) - Add `query` option with example for `useFetch` ([#​8719](https://togithub.com/nuxt/framework/pull/8719)) - Add initial documentation for router composables ([#​8895](https://togithub.com/nuxt/framework/pull/8895)) - Add tls option to redis example ([#​8900](https://togithub.com/nuxt/framework/pull/8900)) - Fix syntax errors in server storage example ([#​8906](https://togithub.com/nuxt/framework/pull/8906)) - Fix typo ([#​8970](https://togithub.com/nuxt/framework/pull/8970)) - **api:** Add spaces to avoid breaking mobile layout ([#​8967](https://togithub.com/nuxt/framework/pull/8967)) - Typo in `available` ([#​8966](https://togithub.com/nuxt/framework/pull/8966)) - Add a bit more detail in the `definePageMeta` warning to specify it needs to be in a page ([#​8923](https://togithub.com/nuxt/framework/pull/8923)) - Match the open graph protocol markup ([#​8959](https://togithub.com/nuxt/framework/pull/8959)) - Fix typos ([#​8976](https://togithub.com/nuxt/framework/pull/8976)) ##### ❤️ Contributors - Anthony Fu - Daniel Roe - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Harlan Wilton ([@​harlan-zw](http://github.com/harlan-zw)) - Mehdi HosseinZade ([@​xtoolkit](http://github.com/xtoolkit)) - Silvesterwali - Israel Ortuño - Kevin Olson ([@​acidjazz](http://github.com/acidjazz)) - Julien Huang - Okoro Redemption ([@​therealokoro](http://github.com/therealokoro)) - Clément Ollivier ([@​clemcode](http://github.com/clemcode)) - Cedric Wetzel ([@​cedWetzel](http://github.com/cedWetzel)) - Percy Ma ([@​kecrily](http://github.com/kecrily)) - Ali Soueidan - Toby Faux - Stefan - Krutie Patel - Horu - Cue - Alexander Lichter ([@​manniL](http://github.com/manniL)) - Sébastien Chopin ([@​Atinux](http://github.com/Atinux)) - Iljs Путлер Капут - Maxim Morev ([@​MorevM](http://github.com/MorevM)) - Agénor Debriat ([@​agenordebriat](http://github.com/agenordebriat)) - Cx33 ([@​JiatLn](http://github.com/JiatLn))

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



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