Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/template-sync-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"upstreamRepo": "nuxt-ui-templates/saas",
"lastSyncedCommit": "d548b61351af9ef0802da1946d26b2c35a3db449",
"lastSyncedCommit": "51326517c04ab00413e42c63bd015c92f84588fd",
"lastSyncDate": "2026-03-30T00:00:00Z"
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
},
"dependencies": {
"@giscus/vue": "^3.1.1",
"@iconify-json/lucide": "^1.2.90",
"@iconify-json/simple-icons": "^1.2.70",
"@nuxt/content": "^3.11.2",
"@iconify-json/lucide": "^1.2.100",
"@iconify-json/simple-icons": "^1.2.75",
"@nuxt/content": "^3.12.0",
"@nuxt/hints": "1.0.0-alpha.6",
"@nuxt/image": "^2.0.0",
"@nuxt/scripts": "0.13.2",
"@nuxt/ui": "^4.4.0",
"@nuxt/ui": "^4.6.0",
"@nuxtjs/seo": "^3.4.0",
"@shikijs/engine-javascript": "^4.0.2",
"@standard-schema/spec": "^1.1.0",
"@unhead/vue": "^2.1.4",
"@vueuse/nuxt": "^14.2.1",
"better-sqlite3": "^12.6.2",
"better-sqlite3": "^12.8.0",
"feed": "^5.2.0",
"just-kebab-case": "^4.2.0",
"nuxt": "^4.2.2",
"nuxt": "^4.4.2",
"posthog-js": "^1.345.2",
Comment on lines 31 to 33
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nuxt 4.4.2 (and related packages like @nuxt/ui@4.6.0) now require Node ^20.19.0 || >=22.12.0 (per their engines field). Since this repo doesn't declare a "engines" constraint in package.json, developers on older Node 20.x patch versions may hit install/runtime failures without a clear message. Consider adding an engines.node entry matching the new minimum to make the requirement explicit and enforceable.

Copilot uses AI. Check for mistakes.
"submitjson": "^0.14.0",
"tailwindcss": "^4.2.2",
Expand All @@ -41,11 +41,11 @@
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/vscode-icons": "^1.2.41",
"@nuxt/eslint": "^1.15.1",
"@nuxt/eslint": "^1.15.2",
"@stefanobartoletti/nuxt-social-share": "^2.3.1",
"eslint": "^10.0.3",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4"
"eslint": "^10.1.0",
"typescript": "^6.0.2",
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nuxt/ui@4.6.0 declares typescript: ^5.6.3 as a peer dependency, but this PR upgrades TypeScript to ^6.0.2. Even if CI currently passes, this will produce an incompatible peer dependency warning (and can lead to subtle type/tooling issues). Consider either keeping TypeScript on a compatible v5 range until Nuxt UI supports v6, or adding an explicit pnpm peer-dependency rule/override so installs are deterministic and the mismatch is intentionally handled.

Suggested change
"typescript": "^6.0.2",
"typescript": "^5.6.3",

Copilot uses AI. Check for mistakes.
"vue-tsc": "^3.2.6"
},
"packageManager": "pnpm@10.29.2"
"packageManager": "pnpm@10.33.0"
}
Loading
Loading