hoodiehq / hoodie-account-client

:dog: Account client API for the browser
https://hoodiehq.github.io/hoodie-account-client
Apache License 2.0
11 stars 24 forks source link

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

Open greenkeeper[bot] opened 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.13 of uglify-js was just published.

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

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

uglify-js is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **coverage/coveralls** Coverage pending from Coveralls.io [Details](https://coveralls.io/builds/15796802) - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/hoodiehq/hoodie-account-client/builds/348874897?utm_source=github_status&utm_medium=notification)

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

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

After pinning to 3.3.12 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 6 years ago

Version 3.3.14 just got published.

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

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[bot] commented 6 years ago

Version 3.3.15 just got published.

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

Release Notes v3.3.15

 

Commits

The new version differs by 9 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)
  • 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[bot] commented 6 years ago

Version 3.3.16 just got published.

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

Release Notes v3.3.16

 

Commits

The new version differs by 13 commits.

  • 73d77f4 v3.3.16
  • ccf0e2e extend fuzzy RHS folding (#3006)
  • 20ca0f5 improve truthy compression (#3009)
  • b29d435 refactor brackets to braces (#3005)
  • 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)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.17 just got published.

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

Release Notes v3.3.17

 

Commits

The new version differs by 24 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)
  • 73d77f4 v3.3.16
  • ccf0e2e extend fuzzy RHS folding (#3006)
  • 20ca0f5 improve truthy compression (#3009)
  • b29d435 refactor brackets to braces (#3005)

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.18 just got published.

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

Release Notes v3.3.18

 

Commits

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

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.19 just got published.

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

Release Notes v3.3.19

 

Commits

The new version differs by 36 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)
  • 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)
  • 6982a05 v3.3.17
  • fa32501 mangle unused nested AST_SymbolCatch correctly (#3038)
  • 06b9894 handle modifications to this correctly (#3036)

There are 36 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.20 just got published.

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

Release Notes v3.3.20

 

Commits

The new version differs by 38 commits.

  • 87857b0 v3.3.20
  • e5f6a88 fix corner case in reuse of mangle options (#3062)
  • 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)
  • 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)
  • 6982a05 v3.3.17

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.21 just got published.

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

Release Notes v3.3.21

 

Commits

The new version differs by 45 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)
  • 87857b0 v3.3.20
  • e5f6a88 fix corner case in reuse of mangle options (#3062)
  • 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)

There are 45 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.22 just got published.

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

Release Notes v3.3.22

 

Commits

The new version differs by 48 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)
  • 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)
  • 87857b0 v3.3.20
  • e5f6a88 fix corner case in reuse of mangle options (#3062)
  • 8d0b003 v3.3.19
  • db49daf mangle Object.defineProperty() (#3059)
  • 923deef support inline source map from multiple files (#3058)

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.23 just got published.

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

Release Notes v3.3.23

 

Commits

The new version differs by 60 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
  • 59eecb6 v3.3.22
  • d83c649 fix corner case in strip_func_ids() (#3090)
  • 7362f57 improve performance when handling unused variables in collapse_vars (#3084)

There are 60 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.24 just got published.

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

Release Notes v3.3.24

 

Commits

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

There are 70 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.25 just got published.

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

Release Notes v3.3.25

 

Commits

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

There are 75 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.26 just got published.

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

Release Notes v3.3.26

 

Commits

The new version differs by 78 commits.

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

There are 78 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.27 just got published.

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

Release Notes v3.3.27

 

Commits

The new version differs by 80 commits.

  • 6993157 v3.3.27
  • b5af8a1 fix corner case in reduce_vars (#3141)
  • c14d09b v3.3.26
  • 4fc39d8 fix corner case in collapse_vars (#3139)
  • 0b7c70f Update README.md to clarify --source-map filename option (#3137)
  • 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)
  • 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)

There are 80 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.0 just got published.

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

Release Notes v3.4.0

 

Commits

The new version differs by 89 commits.

  • bce7ee5 v3.4.0
  • b39043f re-introduce enclose (#3163)
  • caf96ac handle asynchronous test failures (#3164)
  • c767490 update JetStream URL (#3165)
  • 5843494 v3.3.28
  • efa21ae fix corner case in reduce_vars (#3151)
  • 24d9633 fix corner cases with eval() (#3147)
  • 7963b96 augment tests for inline source maps (#3145)
  • 8c62d85 augment tests for RegExp (#3144)
  • 6993157 v3.3.27
  • b5af8a1 fix corner case in reduce_vars (#3141)
  • c14d09b v3.3.26
  • 4fc39d8 fix corner case in collapse_vars (#3139)
  • 0b7c70f Update README.md to clarify --source-map filename option (#3137)
  • f72d302 v3.3.25

There are 89 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.1 just got published.

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

Release Notes v3.4.1

 

Commits

The new version differs by 92 commits.

There are 92 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.2 just got published.

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

Release Notes v3.4.2

 

Commits

The new version differs by 96 commits.

There are 96 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.3 just got published.

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

Release Notes v3.4.3

 

Commits

The new version differs by 101 commits.

There are 101 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.4 just got published.

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

Release Notes v3.4.4

 

Commits

The new version differs by 104 commits.

There are 104 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.5 just got published.

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

Release Notes v3.4.5

 

Commits

The new version differs by 107 commits.

There are 107 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.6 just got published.

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

Release Notes v3.4.6

 

Commits

The new version differs by 112 commits.

There are 112 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.7 just got published.

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

Release Notes v3.4.7

 

Commits

The new version differs by 115 commits.

There are 115 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.8 just got published.

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

Release Notes v3.4.8

 

Commits

The new version differs by 119 commits.

  • 0851403 v3.4.8
  • 694ca5d fix corner case in unused (#3234)
  • 57fb58b enhance if_return (#3232)
  • 18c1c9b update dependencies
  • 5c1ae36 v3.4.7
  • cfebeb2 fix corner case in mangle workaround for Safari (#3230)
  • fc78423 clean up webkit quirks (#3229)
  • 2a5277b v3.4.6
  • d47547d fix corner case in join_vars (#3224)
  • 304db15 fix corner case in ie8 & rename (#3223)
  • 7cf72b8 fix corner case in global_defs (#3218)
  • cea685f fix corner case in ie8 (#3216)
  • 8d4b534 v3.4.5
  • 34a0ab6 improve fuzzing on Travis CI
  • bcebacb fix corner cases in preserve_line (#3212)

There are 119 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.9 just got published.

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

Release Notes v3.4.9

 

Commits

The new version differs by 5 commits.

  • ea999b0 v3.4.9
  • ce7e220 fix corner case in conditionals (#3244)
  • 2bdaca1 enhance conditionals (#3243)
  • aa00292 fix corner case in reduce_vars (#3241)
  • f352bce fix corner case in collapse_vars (#3239)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.4.10

 

Commits

The new version differs by 23 commits.

  • 9707ccd v3.4.10
  • cb8f3a2 add Node.js 10 to CI tests (#3342)
  • 8b3259e fix corner case in reduce_vars (#3341)
  • b66f47b update dependencies
  • 8d2e6f3 fix function inlining after reduce_vars (#3340)
  • b3ef5e5 enhance evaluate (#3339)
  • 627f5fb fix corner case with nameCache (#3338)
  • d90777b parse mangle.properties.regex in --config-file properly (#3337)
  • e49297e improve usability of pure_funcs (#3336)
  • ebd82b3 fix corner case in collapse_vars (#3334)
  • d074aa6 fix corner case in collapse_vars (#3333)
  • b052f62 fix corner case in reduce_vars (#3332)
  • d4ac84b fix corner case in arguments & reduce_vars (#3331)
  • e250396 fix corner case in arguments (#3330)
  • c6fa39b Update README.md (#3311)

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.0

 

Commits

The new version differs by 8 commits.

  • fd78859 v3.5.0
  • 143f905 fix corner case in sequences (#3350)
  • f2286c3 enhance unsafe for Array (#3349)
  • b9615f7 improve compress performance (#3348)
  • c520e99 enhance comparisons (#3347)
  • 615ae37 introduce assignments (#3345)
  • 7aa7f21 fix corner case in evaluate (#3344)
  • 4430a43 fix corner case in inline (#3343)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.1

 

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.2

 

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.3

 

Commits

The new version differs by 3 commits.

  • fa43768 v3.5.3
  • a74e600 mangle shadowed lambda under ie8 correctly (#3356)
  • 4b21526 Fix test expectation (#3357)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.4

 

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.5

 

Commits

The new version differs by 5 commits.

  • f1a77e4 v3.5.5
  • b55a2fd fix corner case in functions (#3367)
  • e8a2c0b fix corner case in functions (#3365)
  • 21cd7e3 reduce test exports (#3361)
  • 5172ba5 introduce functions (#3360)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.6

 

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.7

 

Commits

The new version differs by 4 commits.

  • 7ccdf33 v3.5.7
  • dafed54 fix corner case in reduce_vars (#3378)
  • a84beaf fix corner case in assignments (#3376)
  • f01cc1e unwind IIFE class patterns (#3373)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.8

 

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.9

 

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 4 years ago

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[bot] commented 4 years ago

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[bot] commented 4 years ago

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[bot] commented 4 years ago

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[bot] commented 4 years ago

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[bot] commented 4 years ago

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[bot] commented 4 years ago

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