[PR #1790] [MERGED] chore(deps): update dev-dependencies #9523

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

📋 Pull Request Information

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

Base: mainHead: renovate/dev-dependencies


📝 Commits (1)

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

📊 Changes

4 files changed (+578 additions, -310 deletions)

View changed files

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

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 22.19.0 -> 22.19.1 age confidence
@typescript-eslint/eslint-plugin (source) 8.46.3 -> 8.46.4 age confidence
@typescript-eslint/parser (source) 8.46.3 -> 8.46.4 age confidence
autoprefixer 10.4.21 -> 10.4.22 age confidence
browserslist 4.27.0 -> 4.28.0 age confidence
caniuse-lite 1.0.30001753 -> 1.0.30001754 age confidence
electron 37.8.0 -> 37.9.0 age confidence
esbuild 0.25.12 -> 0.27.0 age confidence
rollup (source) 4.52.5 -> 4.53.2 age confidence
vite (source) 7.1.12 -> 7.2.2 age confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.4

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

postcss/autoprefixer (autoprefixer)

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
browserslist/browserslist (browserslist)

v4.28.0

Compare Source

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001754

Compare Source

electron/electron (electron)

v37.9.0: electron v37.9.0

Compare Source

Release Notes for v37.9.0

Fixes

  • Fixed an application crash when clicking or hovering over the native MacOS "Window" menu. Reverts #​48598. #​48803 (Also in 38, 39, 40)
  • Fixed an issue on Wayland (Linux) where right-clicking in the titlebar could break mouse interactions. #​48756 (Also in 38, 39, 40)
  • Fixed an issue that menu items on macOS could not be disabled under all circumstances. #​48712 (Also in 38, 39)
  • Fixed crash when inspector agent attempts to evaluate on provisional frames. #​48514 (Also in 38, 39)
  • Fixed draw smoothing round corner issue. #​48783 (Also in 40)

Other Changes

evanw/esbuild (esbuild)

v0.27.0

Compare Source

This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of esbuild in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.26.0 or ~0.26.0. See npm's documentation about semver for more information.

  • Use Uint8Array.fromBase64 if available (#​4286)

    With this release, esbuild's binary loader will now use the new Uint8Array.fromBase64 function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this will be used as a fallback. Note that this means you may now need to specify target when using this feature with Node (for example --target=node22) unless you're using Node v25+.

  • Update the Go compiler from v1.23.12 to v1.25.4 (#​4208, #​4311)

    This raises the operating system requirements for running esbuild:

    • Linux: now requires a kernel version of 3.2 or later
    • macOS: now requires macOS 12 (Monterey) or later

v0.26.0

Compare Source

  • Enable trusted publishing (#​4281)

    GitHub and npm are recommending that maintainers for packages such as esbuild switch to trusted publishing. With this release, a VM on GitHub will now build and publish all of esbuild's packages to npm instead of me. In theory.

    Unfortunately there isn't really a way to test that this works other than to do it live. So this release is that live test. Hopefully this release is uneventful and is exactly the same as the previous one (well, except for the green provenance attestation checkmark on npm that happens with trusted publishing).

rollup/rollup (rollup)

v4.53.2

Compare Source

2025-11-10

Bug Fixes
  • Do not throw when using invalid escape sequences in template literals (#​6177)
Pull Requests

v4.53.1

Compare Source

2025-11-07

Bug Fixes
Pull Requests

v4.53.0

Compare Source

2025-11-07

Features
  • Improve rendering performance by caching generated variable names (#​5947)
Pull Requests
vitejs/vite (vite)

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes
Code Refactoring

v7.2.0

Compare Source

Bug Fixes
  • css: fallback to sass when sass-embedded platform binary is missing (#​21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#​21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#​21040) (2833c55)
Miscellaneous Chores

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/1790 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/12/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (1) - [`6fdfa7a`](https://github.com/go-vikunja/vikunja/commit/6fdfa7ad3dab8385532d55414ca6f68fa876241a) chore(deps): update dev-dependencies ### 📊 Changes **4 files changed** (+578 additions, -310 deletions) <details> <summary>View changed files</summary> 📝 `desktop/package.json` (+1 -1) 📝 `desktop/pnpm-lock.yaml` (+5 -5) 📝 `frontend/package.json` (+9 -9) 📝 `frontend/pnpm-lock.yaml` (+563 -295) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.19.0` -> `22.19.1`](https://renovatebot.com/diffs/npm/@types%2fnode/22.19.0/22.19.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.19.0/22.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.3` -> `8.46.4`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.46.3/8.46.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.46.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/8.46.3/8.46.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.3` -> `8.46.4`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.46.3/8.46.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.46.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/8.46.3/8.46.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [autoprefixer](https://redirect.github.com/postcss/autoprefixer) | [`10.4.21` -> `10.4.22`](https://renovatebot.com/diffs/npm/autoprefixer/10.4.21/10.4.22) | [![age](https://developer.mend.io/api/mc/badges/age/npm/autoprefixer/10.4.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/autoprefixer/10.4.21/10.4.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [browserslist](https://redirect.github.com/browserslist/browserslist) | [`4.27.0` -> `4.28.0`](https://renovatebot.com/diffs/npm/browserslist/4.27.0/4.28.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/browserslist/4.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/browserslist/4.27.0/4.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [caniuse-lite](https://redirect.github.com/browserslist/caniuse-lite) | [`1.0.30001753` -> `1.0.30001754`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001753/1.0.30001754) | [![age](https://developer.mend.io/api/mc/badges/age/npm/caniuse-lite/1.0.30001754?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/caniuse-lite/1.0.30001753/1.0.30001754?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [electron](https://redirect.github.com/electron/electron) | [`37.8.0` -> `37.9.0`](https://renovatebot.com/diffs/npm/electron/37.8.0/37.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron/37.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/37.8.0/37.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [esbuild](https://redirect.github.com/evanw/esbuild) | [`0.25.12` -> `0.27.0`](https://renovatebot.com/diffs/npm/esbuild/0.25.12/0.27.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.25.12/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.52.5` -> `4.53.2`](https://renovatebot.com/diffs/npm/rollup/4.52.5/4.53.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.53.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.52.5/4.53.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`7.1.12` -> `7.2.2`](https://renovatebot.com/diffs/npm/vite/7.1.12/7.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/7.1.12/7.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.46.4`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8464-2025-11-10) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.3...v8.46.4) ##### 🩹 Fixes - **parser:** error when both `projectService` and `project` are set ([#&#8203;11333](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11333)) - **eslint-plugin:** handle override modifier in promise-function-async fixer ([#&#8203;11730](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11730)) - **eslint-plugin:** \[no-deprecated] fix double-report on computed literal identifiers ([#&#8203;11006](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11006), [#&#8203;10958](https://redirect.github.com/typescript-eslint/typescript-eslint/issues/10958)) ##### ❤️ Thank You - Evgeny Stepanovych [@&#8203;undsoft](https://redirect.github.com/undsoft) - Kentaro Suzuki [@&#8203;sushichan044](https://redirect.github.com/sushichan044) - Maria Solano [@&#8203;MariaSolOs](https://redirect.github.com/MariaSolOs) You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v8.46.4`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8464-2025-11-10) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.3...v8.46.4) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>postcss/autoprefixer (autoprefixer)</summary> ### [`v10.4.22`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10422) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.21...10.4.22) - Fixed `stretch` prefixes on new Can I Use database. - Updated `fraction.js`. </details> <details> <summary>browserslist/browserslist (browserslist)</summary> ### [`v4.28.0`](https://redirect.github.com/browserslist/browserslist/compare/4.27.0...4.28.0) [Compare Source](https://redirect.github.com/browserslist/browserslist/compare/4.27.0...4.28.0) </details> <details> <summary>browserslist/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001754`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001753...1.0.30001754) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001753...1.0.30001754) </details> <details> <summary>electron/electron (electron)</summary> ### [`v37.9.0`](https://redirect.github.com/electron/electron/releases/tag/v37.9.0): electron v37.9.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v37.8.0...v37.9.0) ### Release Notes for v37.9.0 #### Fixes - Fixed an application crash when clicking or hovering over the native MacOS "Window" menu. Reverts [#&#8203;48598](https://redirect.github.com/electron/electron/issues/48598). [#&#8203;48803](https://redirect.github.com/electron/electron/pull/48803) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48801), [39](https://redirect.github.com/electron/electron/pull/48800), [40](https://redirect.github.com/electron/electron/pull/48799))</span> - Fixed an issue on Wayland (Linux) where right-clicking in the titlebar could break mouse interactions. [#&#8203;48756](https://redirect.github.com/electron/electron/pull/48756) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48757), [39](https://redirect.github.com/electron/electron/pull/48758), [40](https://redirect.github.com/electron/electron/pull/48759))</span> - Fixed an issue that menu items on macOS could not be disabled under all circumstances. [#&#8203;48712](https://redirect.github.com/electron/electron/pull/48712) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48710), [39](https://redirect.github.com/electron/electron/pull/48711))</span> - Fixed crash when inspector agent attempts to evaluate on provisional frames. [#&#8203;48514](https://redirect.github.com/electron/electron/pull/48514) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48513), [39](https://redirect.github.com/electron/electron/pull/48515))</span> - Fixed draw smoothing round corner issue. [#&#8203;48783](https://redirect.github.com/electron/electron/pull/48783) <span style="font-size:small;">(Also in [40](https://redirect.github.com/electron/electron/pull/48782))</span> #### Other Changes - Updated Node.js to v22.21.1. [#&#8203;48614](https://redirect.github.com/electron/electron/pull/48614) </details> <details> <summary>evanw/esbuild (esbuild)</summary> ### [`v0.27.0`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0270) [Compare Source](https://redirect.github.com/evanw/esbuild/compare/v0.26.0...v0.27.0) **This release deliberately contains backwards-incompatible changes.** To avoid automatically picking up releases like this, you should either be pinning the exact version of `esbuild` in your `package.json` file (recommended) or be using a version range syntax that only accepts patch upgrades such as `^0.26.0` or `~0.26.0`. See npm's documentation about [semver](https://docs.npmjs.com/cli/v6/using-npm/semver/) for more information. - Use `Uint8Array.fromBase64` if available ([#&#8203;4286](https://redirect.github.com/evanw/esbuild/issues/4286)) With this release, esbuild's `binary` loader will now use the new [`Uint8Array.fromBase64`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/fromBase64) function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this will be used as a fallback. Note that this means you may now need to specify `target` when using this feature with Node (for example `--target=node22`) unless you're using Node v25+. - Update the Go compiler from v1.23.12 to v1.25.4 ([#&#8203;4208](https://redirect.github.com/evanw/esbuild/issues/4208), [#&#8203;4311](https://redirect.github.com/evanw/esbuild/pull/4311)) This raises the operating system requirements for running esbuild: - Linux: now requires a kernel version of 3.2 or later - macOS: now requires macOS 12 (Monterey) or later ### [`v0.26.0`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0260) [Compare Source](https://redirect.github.com/evanw/esbuild/compare/v0.25.12...v0.26.0) - Enable trusted publishing ([#&#8203;4281](https://redirect.github.com/evanw/esbuild/issues/4281)) GitHub and npm are recommending that maintainers for packages such as esbuild switch to [trusted publishing](https://docs.npmjs.com/trusted-publishers). With this release, a VM on GitHub will now build and publish all of esbuild's packages to npm instead of me. In theory. Unfortunately there isn't really a way to test that this works other than to do it live. So this release is that live test. Hopefully this release is uneventful and is exactly the same as the previous one (well, except for the green provenance attestation checkmark on npm that happens with trusted publishing). </details> <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.53.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4532) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.53.1...v4.53.2) *2025-11-10* ##### Bug Fixes - Do not throw when using invalid escape sequences in template literals ([#&#8203;6177](https://redirect.github.com/rollup/rollup/issues/6177)) ##### Pull Requests - [#&#8203;6177](https://redirect.github.com/rollup/rollup/pull/6177): handle TemplateElement with null cooked value ([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi)) ### [`v4.53.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4531) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.53.0...v4.53.1) *2025-11-07* ##### Bug Fixes - Fix install script ([#&#8203;6172](https://redirect.github.com/rollup/rollup/issues/6172)) ##### Pull Requests - [#&#8203;6172](https://redirect.github.com/rollup/rollup/pull/6172): fix: move patch-package from postinstall to prepare script ([@&#8203;mshima](https://redirect.github.com/mshima)) ### [`v4.53.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4530) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.52.5...v4.53.0) *2025-11-07* ##### Features - Improve rendering performance by caching generated variable names ([#&#8203;5947](https://redirect.github.com/rollup/rollup/issues/5947)) ##### Pull Requests - [#&#8203;5947](https://redirect.github.com/rollup/rollup/pull/5947): refactor: store safe variable names in cache for subsequent usage ([@&#8203;Aslemammad](https://redirect.github.com/Aslemammad), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert), [@&#8203;Service](https://redirect.github.com/Service) account user) - [#&#8203;6149](https://redirect.github.com/rollup/rollup/pull/6149): chore(deps): update dependency vite to v7.1.11 \[security] ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;Service](https://redirect.github.com/Service) account user) - [#&#8203;6151](https://redirect.github.com/rollup/rollup/pull/6151): fix(deps): update swc monorepo (major) ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;Service](https://redirect.github.com/Service) account user) - [#&#8203;6152](https://redirect.github.com/rollup/rollup/pull/6152): fix(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;Service](https://redirect.github.com/Service) account user) - [#&#8203;6153](https://redirect.github.com/rollup/rollup/pull/6153): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;Service](https://redirect.github.com/Service) account user) - [#&#8203;6155](https://redirect.github.com/rollup/rollup/pull/6155): Fix tests: Do not swallow warnings for multi-format tests ([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert), [@&#8203;Service](https://redirect.github.com/Service) account user) - [#&#8203;6159](https://redirect.github.com/rollup/rollup/pull/6159): chore(deps): update dependency eslint-plugin-unicorn to v62 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6160](https://redirect.github.com/rollup/rollup/pull/6160): chore(deps): update github artifact actions (major) ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6161](https://redirect.github.com/rollup/rollup/pull/6161): fix(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6164](https://redirect.github.com/rollup/rollup/pull/6164): chore(deps): update dependency [@&#8203;rollup/plugin-alias](https://redirect.github.com/rollup/plugin-alias) to v6 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6165](https://redirect.github.com/rollup/rollup/pull/6165): chore(deps): update dependency [@&#8203;rollup/plugin-commonjs](https://redirect.github.com/rollup/plugin-commonjs) to v29 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6166](https://redirect.github.com/rollup/rollup/pull/6166): fix(deps): update swc monorepo (major) ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6167](https://redirect.github.com/rollup/rollup/pull/6167): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v7.2.2`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-722-2025-11-07-small) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v7.2.1...v7.2.2) ##### Bug Fixes - revert "refactor: use fs.cpSync ([#&#8203;21019](https://redirect.github.com/vitejs/vite/issues/21019))" ([#&#8203;21081](https://redirect.github.com/vitejs/vite/issues/21081)) ([728c8ee](https://redirect.github.com/vitejs/vite/commit/728c8eeebc0ad7ba48e680f46bbdb55020b2e152)) ### [`v7.2.1`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-721-2025-11-06-small) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v7.2.0...v7.2.1) ##### Bug Fixes - **worker:** some worker asset was missing ([#&#8203;21074](https://redirect.github.com/vitejs/vite/issues/21074)) ([82d2d6c](https://redirect.github.com/vitejs/vite/commit/82d2d6ccf5a69c3d67e44e3704a0c3eb34db2236)) ##### Code Refactoring - **build:** rename `indexOfMatchInSlice` to `findPreloadMarker` ([#&#8203;21054](https://redirect.github.com/vitejs/vite/issues/21054)) ([f83264f](https://redirect.github.com/vitejs/vite/commit/f83264f5d97caa8ba80276a9ee9e82cb0e69c4ca)) ### [`v7.2.0`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#720-2025-11-05) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v7.1.12...v7.2.0) ##### Bug Fixes - **css:** fallback to sass when sass-embedded platform binary is missing ([#&#8203;21002](https://redirect.github.com/vitejs/vite/issues/21002)) ([b1fd616](https://redirect.github.com/vitejs/vite/commit/b1fd6161886caeb31ac646d6544116d37efe46d0)) - **module-runner:** make `getBuiltins` response JSON serializable ([#&#8203;21029](https://redirect.github.com/vitejs/vite/issues/21029)) ([ad5b3bf](https://redirect.github.com/vitejs/vite/commit/ad5b3bf6f3ad7b24886718c5f5de32eee923ae11)) - **types:** add undefined to optional properties for exactOptionalProperties type compatibility ([#&#8203;21040](https://redirect.github.com/vitejs/vite/issues/21040)) ([2833c55](https://redirect.github.com/vitejs/vite/commit/2833c5576a87be2db450c195ccf64dfc8925a15b)) ##### Miscellaneous Chores - **deps:** update rolldown-related dependencies ([#&#8203;21047](https://redirect.github.com/vitejs/vite/issues/21047)) ([e3a6a83](https://redirect.github.com/vitejs/vite/commit/e3a6a83406943bc59a9916cae3f25ab33c2b5802)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <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:02:55 -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#9523