-
Notifications
You must be signed in to change notification settings - Fork 48
chore(deps): update all non-major dependencies #418
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: main
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 |
|---|---|---|
|
|
@@ -72,7 +72,7 @@ | |
| "@vitest/browser": "catalog:", | ||
| "@vitest/browser-playwright": "catalog:", | ||
| "release-it": "catalog:", | ||
| "svelte": "^5.56.4", | ||
| "svelte": "^5.57.0", | ||
| "svelte-check": "catalog:", | ||
| "vitest": "catalog:", | ||
| "vitest-browser-svelte": "catalog:" | ||
|
|
@@ -81,7 +81,7 @@ | |
| "beautiful-mermaid": "catalog:", | ||
| "katex": "catalog:", | ||
| "shiki": "catalog:", | ||
| "svelte": "^5.0.0" | ||
| "svelte": "^5.57.0" | ||
|
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. 🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win Use the minimum compatible peer ranges.
🤖 Prompt for AI Agents |
||
| }, | ||
| "peerDependenciesMeta": { | ||
| "shiki": { | ||
|
|
||
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.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Restore the previous peer ranges. These changes narrow the published contract for the current
0.7.0packages:@comark/react: restorereactto^19.0.0.@comark/ansiand@comark/html: restorebeautiful-mermaidto>=1.0andkatexto>=0.16.The published
beautiful-mermaidv1.0.0 source exportsrenderMermaidSVG,renderMermaidASCII, andTHEMES. The React source uses APIs available in React 19.0, and the KaTeX renderer usesrenderToStringoptions available in KaTeX 0.16. Consumers within the previous ranges can fail peer resolution after this dependency-only update. Treat an intentional compatibility removal as a breaking release.🤖 Prompt for AI Agents