Skip to content

Commit 303175b

Browse files
authored
fix(deps): Update dependency p-wait-for to v6 (#817)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [p-wait-for](https://redirect.github.com/sindresorhus/p-wait-for) | dependencies | major | [`^5.0.2` -> `^6.0.0`](https://renovatebot.com/diffs/npm/p-wait-for/5.0.2/6.0.0) | --- ### Release Notes <details> <summary>sindresorhus/p-wait-for (p-wait-for)</summary> ### [`v6.0.0`](https://redirect.github.com/sindresorhus/p-wait-for/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/sindresorhus/p-wait-for/compare/v5.0.2...v6.0.0) ##### Breaking - Require Node.js 20 [`8b2cb65`](https://redirect.github.com/sindresorhus/p-wait-for/commit/8b2cb65) - Remove `customTimers` option [`842024e`](https://redirect.github.com/sindresorhus/p-wait-for/commit/842024e) - Just use [global mocking](https://nodejs.org/api/test.html#timers) instead. ##### Improvements - Add `AbortController` support [`842024e`](https://redirect.github.com/sindresorhus/p-wait-for/commit/842024e) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 6191f47 commit 303175b

2 files changed

Lines changed: 9 additions & 33 deletions

File tree

package-lock.json

Lines changed: 8 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"execa": "8.0.1",
3030
"node-fetch": "^3.3.2",
3131
"ora": "8.2.0",
32-
"p-wait-for": "^5.0.2",
32+
"p-wait-for": "^6.0.0",
3333
"semver": "7.7.3"
3434
},
3535
"engines": {

0 commit comments

Comments
 (0)