Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Update dependency rollup-plugin-uglify to v6 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 16, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-uglify 2.0.1 -> 6.0.4 age adoption passing confidence

Release Notes

TrySound/rollup-plugin-uglify

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

In this release I improved worker interaction

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

Moved uglify call into worker which may significantly reduce build time in projects with code splitting.

This required to remove minifier option. Prefer using terser plugin instead.

Renamed sourceMap into sourcemap according rollup api.

v4.0.0

Compare Source

uglify-es is not supported anymore so we returned back to old school uglify-js. If you still want to transpile es6+ try rollup-plugin-terser. Terser is actively developed fork of uglify-es with the new name.

In this version we changed the way to import plugin. Now it looks like this

import { uglify } from 'rollup-plugin-uglify';

export default {
  ...
  plugins: [uglify()]
  ...
}

To see more prettier errors uglify shows also babel code frame

    > 1 | var = 1
        |    ^ Name expected

Error: Error transforming bundle with 'uglify' plugin: Name expected

v3.0.0

Compare Source

Upgraded to uglify-es. Now you can transpile es without another actions.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 3924d38 to af64747 Compare January 11, 2019 11:19
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from af64747 to 52ca81d Compare January 25, 2019 18:20
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 52ca81d to da5d38c Compare September 4, 2019 23:55
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from da5d38c to 153b7cf Compare December 14, 2019 19:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant