[PR #366] [MERGED] fix(deps): bump ufo from 1.3.2 to 1.4.0 in /web #389

Closed
opened 2026-03-03 16:38:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/366
Author: @dependabot[bot]
Created: 3/1/2024
Status: Merged
Merged: 3/2/2024
Merged by: @AchoArnold

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


📝 Commits (1)

  • d4c4d73 fix(deps): bump ufo from 1.3.2 to 1.4.0 in /web

📊 Changes

2 files changed (+273 additions, -132 deletions)

View changed files

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

📄 Description

Bumps ufo from 1.3.2 to 1.4.0.

Release notes

Sourced from ufo's releases.

v1.4.0

compare changes

[!IMPORTANT] This release might cause unintended regressions due to internal refactors for normalizeURL and resolveUrl utils. Please report any issue if you suspect might be related to the upgrade.

🚀 Enhancements

  • Add withFragment utility (#193)
  • Add withoutFragment util (#199)

🔥 Performance

  • withFragment: Early return when no hash changes required (d6ce037)

🩹 Fixes

  • encodeQueryValue: Encode the slash character (#198)
  • Stringify protocol-relative URLs (#207)
  • withFragment: Use encodeHash for encoding (48237ab)

💅 Refactors

  • resolveUrl: Decouple from $URL (#186)
  • Deprecate $URL and createURL (f1af9b3)
  • normalizeURL: Decouple from $URL (9013029)
  • withoutFragment: Decouple from withFragment (712b8d5)

📖 Documentation

  • Remove mentioning $URL (65e6be8)
  • Update normalizeURL example (011777a)
  • Use jsdocs and automd (#209)

❤️ Contributors

Changelog

Sourced from ufo's changelog.

v1.4.0

compare changes

🚀 Enhancements

  • Add withFragment utility (#193)
  • Add withoutFragment util (#199)

🔥 Performance

  • withFragment: Early return when no hash changes required (d6ce037)

🩹 Fixes

  • encodeQueryValue: Encode the slash character (#198)
  • Stringify protocol-relative URLs (#207)
  • withFragment: Use encodeHash for encoding (48237ab)

💅 Refactors

  • resolveUrl: Decouple from $URL (#186)
  • Deprecate $URL and createURL (f1af9b3)
  • normalizeURL: Decouple from $URL (9013029)
  • withoutFragment: Decouple from withFragment (712b8d5)

📖 Documentation

  • Remove mentioning $URL (65e6be8)
  • Update normalizeURL example (011777a)
  • Use jsdocs and automd (#209)

🏡 Chore

  • Update dependencies and lockfile (21e644e)
  • Format readme with prettier (6b00230)
  • Gitignore vitest temp files (89be2d1)
  • Update docs (5ab6d16)

❤️ Contributors

Commits
  • 5ab6d16 chore: update docs
  • 8a78b87 docs: use jsdocs and automd (#209)
  • d6ce037 perf(withFragment): early return when no hash changes required
  • 712b8d5 refactor(withoutFragment): decouple from withFragment
  • 48237ab fix(withFragment): use encodeHash for encoding
  • 9013029 refactor(normalizeURL): decouple from $URL
  • 011777a docs: update normalizeURL example
  • 65e6be8 docs: remove mentioning $URL
  • 89be2d1 chore: gitignore vitest temp files
  • f1af9b3 refactor: deprecate $URL and createURL
  • Additional commits viewable 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/366 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2024 **Status:** ✅ Merged **Merged:** 3/2/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/ufo-1.4.0` --- ### 📝 Commits (1) - [`d4c4d73`](https://github.com/NdoleStudio/httpsms/commit/d4c4d73d00393dd9630017bf8f79b73740a8b608) fix(deps): bump ufo from 1.3.2 to 1.4.0 in /web ### 📊 Changes **2 files changed** (+273 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+272 -131) </details> ### 📄 Description Bumps [ufo](https://github.com/unjs/ufo) from 1.3.2 to 1.4.0. <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.4.0</h2> <p><a href="https://github.com/unjs/ufo/compare/v1.3.2...v1.4.0">compare changes</a></p> <blockquote> <p>[!IMPORTANT] This release might cause unintended regressions due to internal refactors for <code>normalizeURL</code> and <code>resolveUrl</code> utils. Please report any issue if you suspect might be related to the upgrade.</p> </blockquote> <h3>🚀 Enhancements</h3> <ul> <li>Add <code>withFragment</code> utility (<a href="https://redirect.github.com/unjs/ufo/pull/193">#193</a>)</li> <li>Add <code>withoutFragment</code> util (<a href="https://redirect.github.com/unjs/ufo/pull/199">#199</a>)</li> </ul> <h3>🔥 Performance</h3> <ul> <li><strong>withFragment:</strong> Early return when no hash changes required (<a href="https://github.com/unjs/ufo/commit/d6ce037">d6ce037</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>encodeQueryValue:</strong> Encode the slash character (<a href="https://redirect.github.com/unjs/ufo/pull/198">#198</a>)</li> <li>Stringify protocol-relative URLs (<a href="https://redirect.github.com/unjs/ufo/pull/207">#207</a>)</li> <li><strong>withFragment:</strong> Use <code>encodeHash</code> for encoding (<a href="https://github.com/unjs/ufo/commit/48237ab">48237ab</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li><strong>resolveUrl:</strong> Decouple from $URL (<a href="https://redirect.github.com/unjs/ufo/pull/186">#186</a>)</li> <li>Deprecate <code>$URL</code> and <code>createURL</code> (<a href="https://github.com/unjs/ufo/commit/f1af9b3">f1af9b3</a>)</li> <li><strong>normalizeURL:</strong> Decouple from <code>$URL</code> (<a href="https://github.com/unjs/ufo/commit/9013029">9013029</a>)</li> <li><strong>withoutFragment:</strong> Decouple from <code>withFragment</code> (<a href="https://github.com/unjs/ufo/commit/712b8d5">712b8d5</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Remove mentioning <code>$URL</code> (<a href="https://github.com/unjs/ufo/commit/65e6be8">65e6be8</a>)</li> <li>Update normalizeURL example (<a href="https://github.com/unjs/ufo/commit/011777a">011777a</a>)</li> <li>Use jsdocs and automd (<a href="https://redirect.github.com/unjs/ufo/pull/209">#209</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> <li>Daniel Acuña</li> <li>Diptesh Choudhuri <a href="mailto:ignisda2001@gmail.com">ignisda2001@gmail.com</a></li> <li>Daniel Roe (<a href="http://github.com/danielroe"><code>@​danielroe</code></a>)</li> <li>Petr Kolonicz</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.4.0</h2> <p><a href="https://github.com/unjs/ufo/compare/v1.3.2...v1.4.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li>Add <code>withFragment</code> utility (<a href="https://redirect.github.com/unjs/ufo/pull/193">#193</a>)</li> <li>Add <code>withoutFragment</code> util (<a href="https://redirect.github.com/unjs/ufo/pull/199">#199</a>)</li> </ul> <h3>🔥 Performance</h3> <ul> <li><strong>withFragment:</strong> Early return when no hash changes required (<a href="https://github.com/unjs/ufo/commit/d6ce037">d6ce037</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>encodeQueryValue:</strong> Encode the slash character (<a href="https://redirect.github.com/unjs/ufo/pull/198">#198</a>)</li> <li>Stringify protocol-relative URLs (<a href="https://redirect.github.com/unjs/ufo/pull/207">#207</a>)</li> <li><strong>withFragment:</strong> Use <code>encodeHash</code> for encoding (<a href="https://github.com/unjs/ufo/commit/48237ab">48237ab</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li><strong>resolveUrl:</strong> Decouple from $URL (<a href="https://redirect.github.com/unjs/ufo/pull/186">#186</a>)</li> <li>Deprecate <code>$URL</code> and <code>createURL</code> (<a href="https://github.com/unjs/ufo/commit/f1af9b3">f1af9b3</a>)</li> <li><strong>normalizeURL:</strong> Decouple from <code>$URL</code> (<a href="https://github.com/unjs/ufo/commit/9013029">9013029</a>)</li> <li><strong>withoutFragment:</strong> Decouple from <code>withFragment</code> (<a href="https://github.com/unjs/ufo/commit/712b8d5">712b8d5</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Remove mentioning <code>$URL</code> (<a href="https://github.com/unjs/ufo/commit/65e6be8">65e6be8</a>)</li> <li>Update normalizeURL example (<a href="https://github.com/unjs/ufo/commit/011777a">011777a</a>)</li> <li>Use jsdocs and automd (<a href="https://redirect.github.com/unjs/ufo/pull/209">#209</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update dependencies and lockfile (<a href="https://github.com/unjs/ufo/commit/21e644e">21e644e</a>)</li> <li>Format readme with prettier (<a href="https://github.com/unjs/ufo/commit/6b00230">6b00230</a>)</li> <li>Gitignore vitest temp files (<a href="https://github.com/unjs/ufo/commit/89be2d1">89be2d1</a>)</li> <li>Update docs (<a href="https://github.com/unjs/ufo/commit/5ab6d16">5ab6d16</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> <li>Daniel Acuña</li> <li>Diptesh Choudhuri <a href="mailto:ignisda2001@gmail.com">ignisda2001@gmail.com</a></li> <li>Daniel Roe (<a href="http://github.com/danielroe"><code>@​danielroe</code></a>)</li> <li>Petr Kolonicz</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unjs/ufo/commit/5ab6d166ea9f83edda86d72b19144aae2aa1af5e"><code>5ab6d16</code></a> chore: update docs</li> <li><a href="https://github.com/unjs/ufo/commit/8a78b878785aa4ad88774859fb5a340417c51cf1"><code>8a78b87</code></a> docs: use jsdocs and automd (<a href="https://redirect.github.com/unjs/ufo/issues/209">#209</a>)</li> <li><a href="https://github.com/unjs/ufo/commit/d6ce0377da1974f8478eeab8d8988e9080b27548"><code>d6ce037</code></a> perf(withFragment): early return when no hash changes required</li> <li><a href="https://github.com/unjs/ufo/commit/712b8d5d369aa88f6392f24fcead79828a5ca76a"><code>712b8d5</code></a> refactor(withoutFragment): decouple from <code>withFragment</code></li> <li><a href="https://github.com/unjs/ufo/commit/48237abdb35019568d16ed3256814bc6a0ca0acd"><code>48237ab</code></a> fix(withFragment): use <code>encodeHash</code> for encoding</li> <li><a href="https://github.com/unjs/ufo/commit/9013029bbb1d21bb9bc0dbe804421178558a2788"><code>9013029</code></a> refactor(normalizeURL): decouple from <code>$URL</code></li> <li><a href="https://github.com/unjs/ufo/commit/011777a7f01fea5fb5d524ada35e12d90e4e7111"><code>011777a</code></a> docs: update normalizeURL example</li> <li><a href="https://github.com/unjs/ufo/commit/65e6be8ff6f8c74fea252f62866bf659e1406fd0"><code>65e6be8</code></a> docs: remove mentioning <code>$URL</code></li> <li><a href="https://github.com/unjs/ufo/commit/89be2d1a28fd872a5078af0ff452cf9e50b1dbc9"><code>89be2d1</code></a> chore: gitignore vitest temp files</li> <li><a href="https://github.com/unjs/ufo/commit/f1af9b3a5b2d93e55506c7eecb28bb3ad051a7e8"><code>f1af9b3</code></a> refactor: deprecate <code>$URL</code> and <code>createURL</code></li> <li>Additional commits viewable in <a href="https://github.com/unjs/ufo/compare/v1.3.2...v1.4.0">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.2&new-version=1.4.0)](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:38:09 +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#389
No description provided.