Skip to content

fix(deps): regenerate bun.lock after dependabot bump (bun-stack) - #42

Merged
soydachi merged 2 commits into
mainfrom
fix/arc-297-update-bun-lockfile
Jul 6, 2026
Merged

fix(deps): regenerate bun.lock after dependabot bump (bun-stack)#42
soydachi merged 2 commits into
mainfrom
fix/arc-297-update-bun-lockfile

Conversation

@soydachi

@soydachi soydachi commented Jul 6, 2026

Copy link
Copy Markdown
Member

Problem

CI was failing with:

error: lockfile had changes, but lockfile is frozen
note: try re-running without --frozen-lockfile and commit the updated lockfile

Dependabot bumped @types/node to 26.1.0 (bun-stack group PR #38) but Dependabot doesn't update bun.lock — only package.json. CI runs bun install --frozen-lockfile which fails on the stale lockfile.

Fix

Ran bun install to sync bun.lock with the updated package.json.

Notes

  • Copilotline uses Bun as its package manager
  • Dependabot does not natively support bun.lock updates; lockfile regeneration must be done manually per bump

🤖 CTO sweep ARC-297

dependabot Bot and others added 2 commits July 6, 2026 06:49
Bumps the bun-stack group with 1 update in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 25.9.4 to 26.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: bun-stack
...

Signed-off-by: dependabot[bot] <support@github.com>
Dependabot bumped @types/node to 26.1.0 (bun-stack group) but did not
update bun.lock. CI uses --frozen-lockfile and fails on the stale lock.
Ran `bun install` to sync the lockfile with the updated package.json.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@sonarqubecloud

sonarqubecloud Bot commented Jul 6, 2026

Copy link
Copy Markdown

@soydachi
soydachi merged commit 488d880 into main Jul 6, 2026
15 checks passed
@soydachi
soydachi deleted the fix/arc-297-update-bun-lockfile branch July 6, 2026 08:34
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