Skip to content

Commit c61e6ab

Browse files
[github-maintenance] Fix pnpm-workspace.yaml configuration (#9515)
Fixes misconfigured fields in `pnpm-workspace.yaml`. See the tracking issue in github-maintenance. <!-- github-maintenance:hash=94062f67:script=pnpm-workspace-check --> --------- Co-authored-by: marimo-github-maintenance-bot[bot] <267743655+marimo-github-maintenance-bot[bot]@users.noreply.github.com> Co-authored-by: Myles Scolnick <myles@marimo.io>
1 parent 7a010d6 commit c61e6ab

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

.github/workflows/test_fe.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
frontend:
3131
- 'frontend/**'
3232
- 'packages/**'
33+
- 'pnpm-workspace.yaml'
3334
3435
lint_frontend:
3536
needs: changes

pnpm-workspace.yaml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,28 @@ verifyDepsBeforeRun: install
22
packages:
33
- frontend
44
- packages/*
5-
minimumReleaseAge: 10080
5+
minimumReleaseAge: 20160
66
minimumReleaseAgeExclude:
77
- "@marimo-team/*"
8-
# Renovate security update: yaml@2.8.3
98
- yaml@2.8.3
10-
# Renovate security update: path-to-regexp@8.4.0
119
- path-to-regexp@8.4.0
1210
- oxlint@1.58.0
1311
- "@oxlint/*"
14-
# Renovate security update: lodash-es@4.18.1
1512
- lodash-es@4.18.1
16-
# Renovate security update: dompurify@3.4.0
1713
- dompurify@3.4.0
18-
# Renovate security update: postcss@8.5.10
1914
- postcss@8.5.10
15+
blockExoticSubdeps: true
16+
trustPolicy: no-downgrade
17+
trustPolicyExclude:
18+
# Transitive/direct deps where the resolved version lacks SLSA provenance
19+
# but an earlier-published version had it. Verified no known takeovers as
20+
# of 2026-05-12 — these are publishing-pipeline changes, not incidents.
21+
- "@octokit/endpoint@9.0.6"
22+
- "@octokit/plugin-paginate-rest@9.2.2"
23+
- "@swc/core@1.12.14"
24+
- "@textea/json-viewer@4.0.1"
25+
- "chokidar@4.0.3"
26+
- "semver@5.7.2 || 6.3.1"
27+
- "tailwind-merge@2.6.0"
28+
- "undici@5.29.0"
29+
- "undici-types@6.21.0"

0 commit comments

Comments
 (0)