[packaging] switch to pnpm (#6186)

* [packaging] switch to pnpm
* Bump compiler version
* Change pnpm store in docker build
---------

Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
feederbox826
2025-11-09 17:17:25 -05:00
committed by GitHub
parent d52b6afd4a
commit 600cb15102
19 changed files with 12797 additions and 9674 deletions

View File

@@ -1614,7 +1614,7 @@ export const mutateAddGalleryImages = (input: GQL.GalleryAddInput) =>
});
function evictCover(cache: ApolloCache<GQL.Gallery>, gallery_id: string) {
const fields: Pick<Modifiers<GQL.Gallery>, "paths" | "cover"> = {};
const fields: Partial<Pick<Modifiers<GQL.Gallery>, "paths" | "cover">> = {};
fields.paths = (paths) => {
if (!("cover" in paths)) {
return paths;