-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
45 lines (40 loc) · 1.34 KB
/
pnpm-workspace.yaml
File metadata and controls
45 lines (40 loc) · 1.34 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
packages:
- packages/*
- packages/mui-envinfo/test
- packages-internal/*
- docs
- test
- test/*
patchedDependencies:
styled-components: patches/styled-components.patch
onlyBuiltDependencies:
- '@vvago/vale'
engineStrict: true
updateNotifier: false
blockExoticSubdeps: true
minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- '@mui/*'
- '@base-ui/*'
trustPolicy: no-downgrade
# Skip trust-policy checks for packages published more than 365 days ago.
# Some widely-used legacy packages (notably semver@6.x — pulled in by @babel/core@7.x — plus
# reselect@5.1.1 and parts of @octokit/*) dropped provenance attestation for specific releases,
# triggering false-positive trust-downgrade errors. Packages that old have had ample time for
# community review; supply-chain risk is most relevant within a shorter window.
# TODO: drop once @babel/core stops depending on semver@^6.3.1 (no 6.x semver release has
# provenance), and the other legacy packages restore provenance.
trustPolicyIgnoreAfter: 525600
catalogs:
docs:
stylis: '4.2.0'
'@base-ui/react': '^1.4.1'
'@docsearch/react': '^3.9.0'
'@emotion/cache': '^11.14.0'
'@emotion/react': '^11.14.0'
'@emotion/server': '^11.11.0'
'@emotion/styled': '^11.14.1'
overrides:
# Both were bundled twice in the docs build
'docs>stylis': '4.2.0'
'docs>react-is': '19.2.6'