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

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

Open
greenkeeper bot opened this issue Dec 24, 2017 · 79 comments · May be fixed by #7
Open

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

greenkeeper bot opened this issue Dec 24, 2017 · 79 comments · May be fixed by #7

Comments

@greenkeeper
Copy link

greenkeeper bot commented Dec 24, 2017

Version 3.3.0 of uglify-js was just published.

Branch Build failing 🚨
Dependency uglify-js
Current Version 3.2.2
Type dependency

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

uglify-js is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details
  • bitHound - Code null Details
  • bitHound - Dependencies null Details
  • continuous-integration/appveyor/branch AppVeyor build failed Details

Release Notes v3.3.0

 

Commits

The new version differs by 42 commits.

  • f1556cb v3.3.0
  • efffb81 fix comments output & improve /*@__PURE__*/
  • 202f90e fix corner cases with collapse_vars, inline & reduce_vars (#2637)
  • c07ea17 fix escape analysis on AST_PropAccess (#2636)
  • edb4e3b make comments output more robust (#2633)
  • 4113609 extend test/ufuzz.js to inline & reduce_funcs (#2620)
  • 7ac7b08 remove AST hack from inline (#2627)
  • 86ae588 disable hoist_funs by default (#2626)
  • fac003c avoid inline of function with special argument names (#2625)
  • 2273655 fix inline after single-use reduce_vars (#2623)
  • 01057cf Transform can be simplified when clone is not done. (#2621)
  • 032f096 add test for #2613 (#2618)
  • 4b334ed handle global constant collision with local variable after inline (#2617)
  • 8ddcbc3 compress apply() & call() of function (#2613)
  • 0b0eac1 drop property assignment to constants (#2612)

There are 42 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 24, 2017

After pinning to 3.2.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@gerard2perez gerard2perez linked a pull request Dec 24, 2017 that will close this issue
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 24, 2017

Version 3.3.1 just got published.

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

Release Notes v3.3.1

 

Commits

The new version differs by 3 commits.

  • 8701a99 v3.3.1
  • 1476c78 add html-minifier to benchmarks (#2646)
  • cb6a928 fix infinite loop during inline (#2645)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 25, 2017

Version 3.3.2 just got published.

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

Release Notes v3.3.2

 

Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 28, 2017

Version 3.3.3 just got published.

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

Release Notes v3.3.3

 

Commits

The new version differs by 10 commits.

  • 8ca4915 v3.3.3
  • b95e333 fix pure_getters on AST_Binary (#2681)
  • e40a0ee improve assignment variations (#2671)
  • cb62bd9 fix function inlining within loops (#2675)
  • f30790b fix dead_code on return assignments (#2668)
  • 5205dbc retain recursive function names (#2667)
  • 3ff625d fix bugs on substituted AST_Defun (#2661)
  • 4832bc5 replace single-use recursive functions (#2659)
  • 7f342cb suppress inline within substituted AST_Scope (#2658)
  • 05e7d34 improve unused over duplicate variable names (#2656)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 30, 2017

Version 3.3.4 just got published.

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

Release Notes v3.3.4

 

Commits

The new version differs by 3 commits.

  • e2ec270 v3.3.4
  • ed7a0a4 fix dead_code on escaped return assignment (#2693)
  • d819559 minor clean-ups (#2686)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 7, 2018

Version 3.3.5 just got published.

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

Release Notes v3.3.5

 

Commits

The new version differs by 29 commits.

  • 9336cc8 v3.3.5
  • 9809567 improve process.exit() workaround (#2741)
  • 1ee8be8 fix recursive function inline (#2738)
  • 8430c2f enable AppVeyor CI (#2739)
  • 659c8a7 handle trailing line comments correctly (#2736)
  • 3564b4f compress RegExp() in unsafe (#2735)
  • 3505a36 enhance unsafe_proto (#2733)
  • 9b1bc6c ufuzz: add strings "a", "b", "c" to VALUES (#2732)
  • 9f23185 fix corner case with arguments as function name (#2729)
  • b82feb9 improve if_return (#2727)
  • 7f2a591 warn on deprecated features (#2726)
  • afbcebd fix mangle name collision across files (#2722)
  • 484e484 fix corner case in inline (#2720)
  • 6f3f212 reminify tests upon expect_stdout (#2716)
  • a6873a3 forbid block-scoped AST_Defun in strict mode (#2718)

There are 29 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 13, 2018

Version 3.3.6 just got published.

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

Release Notes v3.3.6

 

Commits

The new version differs by 14 commits.

  • 460218a v3.3.6
  • e49416e fix reduce_vars on AST_Accessor (#2776)
  • d4d7d99 add SymbolDef IDs to --output ast (#2772)
  • 6a696d0 fix output of imported AST (#2771)
  • 1c9e13f update dependencies (#2770)
  • b757450 fix nested unused assignments (#2769)
  • 23ec484 fix corner case in #2763 (#2766)
  • f1e1bb4 join object assignments (#2763)
  • 6a0af85 skip only vars in if_return (#2759)
  • 09269be enhance conditionals (#2758)
  • bf832cd improve synergy between compress and rename (#2755)
  • 2972d58 patch variable declaractions extracted within catch (#2753)
  • 2e22d38 improve rename reproducibility (#2754)
  • ce27bcd compress loops with immediate break (#2746)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 14, 2018

Version 3.3.7 just got published.

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

Release Notes v3.3.7

 

Commits

The new version differs by 3 commits.

  • 7c0c929 v3.3.7
  • 62a66df fix & extend join_vars for object assigments (#2781)
  • 2cab348 improve SymbolDef info in --output ast (#2778)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 21, 2018

Version 3.3.8 just got published.

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

Release Notes v3.3.8

 

Commits

The new version differs by 26 commits.

  • 06166df v3.3.8
  • e2dc9cf fix unsafe evaluate of AST_Array (#2825)
  • 069df27 enable unsafe for test/ufuzz.js (#2819)
  • 3e78732 improve unused on built-in functions (#2817)
  • e21bab7 avoid duplicate property names in object literals under "use strict" (#2818)
  • ac9a168 fix & improve test/ufuzz.js (#2815)
  • 81b6454 fix time-out for respawned test/ufuzz.js (#2814)
  • 082e004 compress undefined property names (#2811)
  • 983e691 fix join_vars property assignment for negative array index (#2810)
  • b335912 enhance test/ufuzz.js (#2808)
  • cc07f3b faster output of comments (#2806)
  • 07e4b64 fix AST_Scope.clone() (#2803)
  • d3ce2bc suppress unsafe_proto for LHS expressions (#2804)
  • cff3bf4 configure rename with CLI (#2802)
  • 79cfac7 extend join_vars & sequences (#2798)

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 27, 2018

Version 3.3.9 just got published.

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

Commits

The new version differs by 5 commits.

  • 4eb4cb6 v3.3.9
  • 193612a fix accounting after conversion to assignment (#2847)
  • 95cfce6 backport of #2835 (#2841)
  • ec42025 drop assignments to constant expressions only (#2839)
  • 5e2cd07 handle duplicate function declarations correctly (#2837)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 8, 2018

Version 3.3.10 just got published.

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

Commits

The new version differs by 24 commits.

  • 0cfbd79 v3.3.10
  • d66d86f account for exceptions in AST_Assign.left (#2892)
  • 905325d update dependencies (#2889)
  • dea0cc0 mention file encoding (#2887)
  • d69d800 evaluate to{Low,Upp}erCase() under unsafe (#2886)
  • c0b8f2a add information on testing and code style (#2885)
  • cb0257d describe a few compiler assumptions (#2883)
  • 9637f51 change undefined == x to null == x (#2882)
  • 3026bd8 improve exceptional flow compression by collapse_vars (#2880)
  • 78a44d5 maintain order between side-effects and externally observable assignments (#2879)
  • 7e13c0d handle break & continue in collapse_vars (#2875)
  • e6a2e9e allow collapse_vars across conditional branches (#2867)
  • e773f03 fix assignment logic in reduce_vars (#2872)
  • b16380d fix missing corner case in #2855 (#2868)
  • 334b07a Update License Copyright Year to 2018 (#2866)

There are 24 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 16, 2018

Version 3.3.11 just got published.

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

Commits

The new version differs by 9 commits.

  • a3dfeea v3.3.11
  • d316fb1 fix unsafe evaluate on type-converting operators (#2917)
  • 83d8aa8 fix collapse_vars within loops (#2915)
  • 4f1c12b report options upon reminify input error (#2911)
  • d8e0e34 collapse within unary expressions (#2910)
  • 0c4f315 fix corner case in collapse_vars (#2909)
  • 0809699 simplify do-while into for (#2907)
  • 2088e1c fix AST corruption due to collapse_vars & inline (#2899)
  • bf1d471 fix join_vars on property accessors (#2895)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 22, 2018

Version 3.3.12 just got published.

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

Release Notes v3.3.12

 

Commits

The new version differs by 15 commits.

  • 604caa0 v3.3.12
  • 29a71d3 more tests for #2938 (#2940)
  • 39a907b workaround pure_getters=true when dropping unused assignments (#2939)
  • 7047431 improve unsafe evaluate of function (#2936)
  • b5f0f4f reduce false positives from object literals (#2935)
  • 2905fd6 reduce false positives from labels (#2934)
  • 4facd94 reduce false positives from noop (#2933)
  • 4b5993f fix crash in may_throw() (#2932)
  • 2351a67 fix dead_code on exceptional return (#2930)
  • 4a528c4 reduce false positives from function.toString() (#2928)
  • 82d1ef0 fix unsafe evaluate of function property (#2927)
  • 7fdd208 drop unused "class" definition IIFEs (#2923)
  • e529f54 reduce function-related false positives (#2925)
  • d626e9b improve inline efficiency (#2924)
  • a2a9459 fix unsafe evaluate of AST_Function (#2920)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 4, 2018

Version 3.3.13 just got published.

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

Release Notes v3.3.13

 

Commits

The new version differs by 15 commits.

  • 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)
  • 73e98dc drop side_effects-free return values (#2965)
  • 36bca69 enhance collapse_vars (#2952)
  • ace5811 drop lone "use strict" in function body (#2963)
  • ba7bad0 show benchmark subtotal (#2960)
  • b8b2ac5 improve fix for #2954 (#2958)
  • ea23593 fix collapse_vars on nested exception (#2955)
  • 52de64c deduplicate parenthesis around object and function literals (#2953)
  • 4557902 minor clean-ups (#2951)
  • f40f5eb improve mangle (#2948)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2018

Version 3.3.14 just got published.

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

Release Notes v3.3.14

 

Commits

The new version differs by 3 commits.

  • 7e00a12 v3.3.14
  • 10b3752 fix mangle of AST_SymbolLambda under ie8 (#2978)
  • fe51a91 handle negated constants correctly in collapse_vars (#2975)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2018

Version 3.3.15 just got published.

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

Release Notes v3.3.15

 

Commits

The new version differs by 6 commits.

  • 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)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 19, 2018

Version 3.3.16 just got published.

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

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
Copy link
Author

greenkeeper bot commented Mar 31, 2018

Version 3.3.17 just got published.

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

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
Copy link
Author

greenkeeper bot commented Apr 2, 2018

Version 3.3.18 just got published.

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

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
Copy link
Author

greenkeeper bot commented Apr 7, 2018

Version 3.3.19 just got published.

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

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
Copy link
Author

greenkeeper bot commented Apr 7, 2018

Version 3.3.20 just got published.

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

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
Copy link
Author

greenkeeper bot commented Apr 12, 2018

Version 3.3.21 just got published.

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

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
Copy link
Author

greenkeeper bot commented Apr 21, 2018

Version 3.3.22 just got published.

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

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
Copy link
Author

greenkeeper bot commented Apr 28, 2018

Version 3.3.23 just got published.

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

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
Copy link
Author

greenkeeper bot commented May 7, 2018

Version 3.3.24 just got published.

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

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
Copy link
Author

greenkeeper bot commented May 13, 2018

Version 3.3.25 just got published.

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

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

@greenkeeper
Copy link
Author

greenkeeper bot commented May 20, 2018

Version 3.3.26 just got published.

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

Release Notes v3.3.26

 

Commits

The new version differs by 3 commits.

  • c14d09b v3.3.26
  • 4fc39d8 fix corner case in collapse_vars (#3139)
  • 0b7c70f Update README.md to clarify --source-map filename option (#3137)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2018

Version 3.3.27 just got published.

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

Release Notes v3.3.27

 

Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 1, 2019

  • The dependency uglify-js was updated from 3.5.9 to 3.5.10.

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.10

 

Commits

The new version differs by 5 commits.

  • 429d2b5 v3.5.10
  • 2ea9654 unify logging functionality (#3392)
  • fba008e remove blanket safeguard from source-map (#3391)
  • c37a8e9 fix corner case in properties (#3390)
  • 413bbe0 fix corner case in evaluate (#3388)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2019

  • The dependency uglify-js was updated from 3.5.10 to 3.5.11.

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.11

 

Commits

The new version differs by 4 commits.

  • e488124 v3.5.11
  • 354fec8 make enclose & wrap work with sourceMap (#3396)
  • 11cdab7 fix corner cases in sourceMap (#3397)
  • a89d424 render comments in custom ASTs gracefully (#3393)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 12, 2019

  • The dependency uglify-js was updated from 3.5.11 to 3.5.12.

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.12

 

Commits

The new version differs by 7 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 17, 2019

  • The dependency uglify-js was updated from 3.5.12 to 3.5.13.

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.13

 

Commits

The new version differs by 8 commits.

  • 04439ed v3.5.13
  • a246195 enhance unsafe comparisons (#3419)
  • 8939a36 reduce false positives from fuzzing (#3417)
  • a21c348 improve sandbox fidelity (#3415)
  • 1f0def1 fix corner case in comparisons (#3414)
  • f87caac fix corner case in hoist_props (#3412)
  • d538a73 enhance side_effects (#3410)
  • 2e4fbde enhance keep_fargs (#3409)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 20, 2019

  • The dependency uglify-js was updated from 3.5.13 to 3.5.14.

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.14

 

Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 21, 2019

  • The dependency uglify-js was updated from 3.5.14 to 3.5.15.

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.15

 

Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 30, 2019

  • The dependency uglify-js was updated from 3.5.15 to 3.6.0.

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.0

 

Commits

The new version differs by 3 commits.

  • 70bb304 v3.6.0
  • 9d3b1ef fix corner case in assignments (#3430)
  • 482e1ba enhance assignments & unused (#3428)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 8, 2019

  • The dependency uglify-js was updated from 3.6.0 to 3.6.1.

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.1

 

Commits

The new version differs by 10 commits.

  • a82003d v3.6.1
  • da9f162 report errors correctly in ufuzz (#3456)
  • 8a4c707 account for catch in constant lambda expressions (#3454)
  • 0a63f2f workaround V8 RegExp bug (#3453)
  • 931ac66 fix corner case in hoist_props (#3452)
  • 35338a1 handle function/variable name collisions correctly (#3451)
  • d57b606 exclude mangling of addEventListener parameters (#3445)
  • 00ada04 facilitate Webpack compatibility (#3435)
  • a31c477 fix variable scope determination (#3449)
  • bde7418 update & fix dependencies (#3450)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 15, 2019

  • The dependency uglify-js was updated from 3.6.1 to 3.6.2.

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.2

 

Commits

The new version differs by 9 commits.

  • c3ca293 v3.6.2
  • 516b67a minor tweaks to CI test scripts (#3467)
  • eba3a37 fix boolean context detection (#3466)
  • 6d57ca1 improve source map handling (#3464)
  • 3320251 update benchmark URLs (#3462)
  • 33c94d3 detect boolean context across IIFEs (#3461)
  • b18f717 improve readability of --help ast (#3460)
  • a0d4b64 remove extraneous property (#3459)
  • 6db880e clean up AST_Binary optimisation logic (#3458)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 19, 2019

  • The dependency uglify-js was updated from 3.6.2 to 3.6.3.

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.3

 

Commits

The new version differs by 18 commits.

  • 6b4886c v3.6.3
  • 0201cb4 fix corner case in unused (#3499)
  • cd07231 fix corner case in unused (#3496)
  • 0785a15 fix corner case in dead_code & ie8 (#3494)
  • b1279a4 fix corner case in sequences (#3491)
  • b571619 handle throw of non-Errors gracefully (#3492)
  • 7b5350b tweak Travis CI execution environment (#3489)
  • 1549db7 fix corner case in ie8 (#3487)
  • 8ff9a3c fix corner cases in ie8 (#3485)
  • 91cae51 fix corner case in evaluate & ie8 (#3483)
  • 8af2f5f fix corner case in rename (#3481)
  • 86a8016 fix corner case in ie8 & mangle (#3479)
  • 009dcda avoid mangling of MutationObserver properties (#3477)
  • f86f615 fix corner case in ie8 & mangle (#3476)
  • d3d1d11 fix corner case in ie8 & rename (#3474)

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 23, 2019

  • The dependency uglify-js was updated from 3.6.3 to 3.6.4.

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.4

 

Commits

The new version differs by 11 commits.

  • 370c8e0 v3.6.4
  • 4240fba fix corner cases in unused (#3519)
  • 267bc70 fix corner case in unused (#3517)
  • a53ab99 fix corner case in side_effects (#3514)
  • 02308a7 fix corner case in reduce_vars (#3510)
  • 0b3705e fix corner cases in inline (#3507)
  • da5a21b fix GitHub Actions script for fuzzing (#3504)
  • 5bd0cf8 enable GitHub Actions (#3503)
  • 9199ab5 minor tweaks (#3502)
  • ca6dce4 fix corner case in collapse_vars (#3501)
  • 543dd7d fix corner case in comments (#3500)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 29, 2019

  • The dependency uglify-js was updated from 3.6.4 to 3.6.5.

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.5

 

Commits

The new version differs by 15 commits.

  • 8a191c0 v3.6.5
  • 83fb8b4 fix corner case in ie8 (#3543)
  • f38e31b fix corner case in evaluate (#3540)
  • 24e8b47 improve ufuzz resilience (#3541)
  • 9561879 fix corner case in ufuzz (#3538)
  • 2f3b460 fix & enhance unsafe_math (#3537)
  • 06e135e migrate CI workaround (#3534)
  • ebbf3d4 improve ufuzz resilience (#3533)
  • a270ba6 fix corner cases in unsafe_math (#3532)
  • 37f35e4 prevent tty truncation in test/compress (#3530)
  • 50a578c compress arithmetic expressions further (#3529)
  • 85237b0 fix corner case in collapse_vars (#3527)
  • 27b159e separate ufuzz job failures (#3525)
  • 82b3eed fix corner case in ie8 & mangle (#3524)
  • 0f7aa41 fix corner case in collapse_vars (#3521)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 1, 2019

  • The dependency uglify-js was updated from 3.6.5 to 3.6.6.

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.6

 

Commits

The new version differs by 11 commits.

  • 6ad8e10 v3.6.6
  • 815eff1 enhance if_return (#3560)
  • 1e9b576 fix corner case in evaluate (#3559)
  • 3797458 enhance conditionals (#3557)
  • 1858c20 enhance typeofs (#3556)
  • ec7f071 fix corner case in dead_code (#3553)
  • f1eb03f enhance dead_code (#3551)
  • 0f4cfa8 fix corner case in comments (#3550)
  • 1d5c2be enhance evaluate (#3549)
  • 22a09ea fix corner case in unsafe_math (#3548)
  • bad664c compress object literals (#3546)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 2, 2019

  • The dependency uglify-js was updated from 3.6.6 to 3.6.7.

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.7

 

Commits

The new version differs by 4 commits.

  • 0f2687e v3.6.7
  • 1c0defd enhance unsafe evaluate (#3564)
  • dcbf223 more tests for #3562 (#3565)
  • 24bb288 fix corner case in collapse_vars (#3563)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 6, 2019

  • The dependency uglify-js was updated from 3.6.7 to 3.6.8.

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.8

 

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 12, 2019

  • The dependency uglify-js was updated from 3.6.8 to 3.6.9.

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.9

 

Commits

The new version differs by 6 commits.

  • 0d17c5b v3.6.9
  • 5b20bad fix corner case in dead_code (#3579)
  • 765a063 enable cache on GitHub Actions (#3570)
  • 5045e14 fix corner case in conditionals (#3577)
  • 10648c9 enhance dead_code (#3575)
  • 87e67ec fix corner case in collapse_vars (#3574)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 25, 2019

  • The dependency uglify-js was updated from 3.6.9 to 3.7.0.

Your tests are still failing with this version. Compare changes

Release Notes for v3.7.0

 

Commits

The new version differs by 15 commits.

  • 02cc4a0 v3.7.0
  • 4e06e1c fix corner case in inline (#3595)
  • 644f65f fix corner case in unsafe_math (#3594)
  • 8504a4e fix corner case in reduce_funcs (#3592)
  • 10c1a78 fix corner case in collapse_vars (#3591)
  • a6a0319 compress empty for-in loops (#3590)
  • d1b2ece refine precision limits on unsafe_math (#3589)
  • 552be61 introduce eager evaluation (#3587)
  • dcfc4ac minor clean-ups (#3588)
  • 4027f87 migrate to GitHub Actions (#3586)
  • 910799c fix corner case in switches (#3585)
  • 4bd36dc enhance unused (#3584)
  • ab15c40 enhance switches (#3583)
  • fe65ce9 fix corner case in collapse_vars (#3582)
  • d6fd18d enhance evaluate & inline (#3580)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 30, 2019

  • The dependency uglify-js was updated from 3.7.0 to 3.7.1.

Your tests are still failing with this version. Compare changes

Release Notes for v3.7.1

 

Commits

The new version differs by 14 commits.

  • b866a23 v3.7.1
  • 1283d73 fix corner case in parsing directives (#3615)
  • 1b61a81 enhance collapse_vars (#3613)
  • 5a88c30 enhance assignments (#3612)
  • 168ae74 enhance collapse_vars (#3611)
  • d4b7010 fix corner case in unsafe_regexp (#3609)
  • e27493f fix corner case in inline (#3608)
  • 292d1de use stable Node.js version for fuzzing (#3605)
  • 6768e65 inline functions with directives more effectively (#3604)
  • 48a0f6f enhance unsafe_math (#3603)
  • 81caadb enhance collapse_vars (#3602)
  • d959e0b fix corner case in if_return (#3601)
  • 67278e7 fix corner case in unused (#3599)
  • c289ba1 fix corner case in collapse_vars (#3597)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 8, 2019

  • The dependency uglify-js was updated from 3.7.1 to 3.7.2.

Your tests are still failing with this version. Compare changes

Release Notes for v3.7.2

 

Commits

The new version differs by 10 commits.

  • fe19ab7 v3.7.2
  • 9074f05 fix corner case in collapse_vars (#3629)
  • 04fbb1f avoid collision with HTML comments (#3625)
  • bf7e4ca fix corner case in collapse_vars (#3627)
  • d68ddc3 fix corner case in reduce_vars (#3623)
  • 500e31e enhance collapse_vars (#3621)
  • bef856a fix corner case in keep_fargs (#3620)
  • 9a6faf3 fix corner cases in keep_fargs & unused (#3618)
  • e915832 enhance unused (#3617)
  • 0593892 enhance collapse_vars (#3616)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 27, 2019

  • The dependency uglify-js was updated from 3.7.2 to 3.7.3.

Your tests are still failing with this version. Compare changes

Release Notes for v3.7.3

 

Commits

The new version differs by 8 commits.

  • 01d6e0f v3.7.3
  • ab050e7 fix corner case in directives (#3645)
  • 75aa6ef enhance conditionals (#3643)
  • 519a00b fix corner case in collapse_vars (#3642)
  • 3ff0fed suppress false positives from fuzzer (#3638)
  • 74396ac fix corner case in loops (#3635)
  • 036bca9 enhance loops (#3633)
  • 18c2b18 fix corner case in reduce_vars (#3632)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 12, 2020

  • The dependency uglify-js was updated from 3.7.4 to 3.7.5.

Your tests are still failing with this version. Compare changes

Release Notes for v3.7.5

 

Commits

The new version differs by 24 commits.

  • 5beb7e4 v3.7.5
  • 46caaa8 enhance collapse_vars (#3680)
  • 5d25825 introduce --output-opts CLI option (#3678)
  • 14c3573 fix corner case in unsafe_math (#3677)
  • f5ceff6 fix corner case in unused (#3674)
  • 4d6771b fix corner case in collapse_vars (#3672)
  • d171911 v3.7.4
  • 0ff607c improve ufuzz false positive detection (#3670)
  • 1988495 fix corner case in conditionals (#3669)
  • fdc1008 fix corner case in reduce_vars (#3667)
  • 746f5f6 fix corner case in unused (#3665)
  • d83d3d7 enhance unused (#3662)
  • 99ac73a enhance booleans (#3661)
  • a2e4c2f enhance evaluate (#3660)
  • 94785e8 fix corner case in booleans (#3659)

There are 24 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 21, 2020

  • The dependency uglify-js was updated from 3.7.5 to 3.7.6.

Your tests are still failing with this version. Compare changes

Release Notes for v3.7.6

 

Commits

The new version differs by 3 commits.

  • 36a430c v3.7.6
  • 41a6eb8 fix corner case in evaluate (#3685)
  • 91d87ae fix corner case in unsafe_math (#3683)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 3, 2020

  • The dependency uglify-js was updated from 3.7.6 to 3.7.7.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.7.7

 

Commits

The new version differs by 9 commits.

  • 36b2d35 v3.7.7
  • 79c6003 fix corner case in collapse_vars (#3701)
  • a375406 fix corner case in collapse_vars (#3699)
  • 2ba5f39 enhance collapse_vars (#3697)
  • 87119e4 fix corner case in sign propagation (#3696)
  • b499e03 enhance conditionals (#3694)
  • a478f27 enhance sequences (#3693)
  • e9e76dc fix corner case in string concatenations (#3692)
  • 0dcedad fix corner case in booleans (#3691)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 18, 2020

  • The dependency uglify-js was updated from 3.7.7 to 3.8.0.

Your tests are still failing with this version. Compare changes

Release Notes for v3.8.0

 

Commits

The new version differs by 32 commits.

  • d13b712 v3.8.0
  • 457f958 improve --reduce-test (#3727)
  • 53517db speed up --reduce-test (#3726)
  • c13caf4 speed up --reduce-test via result caching (#3725)
  • fbfa617 improve --reduce-test (#3722)
  • 5315dd9 minor cleanup (#3723)
  • 31a7bf2 Updated "Output options" > "comments" in README.md (#3717)
  • f0a2990 enhance properties (#3721)
  • 0d820e4 workaround RegExp formatting bugs (#3720)
  • f01f580 improve --reduce-test (#3719)
  • c01ff76 improve code reuse (#3718)
  • 83a4271 fix corner case in unused (#3716)
  • 2557148 increase mocha --reduce-test timeout (#3715)
  • dd22eda enhance evaluate (#3714)
  • f4c7788 add test for --reduce-test (#3712)

There are 32 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 28, 2020

  • The dependency uglify-js was updated from 3.8.0 to 3.8.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.8.1

 

Commits

The new version differs by 14 commits.

  • d105ab9 v3.8.1
  • b392288 fix line accounting in multi-line strings (#3752)
  • ff72eaa improve --reduce-test (#3742)
  • 0a1c9b3 fix corner case in evaluate & ie8 (#3751)
  • 03e968b improve suspicious option detection (#3749)
  • 421bb70 fix corner case in unused (#3747)
  • bdc8ef2 fix corner case in collapse_vars (#3745)
  • bca52fc speed up CI (#3741)
  • d6d31cb improve AST fuzzing (#3740)
  • a051846 fix corner case in evaluate (#3739)
  • 3485472 avoid reducing setter argument (#3737)
  • c8d60d6 detect toplevel option properly (#3735)
  • 6092bf2 fix corner case in evaluate (#3729)
  • 7052ce5 fix corner case in evaluate (#3728)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 13, 2020

  • The dependency uglify-js was updated from 3.8.1 to 3.9.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.9.0

 

Commits

The new version differs by 31 commits.

  • 77261e1 v3.9.0
  • 903a5df fix corner case in inline (#3778)
  • c810ecd improve handling of eval (#3776)
  • dce9dfc fix corner case in reduce_vars (#3775)
  • 3d72663 add tests for eval() (#3769)
  • a2b16e8 fix corner cases in inline (#3773)
  • b35f4c5 enhance inline (#3767)
  • 41eb4f1 workaround intermittent nodejs.org corruptions (#3766)
  • 94bc221 fix export of PATH to Node.js (#3765)
  • 822d298 fix Github Actions retry logic (#3763)
  • 273c602 expand ufuzz patterns (#3761)
  • 1b07f64 enhance inline (#3760)
  • 80d9c44 improve resilience against nodejs.org failures (#3759)
  • dc0cd08 fix corner case in evaluate & unsafe_math (#3756)
  • c69c026 improve resilience against nodejs.org failures (#3758)

There are 31 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 15, 2020

  • The dependency uglify-js was updated from 3.9.0 to 3.9.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.9.1

 

Commits

The new version differs by 34 commits.

  • 38c3bcf v3.9.1
  • 6e9afdc prevent input source map mutation (#3781)
  • c4d28e3 expand testing on Node.js versions (#3779)
  • 77261e1 v3.9.0
  • 903a5df fix corner case in inline (#3778)
  • c810ecd improve handling of eval (#3776)
  • dce9dfc fix corner case in reduce_vars (#3775)
  • 3d72663 add tests for eval() (#3769)
  • a2b16e8 fix corner cases in inline (#3773)
  • b35f4c5 enhance inline (#3767)
  • 41eb4f1 workaround intermittent nodejs.org corruptions (#3766)
  • 94bc221 fix export of PATH to Node.js (#3765)
  • 822d298 fix Github Actions retry logic (#3763)
  • 273c602 expand ufuzz patterns (#3761)
  • 1b07f64 enhance inline (#3760)

There are 34 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 3, 2020

  • The dependency uglify-js was updated from 3.9.1 to 3.9.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.9.2

 

Commits

The new version differs by 74 commits.

  • 20f9a1d v3.9.2
  • dcb74f5 fix diagnostic text (#3838)
  • 0794aaa fix corner case in inline (#3837)
  • 74801de fix corner cases in inline (#3834)
  • f80d5b8 enhance inline (#3832)
  • d900006 fix corner case in dead_code (#3831)
  • 39f8495 update dependencies (#3828)
  • 818738b fix corner case in ie8 (#3826)
  • bc2a4a3 fix corner case in ie8 (#3824)
  • a4a8cce fix corner case in inline (#3822)
  • 36dcfa3 improve suspicious option detection (#3820)
  • 94f3357 fix corner case in --reduce-test (#3819)
  • 44d6912 improve --reduce-test on Error.message (#3816)
  • 3a4497a fix corner case in typeofs (#3818)
  • 3ee13ca improve compress (#3814)

There are 74 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 13, 2020

  • The dependency uglify-js was updated from 3.9.2 to 3.9.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.9.3

 

Commits

The new version differs by 109 commits.

  • 30ed8f5 v3.9.3
  • dc9e7cd suppress ufuzz false positives (#3893)
  • 76f40e2 fix corner case in collapse_vars (#3892)
  • 8024f7f fix corner case in ie8 (#3890)
  • eb7fa25 fix corner case in evaluate (#3888)
  • ee7647d fix corner case in collapse_vars (#3885)
  • bd2f53b fix corner case in evaluate (#3883)
  • e8a7956 fix corner case in reduce_vars (#3881)
  • 2b24dc2 fix corner cases in evaluate & reduce_vars (#3879)
  • 35cc5aa extend --reduce-test to cover minify() bugs (#3876)
  • c1dd49e fix corner case in comparisons (#3877)
  • c76ee4b enhance if_return (#3875)
  • e23bf48 enhance evaluate & reduce_vars (#3873)
  • 7e0ad23 retain @__PURE__ call when return value is used (#3874)
  • 63adfb1 fix corner case in hoist_props (#3872)

There are 109 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 27, 2020

  • The dependency uglify-js was updated from 3.9.3 to 3.9.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.9.4

 

Commits

The new version differs by 131 commits.

  • 49ea629 v3.9.4
  • 13c72a9 fix corner case in infinite recursion detection (#3926)
  • 08af3ea perform ufuzz on Pull Requests (#3925)
  • 27bdcbb fix corner cases in infinite recursion detection (#3924)
  • 2c4d7d6 fix corner case in reduce_vars (#3923)
  • d1cc527 fix corner case in evaluate (#3921)
  • 75c5b60 fix corner case in ie8 & reduce_vars (#3919)
  • fa14a9c fix corner case in join_vars (#3917)
  • aeb9ea5 fix corner case in inline (#3915)
  • 798841b improve job resilience (#3913)
  • cc6eb4b improve ufuzz (#3912)
  • 14eee81 update header comment for --reduce-test (#3910)
  • 55ebb27 fix corner case in collapse_vars (#3909)
  • 8704641 enhance dead_code (#3907)
  • f9b3198 fix corner case in evaluate (#3906)

There are 131 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants