mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
chore(deps): batch npm bumps and Dependabot Symphonia ignore (#904)
* chore(deps): batch remaining Dependabot npm bumps and ignore Symphonia 0.6 Bump @vitejs/plugin-react, @tauri-apps/cli, react-router-dom, and vitest; configure Dependabot to skip symphonia >=0.6 and adapter-libopus >=0.3 until the coordinated migration tracked in workdocs. * chore(nix): sync npmDepsHash with package-lock.json * chore: retrigger CI for PR checks --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -20,3 +20,10 @@ updates:
|
||||
open-pull-requests-limit: 5
|
||||
labels:
|
||||
- dependencies
|
||||
ignore:
|
||||
# Symphonia 0.6 is a coordinated migration (API break + isomp4 patch port).
|
||||
# See workdocs: internal/collaboration/tasks/2026-05-symphonia-0.6-migration/
|
||||
- dependency-name: symphonia
|
||||
versions: [">= 0.6"]
|
||||
- dependency-name: symphonia-adapter-libopus
|
||||
versions: [">= 0.3"]
|
||||
|
||||
Reference in New Issue
Block a user