[PR #1909] [MERGED] chore(deps): update dev-dependencies #5317

Closed
opened 2026-04-16 13:33:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1909
Author: @renovate[bot]
Created: 11/30/2025
Status: Merged
Merged: 12/1/2025
Merged by: @kolaente

Base: mainHead: renovate/dev-dependencies


📝 Commits (1)

  • 2c0a77f chore(deps): update dev-dependencies

📊 Changes

4 files changed (+91 additions, -75 deletions)

View changed files

📝 desktop/package.json (+1 -1)
📝 desktop/pnpm-lock.yaml (+5 -5)
📝 frontend/package.json (+5 -5)
📝 frontend/pnpm-lock.yaml (+80 -64)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@vueuse/shared (source) 14.0.0 -> 14.1.0 age confidence
electron 37.10.2 -> 37.10.3 age confidence
eslint-plugin-vue (source) 10.6.0 -> 10.6.2 age confidence
happy-dom 20.0.10 -> 20.0.11 age confidence
stylelint (source) 16.26.0 -> 16.26.1 age confidence
vite-plugin-pwa 1.1.0 -> 1.2.0 age confidence

Release Notes

vueuse/vueuse (@​vueuse/shared)

v14.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
electron/electron (electron)

v37.10.3: electron v37.10.3

Compare Source

Release Notes for v37.10.3

Fixes

  • Fixed an issue where systemPreferences.getAccentColor inverted the color. #​49067 (Also in 39)
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.6.2

Compare Source

Patch Changes

v10.6.1

Compare Source

Patch Changes
capricorn86/happy-dom (happy-dom)

v20.0.11

Compare Source

stylelint/stylelint (stylelint)

v16.26.1

Compare Source

It fixes numerous false positive bugs, including many in the declaration-property-value-no-unknown rule for the latest CSS specifications.

  • Fixed: *-no-unknown false positives for latest specs by integrating @csstools/css-syntax-patches-for-csstree (#​8850) (@​romainmenke).
  • Fixed: at-rule-no-unknown false positives for @function (#​8851) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown false positives for attr(), if() and custom functions (#​8853) (@​jeddy3).
  • Fixed: function-url-quotes false positives when URLs require quoting (#​8804) (@​taearls).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::scroll-button() (#​8856) (@​Mouvedia).
vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v1.2.0

Compare Source

No significant changes

    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/1909 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (1) - [`2c0a77f`](https://github.com/go-vikunja/vikunja/commit/2c0a77ff272bc604f18ca478de2a241c9ed12bb2) chore(deps): update dev-dependencies ### 📊 Changes **4 files changed** (+91 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `desktop/package.json` (+1 -1) 📝 `desktop/pnpm-lock.yaml` (+5 -5) 📝 `frontend/package.json` (+5 -5) 📝 `frontend/pnpm-lock.yaml` (+80 -64) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@vueuse/shared](https://redirect.github.com/vueuse/vueuse/tree/main/packages/shared#readme) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/shared)) | [`14.0.0` -> `14.1.0`](https://renovatebot.com/diffs/npm/@vueuse%2fshared/14.0.0/14.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2fshared/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vueuse%2fshared/14.0.0/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [electron](https://redirect.github.com/electron/electron) | [`37.10.2` -> `37.10.3`](https://renovatebot.com/diffs/npm/electron/37.10.2/37.10.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron/37.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/37.10.2/37.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://redirect.github.com/vuejs/eslint-plugin-vue)) | [`10.6.0` -> `10.6.2`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/10.6.0/10.6.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-vue/10.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-vue/10.6.0/10.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [happy-dom](https://redirect.github.com/capricorn86/happy-dom) | [`20.0.10` -> `20.0.11`](https://renovatebot.com/diffs/npm/happy-dom/20.0.10/20.0.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/20.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/20.0.10/20.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [stylelint](https://stylelint.io) ([source](https://redirect.github.com/stylelint/stylelint)) | [`16.26.0` -> `16.26.1`](https://renovatebot.com/diffs/npm/stylelint/16.26.0/16.26.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/16.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/16.26.0/16.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite-plugin-pwa](https://redirect.github.com/vite-pwa/vite-plugin-pwa) | [`1.1.0` -> `1.2.0`](https://renovatebot.com/diffs/npm/vite-plugin-pwa/1.1.0/1.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-pwa/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-pwa/1.1.0/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vueuse/vueuse (@&#8203;vueuse/shared)</summary> ### [`v14.1.0`](https://redirect.github.com/vueuse/vueuse/releases/tag/v14.1.0) [Compare Source](https://redirect.github.com/vueuse/vueuse/compare/v14.0.0...v14.1.0) #####    🚀 Features - **useDropZone**: Add checkValidity function  -  by [@&#8203;kolaente](https://redirect.github.com/kolaente) in [#&#8203;5169](https://redirect.github.com/vueuse/vueuse/issues/5169) [<samp>(aee84)</samp>](https://redirect.github.com/vueuse/vueuse/commit/aee846cb) - **useElementVisibility**: Add `initialValue` option  -  by [@&#8203;kricsleo](https://redirect.github.com/kricsleo) and [@&#8203;9romise](https://redirect.github.com/9romise) in [#&#8203;5159](https://redirect.github.com/vueuse/vueuse/issues/5159) [<samp>(13f36)</samp>](https://redirect.github.com/vueuse/vueuse/commit/13f361fa) - **useMouseInElement**: Add support for tracking inline-level elements  -  by [@&#8203;siavava](https://redirect.github.com/siavava) and [@&#8203;9romise](https://redirect.github.com/9romise) in [#&#8203;5049](https://redirect.github.com/vueuse/vueuse/issues/5049) [<samp>(62dfb)</samp>](https://redirect.github.com/vueuse/vueuse/commit/62dfb80a) - **useTimeAgoIntl**: Custom units  -  by [@&#8203;Menci](https://redirect.github.com/Menci) in [#&#8203;5188](https://redirect.github.com/vueuse/vueuse/issues/5188) [<samp>(c7d09)</samp>](https://redirect.github.com/vueuse/vueuse/commit/c7d09ef4) - **useWebSocket**: `autoConnect.delay` support function  -  by [@&#8203;YuchenWell](https://redirect.github.com/YuchenWell), **Anthony Fu** and [@&#8203;9romise](https://redirect.github.com/9romise) in [#&#8203;5089](https://redirect.github.com/vueuse/vueuse/issues/5089) [<samp>(176f2)</samp>](https://redirect.github.com/vueuse/vueuse/commit/176f2515) #####    🐞 Bug Fixes - Typescript type of `isIOS` constant  -  by [@&#8203;toofishes](https://redirect.github.com/toofishes) in [#&#8203;5163](https://redirect.github.com/vueuse/vueuse/issues/5163) [<samp>(60888)</samp>](https://redirect.github.com/vueuse/vueuse/commit/60888d43) - **computedWithControl**: Allow different types in watch sources array  -  by [@&#8203;kricsleo](https://redirect.github.com/kricsleo) in [#&#8203;5184](https://redirect.github.com/vueuse/vueuse/issues/5184) [<samp>(bc4ac)</samp>](https://redirect.github.com/vueuse/vueuse/commit/bc4aca90) - **types**: Allow async functions in useDebounceFn and useThrottleFn  -  by [@&#8203;xiaoxiaohuayu](https://redirect.github.com/xiaoxiaohuayu) in [#&#8203;5131](https://redirect.github.com/vueuse/vueuse/issues/5131) [<samp>(7fb7a)</samp>](https://redirect.github.com/vueuse/vueuse/commit/7fb7a05a) - **types**: Deprecate embeded `ResizeObserverSize` types  -  by [@&#8203;9romise](https://redirect.github.com/9romise) in [#&#8203;5127](https://redirect.github.com/vueuse/vueuse/issues/5127) [<samp>(d7a07)</samp>](https://redirect.github.com/vueuse/vueuse/commit/d7a07010) - **useArrayReduce**: Export `UseArrayReduceReturn` type  -  by [@&#8203;michaelcozzolino](https://redirect.github.com/michaelcozzolino) in [#&#8203;5177](https://redirect.github.com/vueuse/vueuse/issues/5177) [<samp>(e1204)</samp>](https://redirect.github.com/vueuse/vueuse/commit/e1204722) - **useAsyncQueue**: Trigger onFinished when the last task is rejected  -  by [@&#8203;keeplearning66](https://redirect.github.com/keeplearning66) and [@&#8203;9romise](https://redirect.github.com/9romise) in [#&#8203;5144](https://redirect.github.com/vueuse/vueuse/issues/5144) [<samp>(c4a46)</samp>](https://redirect.github.com/vueuse/vueuse/commit/c4a46025) - **useClipboard**: Add readonly attribute to textarea fallback to support Safari 15  -  by [@&#8203;huajianjiu](https://redirect.github.com/huajianjiu) in [#&#8203;5179](https://redirect.github.com/vueuse/vueuse/issues/5179) [<samp>(ef0c4)</samp>](https://redirect.github.com/vueuse/vueuse/commit/ef0c4f82) - **useInfiniteScroll**: Make canLoadMore reactive  -  by [@&#8203;nhquyss](https://redirect.github.com/nhquyss) in [#&#8203;5110](https://redirect.github.com/vueuse/vueuse/issues/5110) [<samp>(3dc2d)</samp>](https://redirect.github.com/vueuse/vueuse/commit/3dc2d831) - **useMagicKeys**: Handle empty key events to prevent errors  -  by [@&#8203;babu-ch](https://redirect.github.com/babu-ch) and [@&#8203;9romise](https://redirect.github.com/9romise) in [#&#8203;5149](https://redirect.github.com/vueuse/vueuse/issues/5149) [<samp>(f8aec)</samp>](https://redirect.github.com/vueuse/vueuse/commit/f8aecd82) - **useScroll**: Use configurable window's `getComputedStyle`  -  by [@&#8203;9romise](https://redirect.github.com/9romise) in [#&#8203;5150](https://redirect.github.com/vueuse/vueuse/issues/5150) [<samp>(f74a6)</samp>](https://redirect.github.com/vueuse/vueuse/commit/f74a68d4) - **useSpeechRecognition**: Catch the error while calling method start  -  by [@&#8203;ben-lau](https://redirect.github.com/ben-lau), **liubaobin** and [@&#8203;9romise](https://redirect.github.com/9romise) in [#&#8203;5142](https://redirect.github.com/vueuse/vueuse/issues/5142) [<samp>(94f1e)</samp>](https://redirect.github.com/vueuse/vueuse/commit/94f1e9e7) - **useTimeout**: Fix type typo  -  by [@&#8203;keeplearning66](https://redirect.github.com/keeplearning66), **Robin** and **Anthony Fu** in [#&#8203;5147](https://redirect.github.com/vueuse/vueuse/issues/5147) [<samp>(31e5c)</samp>](https://redirect.github.com/vueuse/vueuse/commit/31e5cb0c) #####     [View changes on GitHub](https://redirect.github.com/vueuse/vueuse/compare/v14.0.0...v14.1.0) </details> <details> <summary>electron/electron (electron)</summary> ### [`v37.10.3`](https://redirect.github.com/electron/electron/releases/tag/v37.10.3): electron v37.10.3 [Compare Source](https://redirect.github.com/electron/electron/compare/v37.10.2...v37.10.3) ### Release Notes for v37.10.3 #### Fixes - Fixed an issue where `systemPreferences.getAccentColor` inverted the color. [#&#8203;49067](https://redirect.github.com/electron/electron/pull/49067) <span style="font-size:small;">(Also in [39](https://redirect.github.com/electron/electron/pull/48624))</span> </details> <details> <summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v10.6.2`](https://redirect.github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1062) [Compare Source](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v10.6.1...v10.6.2) ##### Patch Changes - Fixed false positives in non-intersecting conditions in [`vue/no-duplicate-class-names`](https://eslint.vuejs.org/rules/no-duplicate-class-names.html) and correctly detect duplicates in combining expressions ([#&#8203;2980](https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2980)) - Fixed false positives for `TSImportType` in [`vue/script-indent`](https://eslint.vuejs.org/rules/script-indent.html) rule ([#&#8203;2969](https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2969)) - Improved performance and type safety in [`vue/prefer-use-template-ref`](https://eslint.vuejs.org/rules/prefer-use-template-ref.html) ([#&#8203;2982](https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2982)) ### [`v10.6.1`](https://redirect.github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1061) [Compare Source](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v10.6.0...v10.6.1) ##### Patch Changes - Fixed false positives for comments outside `<template>` in [vue/no-multiple-template-root](https://eslint.vuejs.org/rules/no-multiple-template-root.html) rule ([#&#8203;2964](https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2964)) </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v20.0.11`](https://redirect.github.com/capricorn86/happy-dom/compare/v20.0.10...b435ce751aa2a105398c4c27cc6b086f93d7f7bd) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v20.0.10...v20.0.11) </details> <details> <summary>stylelint/stylelint (stylelint)</summary> ### [`v16.26.1`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16261---2025-11-28) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/16.26.0...16.26.1) It fixes numerous false positive bugs, including many in the `declaration-property-value-no-unknown` rule for the latest CSS specifications. - Fixed: `*-no-unknown` false positives for latest specs by integrating `@csstools/css-syntax-patches-for-csstree` ([#&#8203;8850](https://redirect.github.com/stylelint/stylelint/pull/8850)) ([@&#8203;romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `at-rule-no-unknown` false positives for `@function` ([#&#8203;8851](https://redirect.github.com/stylelint/stylelint/pull/8851)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `declaration-property-value-no-unknown` false positives for `attr()`, `if()` and custom functions ([#&#8203;8853](https://redirect.github.com/stylelint/stylelint/pull/8853)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `function-url-quotes` false positives when URLs require quoting ([#&#8203;8804](https://redirect.github.com/stylelint/stylelint/pull/8804)) ([@&#8203;taearls](https://redirect.github.com/taearls)). - Fixed: `selector-pseudo-element-no-unknown` false positives for `::scroll-button()` ([#&#8203;8856](https://redirect.github.com/stylelint/stylelint/pull/8856)) ([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)). </details> <details> <summary>vite-pwa/vite-plugin-pwa (vite-plugin-pwa)</summary> ### [`v1.2.0`](https://redirect.github.com/vite-pwa/vite-plugin-pwa/releases/tag/v1.2.0) [Compare Source](https://redirect.github.com/vite-pwa/vite-plugin-pwa/compare/v1.1.0...v1.2.0) *No significant changes* #####     [View changes on GitHub](https://redirect.github.com/vite-pwa/vite-plugin-pwa/compare/v1.1.0...v1.2.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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-04-16 13:33:59 -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#5317