Skip to content

Commit e11ed69

Browse files
chore(deps): update dependency nuxt to v4.4.4 (#2659)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Willow (GHOST) <[email protected]>
1 parent 929b2c3 commit e11ed69

4 files changed

Lines changed: 1755 additions & 1373 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@nuxtjs/mdc": "0.20.2",
2424
"better-sqlite3": "12.8.0",
2525
"docus": "5.8.1",
26-
"nuxt": "4.4.2",
26+
"nuxt": "4.4.4",
2727
"tailwindcss": "4.2.2"
2828
}
2929
}

modules/runtime/server/cache.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,9 @@ export default defineNitroPlugin(nitroApp => {
863863
const original$fetch = globalThis.$fetch
864864

865865
// Override native fetch for esm.sh requests and to inject test fixture responses
866+
// @ts-expect-error @atcute/tid depends on @atcute/[email protected] which depends on @types/bun causing this type conflict.
867+
// they fixed this in @atcute/time-ms@^1.3.0 but the tid package needs an update. Doing a ts-expect-error rather than an override
868+
// so we remember to remove this when the tid package updates
866869
globalThis.fetch = async (input: URL | RequestInfo, init?: RequestInit): Promise<Response> => {
867870
const urlStr =
868871
typeof input === 'string' ? input : input instanceof URL ? input.toString() : input.url

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"ipaddr.js": "2.3.0",
9292
"marked": "18.0.0",
9393
"module-replacements": "3.0.0-beta.7",
94-
"nuxt": "4.4.2",
94+
"nuxt": "4.4.4",
9595
"nuxt-og-image": "^6.4.3",
9696
"ofetch": "1.5.1",
9797
"ohash": "2.0.11",

0 commit comments

Comments
 (0)