Skip to content

Conversation

@Tarquinen
Copy link
Collaborator

Summary

  • Fix auto-update to clear bun's install cache before updating, preventing stale cached versions from being reinstalled instead of the requested target version

When bun caches a previous version of the package, auto-update could reinstall the cached (stale) version instead of the requested target version. This change clears bun's install cache for @Tarquinen before running the update command.

When bun caches a previous version of the package, auto-update may
reinstall the cached (stale) version instead of the requested target
version. This fix clears bun's install cache for @Tarquinen before
running the update command, ensuring the correct version is installed.
@Tarquinen Tarquinen merged commit ac2f4cb into master Dec 9, 2025
1 check passed
@Tarquinen Tarquinen deleted the fix/clear-bun-cache-on-update branch December 9, 2025 05:55
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.

2 participants