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

Update dependency terser to v5 #3582

Merged
merged 5 commits into from
Aug 25, 2020
Merged

Update dependency terser to v5 #3582

merged 5 commits into from
Aug 25, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2020

This PR contains the following updates:

Package Type Update Change
terser (source) dependencies major 4.8.0 -> 5.2.1
terser (source) devDependencies major 4.8.0 -> 5.2.1

Release Notes

terser/terser

v5.2.1

Compare Source

  • The parse step now doesn't accept an ecma option, so that all ES code is accepted.
  • Optional dotted chains now accept keywords, just like dotted expressions (foo?.default)

v5.2.0

Compare Source

  • Optional chaining syntax is now supported.
  • Consecutive await expressions don't have unnecessary parens
  • Taking the variable name's length (after mangling) into consideration when deciding to inline

v5.1.0

Compare Source

  • import.meta is now supported
  • Typescript typings have been improved

v5.0.0

Compare Source

  • in operator now taken into account during property mangle.
  • Fixed infinite loop in face of a reference loop in some situations.
  • Kept exports and imports around even if there's something which will throw before them.
  • The main exported bundle for commonjs, dist/bundle.min.js is no longer minified.

Renovate configuration

📅 Schedule: "before 3am on Friday" (UTC).

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

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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.

@changeset-bot
Copy link

changeset-bot bot commented Aug 7, 2020

💥 No Changeset

Latest commit: eaa42c8

Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂

If these changes should be published to npm, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/terser-5.x branch 4 times, most recently from 7e42cb3 to 50767a2 Compare August 18, 2020 15:12
@renovate renovate bot force-pushed the renovate/terser-5.x branch 3 times, most recently from 07deb10 to 99f9795 Compare August 25, 2020 18:41
@renovate renovate bot force-pushed the renovate/terser-5.x branch from 99f9795 to b4389b1 Compare August 25, 2020 19:17
@renovate renovate bot force-pushed the renovate/terser-5.x branch from f69f320 to 285c427 Compare August 25, 2020 21:18
@google-oss-bot
Copy link
Contributor

Size Analysis Report

Affected Products

No changes between base commit (57739ae) and head commit (e4de9a4).

Test Logs

@Feiyang1 Feiyang1 merged commit 0d06863 into master Aug 25, 2020
@Feiyang1 Feiyang1 deleted the renovate/terser-5.x branch August 25, 2020 22:56
@firebase firebase locked and limited conversation to collaborators Sep 25, 2020
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.

4 participants