-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
58 lines (56 loc) · 1.8 KB
/
pnpm-workspace.yaml
File metadata and controls
58 lines (56 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
packages:
- .
- packages/angular_devkit/architect
- packages/angular_devkit/core
- packages/angular_devkit/build_webpack
- packages/angular_devkit/build_angular
- packages/angular_devkit/schematics
- packages/angular_devkit/schematics_cli
- packages/angular/cli
- packages/angular/pwa
- packages/angular/ssr
- packages/angular/build
- packages/schematics/angular
- packages/ngtools/webpack
- modules/testing/builder
- tests
# The minimum age of a release to be considered for dependency installation.
# The value is in minutes (1440 minutes = 1 day).
minimumReleaseAge: 1440
# List of packages to exclude from the minimum release age check.
minimumReleaseAgeExclude:
- '@angular-devkit/*'
- '@angular/*'
- '@ngtools/webpack'
- '@schematics/*'
- 'ng-packagr'
overrides:
'@angular/build': workspace:*
packageExtensions:
grpc-gcp:
peerDependencies:
protobufjs: '*'
vitest:
peerDependencies:
'@vitest/coverage-v8': '*'
engineStrict: true
# Disabling pnpm [hoisting](https://pnpm.io/settings#hoist) by setting `hoist:false` is recommended on
# projects using rules_js so that pnpm outside of Bazel lays out a node_modules tree similar to what
# rules_js lays out under Bazel (without a hidden node_modules/.pnpm/node_modules)
hoist: false
# Avoid pnpm auto-installing peer dependencies. We want to be explicit about our versions used
# for peer dependencies, avoiding potential mismatches. In addition, it ensures we can continue
# to rely on peer dependency placeholders substituted via Bazel.
autoInstallPeers: false
allowBuilds:
'@firebase/util': false
'@google/genai': false
'@parcel/watcher': false
bufferutil: false
esbuild: false
lmdb: false
msgpackr-extract: false
protobufjs: false
puppeteer: false
utf-8-validate: false
webdriver-manager: true