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

fix(deps): update dependency p-queue to version .x 🌟 #4750

Merged
merged 3 commits into from
Jul 18, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2019

This PR contains the following updates:

Package Type Update Change
p-queue dependencies major 1.2.0 -> 6.1.0

Release Notes

sindresorhus/p-queue

v6.1.0

Compare Source

Enhancements:

Fixes:

  • Correct the documented default for the throwOnTimeout option (#​75) 5e3f629

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

Breaking:

  • Rewrite in TypeScript (#​60) a9d3ad9
    Note: This means that CommonJS users needs to import the package using:
    const {default: pQueue} = require('p-queue');

Enhancements:

v5.0.0

Compare Source

Breaking:

  • Require Node.js 8 7ce42b3
  • For TypeScript users only:
    • Refactor TypeScript definition to CommonJS compatible export 11a0807
      • You need to change import pQueue from 'p-queue'; to import pQueue = require('p-queue');

v4.0.0

Compare Source

Breaking:

  • Use eventemitter3 module instead of Node.js EventEmitter (#​58) 3827527
    (It's only a breaking change if you depend on EventEmitter methods that are not available in eventemitter3. Read more)

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.0

Compare Source

Breaking:

Other:

  • Add ability to throttle the queue ab76d24

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

v2.2.0

Compare Source

v2.1.0

Compare Source

v2.0.0

Compare Source


Renovate configuration

πŸ“… Schedule: "before 3am on the first day of the month" in timezone America/New_York.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot added renovate Triggered by renovatebot type: dependencies labels Jul 17, 2019
@jennifer-shehane jennifer-shehane self-requested a review July 18, 2019 08:01
@renovate
Copy link
Contributor Author

renovate bot commented Jul 18, 2019

PR has been edited

πŸ‘· This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@jennifer-shehane
Copy link
Member

The only failure is the one caused by cypress.io - which is known, so merging in with this failure.

@jennifer-shehane jennifer-shehane merged commit 0449608 into develop Jul 18, 2019
@jennifer-shehane jennifer-shehane deleted the renovate/p-queue-6.x branch July 18, 2019 08:44
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jul 29, 2019

Released in 3.4.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Triggered by renovatebot type: dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants