Update is-promise to the latest version 🚀 #697
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
☝️ 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.2.2
to3.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: then-bot
License: MIT
Release Notes for 3.0.0
Breaking Changes
Restricted "exports" in package.json (for node 14+) (#30)
The only ways to import this are now:
or
If you were requiring things like the
package.json
file within the package, these are not part of the public API, and will no longer be accessible.is-promise now uses "default" exports in ES Modules environments (#30)
If you were using ES6 style imports via
you will need to update this to
If you were using CommonJS style
require
, no change is needed.This package now comes bundled with TypeScript definitions (#31)
This means you may get new errors that you didn't see before if you are using TypeScript. If you are not using TypeScript, this change will not impact you.
Commits
The new version differs by 8 commits.
1fc71a4
feat: use exports to expose an ES Module as well as CJS (#30)
e5e834a
test: add tests for
.then
on the prototype (#35)19c6d89
feat: add typescript definitions (#31)
3af13e9
chore: remove .npmignore (#28)
2384dee
ci: remove common-env context (#27)
8e7187d
ci: setup circleci (#25)
34dc9f8
Test on Node 12 & 14 (#21)
ca22483
Release 2.2.2
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴