[PR #646] [MERGED] fix(deps): update dependency ufo to v1.6.1 #2744

Closed
opened 2026-03-22 14:18:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/646
Author: @renovate[bot]
Created: 4/8/2025
Status: Merged
Merged: 4/8/2025
Merged by: @kolaente

Base: mainHead: renovate/ufo-1.x


📝 Commits (1)

  • ba15a95 fix(deps): update dependency ufo to v1.6.1

📊 Changes

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

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+6 -6)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ufo 1.5.4 -> 1.6.1 age adoption passing confidence

Release Notes

unjs/ufo (ufo)

v1.6.1

Compare Source

compare changes

🩹 Fixes
  • query: Use Object.create(null) (#​290)
❤️ Contributors

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • Add filterQuery utility (#​287)
🩹 Fixes
  • parseQuery: Use object with null prototype (#​286)
  • parseFilename: Use optional chaining to access opts.strict (#​284)
📖 Documentation
🏡 Chore
  • Consistent spelling in JSDoc comments & update automd syntax (#​256)
  • Apply automated lint fixes (aa6d406)
  • Apply automated lint fixes (46d0a04)
  • Update dev dependencies (9eaa57c)
  • Lint (a7012eb)
Tests
  • query: Validate more than 2 values for key (#​273)
🤖 CI
❤️ Contributors

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 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/go-vikunja/vikunja/pull/646 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/8/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/ufo-1.x` --- ### 📝 Commits (1) - [`ba15a95`](https://github.com/go-vikunja/vikunja/commit/ba15a955952bb63c74fd837ede927b226aa7556e) fix(deps): update dependency ufo to v1.6.1 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+6 -6) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ufo](https://redirect.github.com/unjs/ufo) | [`1.5.4` -> `1.6.1`](https://renovatebot.com/diffs/npm/ufo/1.5.4/1.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ufo/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ufo/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ufo/1.5.4/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ufo/1.5.4/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>unjs/ufo (ufo)</summary> ### [`v1.6.1`](https://redirect.github.com/unjs/ufo/blob/HEAD/CHANGELOG.md#v161) [Compare Source](https://redirect.github.com/unjs/ufo/compare/v1.6.0...v1.6.1) [compare changes](https://redirect.github.com/unjs/ufo/compare/v1.6.0...v1.6.1) ##### 🩹 Fixes - **query:** Use `Object.create(null)` ([#&#8203;290](https://redirect.github.com/unjs/ufo/pull/290)) ##### ❤️ Contributors - Pooya Parsa ([@&#8203;pi0](https://redirect.github.com/pi0)) ### [`v1.6.0`](https://redirect.github.com/unjs/ufo/blob/HEAD/CHANGELOG.md#v160) [Compare Source](https://redirect.github.com/unjs/ufo/compare/v1.5.4...v1.6.0) [compare changes](https://redirect.github.com/unjs/ufo/compare/v1.5.4...v1.6.0) ##### 🚀 Enhancements - Add `filterQuery` utility ([#&#8203;287](https://redirect.github.com/unjs/ufo/pull/287)) ##### 🩹 Fixes - **parseQuery:** Use object with null prototype ([#&#8203;286](https://redirect.github.com/unjs/ufo/pull/286)) - **parseFilename:** Use optional chaining to access `opts.strict` ([#&#8203;284](https://redirect.github.com/unjs/ufo/pull/284)) ##### 📖 Documentation - Clarify `withBase` jsdocs ([#&#8203;266](https://redirect.github.com/unjs/ufo/pull/266)) - Fix typos ([#&#8203;278](https://redirect.github.com/unjs/ufo/pull/278)) - Spelling and formatting ([#&#8203;285](https://redirect.github.com/unjs/ufo/pull/285)) ##### 🏡 Chore - Consistent spelling in JSDoc comments & update automd syntax ([#&#8203;256](https://redirect.github.com/unjs/ufo/pull/256)) - Apply automated lint fixes ([aa6d406](https://redirect.github.com/unjs/ufo/commit/aa6d406)) - Apply automated lint fixes ([46d0a04](https://redirect.github.com/unjs/ufo/commit/46d0a04)) - Update dev dependencies ([9eaa57c](https://redirect.github.com/unjs/ufo/commit/9eaa57c)) - Lint ([a7012eb](https://redirect.github.com/unjs/ufo/commit/a7012eb)) ##### ✅ Tests - **query:** Validate more than 2 values for key ([#&#8203;273](https://redirect.github.com/unjs/ufo/pull/273)) ##### 🤖 CI - Always update corepack ([e383832](https://redirect.github.com/unjs/ufo/commit/e383832)) ##### ❤️ Contributors - Kricsleo ([@&#8203;kricsleo](https://redirect.github.com/kricsleo)) - Ezra Ashenafi ([@&#8203;Eazash](https://redirect.github.com/Eazash)) - Pooya Parsa ([@&#8203;pi0](https://redirect.github.com/pi0)) - Bobbie Goede <bobbiegoede@gmail.com> - Nano ([@&#8203;Konano](https://redirect.github.com/Konano)) - Aman Desai ([@&#8203;amandesai01](https://redirect.github.com/amandesai01)) - Dave Honneffer ([@&#8203;pearofducks](https://redirect.github.com/pearofducks)) - Johann Schopplich ([@&#8203;johannschopplich](https://redirect.github.com/johannschopplich)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 14:18:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#2744