Skip to content

Commit

Permalink
build(deps): update dependency ufo to ^1.5.4 (#4429)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ufo](https://togithub.com/unjs/ufo) | [`^1.5.3` ->
`^1.5.4`](https://renovatebot.com/diffs/npm/ufo/1.5.3/1.5.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ufo/1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ufo/1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ufo/1.5.3/1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ufo/1.5.3/1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>unjs/ufo (ufo)</summary>

###
[`v1.5.4`](https://togithub.com/unjs/ufo/blob/HEAD/CHANGELOG.md#v154)

[Compare Source](https://togithub.com/unjs/ufo/compare/v1.5.3...v1.5.4)

[compare changes](https://togithub.com/unjs/ufo/compare/v1.5.3...v1.5.4)

##### 🩹 Fixes

- **parseURL:** Only normalize windows drive letters with `file://`
protocol ([#&#8203;246](https://togithub.com/unjs/ufo/pull/246))
- **withProtocol:** Consider relative protocol
([#&#8203;242](https://togithub.com/unjs/ufo/pull/242))

##### 🏡 Chore

- Update deps ([0dbe44f](https://togithub.com/unjs/ufo/commit/0dbe44f))
- Lint with eslint v9
([51b0565](https://togithub.com/unjs/ufo/commit/51b0565))

##### 🎨 Styles

- Lint with prettier defaults
([666091d](https://togithub.com/unjs/ufo/commit/666091d))

##### ❤️ Contributors

- Natanael Dos Santos Feitosa
([@&#8203;natanfeitosa](http://github.com/natanfeitosa))
-   Pooya Parsa ([@&#8203;pi0](http://github.com/pi0))
-   Emil ([@&#8203;ea-agital](http://github.com/ea-agital))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 505ae8d commit 591984a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tailwind-merge": "^2.4.0",
"tailwindcss": "^4.0.0-alpha.17",
"temporal-polyfill": "^0.2.5",
"ufo": "^1.5.3",
"ufo": "^1.5.4",
"zod": "^3.23.8"
},
"description": "",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 591984a

Please sign in to comment.