leostera / tldr.jsx

📚 A Reactive web client for tldr-pages
https://tldr.ostera.io
MIT License
1.54k stars 75 forks source link

Update uglify-js to the latest version 🚀 #144

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.3.15 of uglify-js was just published.

Dependency uglify-js
Current Version 2.8.29
Type dependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of uglify-js.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.3.15

 

Commits

The new version differs by 526 commits ahead by 526, behind by 35.

  • 90585e2 v3.3.15
  • d8fc281 update dependencies (#3002)
  • 188c39e retain comments within brackets (#2999)
  • 5429234 preserve non-constant value assignments with modifications (#2997)
  • b9f72a4 handle case correctly under reduce_vars (#2993)
  • fc6ebd0 preserve case when inline_script (#2991)
  • 7e00a12 v3.3.14
  • 10b3752 fix mangle of AST_SymbolLambda under ie8 (#2978)
  • fe51a91 handle negated constants correctly in collapse_vars (#2975)
  • 951d87c v3.3.13
  • 798fc21 improve test/run-test.js performance (#2971)
  • a75a046 compress arguments[index] (#2967)
  • 38f2b45 fix value reference caching in evaluate (#2969)
  • 56e2a36 enhance conditionals (#2966)
  • 0daa199 migrate safe transformations out of unsafe_comps (#2962)

There are 250 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 3.3.16 just got published.

Update to this version instead 🚀

Release Notes v3.3.16

 

Commits

The new version differs by 4 commits.

  • 73d77f4 v3.3.16
  • ccf0e2e extend fuzzy RHS folding (#3006)
  • 20ca0f5 improve truthy compression (#3009)
  • b29d435 refactor brackets to braces (#3005)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.17 just got published.

Update to this version instead 🚀

Release Notes v3.3.17

 

Commits

The new version differs by 11 commits.

  • 6982a05 v3.3.17
  • fa32501 mangle unused nested AST_SymbolCatch correctly (#3038)
  • 06b9894 handle modifications to this correctly (#3036)
  • 9f9db50 improve test for #3023 (#3031)
  • 82ae95c improve source map granularity (#3030)
  • 9a5e205 fix extra regex slash when going through mozilla AST I/O (#3025)
  • b1410be speed up has_parens() (#3014)
  • 12985d8 fix corner case in hoist_props (#3022)
  • 49bfc6b improve performance (#3020)
  • d1c6bb8 fix nested inline within loop (#3019)
  • 5c16961 fix corner case in inline (#3017)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.18 just got published.

Update to this version instead 🚀

Release Notes v3.3.18

 

Commits

The new version differs by 4 commits.

  • fcf542f v3.3.18
  • 8adfc29 Don't load source map until the JS source is fully received (#3040)
  • 02f47e1 give sensible error against invalid input source map (#3044)
  • 07f64d4 fix escape analysis on AST_New (#3043)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.19 just got published.

Update to this version instead 🚀

Release Notes v3.3.19

 

Commits

The new version differs by 8 commits.

  • 8d0b003 v3.3.19
  • db49daf mangle Object.defineProperty() (#3059)
  • 923deef support inline source map from multiple files (#3058)
  • 0b62a28 improve usability of includeSources (#3057)
  • 44116c6 fix AST corruption during inline of simple return (#3056)
  • b5bab25 speed up has_parens() (take 2) (#3052)
  • 81603ec improve performance through makePredicate() (#3048)
  • e67553f fix tree traversal on AST_Do (#3047)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.20 just got published.

Update to this version instead 🚀

Release Notes v3.3.20

 

Commits

The new version differs by 2 commits.

  • 87857b0 v3.3.20
  • e5f6a88 fix corner case in reuse of mangle options (#3062)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.21 just got published.

Update to this version instead 🚀

Release Notes v3.3.21

 

Commits

The new version differs by 7 commits.

  • eaa2c1f v3.3.21
  • 6a91652 fix inline of catch-scoped variables (#3077)
  • ba7069d suppress hoist_props for embedded assignments (#3074)
  • 4dd7d0e extend hoist_props (#3073)
  • 90199d0 extend join_vars on object assignments (#3072)
  • b82fd0a handle flow control in loops with reduce_vars (#3069)
  • 183da16 handle pure_funcs under inline & reduce_vars correctly (#3066)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.22 just got published.

Update to this version instead 🚀

Release Notes v3.3.22

 

Commits

The new version differs by 3 commits.

  • 59eecb6 v3.3.22
  • d83c649 fix corner case in strip_func_ids() (#3090)
  • 7362f57 improve performance when handling unused variables in collapse_vars (#3084)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.23 just got published.

Update to this version instead 🚀

Release Notes v3.3.23

 

Commits

The new version differs by 12 commits.

  • 6fcbd5e v3.3.23
  • 22cea02 improve numeral compression (#3108)
  • 70d4477 workaround vm context issue in node-chakracore (#3106)
  • 838f837 improve general performance (#3104)
  • 82a8b6f improve collapse_vars (#3103)
  • 69fc7ca workaround test failures in Node.js 10 (#3102)
  • 0a79496 workaround stack overflow in ChakraCore (#3101)
  • 9e87edf better fix for #2506 (#3099)
  • 27211cf handle RHS side-effects in collapse_vars (#3097)
  • b5ce199 improve max_line_len (#3095)
  • c71ed91 update AST documentation (#3094)
  • f7545d0 remove unsupported platform

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.24 just got published.

Update to this version instead 🚀

Release Notes v3.3.24

 

Commits

The new version differs by 10 commits.

  • f83adcc v3.3.24
  • df8a994 fix various corner cases (#3126)
  • 6b91d12 fix corner case in reduce_vars (#3124)
  • f37b918 fix various corner cases (#3123)
  • d835c72 speed up collapse_vars (#3119)
  • c4cebb4 fix reduce_vars on nested invocations (#3118)
  • d51a00a compress AST_Sequence within AST_Call (#3117)
  • fc0f168 better fix for #3113 (#3115)
  • a0ca595 fix TreeWalker scan order (#3114)
  • 1a314e9 improve reduce_vars (#3112)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.25 just got published.

Update to this version instead 🚀

Release Notes v3.3.25

 

Commits

The new version differs by 5 commits.

  • f72d302 v3.3.25
  • 1a0d6ed remove colors dependency (#3133)
  • 7b59b2f replace mocha dependency (#3131)
  • 7bc7704 fix corner case in reduce_vars (#3129)
  • 14e712e fix corner case in call binding (#3128)

See the full diff