Skip to content

chore: bump bun to v1.3 and add minimumReleaseAge#47

Merged
HugoRCD merged 3 commits into
mainfrom
chore/min-release-age
May 21, 2026
Merged

chore: bump bun to v1.3 and add minimumReleaseAge#47
HugoRCD merged 3 commits into
mainfrom
chore/min-release-age

Conversation

@HugoRCD
Copy link
Copy Markdown
Member

@HugoRCD HugoRCD commented May 21, 2026

Summary

Two related changes to harden the supply chain.

1. Bump bun to v1.3

packageManager: bun@1.2.22bun@1.3.14. Required to use the minimumReleaseAge setting added in bun 1.3.

2. Add minimumReleaseAge to harden supply chain

New bunfig.toml:

[install]
minimumReleaseAge = 172800
minimumReleaseAgeExcludes = ["@nuxt/*", "@nuxtjs/*", "nuxt", "nuxt-*", "@vercel/*", "@ai-sdk/*", "ai"]

Sets a 2-day minimum age (172800 seconds) before any newly published dependency can resolve. Mitigates compromised-package attacks. Trusted-source allowlist exempts the Nuxt and Vercel ecosystems.

Test plan

  • bun install resolves cleanly with v1.3.14
  • CI passes

@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
knowledge-agent-template Ready Ready Preview, Comment May 21, 2026 11:47am

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 21, 2026

Thank you for following the naming conventions! 🙏

@autofix-troubleshooter
Copy link
Copy Markdown

Hi! I'm the autofix logoautofix.ci troubleshooter bot.

It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃

@HugoRCD HugoRCD changed the title chore(bun): bump to v1.3 and add minimumReleaseAge chore: bump bun to v1.3 and add minimumReleaseAge May 21, 2026
@HugoRCD HugoRCD merged commit 1da09d0 into main May 21, 2026
7 of 9 checks passed
@HugoRCD HugoRCD deleted the chore/min-release-age branch May 21, 2026 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants