Skip to content

Commit 36e3982

Browse files
authored
fix(deps): Update dependency p-timeout to v7 (#337)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [p-timeout](https://redirect.github.com/sindresorhus/p-timeout) | dependencies | major | [`^6.1.2` -> `^7.0.0`](https://renovatebot.com/diffs/npm/p-timeout/6.1.4/7.0.1) | --- ### Release Notes <details> <summary>sindresorhus/p-timeout (p-timeout)</summary> ### [`v7.0.1`](https://redirect.github.com/sindresorhus/p-timeout/releases/tag/v7.0.1) [Compare Source](https://redirect.github.com/sindresorhus/p-timeout/compare/v7.0.0...v7.0.1) - Fix "Illegal invocation" error with custom timers [`ed58372`](https://redirect.github.com/sindresorhus/p-timeout/commit/ed58372) *** ### [`v7.0.0`](https://redirect.github.com/sindresorhus/p-timeout/releases/tag/v7.0.0) [Compare Source](https://redirect.github.com/sindresorhus/p-timeout/compare/v6.1.4...v7.0.0) ##### Breaking - Require Node.js 20 [`234f642`](https://redirect.github.com/sindresorhus/p-timeout/commit/234f642) ##### Fixes - Fix stack trace truncation when promise rejects [`b7bb247`](https://redirect.github.com/sindresorhus/p-timeout/commit/b7bb247) *** </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 814c6c4 commit 36e3982

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

package-lock.json

Lines changed: 2 additions & 14 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
@@ -102,7 +102,7 @@
102102
"modern-errors-bugs": "^5.0.0",
103103
"p-map": "^7.0.0",
104104
"p-queue": "^9.0.0",
105-
"p-timeout": "^6.1.2",
105+
"p-timeout": "^7.0.0",
106106
"path-exists": "^5.0.0",
107107
"path-type": "^6.0.0",
108108
"semver": "^7.5.4",

0 commit comments

Comments
 (0)