nuxt / nuxters

https://nuxters.nuxt.com
MIT License
133 stars 17 forks source link

chore(deps): update dependency nuxt to ^3.8.2 #47

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nuxt (source) ^3.8.0 -> ^3.8.2 age adoption passing confidence

Release Notes

nuxt/nuxt (nuxt) ### [`v3.8.2`](https://togithub.com/nuxt/nuxt/compare/v3.8.1...v3.8.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.8.1...v3.8.2) ### [`v3.8.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.8.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.8.0...v3.8.1) > 3.8.1 is a patch release focused on bug fixes and performance improvements. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.8.0...v3.8.1) ##### 🔥 Performance - **nuxt:** Set `pages` on nuxt app and deduplicate calls ([#​24032](https://togithub.com/nuxt/nuxt/pull/24032)) - **nuxt:** Remove pure annotations plugin ([#​24033](https://togithub.com/nuxt/nuxt/pull/24033)) - **nuxt:** Use granular imports for auto-importing composables ([#​23951](https://togithub.com/nuxt/nuxt/pull/23951)) ##### 🩹 Fixes - **nuxt:** Ensure we add prerender hints to correct event ([#​23799](https://togithub.com/nuxt/nuxt/pull/23799)) - **nuxt:** Close payload object ([#​23817](https://togithub.com/nuxt/nuxt/pull/23817)) - **schema:** Accept single string for `extends` ([#​23795](https://togithub.com/nuxt/nuxt/pull/23795)) - **nuxt:** Resolve internal `target: blank` links with base ([#​23751](https://togithub.com/nuxt/nuxt/pull/23751)) - **nuxt,schema:** Use `std-env` to detect whether app is being tested ([#​23830](https://togithub.com/nuxt/nuxt/pull/23830)) - **nuxt:** Use `.json` extension for server components ([#​23802](https://togithub.com/nuxt/nuxt/pull/23802)) - **nuxt:** Handle relative baseURL in nitro runtime config ([#​23841](https://togithub.com/nuxt/nuxt/pull/23841)) - **nuxt:** Improve watcher logs slightly ([#​23857](https://togithub.com/nuxt/nuxt/pull/23857)) - **nuxt:** Resolve `@unhead/vue` in template code ([#​23858](https://togithub.com/nuxt/nuxt/pull/23858)) - **kit:** Resolve module tsconfig paths relative to dirs ([#​23860](https://togithub.com/nuxt/nuxt/pull/23860)) - **nuxt,schema,vite,webpack:** Analyze w/o overriding config ([#​23856](https://togithub.com/nuxt/nuxt/pull/23856)) - **nuxt:** Don't use local fetch with an external `baseURL` ([#​23884](https://togithub.com/nuxt/nuxt/pull/23884)) - **nuxt:** Only skip refetching errors when hydrating ([#​23889](https://togithub.com/nuxt/nuxt/pull/23889)) - **webpack:** Use lodash `cloneDeep` again ([#​23888](https://togithub.com/nuxt/nuxt/pull/23888)) - **nuxt:** Init `$fetch` at entry start ([#​23906](https://togithub.com/nuxt/nuxt/pull/23906)) - **nuxt:** Render a div when client-only hydrates w/o element ([#​23899](https://togithub.com/nuxt/nuxt/pull/23899)) - **vite:** Remove `postcss-url` and duplicate `postcss-import` ([#​23861](https://togithub.com/nuxt/nuxt/pull/23861)) - **nuxt:** Use route key for loading indicator/view transition ([#​23868](https://togithub.com/nuxt/nuxt/pull/23868)) - **nuxt:** Unset `useCookie` value when it expires ([#​23549](https://togithub.com/nuxt/nuxt/pull/23549)) - **vite:** Use `h3` cors handler for vite routes only ([#​23995](https://togithub.com/nuxt/nuxt/pull/23995)) - **schema:** Correctly set default cssnano config ([#​23980](https://togithub.com/nuxt/nuxt/pull/23980)) - **nuxt:** Use payload url for isPrerendered, not current route ([#​24031](https://togithub.com/nuxt/nuxt/pull/24031)) - **vite:** Don't warm up css deps and normalise urls correctly ([#​23975](https://togithub.com/nuxt/nuxt/pull/23975)) - **kit:** Fix `addServerImportsDir` implementation ([#​24000](https://togithub.com/nuxt/nuxt/pull/24000)) - **nuxt:** Preserve hyphens in component/layout kebab names ([#​23902](https://togithub.com/nuxt/nuxt/pull/23902)) - **nuxt:** Do not register loading indicator hooks on server ([#​24052](https://togithub.com/nuxt/nuxt/pull/24052)) - **nuxt:** Reload nitro when spa loading template updates ([#​24036](https://togithub.com/nuxt/nuxt/pull/24036)) - **nuxt:** Resolve imports from virtual files ([#​24022](https://togithub.com/nuxt/nuxt/pull/24022)) - **vite:** Include more of warmup within try/catch ([#​24072](https://togithub.com/nuxt/nuxt/pull/24072)) - **nuxt:** Use shared `isChangingPage` util in scrollBehavior ([#​24091](https://togithub.com/nuxt/nuxt/pull/24091)) - **nuxt:** Account for delay ≤ 0 in `useCookie` ([#​24043](https://togithub.com/nuxt/nuxt/pull/24043)) - **nuxt:** Handle async children in `ClientFallback` ([#​24086](https://togithub.com/nuxt/nuxt/pull/24086)) - **vite:** Normalise entry id for `typeCheck` plugin ([#​24114](https://togithub.com/nuxt/nuxt/pull/24114)) ##### 💅 Refactors - **nuxt:** Use `useRequestEvent()` internally ([#​23916](https://togithub.com/nuxt/nuxt/pull/23916)) ##### 📖 Documentation - Add example of auto-importing components from npm package ([#​23792](https://togithub.com/nuxt/nuxt/pull/23792)) - Update minimum required Node version ([#​23821](https://togithub.com/nuxt/nuxt/pull/23821)) - **getting-started:** Add schema for server ([6d0f45469](https://togithub.com/nuxt/nuxt/commit/6d0f45469)) - Fix typo in pnpm install command ([#​23851](https://togithub.com/nuxt/nuxt/pull/23851)) - Add missing comma ([#​23870](https://togithub.com/nuxt/nuxt/pull/23870)) - Add missing nitro hooks ([#​23865](https://togithub.com/nuxt/nuxt/pull/23865)) - Fix typo in layout description ([#​23862](https://togithub.com/nuxt/nuxt/pull/23862)) - Fix typo in runtime-config page ([#​23882](https://togithub.com/nuxt/nuxt/pull/23882)) - Fix typo ([#​23912](https://togithub.com/nuxt/nuxt/pull/23912)) - Fix typos ([#​23921](https://togithub.com/nuxt/nuxt/pull/23921)) - Rename 3.nuxt.config.md to 3.nuxt-config.md ([#​23819](https://togithub.com/nuxt/nuxt/pull/23819)) - **composables:** Avoid double read-more in useAppConfig ([5fea17288](https://togithub.com/nuxt/nuxt/commit/5fea17288)) - Skip View Transitions API route middleware on server ([#​23935](https://togithub.com/nuxt/nuxt/pull/23935)) - Clarify that bridge supports definePageMeta ([#​23944](https://togithub.com/nuxt/nuxt/pull/23944)) - Fix small typo in nuxt.config.ts documentation ([#​23961](https://togithub.com/nuxt/nuxt/pull/23961)) - Update link to composables doc ([#​23989](https://togithub.com/nuxt/nuxt/pull/23989)) - Add a more helpful comment ([#​23999](https://togithub.com/nuxt/nuxt/pull/23999)) - Fix `useFetch` key generation logic ([#​24082](https://togithub.com/nuxt/nuxt/pull/24082)) - Fix typo ([#​24099](https://togithub.com/nuxt/nuxt/pull/24099)) - Fix imported `addPrerenderRoutes` name ([#​24102](https://togithub.com/nuxt/nuxt/pull/24102)) - Improve router docs on nuxt-injected options ([#​24126](https://togithub.com/nuxt/nuxt/pull/24126)) ##### 🏡 Chore - Revert pnpm upgrade ([e297368ee](https://togithub.com/nuxt/nuxt/commit/e297368ee)) ##### ✅ Tests - **nuxt:** Test remote islands for `NuxtIsland` ([#​23801](https://togithub.com/nuxt/nuxt/pull/23801)) - Update basic fixture config for vite 5 ([#​23859](https://togithub.com/nuxt/nuxt/pull/23859)) - Await before asserting console logs ([#​24051](https://togithub.com/nuxt/nuxt/pull/24051)) ##### 🤖 CI - Add doc deploy webhook trigger ([#​23828](https://togithub.com/nuxt/nuxt/pull/23828)) - Run nuxt 2 edge release on node 18 ([5b96049d9](https://togithub.com/nuxt/nuxt/commit/5b96049d9)) ##### ❤️ Contributors - Fabian B ([@​madebyfabian](https://togithub.com/madebyfabian)) - Mehdi Lahlou ([@​medfreeman](https://togithub.com/medfreeman)) - Webfansplz ([@​Webfansplz](https://togithub.com/Webfansplz)) - Damian Głowala ([@​DamianGlowala](https://togithub.com/DamianGlowala)) - Andrey Yolkin ([@​AndreyYolkin](https://togithub.com/AndreyYolkin)) - Vasilis Souvatzis ([@​vasisouv](https://togithub.com/vasisouv)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Marco Solazzi ([@​dwightjack](https://togithub.com/dwightjack)) - NiJia Lin ([@​louis70109](https://togithub.com/louis70109)) - Hugo Torzuoli ([@​HZooly](https://togithub.com/HZooly)) - Mathieu ALBIN ([@​jaegar-wolf](https://togithub.com/jaegar-wolf)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Jaap Roes ([@​jaap3](https://togithub.com/jaap3)) - Ryota Watanabe ([@​wattanx](https://togithub.com/wattanx)) - Sébastien Chopin ([@​Atinux](https://togithub.com/Atinux)) - Hossein-moghadam ([@​hosseinmoghaddam](https://togithub.com/hosseinmoghaddam)) - Bastien Rossi ([@​bastienrossi](https://togithub.com/bastienrossi)) - Ordago ([@​ordago](https://togithub.com/ordago)) - Jeffrey GONZALES ([@​jgonz3](https://togithub.com/jgonz3)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Leonard Mihalcea ([@​LeVoMihalcea](https://togithub.com/LeVoMihalcea)) - Paulo Pertierra ([@​paulo-pertierra](https://togithub.com/paulo-pertierra)) - Conner ([@​connerblanton](https://togithub.com/connerblanton)) - KeJun ([@​KeJunMao](https://togithub.com/KeJunMao)) - Bjorn Lu ([@​bluwy](https://togithub.com/bluwy)) - Salman Khattak ([@​khattaksd](https://togithub.com/khattaksd)) - Luke Nelson ([@​luc122c](https://togithub.com/luc122c)) - Jianqi Pan ([@​Jannchie](https://togithub.com/Jannchie)) - Matej Černý ([@​CernyMatej](https://togithub.com/CernyMatej))

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 this update again.



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

cloudflare-pages[bot] commented 8 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6a6a569
Status: ✅  Deploy successful!
Preview URL: https://511ef9e4.nuxters.pages.dev
Branch Preview URL: https://renovate-nuxt.nuxters.pages.dev

View logs