Skip to content

chore: update dependencies#11

Merged
kevinccbsg merged 4 commits into
mainfrom
chore/update-dependencies
Jun 4, 2026
Merged

chore: update dependencies#11
kevinccbsg merged 4 commits into
mainfrom
chore/update-dependencies

Conversation

@kevinccbsg

Copy link
Copy Markdown
Member

Summary

  • Bump ws to ^8.21.0
  • Bump devDeps: @vitest/coverage-v8 & vitest to ^4.1.8, vite to ^8.0.16, vite-plugin-dts to ^5.0.2, happy-dom to ^20.10.1, typescript to ^6.0.3

Test plan

  • npm run test:ci passes
  • npm run build succeeds for all entry points + CLI

🤖 Generated with Claude Code

kevinccbsg and others added 4 commits June 4, 2026 09:56
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 kevinccbsg merged commit 84cb2e6 into main Jun 4, 2026
5 checks passed
@kevinccbsg kevinccbsg deleted the chore/update-dependencies branch June 4, 2026 08:13
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>
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