[PR #1295] [MERGED] chore(deps): update dev-dependencies #9173

Closed
opened 2026-04-23 08:46:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: renovate/dev-dependencies


📝 Commits (1)

  • da5eb8e chore(deps): update dev-dependencies

📊 Changes

4 files changed (+14 additions, -14 deletions)

View changed files

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

📄 Description

This PR contains the following updates:

Package Change Age Confidence
caniuse-lite 1.0.30001734 -> 1.0.30001735 age confidence
electron 37.2.6 -> 37.3.0 age confidence

Release Notes

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001735

Compare Source

electron/electron (electron)

v37.3.0: electron v37.3.0

Compare Source

Release Notes for v37.3.0

Features

  • Added support for app.getRecentDocuments() on Windows and macOS. #​47923 (Also in 36, 38)
  • Adds the ability to change window accent color on Windows after initial window initialization via {get|set}AccentColor. #​48017 (Also in 36, 38)
  • Internally switched to using DIR_ASSETS instead of DIR_MODULE/DIR_EXE to locate assets and resources, and added "assets" as a key that can be queried via app.getPath. #​47951 (Also in 38)

Fixes

  • Fixed a crash possible when calling webContents.loadURL() from a failed webContents.loadURL() call's catch handler. #​48045 (Also in 36, 38)
  • Fixed an issue where app.accessibilitySupportEnabled didn't work as expected. #​48061 (Also in 38)
  • Fixed an issue where importing from electron/utility in an ESM file threw an error at runtime. #​48021 (Also in 36, 38)
  • Fixed an issue where importing from electron/utility threw a ERR_MODULE_NOT_FOUND error at runtime. #​47988 (Also in 36, 38)
  • Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status. #​48011 (Also in 36, 38)
  • Fixed compilation error when disabling extensions and pdf_viewer. #​47994 (Also in 38)

Other Changes


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/1295 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/15/2025 **Status:** ✅ Merged **Merged:** 8/15/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (1) - [`da5eb8e`](https://github.com/go-vikunja/vikunja/commit/da5eb8e6da6ab13d51c49b0628441a07d5155fbf) chore(deps): update dev-dependencies ### 📊 Changes **4 files changed** (+14 additions, -14 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` (+7 -7) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [caniuse-lite](https://redirect.github.com/browserslist/caniuse-lite) | [`1.0.30001734` -> `1.0.30001735`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001734/1.0.30001735) | [![age](https://developer.mend.io/api/mc/badges/age/npm/caniuse-lite/1.0.30001735?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/caniuse-lite/1.0.30001734/1.0.30001735?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [electron](https://redirect.github.com/electron/electron) | [`37.2.6` -> `37.3.0`](https://renovatebot.com/diffs/npm/electron/37.2.6/37.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron/37.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/37.2.6/37.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>browserslist/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001735`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001734...1.0.30001735) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001734...1.0.30001735) </details> <details> <summary>electron/electron (electron)</summary> ### [`v37.3.0`](https://redirect.github.com/electron/electron/releases/tag/v37.3.0): electron v37.3.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v37.2.6...v37.3.0) ### Release Notes for v37.3.0 #### Features - Added support for `app.getRecentDocuments()` on Windows and macOS. [#&#8203;47923](https://redirect.github.com/electron/electron/pull/47923) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47925), [38](https://redirect.github.com/electron/electron/pull/47924))</span> - Adds the ability to change window accent color on Windows after initial window initialization via `{get|set}AccentColor`. [#&#8203;48017](https://redirect.github.com/electron/electron/pull/48017) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48018), [38](https://redirect.github.com/electron/electron/pull/47939))</span> - Internally switched to using `DIR_ASSETS` instead of `DIR_MODULE`/`DIR_EXE` to locate assets and resources, and added "assets" as a key that can be queried via `app.getPath`. [#&#8203;47951](https://redirect.github.com/electron/electron/pull/47951) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/47950))</span> #### Fixes - Fixed a crash possible when calling `webContents.loadURL()` from a failed `webContents.loadURL()` call's catch handler. [#&#8203;48045](https://redirect.github.com/electron/electron/pull/48045) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48044), [38](https://redirect.github.com/electron/electron/pull/48043))</span> - Fixed an issue where `app.accessibilitySupportEnabled` didn't work as expected. [#&#8203;48061](https://redirect.github.com/electron/electron/pull/48061) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48060))</span> - Fixed an issue where importing from `electron/utility` in an ESM file threw an error at runtime. [#&#8203;48021](https://redirect.github.com/electron/electron/pull/48021) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48020), [38](https://redirect.github.com/electron/electron/pull/48019))</span> - Fixed an issue where importing from `electron/utility` threw a `ERR_MODULE_NOT_FOUND` error at runtime. [#&#8203;47988](https://redirect.github.com/electron/electron/pull/47988) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47987), [38](https://redirect.github.com/electron/electron/pull/47989))</span> - Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status. [#&#8203;48011](https://redirect.github.com/electron/electron/pull/48011) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48012), [38](https://redirect.github.com/electron/electron/pull/47802))</span> - Fixed compilation error when disabling extensions and pdf\_viewer. [#&#8203;47994](https://redirect.github.com/electron/electron/pull/47994) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/47993))</span> #### Other Changes - Updated Chromium to 138.0.7204.224. [#&#8203;47974](https://redirect.github.com/electron/electron/pull/47974) - Updated Node.js to v22.18.0. [#&#8203;47935](https://redirect.github.com/electron/electron/pull/47935) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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 08:46:27 -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#9173