Skip to content

release: promote dev to prod (deploy fix + vscode settings) - #36

Merged
TusharW4ni merged 4 commits into
prodfrom
dev
Aug 23, 2026
Merged

release: promote dev to prod (deploy fix + vscode settings)#36
TusharW4ni merged 4 commits into
prodfrom
dev

Conversation

@TusharW4ni

Copy link
Copy Markdown
Contributor

Promotes devprod. Brings two changes to the deploy branch:

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

TusharW4ni and others added 4 commits August 23, 2026 09:12
…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
@TusharW4ni
TusharW4ni merged commit a8396d1 into prod Aug 23, 2026
2 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