learnlinux / tuxlab-app

A Platform for Creating Interactive Linux Courses
GNU General Public License v3.0
7 stars 7 forks source link

An in-range update of uglify-es is breaking the build 🚨 #292

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.2.0 of uglify-es was just published.

Branch Build failing 🚨
Dependency uglify-es
Current Version 3.1.10
Type dependency

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

uglify-es 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 could not complete due to an error [Details](https://travis-ci.org/learnlinux/tuxlab-app/builds/307293888?utm_source=github_status&utm_medium=notification)

Release Notes v3.2.0

Β 

Commits

The new version differs by 16 commits.

  • b84c99e harmony-v3.2.0
  • 4f08c2f Merge branch 'master' into harmony-v3.2.0
  • b37a68c v3.2.0
  • c141ae6 fix argument/atom collision by properties (#2514)
  • 97c464d fix wording and formatting (#2512)
  • ba4894a document top level minify option keep_classnames (#2511)
  • f1e3ef5 separate keep_classnames & keep_fnames (#2510)
  • 3b28b91 extend escape analysis on constant expression properties (#2509)
  • eb001dc fix argument/atom collision by collapse_vars (#2507)
  • aa9bdf4 make AST_Lambda.contains_this() less magical (#2505)
  • bbf38dc fix reduce_vars on arrow functions with this (#2504)
  • 8987780 eliminate invalid state caching in collapse_vars (#2502)
  • 30cfea2 fix rename (#2501)
  • 3d8341a fix properties for array literal with spread (#2499)
  • f4e2fb9 expand symbol space to improve compression (#2460)

There are 16 commits in total.

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.1.10 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 3.2.1 just got published.

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

Release Notes v3.2.1

Β 

Commits

The new version differs by 27 commits.

  • 606f7a5 harmony-v3.2.1
  • b91a2e0 fix tests
  • c9dbe9d Merge branch 'master' into harmony-v3.2.1
  • b9f3ddf v3.2.1
  • 77332a0 fix dead_code on for (#2552)
  • 85c56ad more tests for #2535 (#2551)
  • 8da3754 improve evaluate on typeof (#2550)
  • 9a6b11f improve boolean compression (#2548)
  • 7ac6fdc improve switch case compression (#2547)
  • f6610ba improve AST_For.init & AST_Switch.expression compression (#2546)
  • 09b320e convert to number under boolean context (#2545)
  • 5a1e99d improve compression of if conditions (#2544)
  • b762f2d improve compression of loop conditions (#2543)
  • 172079a improve code reuse (#2542)
  • c58d393 fix corner case in call binding (#2541)

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.2 just got published.

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

Release Notes v3.2.2

Β 

Commits

The new version differs by 41 commits.

  • f8ff349 harmony-v3.2.2
  • f2b179a fix escape analysis for AST_Expansion
  • c7e8fc4 fix escape analysis for `AST_Await
  • f778a0a fix escape analysis for AST_Yield
  • 7fd4b66 fix tests
  • 21c986f Merge branch 'master' into harmony-v3.2.2
  • 2441827 v3.2.2
  • 0aff037 improve unused on assign-only symbols (#2568)
  • 74a2f53 fix escape analysis for AST_Throw (#2564)
  • e20935c fix escape analysis for AST_Conditional & AST_Sequence (#2563)
  • 3e34f62 account for side-effects in conditional call inversion (#2562)
  • d21cb84 eliminate noop calls more aggressively (#2559)
  • 3dd495e improve if_return (#2558)
  • 87bae62 simplify computed properties for methods, getters & setters (#2555)
  • 606f7a5 harmony-v3.2.1

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.0 just got published.

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

Release Notes v3.3.0

Β 

Commits

The new version differs by 90 commits.

  • 01bb08b harmony-v3.3.0
  • fc3010b add tests for #2613
  • 7de541f fix tests
  • dbf8684 Merge branch 'master' into harmony-v3.3.0
  • 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)
  • 8d156b5 arrows fix for object literal methods containing arguments (#2632)
  • 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)

There are 90 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.1 just got published.

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

Release Notes v3.3.1

Β 

Commits

The new version differs by 96 commits.

  • a53784e harmony-v3.3.1
  • a3b8dec Merge branch 'master' into harmony-v3.3.1
  • 49ce573 handle non-ES5 node types in inline (#2648)
  • 8701a99 v3.3.1
  • 1476c78 add html-minifier to benchmarks (#2646)
  • cb6a928 fix infinite loop during inline (#2645)
  • 01bb08b harmony-v3.3.0
  • fc3010b add tests for #2613
  • 7de541f fix tests
  • dbf8684 Merge branch 'master' into harmony-v3.3.0
  • 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)

There are 96 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.2 just got published.

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

Release Notes v3.3.2

Β 

Commits

The new version differs by 100 commits.

There are 100 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.3 just got published.

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

Release Notes v3.3.3

Β 

Commits

The new version differs by 114 commits.

  • 53600e9 harmony-v3.3.3
  • 7dea749 Merge branch 'master' into harmony-v3.3.3
  • 8ca4915 v3.3.3
  • b95e333 fix pure_getters on AST_Binary (#2681)
  • e40a0ee improve assignment variations (#2671)
  • 0a3fac6 fix parenthesis output of AST_ClassExpression (#2677)
  • cb62bd9 fix function inlining within loops (#2675)
  • 9f7d1f7 fix reduce_vars on AST_Destructuring (#2672)
  • 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)
  • ef74f2e harmony-v3.3.2

There are 114 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.4 just got published.

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

Release Notes v3.3.4

Β 

Commits

The new version differs by 121 commits.

  • a6653e2 harmony-v3.3.4
  • 3bbe839 Merge branch 'master' into harmony-v3.3.4
  • e2ec270 v3.3.4
  • ace272f improve test for #2689 (#2694)
  • ed7a0a4 fix dead_code on escaped return assignment (#2693)
  • 725aac8 fix parse and output of yield (#2690)
  • d819559 minor clean-ups (#2686)
  • 53600e9 harmony-v3.3.3
  • 7dea749 Merge branch 'master' into harmony-v3.3.3
  • 8ca4915 v3.3.3
  • b95e333 fix pure_getters on AST_Binary (#2681)
  • e40a0ee improve assignment variations (#2671)
  • 0a3fac6 fix parenthesis output of AST_ClassExpression (#2677)
  • cb62bd9 fix function inlining within loops (#2675)
  • 9f7d1f7 fix reduce_vars on AST_Destructuring (#2672)

There are 121 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.5 just got published.

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

Release Notes v3.3.5

Β 

Commits

The new version differs by 155 commits.

  • 1f3f8f2 harmony-v3.3.5
  • 4b1799e disable reminify()
  • 7a8eff6 Merge branch 'master' into harmony-v3.3.5
  • 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)
  • f76b5e0 fix hoist_props on const (#2724)

There are 155 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.6 just got published.

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

Release Notes v3.3.6

Β 

Commits

The new version differs by 176 commits.

  • aa1786d harmony-v3.3.6
  • 0d5df27 add tests for #2740
  • b56e1f1 add test for #2747
  • 9acace2 fix test
  • 0f2be14 Merge branch 'master' into harmony-v3.3.6
  • 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)
  • 1eb15f4 fix reduce_vars with uninitialized let variables (#2760)

There are 176 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.7 just got published.

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

Release Notes v3.3.7

Β 

Commits

The new version differs by 183 commits.

  • 1b2e6b8 harmony-v3.3.7
  • f9e9898 Merge branch 'master' into harmony-v3.3.7
  • 7c0c929 v3.3.7
  • 62a66df fix & extend join_vars for object assigments (#2781)
  • c44d78d add block_scope to --output ast (#2780)
  • 8c763bf fix mangle of block-scoped variables (#2779)
  • 2cab348 improve SymbolDef info in --output ast (#2778)
  • aa1786d harmony-v3.3.6
  • 0d5df27 add tests for #2740
  • b56e1f1 add test for #2747
  • 9acace2 fix test
  • 0f2be14 Merge branch 'master' into harmony-v3.3.6
  • 460218a v3.3.6
  • e49416e fix reduce_vars on AST_Accessor (#2776)
  • d4d7d99 add SymbolDef IDs to --output ast (#2772)

There are 183 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.8 just got published.

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

Release Notes v3.3.8

Β 

Commits

The new version differs by 214 commits.

  • c7c7960 harmony-v3.3.8
  • fc98d21 allow duplicate property names in object literals for ES6+
  • 13accdd fix tests
  • 287ec73 Merge branch 'master' into harmony-v3.3.8
  • 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)

There are 214 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.9 just got published.

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

Commits

The new version differs by 224 commits.

  • 8e59517 harmony-v3.3.9
  • 6973abb Merge branch 'master' into harmony-v3.3.9
  • 4eb4cb6 v3.3.9
  • 193612a fix accounting after conversion to assignment (#2847)
  • 95cfce6 backport of #2835 (#2841)
  • e0461dc fix for-in/of regression with let or const loop variable (#2840)
  • ec42025 drop assignments to constant expressions only (#2839)
  • 5e2cd07 handle duplicate function declarations correctly (#2837)
  • bea9dbd enable reminify on harmony branch to avoid regressions (#2834)
  • bc01a85 add parenthesis around sequence in yield (#2833)
  • c7c7960 harmony-v3.3.8
  • fc98d21 allow duplicate property names in object literals for ES6+
  • 13accdd fix tests
  • 287ec73 Merge branch 'master' into harmony-v3.3.8
  • 06166df v3.3.8

There are 224 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.10 just got published.

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

Commits

The new version differs by 253 commits.

  • aebc916 harmony-v3.3.10
  • ebf5096 fix tests
  • 630b090 Merge branch 'master' into harmony-v3.3.10
  • 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)
  • 149a569 fix inline within arrow functions (#2881)
  • 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)
  • 4b3c065 fix arguments in arrow functions (#2877)

There are 250 commits in total.

See the full diff