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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃摝 Update dependency terser to v4.3.4 #24703

Merged
merged 1 commit into from Sep 29, 2019

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 24, 2019

This PR contains the following updates:

Package Type Update Change
terser (source) devDependencies patch 4.3.1 -> 4.3.4

Release Notes

terser/terser

v4.3.4

Compare Source

  • Fixed a regression where the output size was increased when unused classes were referred to in the extends clause of a class.
  • Small typescript typings fixes.
  • Comments with @preserve, @license, @cc_on as well as comments starting with /*! and /**! are now preserved by default.

v4.3.3

Compare Source

  • Fixed a problem where parsing template strings would mix up octal notation and a slash followed by a zero representing a null character.
  • Started accepting the name async in destructuring arguments with default value.
  • Now Terser takes into account side effects inside class extends clauses.
  • Added parens whenever there's a comment between a return statement and the returned value, to prevent issues with ASI.
  • Stopped using raw RegExp objects, since the spec is going to continue to evolve. This ensures Terser is able to process new, unknown RegExp flags and features. This is a breaking change in the AST node AST_RegExp.

v4.3.2

Compare Source

  • Typescript typing fix
  • Ensure that functions can't be inlined, by reduce_vars, into places where they're accessing variables with the same name, but from somewhere else.

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.

@renovate-bot renovate-bot changed the title 馃摝 Update dependency terser to v4.3.2 馃摝 Update dependency terser to v4.3.2 Sep 24, 2019
@renovate-bot renovate-bot changed the title 馃摝 Update dependency terser to v4.3.2 馃摝 Update dependency terser to v4.3.3 Sep 26, 2019
@renovate-bot renovate-bot changed the title 馃摝 Update dependency terser to v4.3.3 馃摝 Update dependency terser to v4.3.3 Sep 26, 2019
@renovate-bot renovate-bot changed the title 馃摝 Update dependency terser to v4.3.3 馃摝 Update dependency terser to v4.3.4 Sep 28, 2019
@dreamofabear dreamofabear merged commit a68b59b into ampproject:master Sep 29, 2019
@renovate-bot renovate-bot deleted the renovate/terser-4.x branch September 29, 2019 20:26
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.

None yet

3 participants