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

fix(deps): update terser to v4 #6

Merged
merged 1 commit into from
May 20, 2019
Merged

fix(deps): update terser to v4 #6

merged 1 commit into from
May 20, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2019

This PR contains the following updates:

Package Type Update Change References
terser dependencies major ^3.16.1 -> ^4.0.0 source

Release Notes

fabiosantoscode/terser

v4.0.0

Compare Source

  • breaking change: The variables property of all scopes has become a standard JavaScript Map as opposed to the old bespoke Dictionary object.
  • Typescript definitions were fixed
  • terser --help was fixed
  • The public interface was cleaned up
  • Fixed optimisation of Array and new Array
  • Added the keep_quoted=strict mode to mangle_props, which behaves more like Google Closure Compiler by mangling all unquoted property names, instead of reserving quoted property names automatically.
  • Fixed parent functions' parameters being shadowed in some cases
  • Allowed Terser to run in a situation where there are custom functions attached to Object.prototype
  • And more bug fixes, optimisations and internal changes

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@wKovacs64 wKovacs64 merged commit a77074c into master May 20, 2019
@renovate renovate bot deleted the renovate/terser-4.x branch May 20, 2019 21:07
@wKovacs64
Copy link
Owner

🎉 This PR is included in version 1.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants