Skip to content

chore: replace deprecated rollup-plugin-terser with @rollup/plugin-terser#969

Merged
michaelva merged 5 commits intopreviewfrom
fix-rollup-terser-dep
Feb 27, 2026
Merged

chore: replace deprecated rollup-plugin-terser with @rollup/plugin-terser#969
michaelva merged 5 commits intopreviewfrom
fix-rollup-terser-dep

Conversation

@michaelva
Copy link
Contributor

Summary

  • Replace deprecated rollup-plugin-terser (only supports rollup@^2) with the maintained @rollup/plugin-terser (supports rollup@^4)
  • Update all rollup config imports from { terser } from 'rollup-plugin-terser' to terser from '@rollup/plugin-terser' (default export)
  • Affected packages: build-tools, client, common, fusion-ux, json, ui, plugin-template, tool-server-template

Test Plan

  • Verify pnpm install resolves without peer dependency conflicts
  • Verify turbo build succeeds across all affected packages
  • Verify Vercel deployment succeeds (npm install no longer fails on rollup peer dep conflict)

🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com

@michaelva michaelva requested a review from a team as a code owner February 27, 2026 02:20
@michaelva michaelva changed the title Replace deprecated rollup-plugin-terser with @rollup/plugin-terser chore: replace deprecated rollup-plugin-terser with @rollup/plugin-terser Feb 27, 2026
@michaelva michaelva merged commit 1e16c46 into preview Feb 27, 2026
8 checks passed
@michaelva michaelva deleted the fix-rollup-terser-dep branch February 27, 2026 05:50
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.

2 participants