Skip to content

chore: re-pin release-age excludes to exact versions - #66

Merged
altaywtf merged 1 commit into
mainfrom
chore/repin-release-age-excludes
Aug 20, 2026
Merged

chore: re-pin release-age excludes to exact versions#66
altaywtf merged 1 commit into
mainfrom
chore/repin-release-age-excludes

Conversation

@altaywtf

Copy link
Copy Markdown
Member

Part of the repo modernization program adjacent-findings backlog (item: Vite+ exclude investigation).

The bare-name minimumReleaseAgeExclude entries were a workaround recorded in #60 for a real failure on that day's vp-managed pnpm engine. The engine has rolled forward and now honors pkg@version form in both fresh resolution and the frozen-lockfile verifier (verified with positive and negative controls). Re-pins all five entries to exact versions and replaces the stale comment with the actual constraint (exact or || unions only; ranges rejected by design).

Verify green locally (pre-push hook ran the full chain).

The bare-name entries were a workaround for a failure on an older
vp-managed pnpm engine; the current engine honors pkg@version form
(verified both in fresh resolution and the frozen-lockfile verifier).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 20, 2026 02:55
@altaywtf
altaywtf merged commit cd3e8da into main Aug 20, 2026
3 checks passed
@altaywtf
altaywtf deleted the chore/repin-release-age-excludes branch August 20, 2026 02:56

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the workspace’s supply-chain policy configuration to pin minimumReleaseAgeExclude entries to explicit pkg@version strings, aligning the config with the current behavior of the verifier (and avoiding the prior bare-name workaround).

Changes:

  • Replace bare package names in minimumReleaseAgeExclude with exact version pins for Effect packages and @uinaf/skillcheck.
  • Update the inline comment to reflect the current accepted constraint format (exact versions or || unions; no ranges).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@putio-releaser

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.4.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants