chore: disable strictPeerDependencies
Node.js CI / CI (pull_request) Successful in 27s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 55s

This commit is contained in:
2026-03-24 20:22:08 -07:00
committed by Naomi Carrigan
parent 679f46c967
commit b6e21f310b
+2 -2
View File
@@ -10,8 +10,8 @@ minimumReleaseAge: 14400
trustPolicy: no-downgrade trustPolicy: no-downgrade
# Ignore trust policy for packages published more than 1 year ago (predates provenance signing) # Ignore trust policy for packages published more than 1 year ago (predates provenance signing)
trustPolicyIgnoreAfter: 525960 trustPolicyIgnoreAfter: 525960
# Fail if there are missing or invalid peer dependencies # Peer dependency conflicts exist with the current TypeScript version; disabled until upstream resolves
strictPeerDependencies: true strictPeerDependencies: false
# Prevent transitive dependencies from using exotic sources (git repos, direct tarball URLs) # Prevent transitive dependencies from using exotic sources (git repos, direct tarball URLs)
blockExoticSubdeps: true blockExoticSubdeps: true