Skip to content

fix(deps): bump ufo from 1.3.2 to 1.4.0 in /web - #366

Merged
AchoArnold merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web/ufo-1.4.0
Mar 2, 2024
Merged

fix(deps): bump ufo from 1.3.2 to 1.4.0 in /web#366
AchoArnold merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web/ufo-1.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 1, 2024

Copy link
Copy Markdown
Contributor

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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2024
@dependabot
dependabot Bot requested a review from AchoArnold March 1, 2024 00:14
@CLAassistant

CLAassistant commented Mar 1, 2024

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@what-the-diff

what-the-diff Bot commented Mar 1, 2024

Copy link
Copy Markdown

PR Summary

  • Update of ufo package version in web directory
    The 'package.json' file in the 'web' directory has been updated to use a more recent version of the ufo package. This offers potential improvements and more up-to-date functionalities of this package compared to the older version, which could enhance the overall efficiency of the development process.

Bumps [ufo](https://github.com/unjs/ufo) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/unjs/ufo/releases)
- [Changelog](https://github.com/unjs/ufo/blob/main/CHANGELOG.md)
- [Commits](unjs/ufo@v1.3.2...v1.4.0)

---
updated-dependencies:
- dependency-name: ufo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/ufo-1.4.0 branch from bae8968 to d4c4d73 Compare March 2, 2024 18:08
@AchoArnold
AchoArnold merged commit a236188 into main Mar 2, 2024
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web/ufo-1.4.0 branch March 2, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants