[PR #674] [CLOSED] Bump normalize-url from 5.0.0 to 5.3.0 #1703

Closed
opened 2026-02-25 23:30:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/674
Author: @dependabot-preview[bot]
Created: 10/12/2020
Status: Closed

Base: developHead: dependabot/npm_and_yarn/normalize-url-5.3.0


📝 Commits (1)

  • 29d6ba3 Bump normalize-url from 5.0.0 to 5.3.0

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps normalize-url from 5.0.0 to 5.3.0.

Release notes

Sourced from normalize-url's releases.

v5.3.0

  • Throw a friendly error on view-source: input (#124) ddf2584

https://github.com/sindresorhus/normalize-url/compare/v5.2.1...v5.3.0

v5.2.1

  • Fix removeSingleSlash option adding slashes (#122) 1e06753

https://github.com/sindresorhus/normalize-url/compare/v5.2.0...v5.2.1

v5.2.0

https://github.com/sindresorhus/normalize-url/compare/v5.1.0...v5.2.0

v5.1.0

  • Improve stripWWW logic (#117) 0ee9d94
  • Allow any protocol in the duplicate slashes normalization (#115) 14b79c6

https://github.com/sindresorhus/normalize-url/compare/v5.0.0...v5.1.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/674 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/12/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/normalize-url-5.3.0` --- ### 📝 Commits (1) - [`29d6ba3`](https://github.com/floccusaddon/floccus/commit/29d6ba36ab277714f8b8a107326c826472c3a9a8) Bump normalize-url from 5.0.0 to 5.3.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.0.0 to 5.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/normalize-url/releases">normalize-url's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <ul> <li>Throw a friendly error on <code>view-source:</code> input (<a href="https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/124">#124</a>) ddf2584</li> </ul> <p><a href="https://github.com/sindresorhus/normalize-url/compare/v5.2.1...v5.3.0">https://github.com/sindresorhus/normalize-url/compare/v5.2.1...v5.3.0</a></p> <h2>v5.2.1</h2> <ul> <li>Fix <code>removeSingleSlash</code> option adding slashes (<a href="https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/122">#122</a>) 1e06753</li> </ul> <p><a href="https://github.com/sindresorhus/normalize-url/compare/v5.2.0...v5.2.1">https://github.com/sindresorhus/normalize-url/compare/v5.2.0...v5.2.1</a></p> <h2>v5.2.0</h2> <ul> <li>Add <a href="https://github.com/sindresorhus/normalize-url#removesingleslash"><code>removeSingleSlash</code></a> option (<a href="https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/120">#120</a>) 18effbe</li> </ul> <p><a href="https://github.com/sindresorhus/normalize-url/compare/v5.1.0...v5.2.0">https://github.com/sindresorhus/normalize-url/compare/v5.1.0...v5.2.0</a></p> <h2>v5.1.0</h2> <ul> <li>Improve <code>stripWWW</code> logic (<a href="https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/117">#117</a>) 0ee9d94</li> <li>Allow any protocol in the duplicate slashes normalization (<a href="https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/115">#115</a>) 14b79c6</li> </ul> <p><a href="https://github.com/sindresorhus/normalize-url/compare/v5.0.0...v5.1.0">https://github.com/sindresorhus/normalize-url/compare/v5.0.0...v5.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/normalize-url/commit/ededdbe81b4d75e9065cbe626fe9c38bde175dcf"><code>ededdbe</code></a> 5.3.0</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/ddf2584bf41487be25ffb21b810b792a078588f4"><code>ddf2584</code></a> Throw a friendly error on <code>view-source:</code> input (<a href="https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/124">#124</a>)</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/fe36714e47a971f6dda9eb40093c76d5adcccb57"><code>fe36714</code></a> 5.2.1</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/1e067539ff6a7b455c9f53a744c7570f5183c4e3"><code>1e06753</code></a> Fix <code>removeSingleSlash</code> option adding slashes (<a href="https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/122">#122</a>)</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/035acafc23145402693bde7e7b942daafb5e0082"><code>035acaf</code></a> 5.2.0</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/02bf93e97e2122c8789eb222abb4826c39d20722"><code>02bf93e</code></a> Fix test (<a href="https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/121">#121</a>)</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/18effbe37a89f86841b8a1e24200ee3631719214"><code>18effbe</code></a> Add <code>removeSingleSlash</code> option (<a href="https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/120">#120</a>)</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/ea4706f87d9ccd96e28e7f8dc0daa77a58a98e97"><code>ea4706f</code></a> 5.1.0</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/0ee9d949e5ade23e3d1199fa697a7974ec335613"><code>0ee9d94</code></a> Improve <code>stripWWW</code> logic (<a href="https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/117">#117</a>)</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/14b79c6e35b11d8b16af11595000975ebcbbf01d"><code>14b79c6</code></a> Allow any protocol in the duplicate slashes normalization (<a href="https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/115">#115</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/normalize-url/compare/v5.0.0...v5.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=5.0.0&new-version=5.3.0)](https://dependabot.com/compatibility-score/?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=5.0.0&new-version=5.3.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1703
No description provided.