bigchaindb / js-bigchaindb-driver

Official BigchainDB JavaScript driver for Node.js and the browser
https://docs.bigchaindb.com/projects/js-driver/en/latest/usage.html
Apache License 2.0
216 stars 92 forks source link

An in-range update of webpack-sources is breaking the build 🚨 #253

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

The dependency webpack-sources was updated from 1.2.0 to 1.3.0.

🚨 View failing branch.

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

webpack-sources 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/bigchaindb/js-bigchaindb-driver/builds/431027008?utm_source=github_status&utm_medium=notification)).

Release Notes for v1.3.0

Features

  • add name argument to replace and insert in ReplaceSource

Bugfixes

  • fix incorrect offset when lines start with whitespace

Other

  • performance improvements
Commits

The new version differs by 13 commits.

  • 0f99964 1.3.0
  • 931d7ea Merge pull request #40 from jevancc/performance-improvement
  • 54e8033 Merge branch 'master' into performance-improvement
  • 9d14ed4 Merge pull request #41 from Hoten/bugfix/invalid-sourcemaps-whitespace
  • 8de1165 prefer existing name over generated one
  • 6035781 refactor storage of replacements for readability and performance
  • 62e6396 rename oldValue to name
  • 72a3594 remove default value syntax
  • 7b104e5 fix mismatched mappings generated by OriginalSource when content contains leading whitespace
  • 1ce0fd3 fix typo
  • 6984898 add tests for OriginalSource
  • 228d514 remove redundant sort
  • 2b3edad use match regex instead of string traversal

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 1.2.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.