-
Notifications
You must be signed in to change notification settings - Fork 567
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
44 lines (40 loc) · 1.4 KB
/
pnpm-workspace.yaml
File metadata and controls
44 lines (40 loc) · 1.4 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
# This is the workspace definition for the client release group. See https://pnpm.io/pnpm-workspace_yaml for more
# information about the format.
#
# Guidelines for updating this file:
#
# 1. Keep the entries alphabetical wherever possible.
# 2. Be careful when using globs that end with "**". E.g. "packages/**". Doing so can include unexpected packages. This
# is especially true of packages for which we build ESM and CJS. Such packages sometimes have package.json files in
# their source or output directories during compilation.
packages:
- "azure/packages/**"
- "examples/**"
- "experimental/**"
- "packages/**"
- "tools/markdown-magic"
# exclude any package.json files that are inside src or output directories
- "!**/dist/**"
- "!**/lib/**"
- "!**/src/**"
# Supply chain security settings - see /DEV.md for documentation
minimumReleaseAge: 1440
minimumReleaseAgeExclude: [
# Temporary exceptions go here as needed.
]
resolutionMode: highest
blockExoticSubdeps: true
trustPolicy: no-downgrade
strictDepBuilds: true
catalogs:
# Build-tools packages
buildTools:
"@fluid-tools/build-cli": ^0.64.0
"@fluid-tools/version-tools": ^0.64.0
"@fluidframework/build-tools": ^0.64.0
"@fluidframework/bundle-size-tools": ^0.64.0
# eslint and related packages
eslint:
"@fluidframework/eslint-config-fluid": "^9.0.0"
"eslint": "~9.39.1"
"eslint-config-prettier": "~10.1.8"