Skip to content

chore: exempt @udibo packages from the minimum dependency age - #130

Merged
KyleJune merged 1 commit into
mainfrom
chore/udibo-min-age-exclusion
Sep 11, 2026
Merged

chore: exempt @udibo packages from the minimum dependency age#130
KyleJune merged 1 commit into
mainfrom
chore/udibo-min-age-exclusion

Conversation

@KyleJune

Copy link
Copy Markdown
Member

Summary

minimumDependencyAge now reads { "age": "P3D", "exclude": ["jsr:@udibo/*"] }. We publish the @udibo packages ourselves and adopt each release as soon as it ships, so the three-day supply-chain gate applies to third-party packages only.

The previous workaround, deno install --min-dep-age=0, lifts the gate for every constraint resolved in that run: adopting juniper 0.11.5 downstream that way also pulled a two-day-old react 19.3.0.

Config only — no published file changes, so chore: (no release).

Testing

  • deno install --frozen: lock unchanged.
  • deno task check: pass.
  • test, test:example, test:minimal, test:tailwindcss, test:tanstack, test:blog: pass. Postgres template left to CI.

🤖 Generated with Claude Code

Our own releases are adopted as soon as they ship, so the three-day gate
only applies to third-party packages now. Adopting a fresh release with
--min-dep-age=0 lifted the gate for every constraint resolved in that run.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@KyleJune
KyleJune merged commit 3bf15d8 into main Sep 11, 2026
10 checks passed
@KyleJune
KyleJune deleted the chore/udibo-min-age-exclusion branch September 11, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant