goto-bus-stop / wikibattle

1v1 races through Wikipedia article links.

Home Page:https://wikibattle.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of browser-pack-flat is breaking the build 🚨

greenkeeper opened this issue · comments

Version 2.4.0 of browser-pack-flat just got published.

Branch Build failing 🚨
Dependency browser-pack-flat
Current Version 2.3.0
Type devDependency

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

As browser-pack-flat is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v2.4.0
  • Fix dynamic requires (only works when compiling for browserify --node). (1e30cde)
  • Fix destructuring requires. (3a0d004, 1126efe)
  • Register bindings for class declarations. (17e8fd0, 2f01d5f)
  • Remove intermediate variables for simple default imports. (c2c5f4d)
  • Only rename top-level variables if there is a conflict. (5bbfc13)
  • Faster dependency cycle detection, and much much faster in some cases (948c060)
Commits

The new version differs by 15 commits.

  • 97f76e1 2.4.0
  • 948c060 Shortcut cyclical dependency detection, fixes #8
  • fc9cdb5 Fix issue where removed var decls would join separate expressions bc of asi
  • 5bbfc13 Only rename top-level variables if they conflict (#14)
  • 5c7deff Fix removing variable declarators with block comments inside
  • 2e75e40 Refactor moduleExists check
  • c2c5f4d Remove in-between variables for simple imports var x = require("y")
  • 2f01d5f Fix issue where scope was not always available
  • 17e8fd0 Fix scope bindings for Class declarations
  • 1126efe Fix destructuring with [...rest] parameter
  • 3a0d004 Fix destructuring requires
  • 8c89e3c Update dependencies
  • f7e7442 Update helpers
  • 1e30cde Fix dynamic requires (only when compiling for --node)
  • b0aa4e5 doc Node api

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

After pinning to 2.3.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.