Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump p-timeout from 5.1.0 to 6.1.1 #1715

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps p-timeout from 5.1.0 to 6.1.1.

Release notes

Sourced from p-timeout's releases.

v6.1.1

  • Fix stack trace not being preserved on timeout (#34) 63d792f

sindresorhus/p-timeout@v6.1.0...v6.1.1

v6.1.0

  • Allow timing out without erroring (#30) 45405e7

sindresorhus/p-timeout@v6.0.0...v6.1.0

v6.0.0

Breaking

sindresorhus/p-timeout@v5.1.0...v6.0.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [p-timeout](https://github.com/sindresorhus/p-timeout) from 5.1.0 to 6.1.1.
- [Release notes](https://github.com/sindresorhus/p-timeout/releases)
- [Commits](sindresorhus/p-timeout@v5.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: p-timeout
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
@adaptly-bot
Copy link

⚠️  p-timeout

 Breaking changes
1: Require Node.js 14

The package now requires Node.js version 14. If you're using an older version of Node.js, you need to upgrade to continue using this package.

2: Move the secondary parameters into the options parameter

The milliseconds, message, and fallback parameters have been moved into the options parameter. You need to refactor your code to use the new structure. For example:

- pTimeout(promise, milliseconds, message, fallback);
+ pTimeout(promise, {milliseconds: milliseconds, message: message, fallback: fallback});

👤 Who am I? I am a bot that helps developers to update dependencies by informing if changelogs contain breaking changes or not.

👋 See you again? If you want my help with other dependency updates, add me to your repository.

PS. I hope I didn't bother you - my purpose is to help developers and I won't comment anymore without your request. Feel free to shoot me a message about anything support@adaptly.dev. Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant