chore: bump dev dependencies#12
Merged
Merged
Conversation
…1, happy-dom 20.10.6) Keeps typescript on ^5.9 and vite-plugin-dts on ^4.5 — the 6.x/5.x pair still breaks type declaration rollup (same regression as 1ffc515, verified with @arethetypeswrong/cli: node16 ESM resolution errors and rollupTypes silently falling back to multi-file stubs). Hand-restores @emnapi/core@1.11.1 and @emnapi/runtime@1.11.1 lockfile entries that npm on macOS prunes (deps of the wasm32-wasi rolldown binding, which matches no host platform). Validated with npm ci --dry-run. Co-Authored-By: Claude Fable 5 <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
vite8.1.3,vitest4.1.9,@vitest/coverage-v84.1.9,esbuild0.28.1,happy-dom20.10.6typescripton^5.9andvite-plugin-dtson^4.5: the 6.x/5.x pair still breaks type declaration rollup (same regression previously reverted in 1ffc515). Verified with@arethetypeswrong/cli: node16 ESM resolution errors androllupTypessilently falling back to multi-file stubs.@emnapi/core@1.11.1and@emnapi/runtime@1.11.1lockfile entries. npm prunes them on macOS (and Linux) because they belong to thewasm32-wasirolldown binding, which matches no host platform — this is what brokenpm ciin CI.Verification
npm ci --dry-runpasses (the check CI's install performs)npm ci+npm run build: exactlydist/{index,browser,vite}.d.tsrolled-up declarations@arethetypeswrong/cli --pack .matches the main baseline (bundler + node16 ESM green)🤖 Generated with Claude Code