Skip to content

Conversation

@jd
Copy link
Member

@jd jd commented Jan 14, 2026

OGImageRoute now returns a Promise, so added await to the call.

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

OGImageRoute now returns a Promise, so added await to the call.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change-Id: I9691f4c328dac5c6aa41c69b00dd92f44a3e614a
Copilot AI review requested due to automatic review settings January 14, 2026 15:33
@mergify mergify bot deployed to Mergify Merge Protections January 14, 2026 15:33 Active
@mergify
Copy link
Contributor

mergify bot commented Jan 14, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 🤖 Continuous Integration

Wonderful, this rule succeeded.
  • all of:
    • check-success = build
    • check-success = lint
    • check-success = test
    • any of:
      • check-success = test-broken-links
      • label = ignore-broken-links
    • any of:
      • check-success=Cloudflare Pages
      • -head-repo-full-name~=^Mergifyio/

🟢 👀 Review Requirements

Wonderful, this rule succeeded.
  • any of:
    • #approved-reviews-by >= 2
    • author = dependabot[bot]
    • author = mergify-ci-bot

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

Wonderful, this rule succeeded.
  • body ~= (?ms:.{48,})

Copy link

Copilot AI left a 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-canvas from ^0.7.2 to ^0.10.0 in package.json
  • Added await keyword to the OGImageRoute call 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.

@mergify mergify bot requested a review from a team January 14, 2026 15:35
mergify bot added a commit that referenced this pull request Jan 14, 2026
@mergify
Copy link
Contributor

mergify bot commented Jan 14, 2026

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.
The checks were run on draft #9912.

Required conditions to merge

@mergify mergify bot added the queued label Jan 14, 2026
mergify bot added a commit that referenced this pull request Jan 14, 2026
@mergify mergify bot merged commit 34b2d15 into main Jan 14, 2026
14 checks passed
@mergify mergify bot deleted the devs/jd/astro-og-canvas/I9691f4c328dac5c6aa41c69b00dd92f44a3e614a branch January 14, 2026 15:41
@mergify mergify bot removed the queued label Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants