[PR #825] [MERGED] chore(deps): update dev-dependencies #977

Closed
opened 2025-11-01 21:08:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: renovate/dev-dependencies


📝 Commits (1)

  • eb6f908 chore(deps): update dev-dependencies

📊 Changes

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

View changed files

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

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 36.2.1 -> 36.3.1 age adoption passing confidence
rollup (source) 4.41.0 -> 4.41.1 age adoption passing confidence

Release Notes

electron/electron (electron)

v36.3.1: electron v36.3.1

Compare Source

Release Notes for v36.3.1

Other Changes

v36.3.0: electron v36.3.0

Compare Source

Release Notes for v36.3.0

Features

  • Added innerWidth and innerHeight options for window.open. #​47038 (Also in 35, 37)
  • Added sublabel functionality for menus on macOS >= 14.4. #​47040 (Also in 35, 37)
  • Added support for screen.dipToScreenPoint(point) and screen.screenToDipPoint(point) on Linux X11. #​47125 (Also in 35, 37)
  • Added support for node option --experimental-network-inspection. #​47030 (Also in 35, 37)

Fixes

  • Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. #​47189 (Also in 37)
  • Fixed opening package paths as directory when treatPackageAsDirectory is enabled on macOS. #​47109 (Also in 35, 37)

Other Changes

rollup/rollup (rollup)

v4.41.1

Compare Source

2025-05-24

Bug Fixes
  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#​5945)
Pull Requests

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/825 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 5/24/2025 **Status:** ✅ Merged **Merged:** 5/24/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (1) - [`eb6f908`](https://github.com/go-vikunja/vikunja/commit/eb6f9084c7293139d8fa07b6c227ecd63566773a) chore(deps): update dev-dependencies ### 📊 Changes **4 files changed** (+107 additions, -107 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` (+100 -100) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [electron](https://redirect.github.com/electron/electron) | [`36.2.1` -> `36.3.1`](https://renovatebot.com/diffs/npm/electron/36.2.1/36.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron/36.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/electron/36.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/electron/36.2.1/36.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/36.2.1/36.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.41.0` -> `4.41.1`](https://renovatebot.com/diffs/npm/rollup/4.41.0/4.41.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.41.0/4.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.41.0/4.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>electron/electron (electron)</summary> ### [`v36.3.1`](https://redirect.github.com/electron/electron/releases/tag/v36.3.1): electron v36.3.1 [Compare Source](https://redirect.github.com/electron/electron/compare/v36.3.0...v36.3.1) ### Release Notes for v36.3.1 #### Other Changes - Backported fix for [`4172564`](https://redirect.github.com/electron/electron/commit/417256410). [#&#8203;47233](https://redirect.github.com/electron/electron/pull/47233) ### [`v36.3.0`](https://redirect.github.com/electron/electron/releases/tag/v36.3.0): electron v36.3.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v36.2.1...v36.3.0) ### Release Notes for v36.3.0 #### Features - Added `innerWidth` and `innerHeight` options for window.open. [#&#8203;47038](https://redirect.github.com/electron/electron/pull/47038) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47045), [37](https://redirect.github.com/electron/electron/pull/47039))</span> - Added sublabel functionality for menus on macOS >= 14.4. [#&#8203;47040](https://redirect.github.com/electron/electron/pull/47040) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47041), [37](https://redirect.github.com/electron/electron/pull/47042))</span> - Added support for `screen.dipToScreenPoint(point)` and `screen.screenToDipPoint(point)` on Linux X11. [#&#8203;47125](https://redirect.github.com/electron/electron/pull/47125) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47124), [37](https://redirect.github.com/electron/electron/pull/46895))</span> - Added support for node option `--experimental-network-inspection`. [#&#8203;47030](https://redirect.github.com/electron/electron/pull/47030) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47029), [37](https://redirect.github.com/electron/electron/pull/47031))</span> #### Fixes - Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. [#&#8203;47189](https://redirect.github.com/electron/electron/pull/47189) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/47188))</span> - Fixed opening package paths as directory when `treatPackageAsDirectory` is enabled on macOS. [#&#8203;47109](https://redirect.github.com/electron/electron/pull/47109) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47110), [37](https://redirect.github.com/electron/electron/pull/47108))</span> #### Other Changes - Updated Chromium to 136.0.7103.113. [#&#8203;47093](https://redirect.github.com/electron/electron/pull/47093) - Updated Node.js to v22.15.1. [#&#8203;47103](https://redirect.github.com/electron/electron/pull/47103) </details> <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.41.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4411) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.41.0...v4.41.1) *2025-05-24* ##### Bug Fixes - If a plugin calls `this.resolve` with `skipSelf: true`, subsequent calls when handling this by the same plugin with same parameters will return `null` to avoid infinite recursions ([#&#8203;5945](https://redirect.github.com/rollup/rollup/issues/5945)) ##### Pull Requests - [#&#8203;5945](https://redirect.github.com/rollup/rollup/pull/5945): Avoid recursively calling a plugin's resolveId hook with same id and importer ([@&#8203;younggglcy](https://redirect.github.com/younggglcy), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;5963](https://redirect.github.com/rollup/rollup/pull/5963): fix(deps): update swc monorepo (major) ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;5964](https://redirect.github.com/rollup/rollup/pull/5964): fix(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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 2025-11-01 21:08:25 -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#977