-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup 2 support #821
Comments
Yea planning on doing this soon since #731 (comment) is causing a high vulnerability and requires Rollup v2. Per #679 (comment), it wasn't easily possible before and |
Duplicate of #545 |
- Update Rollup to 2.28.2. Fixes jaredpalmer#821, closes jaredpalmer#545 - Update @rollup/plugin-commonjs. Upgrading this required Rollup 2 without any note in the changelog. Closes jaredpalmer#727 - Update @rollup/plugin-json to 4.1.0. v4.0.3 is the first to add Rollup 2 in the peerDep range. Older versions are forward-compatible but will produce a peerDep warning - Update @rollup/plugin-replace to 2.3.3. v2.3.2 is the first version to add Rollup 2 in the peerDep range. - Update rollup-plugin-terser to v7. v6 requires rollup 2 and Node 10+. v7 introduces Terser 5, requires Node >= 10 and supports some new JS syntax. fixes jaredpalmer#803, #fixes 797, closes jaredpalmer#731 - Update rollup-plugin-postcss to 3.1. Closes jaredpalmer#693. - Remove sourcemap option from terser rollup plugin config, as of rollup-plugin-terser v6.0, it’s inferred automatically from Rollup’s output.source config.
- Update Rollup to 2.28.2. Fixes jaredpalmer#821, closes jaredpalmer#545 - Update @rollup/plugin-commonjs. Upgrading this required Rollup 2 without any note in the changelog. Closes jaredpalmer#727 - Update @rollup/plugin-json to 4.1.0. v4.0.3 is the first to add Rollup 2 in the peerDep range. Older versions are forward-compatible but will produce a peerDep warning - Update @rollup/plugin-replace to 2.3.3. v2.3.2 is the first version to add Rollup 2 in the peerDep range. - Update rollup-plugin-terser to v7. v6 requires rollup 2 and Node 10+. v7 introduces Terser 5, requires Node >= 10 and supports some new JS syntax. fixes jaredpalmer#803, #fixes 797, closes jaredpalmer#731 - Update rollup-plugin-postcss to 3.1. Closes jaredpalmer#693. - Remove sourcemap option from terser rollup plugin config, as of rollup-plugin-terser v6.0, it’s inferred automatically from Rollup’s output.source config.
Current Behavior
tsdx
lock [email protected] nowDesired Behavior
Upgrade to rollup 2
Suggested Solution
Release npm next tag
tsdx@next
Who does this impact? Who is this for?
Some plugins (e.g. rollup-plugin-postcss) has drop support rollup 1
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: