-
Notifications
You must be signed in to change notification settings - Fork 11
chore(deps): bump astro-og-canvas from 0.7.2 to 0.10.0 #9911
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
chore(deps): bump astro-og-canvas from 0.7.2 to 0.10.0 #9911
Conversation
OGImageRoute now returns a Promise, so added await to the call. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Change-Id: I9691f4c328dac5c6aa41c69b00dd92f44a3e614a
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
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.
Pull request overview
This PR upgrades the astro-og-canvas dependency from version 0.7.2 to 0.10.0 to incorporate updates and fixes from the package. The upgrade includes a breaking API change where OGImageRoute now returns a Promise, requiring the addition of await when calling it.
Changes:
- Updated
astro-og-canvasfrom ^0.7.2 to ^0.10.0 in package.json - Added
awaitkeyword to theOGImageRoutecall in the open-graph page route - Updated package-lock.json with new version metadata and dependencies
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/pages/open-graph/[...path].ts | Added await keyword to handle the now-asynchronous OGImageRoute function call |
| package.json | Bumped astro-og-canvas version from ^0.7.2 to ^0.10.0 |
| package-lock.json | Updated lock file with new package version, integrity hashes, and peer dependency requirements |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merge Queue Status✅ The pull request has been merged at 5318876 This pull request spent 2 minutes 29 seconds in the queue, including 2 minutes 8 seconds running CI. Required conditions to merge
|
OGImageRoute now returns a Promise, so added await to the call.
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com