Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"oxfmt": "^0.60.0",
"oxlint": "^1.75.0",
"rimraf": "^6.1.3",
"typescript": "^6.0.3",
"typescript": "^7.0.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lockfile not updated with TypeScript

High Severity

typescript was bumped to ^7.0.2 in the workspace package.json files, but bun.lock still pins typescript@6.0.3. CI runs bun install --frozen-lockfile, so installs either fail on lockfile drift or keep installing TypeScript 6, and the intended major upgrade never takes effect.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 00c4a6f. Configure here.

"vite": "^8.1.5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"rimraf": "^6.1.3",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"typescript": "^7.0.2",
Comment thread
cursor[bot] marked this conversation as resolved.
"vitest": "^4.1.10"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/stream-json": "^1.7.8",
"@vitest/coverage-v8": "^4.1.10",
"adm-zip": "^0.6.0",
"typescript": "^6.0.3",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
}
}
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "^26.1.1",
"typescript": "^6.0.3",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
}
}
Loading