[PR #5015] [MERGED] ⬆️ bump dependency patch versions #5707

Closed
opened 2026-02-28 21:17:05 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5015
Author: @matt-fidd
Created: 5/18/2025
Status: Merged
Merged: 5/18/2025
Merged by: @matt-fidd

Base: masterHead: minor-deps


📝 Commits (4)

📊 Changes

12 files changed (+645 additions, -334 deletions)

View changed files

📝 package.json (+7 -7)
📝 packages/api/package.json (+3 -3)
📝 packages/component-library/package.json (+2 -2)
📝 packages/crdt/package.json (+2 -2)
📝 packages/desktop-client/package.json (+7 -7)
📝 packages/desktop-electron/package.json (+3 -3)
📝 packages/eslint-plugin-actual/package.json (+1 -1)
📝 packages/loot-core/package.json (+6 -6)
📝 packages/loot-core/src/platform/server/sqlite/index.electron.ts (+0 -5)
📝 packages/sync-server/package.json (+10 -10)
upcoming-release-notes/5015.md (+6 -0)
📝 yarn.lock (+598 -288)

📄 Description

Formally bumps the patch versions of all deps. These are specified by package.json "^" so no real change other than specifying in the lockfile.

I'm trying to keep things up to date the best I can to avoid having to do large version bumps, so after this I'll work on minor bumps, then any majors I can manage.

Tested with yarn start:server-dev which should use all the new versions.


🔄 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/5015 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 5/18/2025 **Status:** ✅ Merged **Merged:** 5/18/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `minor-deps` --- ### 📝 Commits (4) - [`b1c5bc3`](https://github.com/actualbudget/actual/commit/b1c5bc3ec16ba9fe54df3e611611f28185af3a66) bump dependency patch versions - [`d809bd8`](https://github.com/actualbudget/actual/commit/d809bd8e047dd16c9e5e65e03b590e6e8e1539a1) note - [`19f1463`](https://github.com/actualbudget/actual/commit/19f146314a59a5e4f547c30b1f9a615ea288af8b) remove unused ts-expect-error directives - [`972eaa6`](https://github.com/actualbudget/actual/commit/972eaa697ff9d13c33be05ddfeafd6be2210a945) downgrade adm-zip again ### 📊 Changes **12 files changed** (+645 additions, -334 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+7 -7) 📝 `packages/api/package.json` (+3 -3) 📝 `packages/component-library/package.json` (+2 -2) 📝 `packages/crdt/package.json` (+2 -2) 📝 `packages/desktop-client/package.json` (+7 -7) 📝 `packages/desktop-electron/package.json` (+3 -3) 📝 `packages/eslint-plugin-actual/package.json` (+1 -1) 📝 `packages/loot-core/package.json` (+6 -6) 📝 `packages/loot-core/src/platform/server/sqlite/index.electron.ts` (+0 -5) 📝 `packages/sync-server/package.json` (+10 -10) ➕ `upcoming-release-notes/5015.md` (+6 -0) 📝 `yarn.lock` (+598 -288) </details> ### 📄 Description Formally bumps the patch versions of all deps. These are specified by package.json "^" so no real change other than specifying in the lockfile. I'm trying to keep things up to date the best I can to avoid having to do large version bumps, so after this I'll work on minor bumps, then any majors I can manage. Tested with yarn start:server-dev which should use all the new versions. --- <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-02-28 21:17:05 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5707