drunomics / nuxtjs-drupal-ce

A Nuxt module to easily connect Drupal via custom elements.
https://lupus-decoupled.org/
MIT License
22 stars 4 forks source link

chore(deps): update all non-major dependencies to ^3.6.2 #164

Closed renovate[bot] closed 12 months ago

renovate[bot] commented 12 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit ^3.6.1 -> ^3.6.2 age adoption passing confidence
@nuxt/schema ^3.6.1 -> ^3.6.2 age adoption passing confidence
@nuxt/test-utils ^3.6.1 -> ^3.6.2 age adoption passing confidence
nuxt ^3.6.1 -> ^3.6.2 age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/kit) ### [`v3.6.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.6.1...v3.6.2) > 3.6.2 is the next patch release, with a raft of fixes including preparations for use without `--shamefully-hoist` and some fixes for data fetching within nested layouts/pages. ##### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. ##### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.6.1...v3.6.2) ##### 🔥 Performance - **nuxt:** Don't run island transform plugin if disabled ([#​21844](https://togithub.com/nuxt/nuxt/pull/21844)) - **nuxt:** Allow hmr for server components in dev mode ([#​21916](https://togithub.com/nuxt/nuxt/pull/21916)) - **nuxt:** Use getters when constructing reactive routes ([#​21957](https://togithub.com/nuxt/nuxt/pull/21957)) ##### 🩹 Fixes - **nuxt:** Only redirect if path is not the same as initial url ([#​21815](https://togithub.com/nuxt/nuxt/pull/21815)) - **cli:** Resolve `@nuxt/ui-templates` from `modulesDir` ([#​21836](https://togithub.com/nuxt/nuxt/pull/21836)) - **nuxt, vite:** Do not use cjs utils to resolve/alias vue ([#​21837](https://togithub.com/nuxt/nuxt/pull/21837)) - **nuxt:** Improve default prerender behaviour ([#​21817](https://togithub.com/nuxt/nuxt/pull/21817)) - **vite:** Greater type-safety within runtime vite-node ([#​21849](https://togithub.com/nuxt/nuxt/pull/21849)) - **nuxt:** Ensure static presets equivalent to `nuxi generate` ([#​21860](https://togithub.com/nuxt/nuxt/pull/21860)) - **nuxt:** Handle injecting multiple entry ids for styles ([#​21864](https://togithub.com/nuxt/nuxt/pull/21864)) - **nuxt:** Stop loading indicator on navigation failure ([#​21751](https://togithub.com/nuxt/nuxt/pull/21751)) - **cli:** Respect nitro ssl cert/key variables ([#​21912](https://togithub.com/nuxt/nuxt/pull/21912)) - **nuxt:** Include external layers in `tsconfig.json` scope ([#​21917](https://togithub.com/nuxt/nuxt/pull/21917)) - **nuxt:** Support custom route name meta with `typedPages` ([#​21659](https://togithub.com/nuxt/nuxt/pull/21659)) - **vite:** Remove @​vue/ scoped libraries from resolutions ([#​21922](https://togithub.com/nuxt/nuxt/pull/21922)) - **nuxt:** Add layers in `node_modules` to tsconfig include ([#​21929](https://togithub.com/nuxt/nuxt/pull/21929)) - **nuxt:** Regenerate imports after template ([#​21934](https://togithub.com/nuxt/nuxt/pull/21934)) - **vite:** Fix issue detecting shadowed keyed composables ([#​21891](https://togithub.com/nuxt/nuxt/pull/21891)) - **nuxt:** Use `$fetch.raw` in dev client mode for islands ([#​21904](https://togithub.com/nuxt/nuxt/pull/21904)) - **schema:** Warn if user provides `vite.publicDir` ([#​21847](https://togithub.com/nuxt/nuxt/pull/21847)) - **nuxt:** Preserve old vnode when leaving nested route ([#​21823](https://togithub.com/nuxt/nuxt/pull/21823)) - **kit:** Ignore telemetry startup time (as it has prompt) ([#​21959](https://togithub.com/nuxt/nuxt/pull/21959)) ##### 📖 Documentation - Add warning about dynamic import of css ([#​21805](https://togithub.com/nuxt/nuxt/pull/21805)) - Update example links ([#​21811](https://togithub.com/nuxt/nuxt/pull/21811)) - Fix broken `spaLoadingTemplate` link ([#​21845](https://togithub.com/nuxt/nuxt/pull/21845)) - Update useFetch return values ([#​21852](https://togithub.com/nuxt/nuxt/pull/21852)) - Describe environment override feature ([#​21879](https://togithub.com/nuxt/nuxt/pull/21879)) - Add Daniel example for hybrid rendering and Vercel ([20d59d1cf](https://togithub.com/nuxt/nuxt/commit/20d59d1cf)) - Improve hybrid rendering ([3fb329cc8](https://togithub.com/nuxt/nuxt/commit/3fb329cc8)) - **rendering:** Add end of sentence ([565787183](https://togithub.com/nuxt/nuxt/commit/565787183)) - Add closing bracket ([#​21887](https://togithub.com/nuxt/nuxt/pull/21887)) - Added a note about server dynamic routes limitation ([#​21919](https://togithub.com/nuxt/nuxt/pull/21919)) - Update docs for `` ([#​21952](https://togithub.com/nuxt/nuxt/pull/21952)) - Update more links to examples repo ([13a892361](https://togithub.com/nuxt/nuxt/commit/13a892361)) - Add JetBrains IDEs debug configuration ([#​21965](https://togithub.com/nuxt/nuxt/pull/21965)) ##### 🏡 Chore - Prune internal unused code and exports ([#​21809](https://togithub.com/nuxt/nuxt/pull/21809)) - Add codeflow overrides configuration ([d7267663f](https://togithub.com/nuxt/nuxt/commit/d7267663f)) ##### ✅ Tests - Add `nuxt-vitest` and composable unit tests ([#​21884](https://togithub.com/nuxt/nuxt/pull/21884)) ##### ❤️ Contributors - Mateusz Kulpa ([@​mateuszkulpa](https://togithub.com/mateuszkulpa)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Nozomu Ikuta ([@​NozomuIkuta](https://togithub.com/NozomuIkuta)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Muhamad Jamil ([@​Fanreza](https://togithub.com/Fanreza)) - Anhao ([@​ah-dc](https://togithub.com/ah-dc)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Agénor Debriat ([@​agenordebriat](https://togithub.com/agenordebriat)) - ChronicStone ([@​ChronicStone](https://togithub.com/ChronicStone)) - Ali Azimi ([@​ali4zimi](https://togithub.com/ali4zimi)) - Vasek ([@​vasek-code](https://togithub.com/vasek-code)) - Sébastien Chopin ([@​atinux](https://togithub.com/atinux)) - Aditya Rawat ([@​adityarawat1223](https://togithub.com/adityarawat1223)) - Lucas Vargas ([@​vargasmesh](https://togithub.com/vargasmesh)) - David Stack ([@​davidstackio](https://togithub.com/davidstackio)) - Rayan Inerky ([@​InerkyJad](https://togithub.com/InerkyJad))

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.