chore: exempt @udibo packages from the minimum dependency age - #130
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
minimumDependencyAgenow reads{ "age": "P3D", "exclude": ["jsr:@udibo/*"] }. We publish the@udibopackages 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