Skip to content

build(deps): bump @rollup/plugin-typescript to 12.3.0 - #661

Open
ledsun wants to merge 2 commits into
ruby:mainfrom
ledsun:build/update-rollup-plugin-typescript
Open

build(deps): bump @rollup/plugin-typescript to 12.3.0#661
ledsun wants to merge 2 commits into
ruby:mainfrom
ledsun:build/update-rollup-plugin-typescript

Conversation

@ledsun

@ledsun ledsun commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Summary

Background

Version 12.3.0 creates a temporary TypeScript outDir when allowJs is enabled. Its path validation then rejects that temporary directory because the Rollup file outputs are under dist. Explicitly setting the plugin's outDir to ./dist keeps the output paths compatible.

Verification

bundle exec rake npm:ruby-wasm-wasi:build

The Rollup UMD outputs and the subsequent ESM/CJS TypeScript builds complete successfully.

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