Skip to content

Pin @types/bun to ^1.3.12 in bun-cli example#121

Open
eilon-decart wants to merge 1 commit intomainfrom
pin-types-bun
Open

Pin @types/bun to ^1.3.12 in bun-cli example#121
eilon-decart wants to merge 1 commit intomainfrom
pin-types-bun

Conversation

@eilon-decart
Copy link
Copy Markdown

@eilon-decart eilon-decart commented Apr 21, 2026

Summary

  • Replaces "@types/bun": "latest" with ^1.3.12 in examples/bun-cli/package.json
  • Part of the org-wide audit to remove latest version specifiers

Test plan

  • bun install in examples/bun-cli resolves cleanly
  • bun run build still produces decart-cli

Platform team

Linear: https://linear.app/decart/issue/PLA-202/pin-typesbun-in-sdk-bun-cli-example


Note

Low Risk
Low risk: only pins a dev dependency version in an example project, with no runtime or production code changes.

Overview
Pins the examples/bun-cli dev dependency @types/bun from latest to ^1.3.12 to avoid floating type definitions and make installs reproducible.

Reviewed by Cursor Bugbot for commit 6d1cf33. Bugbot is set up for automated code reviews on this repo. Configure here.

Replaces `latest` so the example installs reproducibly.
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