mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-19 16:22:25 +01:00
26 lines
869 B
YAML
26 lines
869 B
YAML
compressionLevel: mixed
|
|
|
|
enableGlobalCache: false
|
|
|
|
logFilters:
|
|
- code: YN0002
|
|
level: discard
|
|
|
|
nodeLinker: node-modules
|
|
|
|
# Allow only packages older than 14 days (in minutes). Schema declares that "14d" can be entered, but that doesn't have any effect.
|
|
npmMinimalAgeGate: 20160
|
|
# Skip age gate for experimental, rapidly changing packages
|
|
npmPreapprovedPackages:
|
|
- "@evolu/*"
|
|
- "@types/invity-api@*"
|
|
# orval@8.2.0 actually include fix of an vulnerability introduced in prev. versions https://github.com/orval-labs/orval/releases/tag/v8.2.0
|
|
- "orval@8.2.0"
|
|
|
|
plugins:
|
|
- checksum: 5e73a1acbb9741fce1e8335e243c9480ea2107b9b4b65ed7643785ddea9e3019aee254a92a853b1cd71023b16fff5b7d3afd5256fe57cd35a54f8785b8c30281
|
|
path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
|
|
spec: "https://go.mskelton.dev/yarn-outdated/v4"
|
|
|
|
yarnPath: .yarn/releases/yarn-4.10.3.cjs
|