chore(deps): update dependencies (#39256)

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Giteabot
2026-09-07 16:35:03 +02:00
committed by GitHub
co-authored by silverwind
parent 1770470148
commit cc6fc41723
19 changed files with 655 additions and 386 deletions
+4
View File
@@ -93,6 +93,10 @@
"matchPackageNames": ["go.yaml.in/yaml/v4"],
"allowedVersions": "<4.0.0-rc.4", // rc.4 changes block scalar serialization, wait for stable release
},
{
"matchPackageNames": ["github.com/yuin/goldmark"],
"allowedVersions": "<2.0.0", // v2 is a rewrite, the markdown renderer and extensions need a migration
},
{
"matchPackageNames": ["postgres"],
"allowedVersions": "/^14($|[.-])/", // pin to oldest supported major