Skip to content

claude/clever-raman-a8f9b4 - #98

Merged
sundancekid73 merged 5 commits into
masterfrom
claude/clever-raman-a8f9b4
Apr 29, 2026
Merged

claude/clever-raman-a8f9b4#98
sundancekid73 merged 5 commits into
masterfrom
claude/clever-raman-a8f9b4

Conversation

@sundancekid73

Copy link
Copy Markdown
Collaborator

No description provided.

Michael Litschauer and others added 5 commits April 29, 2026 14:33
pnpm v10 blocks build scripts by default. Add pnpm.onlyBuiltDependencies
to package.json to allow esbuild, better-sqlite3, @parcel/watcher, sharp,
and vue-demi to run their install/compile scripts.

Without this, esbuild cannot build its native binary and nuxt dev fails
with "Cannot find native binding" for oxc-transform on Windows.

Also update pnpm-lock.yaml: running pnpm install --force on Windows added
the missing platform-specific optional deps (@oxc-transform/binding-win32-x64-msvc
and others) that were absent because the lockfile was originally generated
on Linux.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
zod is used directly in content.config.ts but was only a transitive dep
of @nuxt/content. pnpm's strict hoisting doesn't expose transitive deps
in node_modules, causing a "zod missing" error at startup.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The faq.md lives at /de/database/faq but the query used
.path('/de/database') which matched the index file instead.
The .where('type','=','faq') filter was then unreachable.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Updates lockfile specifiers to match the worktree package.json version
ranges and records zod as a direct dependency in the lockfile.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ude/clever-raman-a8f9b4

# Conflicts:
#	package.json
#	pnpm-lock.yaml
@sundancekid73
sundancekid73 merged commit 7fc434f into master Apr 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant