nuxt-modules / svg-sprite

Optimize SVG files and combine them into sprite
https://codesandbox.io/s/github/nuxt-community/svg-sprite-module/
MIT License
295 stars 41 forks source link

chore(deps): update devdependency @nuxt/test-utils to v3 - autoclosed #276

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/test-utils ^0.2.2 -> ^3.3.2 age adoption passing confidence

Release Notes

nuxt/nuxt ### [`v3.3.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.3.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.3.1...v3.3.2) > **3.3.2** is a patch release with plenty of bug fixes. #### ✅ 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.3.1...v3.3.2) ##### 🔥 Performance - **nuxt:** Experimentally disable vue server renderer nitro endpoint ([#​19825](https://togithub.com/nuxt/nuxt/pull/19825)) ##### 🩹 Fixes - **kit:** Provide name to `performance.mark()` ([#​19687](https://togithub.com/nuxt/nuxt/pull/19687)) - **nuxt:** Unpause DOM updates on suspense resolve ([#​19740](https://togithub.com/nuxt/nuxt/pull/19740)) - **kit:** Handle node 14 performance behaviour ([#​19733](https://togithub.com/nuxt/nuxt/pull/19733)) - **webpack:** Transpile app directory ([#​19773](https://togithub.com/nuxt/nuxt/pull/19773)) - **nuxt:** Unset context after app is created ([#​19753](https://togithub.com/nuxt/nuxt/pull/19753)) - **cli:** Watch dist and register restart hook after nuxt is ready ([#​19736](https://togithub.com/nuxt/nuxt/pull/19736)) - **nuxt:** Ignore falsy modules ([#​19684](https://togithub.com/nuxt/nuxt/pull/19684)) - **nuxt:** Use `h3` utilities to set response status/code ([#​19713](https://togithub.com/nuxt/nuxt/pull/19713)) - **nuxt:** Add temporary augmentation for webstorm (and docs) ([#​19400](https://togithub.com/nuxt/nuxt/pull/19400)) - **nuxt:** Handle external navigation to api routes ([#​19829](https://togithub.com/nuxt/nuxt/pull/19829)) - **nuxt:** Observe slot element in custom nuxt-link ([#​19802](https://togithub.com/nuxt/nuxt/pull/19802)) - **nuxt:** Directly render server components ([#​19605](https://togithub.com/nuxt/nuxt/pull/19605)) - **vite:** Support multiple rollup entries ([#​19842](https://togithub.com/nuxt/nuxt/pull/19842)) - **nuxt:** Ignore schema types that eval to any ([#​19835](https://togithub.com/nuxt/nuxt/pull/19835)) - **nuxt:** Use prerender cache for islands ([#​19822](https://togithub.com/nuxt/nuxt/pull/19822)) - **nuxt:** Add missing import in islands template ([#​19870](https://togithub.com/nuxt/nuxt/pull/19870)) - **kit:** Check if nuxt is restarting before updating templates ([#​19830](https://togithub.com/nuxt/nuxt/pull/19830)) - **test-utils:** Allow overriding nitro options ([#​19872](https://togithub.com/nuxt/nuxt/pull/19872)) - **kit:** Add legacy entrypoints for pre v3.3 usage ([#​19874](https://togithub.com/nuxt/nuxt/pull/19874)) ##### 📖 Documentation - Fix auto-imports example ([#​19520](https://togithub.com/nuxt/nuxt/pull/19520), [#​19690](https://togithub.com/nuxt/nuxt/pull/19690)) - Update seo and meta page ([#​19697](https://togithub.com/nuxt/nuxt/pull/19697)) - **introduction:** First batch of improvements ([98b9afa6d](https://togithub.com/nuxt/nuxt/commit/98b9afa6d)) - Update module author guide ([#​18551](https://togithub.com/nuxt/nuxt/pull/18551)) - Add 'going further' section for custom routing ([#​19565](https://togithub.com/nuxt/nuxt/pull/19565)) - Improve installation prerequisites ([c570ae272](https://togithub.com/nuxt/nuxt/commit/c570ae272)) - Update custom routing link ([8d644903b](https://togithub.com/nuxt/nuxt/commit/8d644903b)) - Add backticks ([#​19721](https://togithub.com/nuxt/nuxt/pull/19721)) - Add link to layout transitions ([#​19770](https://togithub.com/nuxt/nuxt/pull/19770)) - Fix typo ([#​19775](https://togithub.com/nuxt/nuxt/pull/19775)) - Fix typo ([#​19779](https://togithub.com/nuxt/nuxt/pull/19779)) - Fix typo ([#​19785](https://togithub.com/nuxt/nuxt/pull/19785)) - Add missing comma ([#​19791](https://togithub.com/nuxt/nuxt/pull/19791)) - Update legacy server examples ([#​19797](https://togithub.com/nuxt/nuxt/pull/19797)) - Third-party state management and migration guide ([#​19798](https://togithub.com/nuxt/nuxt/pull/19798)) - Link to module request issue template ([#​19754](https://togithub.com/nuxt/nuxt/pull/19754)) - Improve swr documentation ([#​18743](https://togithub.com/nuxt/nuxt/pull/18743)) - Add another example for `useAsyncData` ([#​19225](https://togithub.com/nuxt/nuxt/pull/19225)) - Avoid `$fetch` in top-level ` Githubissues.
  • Githubissues is a development platform for aggregating issues.