[PR #1184] [MERGED] chore(deps): update dev-dependencies #3232

Closed
opened 2026-03-22 14:37:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: renovate/dev-dependencies


📝 Commits (1)

  • b40b82d chore(deps): update dev-dependencies

📊 Changes

2 files changed (+106 additions, -106 deletions)

View changed files

📝 frontend/package.json (+2 -2)
📝 frontend/pnpm-lock.yaml (+104 -104)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-vue (source) 6.0.0 -> 6.0.1 age confidence
rollup (source) 4.45.3 -> 4.46.1 age confidence

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.1

Bug Fixes
Performance Improvements
Miscellaneous Chores
Build System
rollup/rollup (rollup)

v4.46.1

Compare Source

2025-07-28

Bug Fixes
  • Do not fail when using the in operator on external namespaces (#​6036)
Pull Requests

v4.46.0

Compare Source

2025-07-27

Features
  • Optimize in checks on namespaces to keep them treeshake-able (#​6029)
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/1184 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 7/28/2025 **Status:** ✅ Merged **Merged:** 7/28/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (1) - [`b40b82d`](https://github.com/go-vikunja/vikunja/commit/b40b82d5bea72a5f0bc6e6eeb1f2f914ad583a54) chore(deps): update dev-dependencies ### 📊 Changes **2 files changed** (+106 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+2 -2) 📝 `frontend/pnpm-lock.yaml` (+104 -104) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@vitejs/plugin-vue](https://redirect.github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)) | [`6.0.0` -> `6.0.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/6.0.0/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-vue/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-vue/6.0.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.45.3` -> `4.46.1`](https://renovatebot.com/diffs/npm/rollup/4.45.3/4.46.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.46.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.45.3/4.46.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite-plugin-vue (@&#8203;vitejs/plugin-vue)</summary> ### [`v6.0.1`](https://redirect.github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small-601-2025-07-28-small) ##### Bug Fixes - **deps:** update all non-major dependencies ([#&#8203;618](https://redirect.github.com/vitejs/vite-plugin-vue/issues/618)) ([46f6c99](https://redirect.github.com/vitejs/vite-plugin-vue/commit/46f6c99f8ed039e46e7ee9f647b9466ed6a5d76f)) - **deps:** update all non-major dependencies ([#&#8203;624](https://redirect.github.com/vitejs/vite-plugin-vue/issues/624)) ([fe03fa2](https://redirect.github.com/vitejs/vite-plugin-vue/commit/fe03fa224c16255fd7ecc38156acb8087e10a151)) - **deps:** update all non-major dependencies ([#&#8203;629](https://redirect.github.com/vitejs/vite-plugin-vue/issues/629)) ([b969637](https://redirect.github.com/vitejs/vite-plugin-vue/commit/b9696373ef666f8db3a435bd2952a3adb38ed1f4)) - **deps:** update all non-major dependencies ([#&#8203;633](https://redirect.github.com/vitejs/vite-plugin-vue/issues/633)) ([aa56ad1](https://redirect.github.com/vitejs/vite-plugin-vue/commit/aa56ad1860a70bb8ab8b471f7577ec08dd5b3f68)) - **deps:** update all non-major dependencies ([#&#8203;636](https://redirect.github.com/vitejs/vite-plugin-vue/issues/636)) ([5f471a3](https://redirect.github.com/vitejs/vite-plugin-vue/commit/5f471a3daa6560c1d23523587850c958cc1617e5)) - **hmr:** ignore non-js modules ([#&#8203;625](https://redirect.github.com/vitejs/vite-plugin-vue/issues/625)) ([f899ad3](https://redirect.github.com/vitejs/vite-plugin-vue/commit/f899ad341b2ee2254cbe22fc456575007edb7d09)) ##### Performance Improvements - only bundle node version `debug` ([#&#8203;627](https://redirect.github.com/vitejs/vite-plugin-vue/issues/627)) ([9dfa996](https://redirect.github.com/vitejs/vite-plugin-vue/commit/9dfa9961e9df3e4a6c2491036719845876624a1f)) ##### Miscellaneous Chores - **deps:** update dependency rollup to ^4.44.2 ([#&#8203;623](https://redirect.github.com/vitejs/vite-plugin-vue/issues/623)) ([76bf4c4](https://redirect.github.com/vitejs/vite-plugin-vue/commit/76bf4c478c1fd66b6c115e8b050c086fdd9f4565)) - **deps:** update dependency rollup to ^4.45.1 ([#&#8203;630](https://redirect.github.com/vitejs/vite-plugin-vue/issues/630)) ([4fd92b9](https://redirect.github.com/vitejs/vite-plugin-vue/commit/4fd92b9bb90760f51b6a5d86f948ba7078292e2f)) - group commits by category in changelog ([#&#8203;620](https://redirect.github.com/vitejs/vite-plugin-vue/issues/620)) ([1a32018](https://redirect.github.com/vitejs/vite-plugin-vue/commit/1a32018fb94a5eb096565c990832ee6840655b7d)) ##### Build System - use tsdown ([#&#8203;626](https://redirect.github.com/vitejs/vite-plugin-vue/issues/626)) ([ffac7e1](https://redirect.github.com/vitejs/vite-plugin-vue/commit/ffac7e12f4af8e0501649981752887d27781fa73)) </details> <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.46.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4461) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.46.0...v4.46.1) *2025-07-28* ##### Bug Fixes - Do not fail when using the `in` operator on external namespaces ([#&#8203;6036](https://redirect.github.com/rollup/rollup/issues/6036)) ##### Pull Requests - [#&#8203;6036](https://redirect.github.com/rollup/rollup/pull/6036): disables optimization for external namespace when using the in operator ([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi)) ### [`v4.46.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4460) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.45.3...v4.46.0) *2025-07-27* ##### Features - Optimize `in` checks on namespaces to keep them treeshake-able ([#&#8203;6029](https://redirect.github.com/rollup/rollup/issues/6029)) ##### Pull Requests - [#&#8203;5991](https://redirect.github.com/rollup/rollup/pull/5991): feat: update linux-loongarch64-gnu ([@&#8203;wojiushixiaobai](https://redirect.github.com/wojiushixiaobai), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6029](https://redirect.github.com/rollup/rollup/pull/6029): feat: optimize `in` checks on namespaces to keep them treeshake-able ([@&#8203;cyyynthia](https://redirect.github.com/cyyynthia), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6033](https://redirect.github.com/rollup/rollup/pull/6033): fix(deps): update swc monorepo (major) ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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-03-22 14:37:36 -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#3232