-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the npm_and_yarn group across 5 directories with 6 updates #1
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
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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", | ||
|
Comment on lines
16
to
+23
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 Fix it with Roo Code or mention @roomote and request a fix. |
||
| "diff": "catalog:", | ||
| "js-base64": "3.7.7", | ||
| "lang-map": "0.4.0", | ||
|
|
||
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.
The
bun.lockfile 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 installwill 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.