marcbachmann / muemit

An EventEmitter implementation for the browser that imitates the nodejs EventEmitter api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments

Version 3.1.9 of uglify-js was just published.

Branch Build failing 🚨
Dependency uglify-js
Current Version 3.1.8
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
  • ❌ ci/circleci Your tests failed on CircleCI Details

Release Notes v3.1.9

 

Commits

The new version differs by 7 commits.

  • 346fa12 v3.1.9
  • cda27b0 extend reduce_funcs to cover cross-scope substitutions (#2469)
  • 3c74047 implement compress option reduce_funcs (#2466)
  • 94525d8 fix object literal tracing in reduce_vars (#2461)
  • 1127a2c fix multiple nested function substitutions (#2458)
  • 246d9d4 remove hack in collapse_vars (#2457)
  • 4c0b017 preserve function identity in reduce_vars (#2451)

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 🌴

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

It was just a network issue causing the failed build.
More detailed reports in tests would be nice.

Version 3.1.10 just got published.

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

Release Notes v3.1.10

 

Commits

The new version differs by 9 commits.

  • 667fc4d v3.1.10
  • 6142117 document the webkit output option (#2490)
  • ae28a24 fix cross-scope inlining of AST_Functions (#2486)
  • ebe761c minor consolidations (#2484)
  • fa7a7c5 Update ISSUE_TEMPLATE.md (#2481)
  • 557636f update documentation for reduce_funcs (#2478)
  • 49fbe9c fix replacement logic in collapse_vars (#2475)
  • 2ac5086 fix top_retain on hoist_props (#2474)
  • c6cfa04 allow symbol replacement on multiple occurrences (#2472)

See the full diff