-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
40 lines (40 loc) · 1.06 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
40 lines (40 loc) · 1.06 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
verifyDepsBeforeRun: install
packages:
- frontend
- packages/*
overrides:
react: "^19.2.4"
react-dom: "^19.2.4"
vite: "npm:rolldown-vite@7.3.1"
form-data: ">=4.0.5"
patchedDependencies:
html-to-image@1.11.13: patches/html-to-image@1.11.13.patch
peerDependencyRules:
allowedVersions:
vite: "7"
minimumReleaseAge: 20160
minimumReleaseAgeExclude:
- "@marimo-team/*"
- yaml@2.8.3
- path-to-regexp@8.4.0
- oxlint@1.58.0
- "@oxlint/*"
- lodash-es@4.18.1
- dompurify@3.4.0
- postcss@8.5.10
- pyodide@314.0.0
blockExoticSubdeps: true
trustPolicy: no-downgrade
trustPolicyExclude:
# Transitive/direct deps where the resolved version lacks SLSA provenance
# but an earlier-published version had it. Verified no known takeovers as
# of 2026-05-12 — these are publishing-pipeline changes, not incidents.
- "@octokit/endpoint@9.0.6"
- "@octokit/plugin-paginate-rest@9.2.2"
- "@swc/core@1.12.14"
- "@textea/json-viewer@4.0.1"
- "chokidar@4.0.3"
- "semver@5.7.2 || 6.3.1"
- "tailwind-merge@2.6.0"
- "undici@5.29.0"
- "undici-types@6.21.0"