Skip to content
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

chore(deps): update dependency rollup-plugin-uglify to v6 #93

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-uglify 3.0.0 -> 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

Configuration

📅 Schedule: "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris.

🚦 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, check this box.

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

@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch 9 times, most recently from 8013679 to 6fa71c0 Compare March 16, 2019 23:14
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch 6 times, most recently from 0a6ee78 to 80e1941 Compare March 24, 2019 09:14
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch 9 times, most recently from 97bf451 to 3264236 Compare April 6, 2019 00:23
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch 6 times, most recently from 397da9c to 0577abe Compare April 10, 2019 15:10
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch 2 times, most recently from e377d4c to 41d1609 Compare February 7, 2020 23:08
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 41d1609 to 0d55f4c Compare February 14, 2020 23:07
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 0d55f4c to 3d710a4 Compare February 21, 2020 23:07
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 3d710a4 to 25a5fac Compare June 26, 2020 22:08
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch 2 times, most recently from 5de2d25 to cb276e3 Compare July 24, 2020 22:23
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from cb276e3 to ba6f0a5 Compare August 14, 2020 23:28
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch 2 times, most recently from 7c8d486 to ae6d2b4 Compare September 4, 2020 22:02
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from ae6d2b4 to 9dc6dae Compare September 18, 2020 22:34
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 9dc6dae to 4be5834 Compare September 25, 2020 22:59
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch 2 times, most recently from d6679ea to 307dc37 Compare November 6, 2020 23:28
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 307dc37 to 3567b31 Compare December 18, 2020 23:17
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 3567b31 to 4503666 Compare December 25, 2020 23:46
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch 2 times, most recently from 92afcc0 to 6d227d7 Compare January 22, 2021 23:52
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 6d227d7 to f1270a4 Compare January 29, 2021 23:31
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from f1270a4 to 842c0a8 Compare March 13, 2021 00:04
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 842c0a8 to 61487db Compare March 27, 2021 01:29
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 61487db to f9ec8e3 Compare April 30, 2021 23:47
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from f9ec8e3 to 4ebac16 Compare May 21, 2021 22:04
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 4ebac16 to a3f6659 Compare June 4, 2021 23:31
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from a3f6659 to fb967ed Compare July 9, 2021 22:31
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from fb967ed to 9ebe55c Compare July 30, 2021 22:23
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 9ebe55c to be5a53a Compare September 7, 2021 08:50
@eunjae-lee eunjae-lee closed this Oct 26, 2021
@benhinchley benhinchley deleted the renovate/rollup-plugin-uglify-6.x branch January 23, 2023 02:59
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.

Fails with (uglify plugin) TypeError: regex.test is not a function
2 participants