[PR #74] [MERGED] [**/{package,package-lock.json}] Upgrade dependencies #35

Closed
opened 2025-12-29 07:19:00 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/74
Author: @SamuelMarks
Created: 9/11/2024
Status: Merged
Merged: 9/15/2024
Merged by: @gschier

Base: masterHead: upgrade-deps


📝 Commits (4)

  • fddddc4 [**/{package,package-lock.json}] Upgrade dependencies ; [README.md] Start adding developer doc
  • 728f13f Re-generate package-lock and upgrade Tauri
  • 5c3bac2 Update README and dev instructions
  • dbc849b Merge branch 'master' into upgrade-deps

📊 Changes

13 files changed (+9823 additions, -11336 deletions)

View changed files

DEVELOPMENT.md (+12 -0)
📝 README.md (+2 -2)
📝 package-lock.json (+3525 -1567)
📝 package.json (+60 -60)
📝 plugin-runtime-types/package-lock.json (+17 -14)
📝 plugin-runtime-types/package.json (+2 -2)
📝 plugin-runtime/package-lock.json (+307 -185)
📝 plugin-runtime/package.json (+3 -3)
📝 src-tauri/Cargo.lock (+24 -22)
📝 src-tauri/Cargo.toml (+4 -4)
📝 src-tauri/gen/schemas/acl-manifests.json (+1 -1)
📝 src-tauri/gen/schemas/desktop-schema.json (+2933 -4738)
📝 src-tauri/gen/schemas/macOS-schema.json (+2933 -4738)

📄 Description

Some of your dependencies you'll need to give more attention to, especially cm6-graphql which tightens up all the other dependencies (particularly "@codemirror/* ones). But then you get peer dependency incompatibilities so I left it to current version and loosened up the version ranges.

Also your developer doc needs some attention. I gave a first stab


🔄 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/mountain-loop/yaak/pull/74 **Author:** [@SamuelMarks](https://github.com/SamuelMarks) **Created:** 9/11/2024 **Status:** ✅ Merged **Merged:** 9/15/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `upgrade-deps` --- ### 📝 Commits (4) - [`fddddc4`](https://github.com/mountain-loop/yaak/commit/fddddc47fde4ac1f96ee61daff0f4bbb3550d915) [**/{package,package-lock.json}] Upgrade dependencies ; [README.md] Start adding developer doc - [`728f13f`](https://github.com/mountain-loop/yaak/commit/728f13f94547ee71e902a6f8cf85fea7b63ab507) Re-generate package-lock and upgrade Tauri - [`5c3bac2`](https://github.com/mountain-loop/yaak/commit/5c3bac233e458084778011a1716e9c03f0d7e383) Update README and dev instructions - [`dbc849b`](https://github.com/mountain-loop/yaak/commit/dbc849bc3d2a77b750b7913078f45b0f67474f93) Merge branch 'master' into upgrade-deps ### 📊 Changes **13 files changed** (+9823 additions, -11336 deletions) <details> <summary>View changed files</summary> ➕ `DEVELOPMENT.md` (+12 -0) 📝 `README.md` (+2 -2) 📝 `package-lock.json` (+3525 -1567) 📝 `package.json` (+60 -60) 📝 `plugin-runtime-types/package-lock.json` (+17 -14) 📝 `plugin-runtime-types/package.json` (+2 -2) 📝 `plugin-runtime/package-lock.json` (+307 -185) 📝 `plugin-runtime/package.json` (+3 -3) 📝 `src-tauri/Cargo.lock` (+24 -22) 📝 `src-tauri/Cargo.toml` (+4 -4) 📝 `src-tauri/gen/schemas/acl-manifests.json` (+1 -1) 📝 `src-tauri/gen/schemas/desktop-schema.json` (+2933 -4738) 📝 `src-tauri/gen/schemas/macOS-schema.json` (+2933 -4738) </details> ### 📄 Description Some of your dependencies you'll need to give more attention to, especially `cm6-graphql` which tightens up all the other dependencies (particularly `"@codemirror/*` ones). But then you get peer dependency incompatibilities so I left it to current version and loosened up the version ranges. Also your developer doc needs some attention. I gave a first stab --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:00 +01:00
adam closed this issue 2025-12-29 07:19:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#35