[PR #5] [MERGED] chore(deps): bump astro from 5.16.11 to 5.16.13 in the npm group #9

Closed
opened 2026-02-15 17:17:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/openclaw.ai/pull/5
Author: @dependabot[bot]
Created: 1/22/2026
Status: Merged
Merged: 1/23/2026
Merged by: @thewilloftheshadow

Base: mainHead: dependabot/npm_and_yarn/npm-2609b5e554


📝 Commits (1)

  • f51eebb chore(deps): bump astro from 5.16.11 to 5.16.13 in the npm group

📊 Changes

2 files changed (+8 additions, -12 deletions)

View changed files

📝 package-lock.json (+7 -11)
📝 package.json (+1 -1)

📄 Description

Bumps the npm group with 1 update: astro.

Updates astro from 5.16.11 to 5.16.13

Release notes

Sourced from astro's releases.

astro@5.16.13

Patch Changes

  • #15182 cb60ee1 Thanks @​florian-lefebvre! - Adds a new getFontBuffer() method to retrieve font file buffers when using the experimental Fonts API

    The getFontData() helper function from astro:assets was introduced in 5.14.0 to provide access to font family data for use outside of Astro. One of the goals of this API was to be able to retrieve buffers using URLs.

    However, it turned out to be impactical and even impossible during prerendering.

    Astro now exports a new getFontBuffer() helper function from astro:assets to retrieve font file buffers from URL returned by getFontData(). For example, when using satori to generate OpenGraph images:

    // src/pages/og.png.ts
    

    import type{ APIRoute } from "astro" -import { getFontData } from "astro:assets" +import { getFontData, getFontBuffer } from "astro:assets" import satori from "satori"

    export const GET: APIRoute = (context) => { const data = getFontData("--font-roboto")

    const svg = await satori( <div style={{ color: "black" }}>hello, world</div>, { width: 600, height: 400, fonts: [ { name: "Roboto",

    •      data: await fetch(new URL(data[0].src[0].url, context.url.origin)).then(res =&gt; res.arrayBuffer()),
      
    •      data: await getFontBuffer(data[0].src[0].url),
          weight: 400,
          style: &quot;normal&quot;,
        },
      ],
      

      }, )

      // ... }

See the experimental Fonts API documentation for more information.

astro@5.16.12

Patch Changes

... (truncated)

Changelog

Sourced from astro's changelog.

5.16.13

Patch Changes

  • #15182 cb60ee1 Thanks @​florian-lefebvre! - Adds a new getFontBuffer() method to retrieve font file buffers when using the experimental Fonts API

    The getFontData() helper function from astro:assets was introduced in 5.14.0 to provide access to font family data for use outside of Astro. One of the goals of this API was to be able to retrieve buffers using URLs.

    However, it turned out to be impactical and even impossible during prerendering.

    Astro now exports a new getFontBuffer() helper function from astro:assets to retrieve font file buffers from URL returned by getFontData(). For example, when using satori to generate OpenGraph images:

    // src/pages/og.png.ts
    

    import type{ APIRoute } from "astro" -import { getFontData } from "astro:assets" +import { getFontData, getFontBuffer } from "astro:assets" import satori from "satori"

    export const GET: APIRoute = (context) => { const data = getFontData("--font-roboto")

    const svg = await satori( <div style={{ color: "black" }}>hello, world</div>, { width: 600, height: 400, fonts: [ { name: "Roboto",

    •      data: await fetch(new URL(data[0].src[0].url, context.url.origin)).then(res =&gt; res.arrayBuffer()),
      
    •      data: await getFontBuffer(data[0].src[0].url),
          weight: 400,
          style: &quot;normal&quot;,
        },
      ],
      

      }, )

      // ... }

See the experimental Fonts API documentation for more information.

5.16.12

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/openclaw.ai/pull/5 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/22/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@thewilloftheshadow](https://github.com/thewilloftheshadow) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/npm-2609b5e554` --- ### 📝 Commits (1) - [`f51eebb`](https://github.com/openclaw/openclaw.ai/commit/f51eebb0960349e9bc4c78327a86a4f2800b5186) chore(deps): bump astro from 5.16.11 to 5.16.13 in the npm group ### 📊 Changes **2 files changed** (+8 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -11) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps the npm group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.16.11 to 5.16.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/releases">astro's releases</a>.</em></p> <blockquote> <h2>astro@5.16.13</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15182">#15182</a> <a href="https://github.com/withastro/astro/commit/cb60ee16051da258ab140f3bb64ff3fd8e4c9e17"><code>cb60ee1</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Adds a new <code>getFontBuffer()</code> method to retrieve font file buffers when using the experimental Fonts API</p> <p>The <code>getFontData()</code> helper function from <code>astro:assets</code> was introduced in 5.14.0 to provide access to font family data for use outside of Astro. One of the goals of this API was to be able to retrieve buffers using URLs.</p> <p>However, it turned out to be impactical and even impossible during prerendering.</p> <p>Astro now exports a new <code>getFontBuffer()</code> helper function from <code>astro:assets</code> to retrieve font file buffers from URL returned by <code>getFontData()</code>. For example, when using <a href="https://github.com/vercel/satori">satori</a> to generate OpenGraph images:</p> <pre lang="diff"><code>// src/pages/og.png.ts <p>import type{ APIRoute } from &quot;astro&quot; -import { getFontData } from &quot;astro:assets&quot; +import { getFontData, getFontBuffer } from &quot;astro:assets&quot; import satori from &quot;satori&quot;</p> <p>export const GET: APIRoute = (context) =&gt; { const data = getFontData(&quot;--font-roboto&quot;)</p> <p>const svg = await satori( &lt;div style={{ color: &quot;black&quot; }}&gt;hello, world&lt;/div&gt;, { width: 600, height: 400, fonts: [ { name: &quot;Roboto&quot;,</p> <ul> <li> <pre><code> data: await fetch(new URL(data[0].src[0].url, context.url.origin)).then(res =&amp;gt; res.arrayBuffer()), </code></pre> </li> </ul> <ul> <li> <pre><code> data: await getFontBuffer(data[0].src[0].url), weight: 400, style: &amp;quot;normal&amp;quot;, }, ], </code></pre> <p>}, )</p> <p>// ... } </code></pre></p> </li> </ul> <p>See the <a href="https://docs.astro.build/en/reference/experimental-flags/fonts/#accessing-font-data-programmatically">experimental Fonts API documentation</a> for more information.</p> </li> </ul> <h2>astro@5.16.12</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/15175">#15175</a> <a href="https://github.com/withastro/astro/commit/47ae1480eecd5da7080f1e659b6aef211aaf3300"><code>47ae148</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Allows experimental Font providers to specify family options</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> <blockquote> <h2>5.16.13</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15182">#15182</a> <a href="https://github.com/withastro/astro/commit/cb60ee16051da258ab140f3bb64ff3fd8e4c9e17"><code>cb60ee1</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Adds a new <code>getFontBuffer()</code> method to retrieve font file buffers when using the experimental Fonts API</p> <p>The <code>getFontData()</code> helper function from <code>astro:assets</code> was introduced in 5.14.0 to provide access to font family data for use outside of Astro. One of the goals of this API was to be able to retrieve buffers using URLs.</p> <p>However, it turned out to be impactical and even impossible during prerendering.</p> <p>Astro now exports a new <code>getFontBuffer()</code> helper function from <code>astro:assets</code> to retrieve font file buffers from URL returned by <code>getFontData()</code>. For example, when using <a href="https://github.com/vercel/satori">satori</a> to generate OpenGraph images:</p> <pre lang="diff"><code>// src/pages/og.png.ts <p>import type{ APIRoute } from &quot;astro&quot; -import { getFontData } from &quot;astro:assets&quot; +import { getFontData, getFontBuffer } from &quot;astro:assets&quot; import satori from &quot;satori&quot;</p> <p>export const GET: APIRoute = (context) =&gt; { const data = getFontData(&quot;--font-roboto&quot;)</p> <p>const svg = await satori( &lt;div style={{ color: &quot;black&quot; }}&gt;hello, world&lt;/div&gt;, { width: 600, height: 400, fonts: [ { name: &quot;Roboto&quot;,</p> <ul> <li> <pre><code> data: await fetch(new URL(data[0].src[0].url, context.url.origin)).then(res =&amp;gt; res.arrayBuffer()), </code></pre> </li> </ul> <ul> <li> <pre><code> data: await getFontBuffer(data[0].src[0].url), weight: 400, style: &amp;quot;normal&amp;quot;, }, ], </code></pre> <p>}, )</p> <p>// ... } </code></pre></p> </li> </ul> <p>See the <a href="https://docs.astro.build/en/reference/experimental-flags/fonts/#accessing-font-data-programmatically">experimental Fonts API documentation</a> for more information.</p> </li> </ul> <h2>5.16.12</h2> <h3>Patch Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/ce0c3465d57ebf75be6f93ceb9a99faad195eb06"><code>ce0c346</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15270">#15270</a>)</li> <li><a href="https://github.com/withastro/astro/commit/60d1045e042738499875d3add39d43e0f1daebe0"><code>60d1045</code></a> clear fonts test cache (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15274">#15274</a>)</li> <li><a href="https://github.com/withastro/astro/commit/c4a15a827bc96d2857420212b8c9627fd3bfb195"><code>c4a15a8</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/cb60ee16051da258ab140f3bb64ff3fd8e4c9e17"><code>cb60ee1</code></a> feat(fonts): getFontBuffer() (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15182">#15182</a>)</li> <li><a href="https://github.com/withastro/astro/commit/d14dfc2d4da71ec6958dc4b34ab04666b367352e"><code>d14dfc2</code></a> Add a --db-app-token flag to &quot;astro db&quot; execute, push, and verify commands (#...</li> <li><a href="https://github.com/withastro/astro/commit/dc5bcd9c0f1bb7533abcdc0e7c724a28f5af11ce"><code>dc5bcd9</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15228">#15228</a>)</li> <li><a href="https://github.com/withastro/astro/commit/47ae1480eecd5da7080f1e659b6aef211aaf3300"><code>47ae148</code></a> feat(fonts)!: family options (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15175">#15175</a>)</li> <li><a href="https://github.com/withastro/astro/commit/c0595b3e71a3811921ddc24e6ed7538c0df53a96"><code>c0595b3</code></a> feat(fonts)!: fontData instead of getFontData() (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15200">#15200</a>)</li> <li><a href="https://github.com/withastro/astro/commit/096c331a119eeb36f80a705e9d8007079302c029"><code>096c331</code></a> fix: typo in comment (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15232">#15232</a>)</li> <li><a href="https://github.com/withastro/astro/commit/2a6315a3a38273ed47e4aa16a4dd9449fc7927c9"><code>2a6315a</code></a> React / MDX nested regression (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15253">#15253</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@5.16.13/packages/astro">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astro&package-manager=npm_and_yarn&previous-version=5.16.11&new-version=5.16.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:11 -05:00
yindo closed this issue 2026-02-15 17:17:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/openclaw.ai#9