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 #13

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit (source) ^3.10.2 -> ^3.10.3 age adoption passing confidence
@nuxt/schema (source) ^3.10.2 -> ^3.10.3 age adoption passing confidence
@types/node (source) ^20.11.19 -> ^20.11.20 age adoption passing confidence
nuxt (source) ^3.10.2 -> ^3.10.3 age adoption passing confidence
posthog-js ^1.106.0 -> ^1.108.3 age adoption passing confidence
vitest (source) ^1.3.0 -> ^1.3.1 age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/kit) ### [`v3.10.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.10.3) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.10.2...v3.10.3) > 3.10.3 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.2...v3.10.3) ##### 🩹 Fixes - **nuxt:** Respect `dedupe` option in `useFetch` ([#​25815](https://togithub.com/nuxt/nuxt/pull/25815)) - **nuxt:** Bypass browser cache when fetching app build id ([#​25813](https://togithub.com/nuxt/nuxt/pull/25813)) - **nuxt:** In dev, don't link `css` files with `?inline` query ([#​25822](https://togithub.com/nuxt/nuxt/pull/25822)) - **nuxt:** Pass `external` to `navigate` in custom `` ([#​25887](https://togithub.com/nuxt/nuxt/pull/25887)) - **nuxt:** Mark internal island components with `@__PURE__` ([#​25842](https://togithub.com/nuxt/nuxt/pull/25842)) - **nuxt:** Use `setTimeout` before scrolling when navigating ([#​25817](https://togithub.com/nuxt/nuxt/pull/25817)) - **nuxt:** Add missing type for `head` in `defineNuxtComponent` ([#​25410](https://togithub.com/nuxt/nuxt/pull/25410)) - **nuxt:** Handle `undefined` paths in `resolveTrailingSlashBehavior` ([ba6a4132b](https://togithub.com/nuxt/nuxt/commit/ba6a4132b)) - **nuxt:** Set `to.name` to be undefined rather than deleting entirely ([4ca1ab7cf](https://togithub.com/nuxt/nuxt/commit/4ca1ab7cf)) ##### πŸ“– Documentation - Enable more blocks for twoslash ([#​25830](https://togithub.com/nuxt/nuxt/pull/25830)) - Remove `.ts` extension when adding compiled files ([#​25855](https://togithub.com/nuxt/nuxt/pull/25855)) - Replace `callout` to new components ([#​25897](https://togithub.com/nuxt/nuxt/pull/25897)) - Fix incorrect wording ([#​25902](https://togithub.com/nuxt/nuxt/pull/25902)) ##### 🏑 Chore - Use `nuxt.config` to enable pages for docs typecheck ([72a2e23cc](https://togithub.com/nuxt/nuxt/commit/72a2e23cc)) - Restore environment back to development ([3f92cf04d](https://togithub.com/nuxt/nuxt/commit/3f92cf04d)) - Unpin vite version πŸ™ˆ ([d326e054d](https://togithub.com/nuxt/nuxt/commit/d326e054d)) - **nuxt:** Use Exclude rather than Omit ([3fc4231d3](https://togithub.com/nuxt/nuxt/commit/3fc4231d3)) ##### πŸ€– CI - Typecheck code samples in docs ([#​25777](https://togithub.com/nuxt/nuxt/pull/25777)) - Update link to stackblitz mcve page ([59dd5fd93](https://togithub.com/nuxt/nuxt/commit/59dd5fd93)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Mateusz Kulpa ([@​mateuszkulpa](https://togithub.com/mateuszkulpa)) - Jonathan Walters ([@​Chalks](https://togithub.com/Chalks)) - Josh Layton ([@​jl8n](https://togithub.com/jl8n)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Damian GΕ‚owala ([@​DamianGlowala](https://togithub.com/DamianGlowala)) - Florent Delerue ([@​Flosciante](https://togithub.com/Flosciante)) - Alexander Lichter ([@​manniL](https://togithub.com/manniL)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - OnlyWick ([@​OnlyWick](https://togithub.com/OnlyWick)) - MichaΕ‚ Zarach ([@​michalzaq12](https://togithub.com/michalzaq12)) - Miha Sedej ([@​tresko](https://togithub.com/tresko))
PostHog/posthog-js (posthog-js) ### [`v1.108.3`](https://togithub.com/PostHog/posthog-js/blob/HEAD/CHANGELOG.md#11083---2024-02-23) [Compare Source](https://togithub.com/PostHog/posthog-js/compare/v1.108.2...v1.108.3) - feat: Rollout new ingestion endpoints ([#​1032](https://togithub.com/PostHog/posthog-js/issues/1032)) ### [`v1.108.2`](https://togithub.com/PostHog/posthog-js/blob/HEAD/CHANGELOG.md#11082---2024-02-22) [Compare Source](https://togithub.com/PostHog/posthog-js/compare/v1.108.1...v1.108.2) - fix: Path for site apps ([#​1037](https://togithub.com/PostHog/posthog-js/issues/1037)) ### [`v1.108.1`](https://togithub.com/PostHog/posthog-js/blob/HEAD/CHANGELOG.md#11081---2024-02-22) [Compare Source](https://togithub.com/PostHog/posthog-js/compare/v1.108.0...v1.108.1) - fix(surveys): fix emoji scale ([#​1036](https://togithub.com/PostHog/posthog-js/issues/1036)) ### [`v1.108.0`](https://togithub.com/PostHog/posthog-js/blob/HEAD/CHANGELOG.md#11080---2024-02-20) [Compare Source](https://togithub.com/PostHog/posthog-js/compare/v1.107.0...v1.108.0) - fix(surveys): Render feedback preview ([#​1030](https://togithub.com/PostHog/posthog-js/issues/1030)) ### [`v1.107.0`](https://togithub.com/PostHog/posthog-js/blob/HEAD/CHANGELOG.md#11070---2024-02-20) [Compare Source](https://togithub.com/PostHog/posthog-js/compare/v1.106.3...v1.107.0) - feat: Allow changing persistence ([#​1025](https://togithub.com/PostHog/posthog-js/issues/1025)) ### [`v1.106.3`](https://togithub.com/PostHog/posthog-js/blob/HEAD/CHANGELOG.md#11063---2024-02-19) [Compare Source](https://togithub.com/PostHog/posthog-js/compare/v1.106.2...v1.106.3) - fix(surveys): survey popover improvements ([#​1029](https://togithub.com/PostHog/posthog-js/issues/1029)) ### [`v1.106.2`](https://togithub.com/PostHog/posthog-js/blob/HEAD/CHANGELOG.md#11062---2024-02-19) [Compare Source](https://togithub.com/PostHog/posthog-js/compare/v1.106.1...v1.106.2) - fix: protect against parent is not element ([#​1027](https://togithub.com/PostHog/posthog-js/issues/1027))
vitest-dev/vitest (vitest) ### [`v1.3.1`](https://togithub.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1)

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.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
nuxt-posthog-docs βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Feb 23, 2024 2:19pm