[PR #1487] [MERGED] update all dependencies & fix svelte warnings in web #10856

Closed
opened 2026-04-27 15:11:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1487
Author: @wukko
Created: 12/23/2025
Status: Merged
Merged: 12/23/2025
Merged by: @wukko

Base: developHead: update-deps


📝 Commits (3)

  • c857054 all: update dependencies
  • 728d225 web: fix state_referenced_locally warnings with proper runes
  • eb5cf3b web/storage/memory: fix the type of chunks

📊 Changes

9 files changed (+1254 additions, -1583 deletions)

View changed files

📝 api/package.json (+15 -15)
📝 packages/api-client/package.json (+3 -3)
📝 pnpm-lock.yaml (+1193 -1528)
📝 web/package.json (+25 -26)
📝 web/src/components/dialog/PickerItem.svelte (+9 -6)
📝 web/src/components/misc/FileReceiver.svelte (+1 -1)
📝 web/src/components/misc/SectionHeading.svelte (+1 -1)
📝 web/src/components/save/OmniboxIcon.svelte (+5 -1)
📝 web/src/lib/storage/memory.ts (+2 -2)

📄 Description

No description provided


🔄 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/imputnet/cobalt/pull/1487 **Author:** [@wukko](https://github.com/wukko) **Created:** 12/23/2025 **Status:** ✅ Merged **Merged:** 12/23/2025 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `develop` ← **Head:** `update-deps` --- ### 📝 Commits (3) - [`c857054`](https://github.com/imputnet/cobalt/commit/c857054dccff698faf13990eccdccddbabb25497) all: update dependencies - [`728d225`](https://github.com/imputnet/cobalt/commit/728d2255155c1ea91850687da70a528a307c3436) web: fix state_referenced_locally warnings with proper runes - [`eb5cf3b`](https://github.com/imputnet/cobalt/commit/eb5cf3b64c26543dcf052529b2e005813b4e92ca) web/storage/memory: fix the type of chunks ### 📊 Changes **9 files changed** (+1254 additions, -1583 deletions) <details> <summary>View changed files</summary> 📝 `api/package.json` (+15 -15) 📝 `packages/api-client/package.json` (+3 -3) 📝 `pnpm-lock.yaml` (+1193 -1528) 📝 `web/package.json` (+25 -26) 📝 `web/src/components/dialog/PickerItem.svelte` (+9 -6) 📝 `web/src/components/misc/FileReceiver.svelte` (+1 -1) 📝 `web/src/components/misc/SectionHeading.svelte` (+1 -1) 📝 `web/src/components/save/OmniboxIcon.svelte` (+5 -1) 📝 `web/src/lib/storage/memory.ts` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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-27 15:11:10 -05:00
Sign in to join this conversation.