mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 22:25:15 +00:00
fix(deps): update dependency ufo to v1.6.2 (#2074)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ufo](https://redirect.github.com/unjs/ufo) | [`1.6.1` → `1.6.2`](https://renovatebot.com/diffs/npm/ufo/1.6.1/1.6.2) |  |  | --- ### Release Notes <details> <summary>unjs/ufo (ufo)</summary> ### [`v1.6.2`](https://redirect.github.com/unjs/ufo/blob/HEAD/CHANGELOG.md#v162) [Compare Source](https://redirect.github.com/unjs/ufo/compare/v1.6.1...v1.6.2) [compare changes](https://redirect.github.com/unjs/ufo/compare/v1.6.1...v1.6.2) ##### 🩹 Fixes - Fix `parsePath` return type ([#​293](https://redirect.github.com/unjs/ufo/pull/293)) ##### 📖 Documentation - Add more examples in jsdoc ([#​291](https://redirect.github.com/unjs/ufo/pull/291)) ##### 📦 Build - Fix exports condition order to prefer esm with default fallback ([8457581](https://redirect.github.com/unjs/ufo/commit/8457581)) ##### 🏡 Chore - **release:** V1.6.1 ([b83cbea](https://redirect.github.com/unjs/ufo/commit/b83cbea)) - Update deps ([9d1833b](https://redirect.github.com/unjs/ufo/commit/9d1833b)) - Lint ([0181677](https://redirect.github.com/unjs/ufo/commit/0181677)) ##### ❤️ Contributors - Daedalus ([@​ComfortablyCoding](https://redirect.github.com/ComfortablyCoding)) - Pooya Parsa ([@​pi0](https://redirect.github.com/pi0)) - Alex Liu ([@​Mini-ghost](https://redirect.github.com/Mini-ghost)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
"register-service-worker": "1.7.2",
|
||||
"sortablejs": "1.15.6",
|
||||
"tailwindcss": "3.4.19",
|
||||
"ufo": "1.6.1",
|
||||
"ufo": "1.6.2",
|
||||
"vue": "3.5.26",
|
||||
"vue-advanced-cropper": "2.8.9",
|
||||
"vue-flatpickr-component": "11.0.5",
|
||||
|
||||
10
frontend/pnpm-lock.yaml
generated
10
frontend/pnpm-lock.yaml
generated
@@ -152,8 +152,8 @@ importers:
|
||||
specifier: 3.4.19
|
||||
version: 3.4.19
|
||||
ufo:
|
||||
specifier: 1.6.1
|
||||
version: 1.6.1
|
||||
specifier: 1.6.2
|
||||
version: 1.6.2
|
||||
vue:
|
||||
specifier: 3.5.26
|
||||
version: 3.5.26(typescript@5.9.3)
|
||||
@@ -6244,8 +6244,8 @@ packages:
|
||||
uc.micro@2.1.0:
|
||||
resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
|
||||
|
||||
ufo@1.6.1:
|
||||
resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==}
|
||||
ufo@1.6.2:
|
||||
resolution: {integrity: sha512-heMioaxBcG9+Znsda5Q8sQbWnLJSl98AFDXTO80wELWEzX3hordXsTdxrIfMQoO9IY1MEnoGoPjpoKpMj+Yx0Q==}
|
||||
|
||||
unbox-primitive@1.0.2:
|
||||
resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}
|
||||
@@ -13257,7 +13257,7 @@ snapshots:
|
||||
|
||||
uc.micro@2.1.0: {}
|
||||
|
||||
ufo@1.6.1: {}
|
||||
ufo@1.6.2: {}
|
||||
|
||||
unbox-primitive@1.0.2:
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user