[PR #380] [CLOSED] Bump normalize-url from 4.3.0 to 4.5.0 #1537

Closed
opened 2026-02-25 22:40:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/380
Author: @dependabot-preview[bot]
Created: 9/30/2019
Status: Closed

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


📝 Commits (1)

  • b5d9fa5 Bump normalize-url from 4.3.0 to 4.5.0

📊 Changes

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

View changed files

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

📄 Description

Bumps normalize-url from 4.3.0 to 4.5.0.

Release notes

Sourced from normalize-url's releases.

v4.5.0

  • Strip default MIME type and charset in data URLs (#100) 308909b

https://github.com/sindresorhus/normalize-url/compare/v4.4.1...v4.5.0

v4.4.1

  • Fix data URL should not support query strings (#97) fb92bcb

https://github.com/sindresorhus/normalize-url/compare/v4.4.0...v4.4.1

v4.4.0

  • Add data URL support (#95) 7df5aff

https://github.com/sindresorhus/normalize-url/compare/v4.3.0...v4.4.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)

Finally, you can contact us by mentioning @dependabot.


🔄 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/380 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/30/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/normalize-url-4.5.0` --- ### 📝 Commits (1) - [`b5d9fa5`](https://github.com/floccusaddon/floccus/commit/b5d9fa51970deed8d2aab6d76579c462b448fa3c) Bump normalize-url from 4.3.0 to 4.5.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.3.0 to 4.5.0. <details> <summary>Release notes</summary> *Sourced from [normalize-url's releases](https://github.com/sindresorhus/normalize-url/releases).* > ## v4.5.0 > - Strip default MIME type and charset in data URLs ([#100](https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/100)) 308909b > > https://github.com/sindresorhus/normalize-url/compare/v4.4.1...v4.5.0 > > ## v4.4.1 > - Fix data URL should not support query strings ([#97](https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/97)) fb92bcb > > https://github.com/sindresorhus/normalize-url/compare/v4.4.0...v4.4.1 > > ## v4.4.0 > - Add data URL support ([#95](https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/95)) 7df5aff > > https://github.com/sindresorhus/normalize-url/compare/v4.3.0...v4.4.0 </details> <details> <summary>Commits</summary> - [`454970b`](https://github.com/sindresorhus/normalize-url/commit/454970b662086e8856d1af074c7a57df96545b8b) 4.5.0 - [`308909b`](https://github.com/sindresorhus/normalize-url/commit/308909b827a8232f4226417e5f4399c390d91a3d) Strip default MIME type and charset in data URLs ([#100](https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/100)) - [`065330e`](https://github.com/sindresorhus/normalize-url/commit/065330e81d534a0c20446d684d4164d17583b8c2) Add test to prove domains are lowercased ([#99](https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/99)) - [`7206849`](https://github.com/sindresorhus/normalize-url/commit/720684933fa951a7a34b3183f08498aff602e402) 4.4.1 - [`fb92bcb`](https://github.com/sindresorhus/normalize-url/commit/fb92bcb1a80ce916702e40cf6fab9629507ca83f) Fix data URL should not support query strings ([#97](https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/97)) - [`02913ab`](https://github.com/sindresorhus/normalize-url/commit/02913ab6b158b39e77058605e2f9b75639466d46) 4.4.0 - [`e6bb8d5`](https://github.com/sindresorhus/normalize-url/commit/e6bb8d5a05273b7dcf987c2fe4c5dbb2c189d945) Meta tweaks - [`7df5aff`](https://github.com/sindresorhus/normalize-url/commit/7df5aff5024f848a4bf69a6513bdffe8e5f10bcb) Add data URL support ([#95](https://github-redirect.dependabot.com/sindresorhus/normalize-url/issues/95)) - [`faec87b`](https://github.com/sindresorhus/normalize-url/commit/faec87b8ee11432a0ffbc3667ac17542d6005182) Tidelift tasks - [`01725d9`](https://github.com/sindresorhus/normalize-url/commit/01725d9fc1dac0bb0c05e1342d7c1b7f96a0bca5) Create funding.yml - Additional commits viewable in [compare view](https://github.com/sindresorhus/normalize-url/compare/v4.3.0...v4.5.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=4.3.0&new-version=4.5.0)](https://dependabot.com/compatibility-score.html?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=4.3.0&new-version=4.5.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) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:40:32 +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#1537
No description provided.