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 🚀 #102

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.23 of uglify-js just got published.

Dependency uglify-js
Current Version 2.8.29
Type dependency

The version 3.0.23 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.23

 

Commits

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

  • 2dde416 v3.0.23
  • 8b69a3d drop argument value after collapse_vars (#2190)
  • d40950b improve inline efficiency (#2188)
  • 7659ea1 v3.0.22
  • bdeadff improve usability of name cache under minify() (#2176)
  • 5e6f264 v3.0.21
  • f0a9912 improve unsafe_Func (#2171)
  • 1e4de2e parse @global_defs as expressions (#2169)
  • 8b4dcd8 v3.0.20
  • 285401c more tests for #2158 (#2160)
  • 9db4c42 fix cascade & collapse on property access of constants (#2158)
  • 94e5e00 refactor compute_char_frequency() (#2152)
  • dc6bcaa synchronise mangle.properties for minify() & test/compress (#2151)
  • d58b184 refactor Compressor.toplevel (#2149)
  • b3a57ff minimise reduce_vars cloning overhead (#2148)

There are 172 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.24 just got published.

Update to this version instead 🚀

Release Notes v3.0.24

 

Commits

The new version differs by 11 commits.

  • bd7be07 v3.0.24
  • 71ee91e handle duplicate argument names in collapse_vars (#2215)
  • 4f70d2e inlining of static methods & constants (#2211)
  • 4b6ca5e inline property access of object literal (#2209)
  • 9306da3 suppress collapse_vars of this as call argument (#2204)
  • 1ac25fc improve compress granularity through typeofs (#2201)
  • 5f046c7 minor clean-ups to evaluate (#2197)
  • af0262b improve parenthesis emission (#2196)
  • 6b3aeff clean up TreeWalker.pop() (#2195)
  • 20e4f82 refactor throw usage within compress (#2193)
  • f3a487a document fast mangle-only minify mode (#2194)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.25 just got published.

Update to this version instead 🚀

Release Notes v3.0.25

 

Commits

The new version differs by 11 commits.

  • 4e12a6f v3.0.25
  • b35dfc2 reject malformed CLI parameters (#2239)
  • 9e1da92 ensure ie8 works with mangled properties (#2238)
  • a5ffe2c drop unused builtin globals under unsafe (#2236)
  • 9282e7b fix unsafe evaluate of Object static methods (#2232)
  • 5229cb2 drop unused compound assignments (#2230)
  • 458e3e1 enhance passes (#2229)
  • c615a1e fix gzip stream in test/benchmark.js (#2228)
  • 10a938c enhance source mapping on IIFEs (#2224)
  • 4956ad3 benchmark gzipped output (#2220)
  • 145874e docs: update benchmarks using node 8, add babili (#2218)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.26 just got published.

Update to this version instead 🚀

Release Notes v3.0.26

 

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.27 just got published.

Update to this version instead 🚀

Release Notes v3.0.27

 

Commits

The new version differs by 3 commits.

  • c4c2ef4 v3.0.27
  • a845897 improve mangle.properties (#2261)
  • 32ea2c5 issue template: describe acceptable JS input (#2255)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.28 just got published.

Update to this version instead 🚀

Release Notes v3.0.28

 

Commits

The new version differs by 3 commits.

  • f81ff10 v3.0.28
  • 16d4091 don't escape null characters as \0 when followed by any digit (#2273)
  • e7c21e8 fix ie8 mangling of top-level AST_SymbolCatch (#2263)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes v3.1.0

 

Commits

The new version differs by 9 commits.

  • cd27f4e v3.1.0
  • 8158b1b Testing all leading comments against being PURE comments (#2305)
  • aacf3ed extend unsafe on pure global functions (#2303)
  • 8b89072 add Date and other known globals to unsafe compress option (#2302)
  • 395a17c fix collapse_vars on default function argument (#2299)
  • 3f35586 correctly count declarations after hoist_vars (#2297)
  • 71d52f1 Fix CLI example for mangle reserved list of names (#2294)
  • eb7adaa Fix CLI source-maps examples (#2291)
  • e5cf797 fix unused patching of AST_For.init blocks (#2289)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1

 

Commits

The new version differs by 3 commits.

  • aceb0af v3.1.1
  • 4f0953f handle LHS side-effects on cascade & collapse_vars (#2314)
  • 182a47b improve source mapping (#2312)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.2 just got published.

Update to this version instead 🚀

Release Notes v3.1.2

 

Commits

The new version differs by 3 commits.

  • 55387e8 v3.1.2
  • 7e3e9da fix "use asm" numeric output (#2328)
  • 00f5094 suppress collapse_vars of this into "use strict" (#2326)

See the full diff