Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 8 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,19 @@ overrides:
# and to eslint for another instance, causing a conflict.
# This should not be an issue for end users, but it is a problem for the monorepo.
'@types/eslint': 'npm:eslint@^9.29.0'
# undici-types@6.21.0 dropped provenance attestation (present in earlier and later versions),
# which triggers trustPolicy: no-downgrade. Force to latest 6.x which has provenance.
undici-types: '6.25.0'
engineStrict: true
updateNotifier: false
blockExoticSubdeps: true
minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- '@mui/internal-*'
trustPolicy: no-downgrade
# Skip trust-policy checks for packages published more than 365 days ago.
# Several widely-used packages (semver, reselect, @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 attacks are most relevant within a
# shorter window.
trustPolicyIgnoreAfter: 525600
Loading