-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
56 lines (45 loc) · 1001 Bytes
/
pnpm-workspace.yaml
File metadata and controls
56 lines (45 loc) · 1001 Bytes
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
packages:
- packages/*
- integration-tests/*
- e2e
dedupeInjectedDeps: true
gitChecks: false
ignoredBuiltDependencies:
- '@parcel/watcher'
- '@swc/core'
- esbuild
- lmdb
- msgpackr-extract
- nx
- sharp
- unrs-resolver
linkWorkspacePackages: deep
minimumReleaseAge: 10080
minimumReleaseAgeExclude:
- lodash@4.17.23
- '@isaacs/brace-expansion@5.0.1'
- axios@1.13.5
- tar@7.5.8
- qs@6.14.2
# Renovate security update: ajv@8.18.0
- ajv@8.18.0
# Renovate security update: koa@3.1.2
- koa@3.1.2
# Renovate security update: @angular/core@21.1.6
- "@angular/core@21.1.6"
nodeOptions: ${NODE_OPTIONS:- } --experimental-vm-modules
overrides:
'@isaacs/brace-expansion': 5.0.1
'@types/node': 22.16.5
tar: 7.5.8
zod@4.1.11: 4.1.13
'lodash-es@~4.17': 4.17.23
qs: 6.14.2
patchedDependencies:
axios: patches/axios.patch
preferWorkspacePackages: true
publicHoistPattern:
- '@typespec/*'
- '@azure-tools/*'
- '@types/node'
- '@biomejs/biome'