danielwii / asuna-node-server

node server for asuna-admin
17 stars 8 forks source link

An in-range update of hashids is breaking the build 🚨 #48

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency hashids was updated from 2.0.1 to 2.1.0.

🚨 View failing branch.

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

hashids 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 - ❌ **build (12.x):** null - ❌ **build (10.x):** There are 1 failures, 0 warnings, and 0 notices. - ❌ **build (8.x):** There are 1 failures, 0 warnings, and 0 notices.

Release Notes for 2.1.0

2.1.0 (2019-11-09)

Bug Fixes

  • protect from an infinite loop by validating IDs (bc5b9cf), closes #126

Features

  • add a public method hashids.isValidId(id) that validates the ID (7be1bda)
Commits

The new version differs by 13 commits.

  • ce0707d Merge pull request #127 from niieani/bb/fix/126
  • 7247e25 build: workaround a babel ordering bug
  • 386d344 chore: build dist
  • bc5b9cf fix: protect from an infinite loop by validating IDs
  • 7be1bda feat: add a public method hashids.isValidId(id) that validates the ID
  • a3075a4 build(dev-deps): bump dependencies
  • 8ee90a8 docs(README): add TypeScript to "Get Started" (#91)
  • 419f499 build(deps-dev): bump eslint-plugin-jest from 22.16.0 to 22.17.0 (#81)
  • e99aba3 build(deps-dev): bump @types/node from 12.7.3 to 12.7.4 (#80)
  • e73bb65 build(deps-dev): bump eslint-config-prettier from 6.1.0 to 6.2.0 (#77)
  • 6e7a46e build(deps-dev): bump @typescript-eslint/parser from 2.0.0 to 2.1.0 (#76)
  • ad858c4 build(deps-dev): bump @typescript-eslint/eslint-plugin (#75)
  • 355b691 build(deps-dev): bump husky from 3.0.4 to 3.0.5 (#74)

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