[PR #310] [MERGED] fix(deps): bump ufo from 1.3.1 to 1.3.2 in /web #338

Closed
opened 2026-03-03 16:37:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/310
Author: @dependabot[bot]
Created: 12/1/2023
Status: Merged
Merged: 12/8/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/ufo-1.3.2


📝 Commits (1)

  • 5c56a25 fix(deps): bump ufo from 1.3.1 to 1.3.2 in /web

📊 Changes

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

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+14 -14)

📄 Description

Bumps ufo from 1.3.1 to 1.3.2.

Release notes

Sourced from ufo's releases.

v1.3.2

compare changes

🩹 Fixes

  • parseURL: Parse protocol case-insensitively (#188)
  • Respect fragment in trailing slash utils (#175)

❤️ Contributors

Changelog

Sourced from ufo's changelog.

v1.3.2

compare changes

🩹 Fixes

  • parseURL: Parse protocol case-insensitively (#188)
  • Respect fragment in trailing slash utils (#175)

🏡 Chore

❤️ Contributors

Commits
  • f4c0400 fix: respect fragment in trailing slash utils (#175)
  • 11f161e chore: update lockfile
  • ed2258a chore(deps): update actions/setup-node action to v4 (#182)
  • ffeaadf chore(deps): update all non-major dependencies (#187)
  • 768210a fix(parseURL): parse protocol case-insensitively (#188)
  • 92b63c2 chore(deps): update all non-major dependencies
  • 57e1487 chore(deps): update autofix-ci/action digest to d3e5915
  • 21c5a9a chore(deps): update all non-major dependencies
  • 5da74c4 chore(release): v1.3.1
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 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/NdoleStudio/httpsms/pull/310 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2023 **Status:** ✅ Merged **Merged:** 12/8/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/ufo-1.3.2` --- ### 📝 Commits (1) - [`5c56a25`](https://github.com/NdoleStudio/httpsms/commit/5c56a257bf367724edfd51af25893c4089fa4a68) fix(deps): bump ufo from 1.3.1 to 1.3.2 in /web ### 📊 Changes **2 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+14 -14) </details> ### 📄 Description Bumps [ufo](https://github.com/unjs/ufo) from 1.3.1 to 1.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unjs/ufo/releases">ufo's releases</a>.</em></p> <blockquote> <h2>v1.3.2</h2> <p><a href="https://github.com/unjs/ufo/compare/v1.3.1...v1.3.2">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>parseURL:</strong> Parse protocol case-insensitively (<a href="https://redirect.github.com/unjs/ufo/pull/188">#188</a>)</li> <li>Respect fragment in trailing slash utils (<a href="https://redirect.github.com/unjs/ufo/pull/175">#175</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Alexander Lichter (<a href="http://github.com/manniL"><code>@​manniL</code></a>)</li> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> <li>Daniel Roe (<a href="http://github.com/danielroe"><code>@​danielroe</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/unjs/ufo/blob/main/CHANGELOG.md">ufo's changelog</a>.</em></p> <blockquote> <h2>v1.3.2</h2> <p><a href="https://github.com/unjs/ufo/compare/v1.3.1...v1.3.2">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>parseURL:</strong> Parse protocol case-insensitively (<a href="https://redirect.github.com/unjs/ufo/pull/188">#188</a>)</li> <li>Respect fragment in trailing slash utils (<a href="https://redirect.github.com/unjs/ufo/pull/175">#175</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li><strong>release:</strong> V1.3.1 (<a href="https://github.com/unjs/ufo/commit/5da74c4">5da74c4</a>)</li> <li>Update lockfile (<a href="https://github.com/unjs/ufo/commit/11f161e">11f161e</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Alexander Lichter (<a href="http://github.com/manniL"><code>@​manniL</code></a>)</li> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> <li>Daniel Roe (<a href="http://github.com/danielroe"><code>@​danielroe</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unjs/ufo/commit/f4c0400d0956fe8e124066a5d7fbf8a88b381962"><code>f4c0400</code></a> fix: respect fragment in trailing slash utils (<a href="https://redirect.github.com/unjs/ufo/issues/175">#175</a>)</li> <li><a href="https://github.com/unjs/ufo/commit/11f161ecfe4bd24e6db9326090d54abda224945e"><code>11f161e</code></a> chore: update lockfile</li> <li><a href="https://github.com/unjs/ufo/commit/ed2258ac3897f3bf3d53462633ff8c3301495c01"><code>ed2258a</code></a> chore(deps): update actions/setup-node action to v4 (<a href="https://redirect.github.com/unjs/ufo/issues/182">#182</a>)</li> <li><a href="https://github.com/unjs/ufo/commit/ffeaadf545f67b9d439636d8f1237630ca5fa5e8"><code>ffeaadf</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/unjs/ufo/issues/187">#187</a>)</li> <li><a href="https://github.com/unjs/ufo/commit/768210a3cd4df99051d2f2981a7791030224db5b"><code>768210a</code></a> fix(parseURL): parse protocol case-insensitively (<a href="https://redirect.github.com/unjs/ufo/issues/188">#188</a>)</li> <li><a href="https://github.com/unjs/ufo/commit/92b63c210c186fd079318e630eb56a5f4ffdf7b0"><code>92b63c2</code></a> chore(deps): update all non-major dependencies</li> <li><a href="https://github.com/unjs/ufo/commit/57e14877d939753638ea51d8f7c19ed4e004d463"><code>57e1487</code></a> chore(deps): update autofix-ci/action digest to d3e5915</li> <li><a href="https://github.com/unjs/ufo/commit/21c5a9a334630a8cce6175ec872be6d8377794ee"><code>21c5a9a</code></a> chore(deps): update all non-major dependencies</li> <li><a href="https://github.com/unjs/ufo/commit/5da74c4c6aee89a9240fcb5ff06c363c7f09e1d3"><code>5da74c4</code></a> chore(release): v1.3.1</li> <li>See full diff in <a href="https://github.com/unjs/ufo/compare/v1.3.1...v1.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ufo&package-manager=npm_and_yarn&previous-version=1.3.1&new-version=1.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:37:54 +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/httpsms#338
No description provided.