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): bump uglify-js from 3.14.1 to 3.14.5 #1454

Merged
merged 1 commit into from
Dec 21, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2021

Bumps uglify-js from 3.14.1 to 3.14.5.

Release notes

Sourced from uglify-js's releases.

v3.14.5

Features

  • improve general performance (b0799105c224926da5ca0b6a6dfa18270e83afd0, 033d8d9405c82d18c221daae9049874f8924d9a2, bc27966a196ecb91f33a53a11497bdf2d85eb8cf, 57a9519c3d428d5b3b1e2a6db9ad27bc2f520e0a)

v3.14.4

Features

  • improve compression of logical assignments (6d9424231858e41c86ed3cb5be2eee4899e923a0)
  • compress transpiled TypeScript enums (3acb5a329e47b753248a3568c24794140ccf50a0, 6e4aa0326f543c12998ba603942f0c3fbbae1910, 77f7ae5ba2449c38751c444263106603edb587ef)
  • improve tracking of non-initialised variables (f97e107c09cb56e242614c9d7c629a4ae7e4a313)
  • improve compression of destructuring assignments (1e3ca4c6f7dfed972928668a6d4c5793f93e4acb, dc9e1ff0b1965560679ab3cbe7dde831bf724dd4)
  • minimise interference from merge_vars (3ee1b0d00d9b0d0e2f39ed33fb7e2b5a69a53f53, ea1049890245d0f8b671640038d38a03ca7ef078, 1a8f2ecc65896fcbbe8c6b884352f975af444ea0, 0b6c185818fa77fff0661ef959e5c0bdf8b5100f, 1b4bd7082b3479c07bcae2dc7bc3b00d41b2206f, 3f8f0e246e3cb715901f46b63042e4e1ae04723e)

Bug Fixes

  • await operator (ae5c3ee8a1cd5edc5dba1178853996e3419ad30d)
  • default parameter (bfd0ac7f4bd8d5062b480c904c302a56946d7c2a)
  • destructuring syntax (e9932e131422a9a348c08e40542338065d2fd2c0)
  • function call (2d0f8bcff5ea7a3af615762bfda7dd590041e451)
  • object method (ae5c3ee8a1cd5edc5dba1178853996e3419ad30d)
  • rest parameter (f9a4b36dd14b1b4399e40196296495f58a8ce93b)
  • yield keyword (ae5c3ee8a1cd5edc5dba1178853996e3419ad30d)

v3.14.3

Features

  • eliminate extraneous label on loops (436a29367c986056addc46837048e6fa1e6467d8)
  • improve compression of template literals (f766babf5eaea8482b5cc7b72f7bb22e7d72691a, 0b2573c3fad6a66ae388ca115d0ba528b8a9e20c)

Bug Fixes

  • await operator (eb93d923574d4059bfabe812e2b1c95f2b347b35, a841d45bc3acaa10b2b8ca3922227403928bcc6f)
  • class literal (c8b0f685ee62fe4920b2b4bdaa0d6c17c8a4e18f)
  • default parameter (940887f20fc889e1ad410809b3faa06bdf629ae1)
  • destructuring syntax (a0250ec9233a4cf198a27ef9d11468a8a996da7f)
  • function call (87b99162fb124bb2a12a3a5babbce27096977d14)
  • let keyword (25801627bec230f9b1ebead3ae18d14808f3c96e)
  • rest parameter (55418fd46037edaf0c2f10c10b466f2301b0d948)
  • string concatenation (03aec89f609750b7cd854265bab59f841a01822d)

v3.14.2

Features

  • improve function inlining heuristic (4fe2cac35ecd8fc5a69b1122cf536ee148340b3d)
  • suppress spurious warning messages (4b88dfb8d9ea5d5d25649edbce2def4b1df6c553)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 21, 2021
@codecov
Copy link

codecov bot commented Dec 21, 2021

Codecov Report

Merging #1454 (e4e01c0) into develop (c007af0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1454   +/-   ##
========================================
  Coverage    84.71%   84.71%           
========================================
  Files           25       25           
  Lines          726      726           
  Branches       177      177           
========================================
  Hits           615      615           
  Misses          68       68           
  Partials        43       43           
Flag Coverage Δ
unittests 84.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c007af0...e4e01c0. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uglify-js-3.14.5 branch 4 times, most recently from f989fff to f70b9b6 Compare December 21, 2021 10:57
Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.14.1 to 3.14.5.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](mishoo/UglifyJS@v3.14.1...v3.14.5)

---
updated-dependencies:
- dependency-name: uglify-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uglify-js-3.14.5 branch from f70b9b6 to e4e01c0 Compare December 21, 2021 11:07
@srod srod merged commit d186665 into develop Dec 21, 2021
@srod srod deleted the dependabot/npm_and_yarn/uglify-js-3.14.5 branch December 21, 2021 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant