[PR #4943] [MERGED] Deduplicate vite versions #20035

Closed
opened 2026-04-14 21:25:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4943
Author: @jfdoming
Created: 5/6/2025
Status: Merged
Merged: 5/6/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/vite-dedupe


📝 Commits (4)

  • bc4a99b Deduplicate vite versions
  • 3dec37c Add release notes
  • 3e65828 Ensure plugins are compatible with the latest vite
  • 24a5b47 yarn dedupe

📊 Changes

4 files changed (+290 additions, -640 deletions)

View changed files

📝 package.json (+1 -1)
📝 packages/desktop-client/package.json (+2 -2)
upcoming-release-notes/4943.md (+6 -0)
📝 yarn.lock (+281 -637)

📄 Description

Removes 4 MB from my local install, and ensures we only have to worry about security fixes for a single version of vite rather than two of them.

(Incidentally, I also ran yarn dedupe so there should be additional deduped packages.)


🔄 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/actualbudget/actual/pull/4943 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 5/6/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/vite-dedupe` --- ### 📝 Commits (4) - [`bc4a99b`](https://github.com/actualbudget/actual/commit/bc4a99becac2118c3b271dfb9a6836b19a08c945) Deduplicate vite versions - [`3dec37c`](https://github.com/actualbudget/actual/commit/3dec37c94413e3cc2fa3a18ad8b0113927b43b3f) Add release notes - [`3e65828`](https://github.com/actualbudget/actual/commit/3e658286ca89af7dc2762d08dddd623ad99fddc1) Ensure plugins are compatible with the latest vite - [`24a5b47`](https://github.com/actualbudget/actual/commit/24a5b474aec0b1a45206360d6f02f80cf01a70c3) yarn dedupe ### 📊 Changes **4 files changed** (+290 additions, -640 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `packages/desktop-client/package.json` (+2 -2) ➕ `upcoming-release-notes/4943.md` (+6 -0) 📝 `yarn.lock` (+281 -637) </details> ### 📄 Description Removes 4 MB from my local install, and ensures we only have to worry about security fixes for a single version of `vite` rather than two of them. (Incidentally, I also ran `yarn dedupe` so there should be additional deduped packages.) --- <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-14 21:25:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#20035