[PR #2261] [MERGED] chore(deps): update dev-dependencies #9860

Closed
opened 2026-04-23 09:15:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2261
Author: @renovate[bot]
Created: 2/19/2026
Status: Merged
Merged: 2/19/2026
Merged by: @kolaente

Base: mainHead: renovate/dev-dependencies


📝 Commits (1)

  • 6f556e3 chore(deps): update dev-dependencies

📊 Changes

4 files changed (+16 additions, -22 deletions)

View changed files

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

📄 Description

This PR contains the following updates:

Package Change Age Confidence
electron 40.4.140.6.0 age confidence
happy-dom 20.6.220.6.3 age confidence

Release Notes

electron/electron (electron)

v40.6.0: electron v40.6.0

Compare Source

Release Notes for v40.6.0
Features
  • Added the ability to disable auto-focusing of WebContents on navigation using webPreferences.focusOnNavigation. #​49512 (Also in 41)
Fixes
  • Fixed an issue where frameless windows had resize issues in Mac App Store builds. #​49856

v40.5.0: electron v40.5.0

Compare Source

Release Notes for v40.5.0

Features

  • Added support for long-animation-frame script attribution (via --enable-features=AlwaysLogLOAFURL). #​49772 (Also in 41)
  • Extended actions support for Windows notifications to include buttons, select dropdowns, and replies. #​49786 (Also in 41)

Fixes

  • Addressed upstream Chromium shift to enable CoreAudio Tap API for audio capture used in electron's desktopCapturer (🍏 macOS). #​49741 (Also in 39, 41)
  • Made pointer lock work on Wayland. #​49283

Other Changes

capricorn86/happy-dom (happy-dom)

v20.6.3

Compare Source


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/2261 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/19/2026 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (1) - [`6f556e3`](https://github.com/go-vikunja/vikunja/commit/6f556e3e8829df6a50f8016f2b93d61d724058b7) chore(deps): update dev-dependencies ### 📊 Changes **4 files changed** (+16 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `desktop/package.json` (+1 -1) 📝 `desktop/pnpm-lock.yaml` (+5 -5) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+9 -15) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [electron](https://redirect.github.com/electron/electron) | [`40.4.1` → `40.6.0`](https://renovatebot.com/diffs/npm/electron/40.4.1/40.6.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/electron/40.6.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/40.4.1/40.6.0?slim=true) | | [happy-dom](https://redirect.github.com/capricorn86/happy-dom) | [`20.6.2` → `20.6.3`](https://renovatebot.com/diffs/npm/happy-dom/20.6.2/20.6.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/20.6.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/20.6.2/20.6.3?slim=true) | --- ### Release Notes <details> <summary>electron/electron (electron)</summary> ### [`v40.6.0`](https://redirect.github.com/electron/electron/releases/tag/v40.6.0): electron v40.6.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v40.5.0...v40.6.0) ##### Release Notes for v40.6.0 ##### Features - Added the ability to disable auto-focusing of WebContents on navigation using `webPreferences.focusOnNavigation`. [#&#8203;49512](https://redirect.github.com/electron/electron/pull/49512) <sup>(Also in [41](https://redirect.github.com/electron/electron/pull/49511))</sup> ##### Fixes - Fixed an issue where frameless windows had resize issues in Mac App Store builds. [#&#8203;49856](https://redirect.github.com/electron/electron/pull/49856) ### [`v40.5.0`](https://redirect.github.com/electron/electron/releases/tag/v40.5.0): electron v40.5.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v40.4.1...v40.5.0) ### Release Notes for v40.5.0 #### Features - Added support for `long-animation-frame` script attribution (via `--enable-features=AlwaysLogLOAFURL`). [#&#8203;49772](https://redirect.github.com/electron/electron/pull/49772) <sup>(Also in [41](https://redirect.github.com/electron/electron/pull/49773))</sup> - Extended actions support for Windows notifications to include buttons, select dropdowns, and replies. [#&#8203;49786](https://redirect.github.com/electron/electron/pull/49786) <sup>(Also in [41](https://redirect.github.com/electron/electron/pull/49787))</sup> #### Fixes - Addressed upstream Chromium shift to enable `CoreAudio Tap API` for audio capture used in electron's `desktopCapturer` (🍏 macOS). [#&#8203;49741](https://redirect.github.com/electron/electron/pull/49741) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/49740), [41](https://redirect.github.com/electron/electron/pull/49739))</sup> - Made pointer lock work on Wayland. [#&#8203;49283](https://redirect.github.com/electron/electron/pull/49283) #### Other Changes - Updated Chromium to 144.0.7559.177. [#&#8203;49800](https://redirect.github.com/electron/electron/pull/49800) - Updated Node.js to v24.13.1. [#&#8203;49742](https://redirect.github.com/electron/electron/pull/49742) </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v20.6.3`](https://redirect.github.com/capricorn86/happy-dom/compare/v20.6.2...e6a64da42384e3dbc74607e4bb1e71b9c3477e74) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v20.6.2...v20.6.3) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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-23 09:15:05 -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#9860