From 260cd8d96ea348c2f9f0eb685478db9ad725c4eb Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 4 Aug 2026 13:06:23 +0200 Subject: [PATCH 1/5] chore(deps): upgrade nuxt deps Co-authored-by: "Willow (GHOST)" --- .nuxtrc | 2 +- app/components/global/BlogPostWrapper.vue | 5 +- .../package-changelog/[[org]]/[name].vue | 6 +- docs/package.json | 2 +- knip.ts | 13 +- package.json | 12 +- patches/@nuxt__test-utils.patch | 13 - patches/@nuxt__test-utils@4.1.0.patch | 13 + patches/nuxt@4.5.2.patch | 13 + pnpm-lock.yaml | 2886 +++++++---------- pnpm-workspace.yaml | 11 +- 11 files changed, 1287 insertions(+), 1689 deletions(-) delete mode 100644 patches/@nuxt__test-utils.patch create mode 100644 patches/@nuxt__test-utils@4.1.0.patch create mode 100644 patches/nuxt@4.5.2.patch diff --git a/.nuxtrc b/.nuxtrc index 640f280a3b..0e6b68e606 100644 --- a/.nuxtrc +++ b/.nuxtrc @@ -1 +1 @@ -setups.@nuxt/test-utils="4.0.3" \ No newline at end of file +setups.@nuxt/test-utils="4.1.0" \ No newline at end of file diff --git a/app/components/global/BlogPostWrapper.vue b/app/components/global/BlogPostWrapper.vue index f00a912577..9947b51790 100644 --- a/app/components/global/BlogPostWrapper.vue +++ b/app/components/global/BlogPostWrapper.vue @@ -1,4 +1,5 @@