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 8d36425
🔍 Latest deploy log https://app.netlify.com/projects/biomejs/deploys/6980b9b4146d8800084ae607

@renovate renovate bot force-pushed the renovate/astro-og-canvas-0.x branch 5 times, most recently from 181371e to 36e96ee Compare January 26, 2026 16:56
@renovate renovate bot force-pushed the renovate/astro-og-canvas-0.x branch from 36e96ee to 8d36425 Compare February 2, 2026 14:50
@renovate
Copy link
Contributor Author

renovate bot commented Feb 2, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
 WARN  Package name mismatch found while reading {"tarball":"https://pkg.pr.new/biomejs/biome/@biomejs/wasm-web@21dba4a"} from the store.
 ERR_PNPM_UNEXPECTED_PKG_CONTENT_IN_STORE  The lockfile is broken! A full installation will be performed in an attempt to fix it.
 ERR_PNPM_UNEXPECTED_PKG_CONTENT_IN_STORE  Package name mismatch found while reading {"tarball":"https://pkg.pr.new/biomejs/biome/@biomejs/wasm-web@21dba4a"} from the store.

This error happened while installing a direct dependency of /tmp/renovate/repos/github/biomejs/website

This means that either the lockfile is broken or the package metadata (name and version) inside the package's package.json file doesn't match the metadata in the registry. Expected package: @biomejs/[email protected]. Actual package in the store with the given integrity: @biomejs/[email protected].

If you want to ignore this issue, set the strict-store-pkg-content-check to false.

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.

0 participants