xuset / aether-torrent

A single WebTorrent client shared by all web pages and workers
MIT License
32 stars 4 forks source link

An in-range update of uglify-js is breaking the build 🚨 #4

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.4 of uglify-js just got published.

Branch Build failing 🚨
Dependency uglify-js
Current Version 3.0.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As uglify-js is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/xuset/aether-torrent/builds/231364333?utm_source=github_status&utm_medium=notification)

Release Notes v3.0.4

Β 

Commits

The new version differs by 5 commits0.

false

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.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.6

Β 

Commits

The new version differs by 15 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)
  • 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.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.0.7

Β 

Commits

The new version differs by 17 commits.

  • c881394 v3.0.7
  • cb45886 export TreeTransformer (#1950)
  • 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)
  • 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)

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.8 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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.10 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.10

Β 

Commits

The new version differs by 15 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)
  • 3408fc9 v3.0.9
  • eae2675 introduce unsafe_regexp (#1970)
  • 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.11 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.0.11

Β 

Commits

The new version differs by 20 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)
  • 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)
  • 3408fc9 v3.0.9
  • eae2675 introduce unsafe_regexp (#1970)
  • 43add94 v3.0.8
  • efcf167 make expect_stdout node version specific (#1963)

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.12 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.12

Β 

Commits

The new version differs by 11 commits.

  • c3f14a1 v3.0.12
  • 7b13159 fix hoist_funs on block-scoped function under "use strict" (#2013)
  • 95094b9 fix if_return on AST_Defun (#2010)
  • 1ff8e9d clarify what --mangle-props does (#2012)
  • 78309a2 better document mangle properties options (#2009)
  • 695e182 fix and expand --mangle-props documentation (#2008)
  • dc33fac fix dead_code on block-scoped function under "use strict" (#2006)
  • c70fb60 clean up lib/scope.js (#2003)
  • 793d614 report timing breakdown (#2000)
  • a277fe1 ensure new line after describe_ast() (#1999)
  • 7d3b941 reinstate describe_ast() on CLI (#1996)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.13 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.13

Β 

Commits

The new version differs by 17 commits.

  • 4e0a22e v3.0.13
  • 1aa3805 better fix for #512 & #2010 (#2019)
  • e62b879 display default values in --help options (#2018)
  • c6c9f4f implement --help options (#2017)
  • fec1437 improve CLI usability (#2016)
  • 79131cd extend node_version range on applicable tests (#2015)
  • c3f14a1 v3.0.12
  • 7b13159 fix hoist_funs on block-scoped function under "use strict" (#2013)
  • 95094b9 fix if_return on AST_Defun (#2010)
  • 1ff8e9d clarify what --mangle-props does (#2012)
  • 78309a2 better document mangle properties options (#2009)
  • 695e182 fix and expand --mangle-props documentation (#2008)
  • dc33fac fix dead_code on block-scoped function under "use strict" (#2006)
  • c70fb60 clean up lib/scope.js (#2003)
  • 793d614 report timing breakdown (#2000)

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.14 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.0.14

Β 

Commits

The new version differs by 20 commits.

  • 3e62faa v3.0.14
  • e9645e0 introduce unsafe_Func (#2033)
  • 55b5f2a widen CLI parse error code fragment displayed (#2032)
  • 4e0a22e v3.0.13
  • 1aa3805 better fix for #512 & #2010 (#2019)
  • e62b879 display default values in --help options (#2018)
  • c6c9f4f implement --help options (#2017)
  • fec1437 improve CLI usability (#2016)
  • 79131cd extend node_version range on applicable tests (#2015)
  • c3f14a1 v3.0.12
  • 7b13159 fix hoist_funs on block-scoped function under "use strict" (#2013)
  • 95094b9 fix if_return on AST_Defun (#2010)
  • 1ff8e9d clarify what --mangle-props does (#2012)
  • 78309a2 better document mangle properties options (#2009)
  • 695e182 fix and expand --mangle-props documentation (#2008)

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.16 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.16

Β 

Commits

The new version differs by 28 commits.

  • 4231f73 v3.0.16
  • da2de35 add comment about quote_style and gzip (#2092)
  • 41beae4 cache web assets between CI runs (#2089)
  • 82db918 fix CLI parsing of --source-map content (#2088)
  • 3dc9e14 add Node.js 8 to Travis CI (#2086)
  • fed0096 allow expect_stdout to specify Error (#2087)
  • 2bdc880 fix variable accounting in inline (#2085)
  • 5ef7cb3 suppress false positives for-in loops (#2080)
  • 4ad7b1d fix portability of sandbox.run_code() on Node.js 0.1x (#2078)
  • 9186859 fix non-string parameters (#2076)
  • 47c0713 report test/ufuzz.js failures in process.stderr (#2074)
  • 293c566 marshal mangle[.properties].reserved from non-Array values (#2072)
  • 9c30640 fix iteration over object with inherited properties (#2068)
  • 9db0695 fix cascade on multi-branch evaluations (#2067)
  • f2af093 fix CLI output corruption (#2061)

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.17 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.17

Β 

Commits

The new version differs by 33 commits.

  • 57dc4fb v3.0.17
  • b85a358 suppress inline of this (#2103)
  • 4369795 avoid intermittent test time-out failures (#2100)
  • 3f961bb compute uses_arguments correctly in figure_out_scope() (#2099)
  • 0a1e523 fix parsing of expect_stdout (#2096)
  • 4231f73 v3.0.16
  • da2de35 add comment about quote_style and gzip (#2092)
  • 41beae4 cache web assets between CI runs (#2089)
  • 82db918 fix CLI parsing of --source-map content (#2088)
  • 3dc9e14 add Node.js 8 to Travis CI (#2086)
  • fed0096 allow expect_stdout to specify Error (#2087)
  • 2bdc880 fix variable accounting in inline (#2085)
  • 5ef7cb3 suppress false positives for-in loops (#2080)
  • 4ad7b1d fix portability of sandbox.run_code() on Node.js 0.1x (#2078)
  • 9186859 fix non-string parameters (#2076)

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.18 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.18

Β 

Commits

The new version differs by 39 commits.

  • 1c150c6 v3.0.18
  • 0a0f4f5 make defensive copies when inline (#2116)
  • 931daa8 fix loss of context in collapse_vars & cascade (#2112)
  • 00e4f7b in-place tigten_body() (#2111)
  • 11e63bc correctly determine scope of AST_This (#2109)
  • 33405bb enforce inline scope restriction (#2106)
  • 57dc4fb v3.0.17
  • b85a358 suppress inline of this (#2103)
  • 4369795 avoid intermittent test time-out failures (#2100)
  • 3f961bb compute uses_arguments correctly in figure_out_scope() (#2099)
  • 0a1e523 fix parsing of expect_stdout (#2096)
  • 4231f73 v3.0.16
  • da2de35 add comment about quote_style and gzip (#2092)
  • 41beae4 cache web assets between CI runs (#2089)
  • 82db918 fix CLI parsing of --source-map content (#2088)

There are 39 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.19 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.19

Β 

Commits

The new version differs by 41 commits.

  • f67a6b0 v3.0.19
  • 343ea32 ensure mangling works if catch reuses a scope variable (#2123)
  • 1c150c6 v3.0.18
  • 0a0f4f5 make defensive copies when inline (#2116)
  • 931daa8 fix loss of context in collapse_vars & cascade (#2112)
  • 00e4f7b in-place tigten_body() (#2111)
  • 11e63bc correctly determine scope of AST_This (#2109)
  • 33405bb enforce inline scope restriction (#2106)
  • 57dc4fb v3.0.17
  • b85a358 suppress inline of this (#2103)
  • 4369795 avoid intermittent test time-out failures (#2100)
  • 3f961bb compute uses_arguments correctly in figure_out_scope() (#2099)
  • 0a1e523 fix parsing of expect_stdout (#2096)
  • 4231f73 v3.0.16
  • da2de35 add comment about quote_style and gzip (#2092)

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.20 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.20

Β 

Commits

The new version differs by 50 commits.

  • 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)
  • 3d5bc08 fix reduce_vars on this (#2145)
  • 0692435 fix for-in loop parsing (#2144)
  • f67a6b0 v3.0.19
  • 343ea32 ensure mangling works if catch reuses a scope variable (#2123)
  • 1c150c6 v3.0.18
  • 0a0f4f5 make defensive copies when inline (#2116)
  • 931daa8 fix loss of context in collapse_vars & cascade (#2112)
  • 00e4f7b in-place tigten_body() (#2111)

There are 50 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.21 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.21

Β 

Commits

The new version differs by 53 commits.

  • 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)
  • 3d5bc08 fix reduce_vars on this (#2145)
  • 0692435 fix for-in loop parsing (#2144)
  • f67a6b0 v3.0.19
  • 343ea32 ensure mangling works if catch reuses a scope variable (#2123)
  • 1c150c6 v3.0.18

There are 53 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.22 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.22

Β 

Commits

The new version differs by 55 commits.

  • 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)
  • 3d5bc08 fix reduce_vars on this (#2145)
  • 0692435 fix for-in loop parsing (#2144)
  • f67a6b0 v3.0.19

There are 55 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.23 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.23

Β 

Commits

The new version differs by 58 commits.

  • 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 58 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.24 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.24

Β 

Commits

The new version differs by 69 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)
  • 2dde416 v3.0.23
  • 8b69a3d drop argument value after collapse_vars (#2190)
  • d40950b improve inline efficiency (#2188)
  • 7659ea1 v3.0.22

There are 69 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.25 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.25

Β 

Commits

The new version differs by 80 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)
  • 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)

There are 80 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.26 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.26

Β 

Commits

The new version differs by 83 commits.

  • bc61dee v3.0.26
  • 6a5e74b unescape surrogate pairs only (#2246)
  • 5444634 update dependencies (#2241)
  • 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)
  • bd7be07 v3.0.24

There are 83 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.28 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v3.0.28

Β 

Commits

The new version differs by 89 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)
  • c4c2ef4 v3.0.27
  • a845897 improve mangle.properties (#2261)
  • 32ea2c5 issue template: describe acceptable JS input (#2255)
  • bc61dee v3.0.26
  • 6a5e74b unescape surrogate pairs only (#2246)
  • 5444634 update dependencies (#2241)
  • 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)

There are 89 commits in total.

See the full diff