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.5 #171

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

nuxt/nuxt (@​nuxt/kit) ### [`v3.6.5`](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.5) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.6.4...v3.6.5) > 3.6.5 is a hotfix patch release addressing the regression with nuxt/content introduced in v3.6.4. [v3.6.4 release notes](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.4) #### βœ… 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.4...v3.6.5) ##### 🩹 Fixes - **nuxt:** Remove `dist` from the default ignore list ([#​22227](https://togithub.com/nuxt/nuxt/pull/22227)) ##### ❀️ Contributors - Anthony Fu ### [`v3.6.4`](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.4) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.6.3...v3.6.4) > 3.6.4 is a patch release, brought forward to allow releasing some important bug fixes before work begins on 3.7. > **Warning** > We're currently investigating a regression with nuxt/content and will be releasing 3.6.5 later today. #### βœ… 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.3...v3.6.4) ##### πŸ”₯ Performance - **nuxt,schema:** Do not watch `buildDir` and `node_modules` ([#​22214](https://togithub.com/nuxt/nuxt/pull/22214)) ##### 🩹 Fixes - **nuxt:** Correctly use `toLowerCase` for possible `moduleResolution` ([#​22160](https://togithub.com/nuxt/nuxt/pull/22160)) - **nuxt:** Don't redirect if initial path has trailing slash ([#​22192](https://togithub.com/nuxt/nuxt/pull/22192)) - **nuxt:** Work around payload extraction issue ([#​22162](https://togithub.com/nuxt/nuxt/pull/22162)) - **nuxt:** Add `baseURL` to island fetch requests ([#​22009](https://togithub.com/nuxt/nuxt/pull/22009)) - **nuxt:** Resolve race condition regenerating auto imports ([#​22201](https://togithub.com/nuxt/nuxt/pull/22201)) - **nuxt:** Ensure we only increment hydrating count once ([#​22200](https://togithub.com/nuxt/nuxt/pull/22200)) - **nuxt:** Avoid premature hydration when using async layouts ([#​22198](https://togithub.com/nuxt/nuxt/pull/22198)) - **cli:** Support `--inspect` in dev mode ([#​22205](https://togithub.com/nuxt/nuxt/pull/22205)) - **test-utils:** Pass along error if server can't start ([#​22216](https://togithub.com/nuxt/nuxt/pull/22216)) ##### πŸ“– Documentation - Add runtime storage configuration examples ([#​22189](https://togithub.com/nuxt/nuxt/pull/22189)) - Add instruction on how to use other modules in a module ([#​22081](https://togithub.com/nuxt/nuxt/pull/22081)) - Standardize indentation and tag positioning ([#​22157](https://togithub.com/nuxt/nuxt/pull/22157)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Nirina Rabeson ([@​Seboran](https://togithub.com/Seboran)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Alexander Lichter ([@​manniL](https://togithub.com/manniL)) - Mahdi Shah Abbasian ([@​shahabbasian](https://togithub.com/shahabbasian)) - Ali Azimi ([@​ali4zimi](https://togithub.com/ali4zimi)) - Qin Guan ([@​qin-guan](https://togithub.com/qin-guan))

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.