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 packages/console/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@typescript/native-preview": "catalog:",
"@webgpu/types": "0.1.54",
"typescript": "catalog:",
"wrangler": "4.50.0"
"wrangler": "4.59.1"
},
"engines": {
"node": ">=22"
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/bun": "catalog:",
"@types/node": "catalog:",
"@typescript/native-preview": "catalog:",
"electron": "40.4.1",
"electron": "40.8.4",
"electron-builder": "^26",
"electron-vite": "^5",
"typescript": "~5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"ignore": "7.0.5",
"jsonc-parser": "3.3.1",
"mime-types": "3.0.2",
"minimatch": "10.0.3",
"minimatch": "10.2.3",
"open": "10.1.2",
"opencode-gitlab-auth": "2.0.1",
"opencode-poe-auth": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@solid-primitives/resize-observer": "2.1.3",
"@solidjs/meta": "catalog:",
"@solidjs/router": "catalog:",
"dompurify": "3.3.1",
"dompurify": "3.3.2",
"fuzzysort": "catalog:",
"katex": "0.16.27",
"luxon": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "12.6.3",
"@astrojs/cloudflare": "12.6.6",
"@astrojs/markdown-remark": "6.3.1",
"@astrojs/solid-js": "5.1.0",
"@astrojs/starlight": "0.34.3",
"@fontsource/ibm-plex-mono": "5.2.5",
"@shikijs/transformers": "3.20.0",
"@types/luxon": "catalog:",
"ai": "catalog:",
"astro": "5.7.13",
"astro": "5.18.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The bun.lock file is not updated in this PR. Dependabot doesn't natively support bun lockfiles, so the lockfile still references the old package versions (e.g., @astrojs/cloudflare@12.6.3, astro@5.7.13). After merging, bun install will need to be run and the regenerated lockfile committed separately -- otherwise CI or local builds that rely on the lockfile will still resolve the old versions.

Fix it with Roo Code or mention @roomote and request a fix.

Comment on lines 16 to +23
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This is a large minor version jump (5.7 to 5.18, spanning 11 minor releases). The @astrojs/markdown-remark dependency in this same file is still pinned at 6.3.1, while astro@5.18.1 internally depends on @astrojs/markdown-remark@6.3.11. This version mismatch could cause subtle build or rendering issues if the two packages expect aligned behavior. Worth verifying the build still works and considering whether @astrojs/markdown-remark should be bumped as well.

Fix it with Roo Code or mention @roomote and request a fix.

"diff": "catalog:",
"js-base64": "3.7.7",
"lang-map": "0.4.0",
Expand Down