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 🚨 #167

Open
greenkeeper bot opened this issue Mar 4, 2018 · 14 comments
Open

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

greenkeeper bot opened this issue Mar 4, 2018 · 14 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Mar 4, 2018

☝️ 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
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 4, 2018

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2018

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

greenkeeper bot commented Mar 14, 2018

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

greenkeeper bot commented Mar 19, 2018

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

greenkeeper bot commented Mar 31, 2018

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

greenkeeper bot commented Apr 2, 2018

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

greenkeeper bot commented Apr 7, 2018

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

greenkeeper bot commented Apr 7, 2018

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

greenkeeper bot commented Apr 12, 2018

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

greenkeeper bot commented Apr 21, 2018

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

greenkeeper bot commented Apr 28, 2018

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

greenkeeper bot commented May 7, 2018

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

greenkeeper bot commented May 13, 2018

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

greenkeeper bot commented May 20, 2018

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

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

No branches or pull requests

0 participants