Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2026

This PR contains the following updates:

Package Change Age Confidence
astro-og-canvas (source) 0.8.00.10.0 age confidence

Release Notes

delucis/astro-og-canvas (astro-og-canvas)

v0.10.0

Compare Source

Minor Changes
  • #​119 151edd2 Thanks @​delucis! - Makes OGImageRoute() asynchronous.

    ⚠️ BREAKING CHANGE: You must now await the result of OGImageRoute():

    import { OGImageRoute } from 'astro-og-canvas';
    
    - export const { getStaticPaths, GET } = OGImageRoute({
    + export const { getStaticPaths, GET } = await OGImageRoute({
Patch Changes
  • #​119 151edd2 Thanks @​delucis! - Fixes using the built-in getSlug() for OG images with format: "JPEG" or format: "WEBP"

v0.9.0

Compare Source

Minor Changes
  • #​117 b94a123 Thanks @​delucis! - Adds type safety to OGImageRoute. The page parameter in getSlug() and getImageOptions() is now correctly inferred from the value passed to pages instead of being typed as any.

    OGImageRoute({
      pages: {
        example: {
          title: 'Example Page',
          description: 'Description of this page shown in smaller text',
        },
      },
      getImageOptions: (path, page) => {
        page;
        // ^? { title: string; description: string }
      },
    });

    ⚠️ Potentially breaking change: If you are type checking your code base, you may see type errors if you are accessing page in getSlug() or getImageOptions() in a non-type-safe way and will need to either update that code or add some additional types.

  • #​117 b94a123 Thanks @​delucis! - Exports OGImageOptions type


Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Europe/Gibraltar, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Jan 26, 2026

Deploy Preview for biomejs failed. Why did it fail? →

Name Link
🔨 Latest commit 36e96ee
🔍 Latest deploy log https://app.netlify.com/projects/biomejs/deploys/69779cbfe70a2200080dc67f

@renovate renovate bot force-pushed the renovate/astro-og-canvas-0.x branch 4 times, most recently from c28845d to 181371e Compare January 26, 2026 14:16
@renovate renovate bot force-pushed the renovate/astro-og-canvas-0.x branch from 181371e to 36e96ee Compare January 26, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant