genie-js / recage

Library for reading Age of Empires 2 Recorded Game files in Node.js
GNU General Public License v3.0
14 stars 2 forks source link

An in-range update of awestruct is breaking the build 🚨 #24

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency awestruct was updated from 1.1.3 to 1.2.0.

🚨 View failing branch.

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

awestruct 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 failed ([Details](https://travis-ci.org/goto-bus-stop/recage/builds/509449357?utm_source=github_status&utm_medium=notification)).

Release Notes for v1.2.0
  • Add the field name (or path, for nested structs) to error messages when reading fails.
Commits

The new version differs by 6 commits.

  • 3263b35 1.2.0
  • be35584 Add object path to error message if reading fails (#33)
  • 271e537 package: prepublish β†’ prepare
  • cb8a37f ci: Add Node 10/11.
  • 10cd3d8 Fix lint.
  • c238242 Change changelog format to gh-release compatible

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

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.1
  • Improve performance when reading embedded structs.
Commits

The new version differs by 2 commits.

  • 2b3de0d 1.2.1
  • 35eded7 Avoid intermediate objects and Object.assign when embedded structs (#35)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.2
  • Improve performance of Buffer method types (uint8, int32, float).
  • Remove unnecessary function wrapper for types that don't have a mapper function from mapRead() or mapWrite()
Commits

The new version differs by 2 commits.

See the full diff