-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
66 lines (62 loc) · 1.98 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
66 lines (62 loc) · 1.98 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
packages:
- packages/*
- packages/mui-envinfo/test
- packages-internal/*
- docs
- test
- test/*
engineStrict: true
enablePrePostScripts: true
updateNotifier: false
blockExoticSubdeps: true
minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- '@mui/*'
- '@base-ui/*'
# Renovate security update: @babel/core@7.29.6
- '@babel/core@7.29.6'
# Renovate security update: react-router@8.3.0
- react-router@8.3.0
# Renovate security update: next@16.2.11
- next@16.2.11
# Renovate security update: postcss@8.5.23
- postcss@8.5.23
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.7.0'
'@docsearch/react': '^4.7.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.8'
# Migrated from package.json "resolutions" (pnpm 11 ignores that field).
caniuse-lite: '^1.0.30001809'
'@types/node': '20.19.43'
cross-fetch: '^4.1.0'
'@pigment-css/react': '0.0.31'
'@pigment-css/unplugin': '0.0.31'
'@pigment-css/nextjs-plugin': '0.0.31'
'@pigment-css/vite-plugin': '0.0.31'
allowBuilds:
'@vvago/vale': true
esbuild: true
nx: true
sharp: true
unrs-resolver: true
'@mui/x-telemetry': false
core-js: false
core-js-pure: false