Skip to content

Commit

Permalink
Update dependency p-queue to v7.4.1 (#187)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [p-queue](https://togithub.com/sindresorhus/p-queue) | [`7.3.0` -> `7.4.1`](https://renovatebot.com/diffs/npm/p-queue/7.3.0/7.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/p-queue/7.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/p-queue/7.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/p-queue/7.3.0/7.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/p-queue/7.3.0/7.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>sindresorhus/p-queue (p-queue)</summary>

### [`v7.4.1`](https://togithub.com/sindresorhus/p-queue/releases/tag/v7.4.1)

[Compare Source](https://togithub.com/sindresorhus/p-queue/compare/v7.4.0...v7.4.1)

-   Fix problem with importing into TypeScript project sindresorhus/p-queue@9f7ad20

### [`v7.4.0`](https://togithub.com/sindresorhus/p-queue/releases/tag/v7.4.0)

[Compare Source](https://togithub.com/sindresorhus/p-queue/compare/v7.3.4...v7.4.0)

-   Update dependencies  [`f216e33`](https://togithub.com/sindresorhus/p-queue/commit/f216e33)

### [`v7.3.4`](https://togithub.com/sindresorhus/p-queue/releases/tag/v7.3.4)

[Compare Source](https://togithub.com/sindresorhus/p-queue/compare/v7.3.3...v7.3.4)

-   Fix typings  [`84b32d5`](https://togithub.com/sindresorhus/p-queue/commit/84b32d5)

### [`v7.3.3`](https://togithub.com/sindresorhus/p-queue/releases/tag/v7.3.3)

[Compare Source](https://togithub.com/sindresorhus/p-queue/compare/v7.3.2...v7.3.3)

-   Fix publishing  [`08fff4a`](https://togithub.com/sindresorhus/p-queue/commit/08fff4a)

### [`v7.3.2`](https://togithub.com/sindresorhus/p-queue/releases/tag/v7.3.2)

[Compare Source](https://togithub.com/sindresorhus/p-queue/compare/v7.3.1...v7.3.2)

-   Fix broken package  [`967e4bd`](https://togithub.com/sindresorhus/p-queue/commit/967e4bd)

### [`v7.3.1`](https://togithub.com/sindresorhus/p-queue/releases/tag/v7.3.1)

[Compare Source](https://togithub.com/sindresorhus/p-queue/compare/v7.3.0...v7.3.1)

-   Fix `.add()` and `.addAll()`  [`8184655`](https://togithub.com/sindresorhus/p-queue/commit/8184655)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
  • Loading branch information
renovate[bot] committed Sep 30, 2023
1 parent 980fd78 commit 8ed9940
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bench/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dotenv": "10.0.0",
"downsample-lttb": "0.0.1",
"listr2": "5.0.8",
"p-queue": "7.3.0",
"p-queue": "7.4.1",
"term-size": "3.0.2",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-stats-plugin": "^1.1.0"
Expand Down
15 changes: 10 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ed9940

Please sign in to comment.