chore: update dependencies#11
Merged
Merged
Conversation
Puppeteer no longer auto-downloads Chrome during npm install in CI; add an explicit `npx puppeteer browsers install chrome` step. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The npm install postinstall leaves a partial Chrome folder without the binary; clear ~/.cache/puppeteer before running the install step. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Puppeteer 24's npm postinstall left a partial Chrome folder in CI without the actual executable. v25 fixes the install flow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
kevinccbsg
added a commit
that referenced
this pull request
Jun 5, 2026
…ations The typescript 6.0.3 + vite-plugin-dts 5.x combo from #11 silently emits empty .d.ts files (export {} stubs, missing index.d.ts), which shipped broken types in 1.2.2. Pin back to typescript ^5.9.3 and vite-plugin-dts ^4.5.4, the known-good combo from 1.2.1. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
wsto ^8.21.0@vitest/coverage-v8&vitestto ^4.1.8,viteto ^8.0.16,vite-plugin-dtsto ^5.0.2,happy-domto ^20.10.1,typescriptto ^6.0.3Test plan
npm run test:cipassesnpm run buildsucceeds for all entry points + CLI🤖 Generated with Claude Code