This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update nuxtjs monorepo to ^3.10.2 (#64)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/kit](https://nuxt.com/docs/api/kit) ([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/kit)) | [`^3.10.1` -> `^3.10.2`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.10.1/3.10.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fkit/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fkit/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fkit/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fkit/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nuxt/schema](https://nuxt.com) ([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/schema)) | [`^3.10.1` -> `^3.10.2`](https://renovatebot.com/diffs/npm/@nuxt%2fschema/3.10.1/3.10.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fschema/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fschema/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fschema/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fschema/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [nuxt](https://nuxt.com) ([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) | [`^3.10.1` -> `^3.10.2`](https://renovatebot.com/diffs/npm/nuxt/3.10.1/3.10.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nuxt/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nuxt/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nuxt/nuxt (@​nuxt/kit)</summary> ### [`v3.10.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.10.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.10.1...v3.10.2) > 3.10.2 is a regularly-scheduled patch release. ##### ✅ 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 vue and unjs ecosystems. ##### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.10.1...v3.10.2) ##### 🩹 Fixes - **nuxt:** Export `refreshCookie` ([#​25635](https://togithub.com/nuxt/nuxt/pull/25635)) - **nuxt:** Allow prefetching urls with query string ([#​25658](https://togithub.com/nuxt/nuxt/pull/25658)) - **nuxt:** Remove undefined keys in route object ([#​25667](https://togithub.com/nuxt/nuxt/pull/25667)) - **vite:** Treat `.pcss` extension as a CSS extension ([#​25673](https://togithub.com/nuxt/nuxt/pull/25673)) - **nuxt:** Don't check for layout/page with `<ClientOnly>` ([#​25714](https://togithub.com/nuxt/nuxt/pull/25714)) - **vite:** Strip query strings for style chunk filenames ([#​25764](https://togithub.com/nuxt/nuxt/pull/25764)) - **nuxt:** Inline entry styles before component styles ([#​25749](https://togithub.com/nuxt/nuxt/pull/25749)) - **vite:** Optimise layer dependencies with vite ([#​25752](https://togithub.com/nuxt/nuxt/pull/25752)) - **nuxt:** Don't add extra `baseURL` on server `useRequestURL` ([#​25765](https://togithub.com/nuxt/nuxt/pull/25765)) - **schema:** Use `rootDir`, not `process.cwd`, for `modulesDir` ([#​25766](https://togithub.com/nuxt/nuxt/pull/25766)) - **nuxt:** Only warn for `useId` if attrs were not rendered ([#​25770](https://togithub.com/nuxt/nuxt/pull/25770)) - **kit:** Don't mutate existing component entry when overriding ([#​25786](https://togithub.com/nuxt/nuxt/pull/25786)) ##### 📖 Documentation - Fix typo in `useAsyncData` docs ([#​25644](https://togithub.com/nuxt/nuxt/pull/25644)) - Add quotes to clarify what site title is in example ([#​25669](https://togithub.com/nuxt/nuxt/pull/25669)) - Enable twoslash for some code snippets ([#​25679](https://togithub.com/nuxt/nuxt/pull/25679)) - Add prepend option docs for `addComponentsDir` ([#​25683](https://togithub.com/nuxt/nuxt/pull/25683)) - Extend auto-scanned layer directories ([#​25720](https://togithub.com/nuxt/nuxt/pull/25720)) - Improve wording in seo docs ([#​25692](https://togithub.com/nuxt/nuxt/pull/25692)) - Add how to debug nuxt with node inspector ([#​25731](https://togithub.com/nuxt/nuxt/pull/25731)) - <script setup> changed to <script setup lang="ts"> ([#​25750](https://togithub.com/nuxt/nuxt/pull/25750)) - Add missing export defaults for nuxt config ([#​25774](https://togithub.com/nuxt/nuxt/pull/25774)) - Add import statement for mountSuspended ([#​25783](https://togithub.com/nuxt/nuxt/pull/25783)) - Pass `event` to `useRuntimeConfig` ([#​25788](https://togithub.com/nuxt/nuxt/pull/25788)) ##### 🏡 Chore - **schema:** Add missing closing code block ([#​25641](https://togithub.com/nuxt/nuxt/pull/25641)) ##### ❤️ Contributors - Sam Blowes ([@​blowsie](https://togithub.com/blowsie)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - yoshihirokurosaki ([@​irishkooky](https://togithub.com/irishkooky)) - Eduardo San Martin Morote ([@​posva](https://togithub.com/posva)) - Mahdi Shah Abbasian ([@​shahabbasian](https://togithub.com/shahabbasian)) - João Carmona ([@​jpsc](https://togithub.com/jpsc)) - Naim Ahmed Shuvo ([@​shuvo-me](https://togithub.com/shuvo-me)) - Denis L ([@​DenisLug](https://togithub.com/DenisLug)) - GJSSSS ([@​gjssss](https://togithub.com/gjssss)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Aman Desai ([@​amandesai01](https://togithub.com/amandesai01)) - Stephen Strange ([@​byStrange](https://togithub.com/byStrange)) - Žan Fras ([@​frasza](https://togithub.com/frasza)) - Santiago Morales ([@​Aleroms](https://togithub.com/Aleroms)) - Hendrik Heil ([@​hendrikheil](https://togithub.com/hendrikheil)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Tokyo, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/shinGangan/nuxt-markuplint). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information