mirror of
https://github.com/penpot/penpot.git
synced 2026-09-03 10:38:57 +00:00
* ⬆️ Update pnpm and its deps * ⬆️ Update JVM dependencies in backend and common Update several JVM dependencies across backend and common: - passay 1.6.6 -> 2.0.0 (package reorg, ctor-based rules) - siphash 2.0.0 -> 3.0.0 (SipHasher* renamed to SipHash*) - lettuce-core, guava, sqlite-jdbc, jsoup, lz4-java, markdown-clj, awssdk s3/sts, selmer, jackson-core/databind, shadow-cljs Adapt passay validation to the new API (moved packages, constructor configuration) and siphash to the renamed classes. Add tests for password validation and UUID advisory-lock hashing. AI-assisted-by: deepseek-v4-flash * ⬆️ Update node on docker images * 📎 Minor fixes related to pnpm12 compatibility
23 lines
423 B
YAML
23 lines
423 B
YAML
allowBuilds:
|
|
esbuild: true
|
|
sharp: false
|
|
|
|
linkWorkspacePackages: true
|
|
|
|
minimumReleaseAgeExclude:
|
|
- qs@6.14.2 || 6.15.2
|
|
- path-to-regexp@8.4.0
|
|
- body-parser@2.3.0
|
|
- '@hono/node-server@2.0.5'
|
|
- fast-uri@3.1.3 || 3.1.4 || 3.1.5
|
|
- ip-address@10.2.1 || 10.2.2 || 10.3.1
|
|
- hono@4.12.34
|
|
|
|
packages:
|
|
- "packages/common"
|
|
- "packages/server"
|
|
- "packages/plugin"
|
|
|
|
overrides:
|
|
'@hono/node-server@<2.0.5': ^2.0.5
|