hanover-computing / canonicize-url

Get a stable, canonical version of any URL, with DNS and HTTPS checks, redirects, tracker stripping, and canonical link extraction!
GNU Lesser General Public License v3.0
12 stars 0 forks source link

Update dependency p-timeout to v6 #81

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
p-timeout ^5.0.0 -> ^6.0.0 age adoption passing confidence

Release Notes

sindresorhus/p-timeout (p-timeout) ### [`v6.1.2`](https://togithub.com/sindresorhus/p-timeout/releases/tag/v6.1.2) [Compare Source](https://togithub.com/sindresorhus/p-timeout/compare/v6.1.1...v6.1.2) - Clear existing timeouts when an abort signal aborts ([#​36](https://togithub.com/sindresorhus/p-timeout/issues/36)) [`52d1a6d`](https://togithub.com/sindresorhus/p-timeout/commit/52d1a6d) - Fix infinite milliseconds ([#​38](https://togithub.com/sindresorhus/p-timeout/issues/38)) [`9260b09`](https://togithub.com/sindresorhus/p-timeout/commit/9260b09) ### [`v6.1.1`](https://togithub.com/sindresorhus/p-timeout/releases/tag/v6.1.1) [Compare Source](https://togithub.com/sindresorhus/p-timeout/compare/v6.1.0...v6.1.1) - Fix stack trace not being preserved on timeout ([#​34](https://togithub.com/sindresorhus/p-timeout/issues/34)) [`63d792f`](https://togithub.com/sindresorhus/p-timeout/commit/63d792f) ### [`v6.1.0`](https://togithub.com/sindresorhus/p-timeout/releases/tag/v6.1.0) [Compare Source](https://togithub.com/sindresorhus/p-timeout/compare/v6.0.0...v6.1.0) - Allow timing out without erroring ([#​30](https://togithub.com/sindresorhus/p-timeout/issues/30)) [`45405e7`](https://togithub.com/sindresorhus/p-timeout/commit/45405e7) ### [`v6.0.0`](https://togithub.com/sindresorhus/p-timeout/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/p-timeout/compare/v5.1.0...v6.0.0) ##### Breaking - Require Node.js 14 [`eb1730b`](https://togithub.com/sindresorhus/p-timeout/commit/eb1730b) - Move the secondary parameters into the options parameter ([#​29](https://togithub.com/sindresorhus/p-timeout/issues/29)) [`d7920ca`](https://togithub.com/sindresorhus/p-timeout/commit/d7920ca) - `milliseconds` is moved into `options` - `message` is moved into `options` - `fallback` is moved into `options` - Example: https://github.com/sindresorhus/p-timeout/commit/d7920cae0a494292d50d18cc1f0c1a639dd950a3#diff-7aa4473ede4abd9ec099e87fec67fd57afafaf39e05d493ab4533acc38547eb8L116-R128 ### [`v5.1.0`](https://togithub.com/sindresorhus/p-timeout/releases/tag/v5.1.0) [Compare Source](https://togithub.com/sindresorhus/p-timeout/compare/v5.0.2...v5.1.0) - Support `AbortController` ([#​26](https://togithub.com/sindresorhus/p-timeout/issues/26)) [`1bf6679`](https://togithub.com/sindresorhus/p-timeout/commit/1bf6679)

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.



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

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (461f6e8) 94.44% compared to head (e73a27d) 94.44%. Report is 20 commits behind head on master.

:exclamation: Current head e73a27d differs from pull request most recent head 7cd715e. Consider uploading reports for the commit 7cd715e to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #81 +/- ## ======================================= Coverage 94.44% 94.44% ======================================= Files 6 6 Lines 144 144 Branches 19 19 ======================================= Hits 136 136 Misses 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.