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 normalize-url to v8 #89

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
normalize-url ^7.0.2 -> ^8.0.0 age adoption passing confidence

Release Notes

sindresorhus/normalize-url (normalize-url) ### [`v8.0.1`](https://togithub.com/sindresorhus/normalize-url/releases/tag/v8.0.1) [Compare Source](https://togithub.com/sindresorhus/normalize-url/compare/v8.0.0...v8.0.1) - Fix handling of protocol-less URLs with a port [`dec5dc6`](https://togithub.com/sindresorhus/normalize-url/commit/dec5dc6) ### [`v8.0.0`](https://togithub.com/sindresorhus/normalize-url/releases/tag/v8.0.0) [Compare Source](https://togithub.com/sindresorhus/normalize-url/compare/v7.2.0...v8.0.0) ##### Breaking - Require Node.js 14 [`52f2290`](https://togithub.com/sindresorhus/normalize-url/commit/52f2290) - Ignore URLs with custom protocols and just pass them through ([#​178](https://togithub.com/sindresorhus/normalize-url/issues/178)) [`882cb84`](https://togithub.com/sindresorhus/normalize-url/commit/882cb84) - By default, these protocols are supported: `https`, `http`, `file`, `data`. - If you need support for a custom protocol that behaves like a HTTP URL, see [https://github.com/sindresorhus/normalize-url/issues/179](https://togithub.com/sindresorhus/normalize-url/issues/179). - `ftp` protocol is no longer normalized. It's just passed through. - Human-friendly URLs with basic auth is no longer handled as it conflicts with custom protocols - Example: `user:password@sindresorhus.com` ##### Improvements - Make `defaultProtocol` option accept protocol without colon [`c7fd781`](https://togithub.com/sindresorhus/normalize-url/commit/c7fd781) - You can still pass in a protocol with colon. However, if you use TypeScript, it enforces it without. ### [`v7.2.0`](https://togithub.com/sindresorhus/normalize-url/releases/tag/v7.2.0) [Compare Source](https://togithub.com/sindresorhus/normalize-url/compare/v7.1.0...v7.2.0) - Add [`removeExplicitPort`](https://togithub.com/sindresorhus/normalize-url#removeexplicitport) option ([#​174](https://togithub.com/sindresorhus/normalize-url/issues/174)) [`192223b`](https://togithub.com/sindresorhus/normalize-url/commit/192223b) ### [`v7.1.0`](https://togithub.com/sindresorhus/normalize-url/releases/tag/v7.1.0) [Compare Source](https://togithub.com/sindresorhus/normalize-url/compare/v7.0.3...v7.1.0) - Add [`keepQueryParameters`](https://togithub.com/sindresorhus/normalize-url#keepqueryparameters) option ([#​173](https://togithub.com/sindresorhus/normalize-url/issues/173)) [`6e24307`](https://togithub.com/sindresorhus/normalize-url/commit/6e24307) ### [`v7.0.3`](https://togithub.com/sindresorhus/normalize-url/releases/tag/v7.0.3) [Compare Source](https://togithub.com/sindresorhus/normalize-url/compare/v7.0.2...v7.0.3) - Fix encoding consistency with sorted and non-sorted URL parameters ([#​158](https://togithub.com/sindresorhus/normalize-url/issues/158)) [`c42f53b`](https://togithub.com/sindresorhus/normalize-url/commit/c42f53b)

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-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (71df278) 94.44% compared to head (153dbbd) 94.44%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #89 +/- ## ======================================= 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: Do you have feedback about the report comment? Let us know in this issue.