mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-05 19:17:29 -06:00
[PR #1725] Upgrade Pangoiln to latest in ALL packages #1195
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1725
Author: @Lokowitz
Created: 10/21/2025
Status: 🔄 Open
Base:
dev← Head:test-with-all-updates📝 Commits (10+)
0e1603cfirst change to libsql000d6adMerge remote-tracking branch 'upstream/dev' into db-switchacf23ccmerge upstreamd20deadadd local testac04eecmigrationsfcad3a1set min version to 1.11.280be0datest7755334Merge remote-tracking branch 'upstream/main' into db-switch3555a20merge mainc751929more logs in migration📊 Changes
231 files changed (+3149 additions, -9514 deletions)
View changed files
📝
.github/dependabot.yml(+2 -12)📝
.github/workflows/cicd.yml(+1 -1)📝
.github/workflows/linting.yml(+1 -1)📝
.github/workflows/test.yml(+1 -1)📝
.nvmrc(+1 -1)📝
Dockerfile(+2 -2)📝
Dockerfile.dev(+1 -1)📝
Makefile(+10 -0)📝
esbuild.mjs(+1 -1)📝
install/go.mod(+1 -1)📝
package-lock.json(+2133 -5545)📝
package.json(+51 -73)📝
server/db/sqlite/driver.ts(+3 -3)📝
server/db/sqlite/migrate.ts(+1 -1)📝
server/extendZod.ts(+0 -2)📝
server/lib/blueprints/types.ts(+80 -142)📝
server/lib/consts.ts(+1 -1)📝
server/lib/readConfigFile.ts(+124 -130)📝
server/lib/validators.ts(+2 -2)📝
server/private/lib/readConfigFile.ts(+4 -4)...and 80 more files
📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
This PR includes all fixes for pending package updates.
So if you want you can just focus on this one PR instead of the other two.
Sqlite images for testing:
Postgresql images for testing:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.