Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

chore(deps): update dependency astro-og-canvas to v0.11.1 - #759

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astro-og-canvas-0.x
Open

chore(deps): update dependency astro-og-canvas to v0.11.1#759
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astro-og-canvas-0.x

Conversation

@renovate

@renovate renovate Bot commented Jan 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes
  • #​157 91ac061 Thanks @​renovate! - Updates dependency entities to v8

    ⚠️ Potentially breaking change: The minimum supported Node version is now 20.19.0

Patch Changes

v0.10.1

Compare Source

Patch Changes

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

v0.8.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate
renovate Bot requested a review from Darkflame72 as a code owner January 14, 2026 10:50
@renovate
renovate Bot enabled auto-merge January 14, 2026 10:50
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jan 14, 2026

Copy link
Copy Markdown

Deploying wiki with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5bd24a2
Status:🚫  Build failed.

View logs

@renovate
renovate Bot force-pushed the renovate/astro-og-canvas-0.x branch from cbebb87 to 80c13a5 Compare February 4, 2026 14:00
@renovate renovate Bot changed the title chore(deps): update dependency astro-og-canvas to v0.10.0 chore(deps): update dependency astro-og-canvas to v0.10.1 Feb 4, 2026
@renovate
renovate Bot force-pushed the renovate/astro-og-canvas-0.x branch 2 times, most recently from 33f8e80 to 77ac614 Compare February 5, 2026 02:41
@renovate
renovate Bot force-pushed the renovate/astro-og-canvas-0.x branch 11 times, most recently from 099bdad to 5367bf9 Compare March 15, 2026 09:59
@renovate
renovate Bot force-pushed the renovate/astro-og-canvas-0.x branch 7 times, most recently from 0d951b7 to 444f875 Compare April 4, 2026 17:10
@renovate renovate Bot changed the title chore(deps): update dependency astro-og-canvas to v0.10.1 chore(deps): update dependency astro-og-canvas to v0.11.0 Apr 4, 2026
@renovate
renovate Bot force-pushed the renovate/astro-og-canvas-0.x branch from 444f875 to 8e77b42 Compare April 20, 2026 14:35
@renovate renovate Bot changed the title chore(deps): update dependency astro-og-canvas to v0.11.0 chore(deps): update dependency astro-og-canvas to v0.11.1 Apr 20, 2026
@renovate
renovate Bot force-pushed the renovate/astro-og-canvas-0.x branch 2 times, most recently from b6e136b to 31f2496 Compare April 25, 2026 10:03
@renovate
renovate Bot force-pushed the renovate/astro-og-canvas-0.x branch 4 times, most recently from 33e2d7f to 2eebe74 Compare April 25, 2026 12:37
@renovate
renovate Bot force-pushed the renovate/astro-og-canvas-0.x branch from 2eebe74 to 5bd24a2 Compare May 12, 2026 10:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants