chore(config): clean up bun, turbo, and next.js config#3788
chore(config): clean up bun, turbo, and next.js config#3788waleedlatif1 merged 2 commits intostagingfrom
Conversation
PR SummaryLow Risk Overview Cleans up Adds Written by Cursor Bugbot for commit 05d5ce8. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
f165148 to
db3a79d
Compare
Greptile SummaryThis is a straightforward maintenance PR that cleans up configuration across the monorepo: bumps Bun from 1.3.10 → 1.3.11 consistently everywhere, strips dead and redundant entries from Confidence Score: 5/5Safe to merge — all changes are configuration cleanup with no behavioral impact on application logic. Every change is either a mechanical version bump (Bun 1.3.11 applied uniformly to 9 files), removal of confirmed-dead config, or a well-understood config addition (AVIF, sideEffects). The logger package's sideEffects: false was verified against its source — only pure exports, no module-level side effects. No functional code was touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR Changes] --> B[Bun 1.3.10 → 1.3.11]
A --> C[bunfig.toml cleanup]
A --> D[sideEffects declarations]
A --> E[next.config.ts]
A --> F[turbo.json schema URL]
B --> B1[package.json packageManager]
B --> B2[9 CI/Docker files updated]
C --> C1[Removed dead sections\n test / build / debug]
C --> C2[Removed redundant defaults\n registry / cache / strict / frozen / workspaces]
D --> D1["@sim/logger: false\npure exports only"]
D --> D2["@sim/testing: ./src/setup/*\nsetup files kept effectful"]
D --> D3["@sim/tsconfig: false\nconfig files only"]
E --> E1["Added AVIF format support\n image/avif, image/webp"]
F --> F1["Canonical URL\nhttps://turbo.build/schema.json"]
Reviews (2): Last reviewed commit: "chore(ci): bump bun to 1.3.11 in dockerf..." | Re-trigger Greptile |
|
@greptile |
|
@cursor review |
Summary
Type of Change
Testing
Tested manually — bun install succeeds, lint passes
Checklist