jstransformers / jstransformer

Normalize the API of any JSTransformer.
http://npm.im/jstransformer
MIT License
153 stars 12 forks source link

An in-range update of is-promise is breaking the build 🚨 #229

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency is-promise was updated from 2.1.0 to 2.2.0.

🚨 View failing branch.

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

is-promise 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/github/jstransformers/jstransformer/builds/679428626?utm_source=github_status&utm_medium=notification)).

Release Notes for 2.2.0
  • Adds TypeScript definition
  • Adds support for ES Module style default import
Commits

The new version differs by 12 commits.

  • 78eec0c docs: update example to es6
  • feb90a4 feat: support type narrowing via isPromise and default export
  • 562a060 add typescript declaration file (#10)
  • eb988e0 Create FUNDING.yml
  • d1665cd chore: update CI versions
  • 874c17f Added tests for func (#9)
  • cba5862 Fix broken logo (#8)
  • 580e433 remove codesponsor (#7)
  • a43f799 Add sponsor
  • ff47ce5 Update badges
  • c43eeab Merge pull request #5 from floatdrop/patch-1
  • d023ef1 Include only index.js in module

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.1.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

RyanZim commented 4 years ago

A result of https://github.com/then/is-promise/issues/12

greenkeeper[bot] commented 4 years ago

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

Commits

The new version differs by 2 commits.

  • 0b69f52 [BUGFIX] Use correct paths for CJS and ESM compatibility (#15)
  • 8e51d62 Release 2.2.0

See the full diff

greenkeeper[bot] commented 4 years ago

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

Commits

The new version differs by 4 commits.

  • 68d3d68 fix: remove exports
  • 102c3b2 Release 2.2.1
  • 0b69f52 [BUGFIX] Use correct paths for CJS and ESM compatibility (#15)
  • 8e51d62 Release 2.2.0

See the full diff

RyanZim commented 4 years ago

Can be closed, since the broken version is unpublished.