diff --git a/renovate.json b/renovate.json index 2dd004664..a606e5b88 100644 --- a/renovate.json +++ b/renovate.json @@ -105,6 +105,12 @@ "matchFileNames": ["sites/images-devsy-sh/**"], "allowedVersions": "<4.7.4", "description": "images-devsy-sh: svelte-check 4.7.4 tightened its typescript peerDependency to ^5||^6, incompatible with typescript 7 used here; unpin when svelte-check supports TS 7" + }, + { + "matchPackageNames": ["typescript"], + "matchFileNames": ["sites/docs-devsy-sh/**"], + "allowedVersions": "<7.0.0", + "description": "docs-devsy-sh: typescript 7 doesn't provide the compiler API Next.js's build-time type checking requires; unpin when Next.js supports TS 7" } ] } diff --git a/sites/docs-devsy-sh/package-lock.json b/sites/docs-devsy-sh/package-lock.json index 1dd20db77..2c733218c 100644 --- a/sites/docs-devsy-sh/package-lock.json +++ b/sites/docs-devsy-sh/package-lock.json @@ -27,7 +27,7 @@ "postcss": "8.5.25", "tailwindcss": "4.3.3", "tsx": "4.23.5", - "typescript": "6.0.3" + "typescript": "^6.0.3" } }, "node_modules/@alloc/quick-lru": { diff --git a/sites/docs-devsy-sh/package.json b/sites/docs-devsy-sh/package.json index 6d92d6f72..d84aab5e2 100644 --- a/sites/docs-devsy-sh/package.json +++ b/sites/docs-devsy-sh/package.json @@ -28,6 +28,6 @@ "postcss": "8.5.25", "tailwindcss": "4.3.3", "tsx": "4.23.5", - "typescript": "6.0.3" + "typescript": "^6.0.3" } }