-
Notifications
You must be signed in to change notification settings - Fork 3.2k
chore(deps): upgrade to bun v1.3 #2181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewGreptile SummaryUpgraded Bun from v1.2.22 to v1.3.3 across all environments and CI/CD pipelines.
This is a straightforward dependency upgrade with consistent version updates across all configuration files. Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PM as package.json
participant Lock as bun.lock
participant GH as GitHub Workflows
participant Docker as Docker Images
participant DevC as DevContainer
Dev->>PM: Update packageManager to bun@1.3.3
Dev->>Lock: Run bun install
Lock-->>Lock: Add configVersion: 0
Dev->>GH: Update all workflows
Note over GH: docs-embeddings.yml<br/>i18n.yml (2 jobs)<br/>migrations.yml<br/>publish-cli.yml<br/>publish-ts-sdk.yml<br/>test-build.yml
GH-->>GH: Set bun-version: 1.3.3
Dev->>Docker: Update Dockerfiles
Note over Docker: app.Dockerfile<br/>db.Dockerfile<br/>realtime.Dockerfile
Docker-->>Docker: FROM oven/bun:1.3.3-alpine
Dev->>DevC: Update devcontainer
DevC-->>DevC: FROM oven/bun:1.3.3-alpine
Note over Dev,DevC: All environments now use Bun 1.3.3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional Comments (1)
-
package.json, line 3 (link)syntax:
packageManagerfield still referencesbun@1.2.12but this PR upgrades to 1.3.3. Update to match.
10 files reviewed, 1 comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
11 files reviewed, no comments
Summary
Type of Change
Testing
Tested manually
Checklist