Skip to content

Add Bun minimum release age#55

Merged
axeldelafosse merged 1 commit intomainfrom
ax/bun-minimum-release-age
Mar 31, 2026
Merged

Add Bun minimum release age#55
axeldelafosse merged 1 commit intomainfrom
ax/bun-minimum-release-age

Conversation

@axeldelafosse
Copy link
Copy Markdown
Owner

What changed

This adds a root bunfig.toml with Bun's package age gate enabled:

[install]
minimumReleaseAge = 86400

Why

The repo wanted Bun to mirror the existing pnpm-style policy of waiting 24 hours before accepting newly published packages, without any exclusions.

Impact

New Bun dependency resolution in this repo now waits 24 hours before using freshly published package versions.

Validation

  • Ran bun run check

@axeldelafosse axeldelafosse changed the title [codex] Add Bun minimum release age Add Bun minimum release age Mar 31, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds a bunfig.toml configuration file to define the minimum release age for installations. A review comment suggests adding a trailing newline to the file for POSIX compliance and consistency.

@axeldelafosse axeldelafosse force-pushed the ax/bun-minimum-release-age branch from 10a3a5c to 6619ff9 Compare March 31, 2026 21:49
@axeldelafosse axeldelafosse marked this pull request as ready for review March 31, 2026 21:50
@axeldelafosse axeldelafosse merged commit 349bc3a into main Mar 31, 2026
4 checks passed
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