mitjans / nuxt-posthog

Posthog module for Nuxt
https://nuxt-posthog.cmitjans.dev
MIT License
27 stars 3 forks source link

chore(deps): update all non-major dependencies #11

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/heroicons ^1.1.19 -> ^1.1.20 age adoption passing confidence
@iconify-json/simple-icons ^1.1.89 -> ^1.1.92 age adoption passing confidence
@nuxt/content (source) ^2.11.0 -> ^2.12.0 age adoption passing confidence
@nuxt/kit (source) ^3.10.0 -> ^3.10.2 age adoption passing confidence
@nuxt/schema (source) ^3.10.0 -> ^3.10.2 age adoption passing confidence
@​nuxt/ui-pro ^0.7.3 -> ^0.7.5 age adoption passing confidence
@nuxthq/studio (source) ^1.0.10 -> ^1.0.11 age adoption passing confidence
@types/node (source) ^20.11.14 -> ^20.11.19 age adoption passing confidence
nuxt (source) ^3.10.0 -> ^3.10.2 age adoption passing confidence
nuxt (source) ^3.9.3 -> ^3.10.2 age adoption passing confidence
posthog-js ^1.104.2 -> ^1.106.0 age adoption passing confidence
prettier (source) ^3.2.4 -> ^3.2.5 age adoption passing confidence
vitest (source) ^1.2.2 -> ^1.3.0 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content) ### [`v2.12.0`](https://togithub.com/nuxt/content/blob/HEAD/CHANGELOG.md#v2120) [Compare Source](https://togithub.com/nuxt/content/compare/v2.11.0...v2.12.0) [compare changes](https://togithub.com/nuxt/content/compare/v2.11.0...v2.12.0) ##### 🚀 Enhancements - Adopt to mdc v0.4 ([#​2539](https://togithub.com/nuxt/content/pull/2539)) ##### 🔥 Performance - **content-list:** Cache contents list during generation and per-request ([#​2527](https://togithub.com/nuxt/content/pull/2527)) ##### 🩹 Fixes - **module:** Handle former props in ContentSlot transformer ([#​2525](https://togithub.com/nuxt/content/pull/2525)) - **client-db:** Fetch dir config on legacy query ([4b9b6b7a](https://togithub.com/nuxt/content/commit/4b9b6b7a)) - **navigation:** Ignore extensions on navigation sort ([#​2529](https://togithub.com/nuxt/content/pull/2529)) ##### 📖 Documentation - Add `highlight.langs` ([61f6cda9](https://togithub.com/nuxt/content/commit/61f6cda9)) ##### 🏡 Chore - **tw-support:** Get cssPath from array ([#​2501](https://togithub.com/nuxt/content/pull/2501)) - Missing imports in playground ([e7e082c3](https://togithub.com/nuxt/content/commit/e7e082c3)) - Upgrade `@nuxtjs/mdc` ([d3437082](https://togithub.com/nuxt/content/commit/d3437082)) ##### ❤️ Contributors - Farnabaz ([@​farnabaz](http://github.com/farnabaz)) - Anthony Fu - Inesh Bose
nuxt/nuxt (@​nuxt/kit) ### [`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 `` ([#​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)) - Githubissues.
  • Githubissues is a development platform for aggregating issues.