-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
68 lines (63 loc) · 1.8 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
68 lines (63 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
packages:
- apps/*
- packages/*
# Managed by pnpm-policy — run `pnpm-policy generate` after editing pnpm-policy.yaml.
# A third-party release must be 2d old before it can be installed.
# Most malicious releases are found and yanked well inside that window.
minimumReleaseAge: 2880
# Exempt from the wait: 7 scope glob(s), 36 first-party package(s).
# First-party membership comes from what pyramation publishes on npm — waiting on your own release protects nothing.
minimumReleaseAgeExclude:
- "@constructive-db/*"
- "@constructive-io/*"
- "@fbp/*"
- "@launchql/*"
- "@pgpm/*"
- "@pgpmjs/*"
- "@pgsql/*"
- 12factor-env
- "@agentic-kit/ollama"
- "@agentic-kit/protocol"
- etag-hash
- gql-ast
- graphile-bucket-provisioner-plugin
- graphile-bulk-mutations
- graphile-cache
- graphile-connection-filter
- graphile-i18n
- graphile-llm
- graphile-ltree
- graphile-pg-aggregates
- graphile-plugin-utils
- graphile-postgis
- graphile-presigned-url-plugin
- graphile-realtime-subscriptions
- graphile-search
- graphile-settings
- graphile-upload-plugin
- inflekt
- komoji
- makage
- mime-bytes
- nested-obj
- node-type-registry
- pg-ast
- pg-cache
- pg-env
- pg-query-context
- pgsql-deparser
- pnpm-policy
- schema-typescript
- uuid-hash
- yamlize
- yanse
# The only dependencies permitted to run install scripts.
allowBuilds:
"@tailwindcss/oxide": true # native binary, downloaded at install time
esbuild: true # native binary, fetched by its install script
msw: true # generates the mock service worker script used by tests
nx: true # native task-runner binary
sharp: true # libvips bindings
unrs-resolver: true # native resolver binary
# Transitive dependencies must come from the registry, not from git or a URL.
blockExoticSubdeps: true