satazor / js-spark-md5

Lightning fast normal and incremental md5 for javascript
Do What The F*ck You Want To Public License
2.46k stars 470 forks source link

Update uglify-js to the latest version 🚀 #44

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.0 of uglify-js just got published.

Dependency uglify-js
Current Version 2.8.22
Type devDependency

The version 3.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of uglify-js. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

 

Commits

The new version differs by 34 commits0.

  • 7313465 v3.0.0
  • 2c7ee95 fix unsafe on evaluate of reduce_vars (#1870)
  • ecf3563 kill opera (#1869)
  • dee5a27 enhance collapse_vars (#1862)
  • 5a25d24 rename variables for better readability (#1863)
  • bffdc8d update test/benchmark.js resources (#1864)
  • 69b5663 restore report of supported options (#1861)
  • ea92897 improve literal return optimization (#1860)
  • 2cb55b2 enforce toplevel on other compress options (#1855)
  • bbb5f2a Update ISSUE_TEMPLATE.md (#1846)
  • 76d19b6 fix fuzzer on this (#1842)
  • 9e62628 fix unused on for-in statements (#1843)
  • 9bf72cf improve parser under "use strict" (#1836)
  • 64d7443 update README for 3.x (#1840)
  • 45ce369 fix AST_For.init patch-up in drop_unused() (#1839)

There are 34 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes v3.0.1

 

Commits

The new version differs by 7 commits0.

  • 014f428 v3.0.1
  • a3b2eb7 return Error from minify() (#1880)
  • da295de support dumping AST (#1879)
  • 4f8ca46 deprecate low level API (#1877)
  • e547483 support minify() output as AST (#1878)
  • 2d99d06 update documentation
  • 98cf95e fix test for #1865 (#1873)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.3 just got published.

Update to this version instead 🚀

Release Notes v3.0.3

 

Commits

The new version differs by 11 commits0.

  • aae7d49 v3.0.3
  • 0459af2 Update issue template: change harmony to uglify-es (#1900)
  • 04f2344 Remove unnecessary git clone instructions in README (#1897)
  • bad9d5c Change harmony to uglify-es in master README (#1895)
  • a0f5f86 gracefully handle non-Error being thrown (#1893)
  • 41996be extend test timeout
  • 5fd8244 v3.0.2
  • c14e280 print error stack in CLI (#1890)
  • bc3fa78 mention minify().error
  • 8c7c107 update minify() usage in test/ufuzz.js (#1888)
  • 3dd328d [3.x] fix documentation for beautify options (#1882)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.4 just got published.

Update to this version instead 🚀

Release Notes v3.0.4

 

Commits

The new version differs by 5 commits0.

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.5 just got published.

Update to this version instead 🚀

Release Notes v3.0.5

 

Commits

The new version differs by 9 commits0.

  • ff526be v3.0.5
  • e005099 fix & improve coverage of estree (#1935)
  • 504a436 Tweak README Notes (#1934)
  • 3ca9022 fix bugs with getter/setter (#1926)
  • fd09512 document 3 max passes (#1928)
  • 9e29b6d clarify wording (#1931)
  • c391576 remove support for const (#1910)
  • ac73c5d avoid arguments and eval in reduce_vars (#1924)
  • 547f41b add documentation for side_effects & [#@]__PURE__ (#1925)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.6 just got published.

Update to this version instead 🚀

Release Notes v3.0.6

 

Commits

The new version differs by 6 commits0.

  • 050474a v3.0.6
  • f6c805a print package name alongside version in CLI (#1946)
  • 9464d3c fix parsing of property access after new line (#1944)
  • f18abd1 minor fixes to README.md
  • 3be06ad reorg README for 3.x (#1942)
  • 265008c improve keyword-related parser errors (#1941)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.7 just got published.

Update to this version instead 🚀

Release Notes v3.0.7

 

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.8 just got published.

Update to this version instead 🚀

Release Notes v3.0.8

 

Commits

The new version differs by 7 commits.

  • 43add94 v3.0.8
  • efcf167 make expect_stdout node version specific (#1963)
  • 6ed9091 fix docs for side_effects flag to reflect current behavior (#1966)
  • 569c21e improve RegExp handling (#1959)
  • 87c3a2c remove space_colon (#1960)
  • baef8bf update output options in readme (#1958)
  • 0813c53 remove Travis CI badge

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.9 just got published.

Update to this version instead 🚀

Release Notes v3.0.9

 

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.10 just got published.

Update to this version instead 🚀

Release Notes v3.0.10

 

Commits

The new version differs by 6 commits.

  • d3c4a8e v3.0.10
  • 7e164ab add "es5" to package.json keywords (#1980)
  • 22aedef document minify() option toplevel (#1979)
  • 58fae7d enhance if_return to handle return void... (#1977)
  • 5bf8d7e document 3.x minify() does not throw errors (#1975)
  • 1df9d06 document minify warnings and add an error example (#1973)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.11 just got published.

Update to this version instead 🚀

Release Notes v3.0.11

 

Commits

The new version differs by 5 commits.

  • e95052a v3.0.11
  • e667f0a fix source map offset (#1993)
  • 69ac794 add another minify() options example (#1988)
  • efdb659 improve usability of global_defs in minify() (#1987)
  • a1dedeb more refinement of minify() documentation (#1983)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.14 just got published.

Update to this version instead 🚀

Release Notes v3.0.14

 

Commits

The new version differs by 3 commits.

  • 3e62faa v3.0.14
  • e9645e0 introduce unsafe_Func (#2033)
  • 55b5f2a widen CLI parse error code fragment displayed (#2032)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.15 just got published.

Update to this version instead 🚀

Release Notes v3.0.15

 

Commits

The new version differs by commits.

See the full diff