release: promote dev to prod (deploy fix + vscode settings) - #36
Merged
Conversation
…lude build dirs - eslint.validate includes vue so .vue files are linted in-editor - typescript.tsdk points at the workspace TypeScript (we pin TS to 6.x; keeps the editor aligned with the build) - .vscode/extensions.json recommends Vue (Volar), ESLint, Prettier, Tailwind IntelliSense - exclude .nuxt/.output/node_modules from search + file watcher (perf) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The deploy build's pnpm enforces a 24h minimum-release-age policy. Two transitive deps had <24h-old releases locked in (baseline-browser-mapping@2.11.18, seroval@1.6.3), failing 'pnpm i --frozen-lockfile' in Docker. Pin them via pnpm overrides to the latest aged versions (2.11.17, 1.6.2). Verified: latest pnpm's supply-chain check passes; pnpm build + pnpm test green. Root cause is local pnpm 10.28.1 not enforcing min-release-age when generating the lockfile; a durable follow-up is pinning a policy-aware pnpm via packageManager. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fix(deploy): pin transitive deps to pass supply-chain min-release-age
…ings chore(vscode): editor settings + recommended extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes
dev→prod. Brings two changes to the deploy branch:baseline-browser-mapping/serovalto aged versions so the Docker build passes pnpm's supply-chain minimum-release-age policy (fix(deploy): pin transitive deps to pass supply-chain min-release-age #35).Merging this triggers the prod deploy — which should now succeed end-to-end (OIDC trust fixed earlier + supply-chain policy satisfied).
🤖 Generated with Claude Code