Merged
Conversation
Co-authored-by: 1spyral <83098914+1spyral@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Bump bun version in CI to 1.3.10
Bump bun version in CI to 1.3.10
Mar 11, 2026
Owner
|
@copilot is there a better way to do this instead of having to bump the version every time? Like I could imagine if you didnt specify the version it would use whatever package.lock says |
Co-authored-by: 1spyral <83098914+1spyral@users.noreply.github.com>
Contributor
Author
Yes — the |
1spyral
approved these changes
Mar 11, 2026
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.
Bumps the pinned Bun version across all CI jobs from
1.3.9→1.3.10, and switches to a.bun-versionfile so future upgrades only require a single edit.What's changed
.bun-versionfile at the repo root pinning Bun to1.3.10oven-sh/setup-bun@v2steps in.github/workflows/ci.ymlto usebun-version-file: .bun-versioninstead of a hardcodedbun-versionTesting
Checklist
bun run format.bun run --cwd <workspace> lint.dimp-serverruntime logic, I ranbun run --cwd dimp-server test.dimp-serverGraphQL/HTTP/DB behavior, I ranbun run --cwd dimp-server test:integration:local(or documented why I skipped it).dimp-serverruntime logic, I ranbun run --cwd dimp-server test:coverage.bun run --cwd dimp-server drizzle-kit generate --name <migration_name>.bun run --cwd dimp-auth drizzle-kit generate --name <migration_name>.bun run --cwd dimp-server generate-schema.bun run --cwd dimp-bot codegen.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.