donejs / done-ssr

Server Side Rendering for DoneJS
https://www.npmjs.com/package/done-ssr
MIT License
23 stars 11 forks source link

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

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency uglify-js was updated from 3.7.5 to 3.7.6.

🚨 View failing branch.

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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/donejs/done-ssr/builds/639739872?utm_source=github_status&utm_medium=notification)).

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

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 4 years ago

After pinning to 3.7.5 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 4 years ago

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

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

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

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 46 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)
  • d13b712 v3.8.0

There are 46 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

See the full diff

greenkeeper[bot] commented 4 years ago

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

See the full diff