[PR #26] [CLOSED] chore(deps): bump the npm group with 2 updates #31

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

📋 Pull Request Information

Original PR: https://github.com/openclaw/openclaw.ai/pull/26
Author: @dependabot[bot]
Created: 1/29/2026
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/npm-afa3719ed4


📝 Commits (1)

  • b70763e chore(deps): bump the npm group with 2 updates

📊 Changes

2 files changed (+181 additions, -211 deletions)

View changed files

📝 package-lock.json (+18 -19)
📝 pnpm-lock.yaml (+163 -192)

📄 Description

Bumps the npm group with 2 updates: astro and simple-icons.

Updates astro from 5.16.13 to 5.17.1

Release notes

Sourced from astro's releases.

astro@5.17.1

Patch Changes

  • #15334 d715f1f Thanks @​florian-lefebvre! - BREAKING CHANGE to the experimental Fonts API only

    Removes the getFontBuffer() helper function exported from astro:assets when using the experimental Fonts API

    This experimental feature introduced in v15.6.13 ended up causing significant memory usage during build. This feature has been removed and will be reintroduced after further exploration and testing.

    If you were relying on this function, you can replicate the previous behavior manually:

    • On prerendered routes, read the file using node:fs
    • On server rendered routes, fetch files using URLs from fontData and context.url

astro@5.17.0

Minor Changes

  • #14932 b19d816 Thanks @​patrickarlt! - Adds support for returning a Promise from the parser() option of the file() loader

    This enables you to run asynchronous code such as fetching remote data or using async parsers when loading files with the Content Layer API.

    For example:

    import { defineCollection } from 'astro:content';
    import { file } from 'astro/loaders';
    

    const blog = defineCollection({ loader: file('src/data/blog.json', { parser: async (text) => { const data = JSON.parse(text);

      // Perform async operations like fetching additional data
      const enrichedData = await fetch(`https://api.example.com/enrich`, {
        method: 'POST',
        body: JSON.stringify(data),
      }).then((res) => res.json());
    

    return enrichedData;
    },

    }), });

    export const collections = { blog };

    See the parser() reference documentation for more information.

  • #15171 f220726 Thanks @​mark-ignacio! - Adds a new, optional kernel configuration option to select a resize algorithm in the Sharp image service

... (truncated)

Changelog

Sourced from astro's changelog.

5.17.1

Patch Changes

  • #15334 d715f1f Thanks @​florian-lefebvre! - BREAKING CHANGE to the experimental Fonts API only

    Removes the getFontBuffer() helper function exported from astro:assets when using the experimental Fonts API

    This experimental feature introduced in v15.6.13 ended up causing significant memory usage during build. This feature has been removed and will be reintroduced after further exploration and testing.

    If you were relying on this function, you can replicate the previous behavior manually:

    • On prerendered routes, read the file using node:fs
    • On server rendered routes, fetch files using URLs from fontData and context.url

5.17.0

Minor Changes

  • #14932 b19d816 Thanks @​patrickarlt! - Adds support for returning a Promise from the parser() option of the file() loader

    This enables you to run asynchronous code such as fetching remote data or using async parsers when loading files with the Content Layer API.

    For example:

    import { defineCollection } from 'astro:content';
    import { file } from 'astro/loaders';
    

    const blog = defineCollection({ loader: file('src/data/blog.json', { parser: async (text) => { const data = JSON.parse(text);

      // Perform async operations like fetching additional data
      const enrichedData = await fetch(`https://api.example.com/enrich`, {
        method: 'POST',
        body: JSON.stringify(data),
      }).then((res) => res.json());
    

    return enrichedData;
    },

    }), });

    export const collections = { blog };

    See the parser() reference documentation for more information.

  • #15171 f220726 Thanks @​mark-ignacio! - Adds a new, optional kernel configuration option to select a resize algorithm in the Sharp image service

... (truncated)

Commits

Updates simple-icons from 16.6.0 to 16.6.1

Release notes

Sourced from simple-icons's releases.

Release 1 updated icon (v16.6.1)

1 updated icon

Commits

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/26 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/29/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/npm-afa3719ed4` --- ### 📝 Commits (1) - [`b70763e`](https://github.com/openclaw/openclaw.ai/commit/b70763e585672fc0c0f7f79e2e48cf8e918866de) chore(deps): bump the npm group with 2 updates ### 📊 Changes **2 files changed** (+181 additions, -211 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+18 -19) 📝 `pnpm-lock.yaml` (+163 -192) </details> ### 📄 Description Bumps the npm group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [simple-icons](https://github.com/simple-icons/simple-icons). Updates `astro` from 5.16.13 to 5.17.1 <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.17.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15334">#15334</a> <a href="https://github.com/withastro/astro/commit/d715f1f88777a4ce0fb61c8043cccfbac2486ab4"><code>d715f1f</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - <strong>BREAKING CHANGE to the experimental Fonts API only</strong></p> <p>Removes the <code>getFontBuffer()</code> helper function exported from <code>astro:assets</code> when using the experimental Fonts API</p> <p>This experimental feature introduced in v15.6.13 ended up causing significant memory usage during build. This feature has been removed and will be reintroduced after further exploration and testing.</p> <p>If you were relying on this function, you can replicate the previous behavior manually:</p> <ul> <li>On prerendered routes, read the file using <code>node:fs</code></li> <li>On server rendered routes, fetch files using URLs from <code>fontData</code> and <code>context.url</code></li> </ul> </li> </ul> <h2>astro@5.17.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/14932">#14932</a> <a href="https://github.com/withastro/astro/commit/b19d816c914022c4e618d6012e09aed82be34213"><code>b19d816</code></a> Thanks <a href="https://github.com/patrickarlt"><code>@​patrickarlt</code></a>! - Adds support for returning a Promise from the <code>parser()</code> option of the <code>file()</code> loader</p> <p>This enables you to run asynchronous code such as fetching remote data or using async parsers when loading files with the Content Layer API.</p> <p>For example:</p> <pre lang="js"><code>import { defineCollection } from 'astro:content'; import { file } from 'astro/loaders'; <p>const blog = defineCollection({ loader: file('src/data/blog.json', { parser: async (text) =&gt; { const data = JSON.parse(text);</p> <pre><code> // Perform async operations like fetching additional data const enrichedData = await fetch(`https://api.example.com/enrich`, { method: 'POST', body: JSON.stringify(data), }).then((res) =&amp;gt; res.json()); return enrichedData; }, </code></pre> <p>}), });</p> <p>export const collections = { blog }; </code></pre></p> <p>See <a href="https://docs.astro.build/en/reference/content-loader-reference/#parser">the <code>parser()</code> reference documentation</a> for more information.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15171">#15171</a> <a href="https://github.com/withastro/astro/commit/f22072607c79f5ba3459ba7522cfdf2581f1869b"><code>f220726</code></a> Thanks <a href="https://github.com/mark-ignacio"><code>@​mark-ignacio</code></a>! - Adds a new, optional <code>kernel</code> configuration option to select a resize algorithm in the Sharp image service</p> </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.17.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15334">#15334</a> <a href="https://github.com/withastro/astro/commit/d715f1f88777a4ce0fb61c8043cccfbac2486ab4"><code>d715f1f</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - <strong>BREAKING CHANGE to the experimental Fonts API only</strong></p> <p>Removes the <code>getFontBuffer()</code> helper function exported from <code>astro:assets</code> when using the experimental Fonts API</p> <p>This experimental feature introduced in v15.6.13 ended up causing significant memory usage during build. This feature has been removed and will be reintroduced after further exploration and testing.</p> <p>If you were relying on this function, you can replicate the previous behavior manually:</p> <ul> <li>On prerendered routes, read the file using <code>node:fs</code></li> <li>On server rendered routes, fetch files using URLs from <code>fontData</code> and <code>context.url</code></li> </ul> </li> </ul> <h2>5.17.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/14932">#14932</a> <a href="https://github.com/withastro/astro/commit/b19d816c914022c4e618d6012e09aed82be34213"><code>b19d816</code></a> Thanks <a href="https://github.com/patrickarlt"><code>@​patrickarlt</code></a>! - Adds support for returning a Promise from the <code>parser()</code> option of the <code>file()</code> loader</p> <p>This enables you to run asynchronous code such as fetching remote data or using async parsers when loading files with the Content Layer API.</p> <p>For example:</p> <pre lang="js"><code>import { defineCollection } from 'astro:content'; import { file } from 'astro/loaders'; <p>const blog = defineCollection({ loader: file('src/data/blog.json', { parser: async (text) =&gt; { const data = JSON.parse(text);</p> <pre><code> // Perform async operations like fetching additional data const enrichedData = await fetch(`https://api.example.com/enrich`, { method: 'POST', body: JSON.stringify(data), }).then((res) =&amp;gt; res.json()); return enrichedData; }, </code></pre> <p>}), });</p> <p>export const collections = { blog }; </code></pre></p> <p>See <a href="https://docs.astro.build/en/reference/content-loader-reference/#parser">the <code>parser()</code> reference documentation</a> for more information.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15171">#15171</a> <a href="https://github.com/withastro/astro/commit/f22072607c79f5ba3459ba7522cfdf2581f1869b"><code>f220726</code></a> Thanks <a href="https://github.com/mark-ignacio"><code>@​mark-ignacio</code></a>! - Adds a new, optional <code>kernel</code> configuration option to select a resize algorithm in the Sharp image service</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/1c6c9fc5b53cbf3d16a1bd0dadece153455e2512"><code>1c6c9fc</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15339">#15339</a>)</li> <li><a href="https://github.com/withastro/astro/commit/d715f1f88777a4ce0fb61c8043cccfbac2486ab4"><code>d715f1f</code></a> fix(fonts): remove getFontBuffer() (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15334">#15334</a>)</li> <li><a href="https://github.com/withastro/astro/commit/08d38c6ca489142e923383a8b19ad1038313d30d"><code>08d38c6</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15325">#15325</a>)</li> <li><a href="https://github.com/withastro/astro/commit/388818a0079cfd31d9e383ae2548ce79605299d2"><code>388818a</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/f1fce0e7cc3c1122bf5c4f1c5985ca716c8417db"><code>f1fce0e</code></a> feat: add <code>retainBody</code> option to the <code>glob()</code> loader (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15022">#15022</a>)</li> <li><a href="https://github.com/withastro/astro/commit/928529f824d37e9bfb297ff931ebfcb3f0b56428"><code>928529f</code></a> adds ImageTransform.background (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15153">#15153</a>)</li> <li><a href="https://github.com/withastro/astro/commit/f22072607c79f5ba3459ba7522cfdf2581f1869b"><code>f220726</code></a> feat(sharp): add kernel option to image service config (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15171">#15171</a>)</li> <li><a href="https://github.com/withastro/astro/commit/b19d816c914022c4e618d6012e09aed82be34213"><code>b19d816</code></a> feat: allow for async parsing in file loader (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14932">#14932</a>)</li> <li><a href="https://github.com/withastro/astro/commit/08e0fd723742dda4126665f5e32f4065899af83e"><code>08e0fd7</code></a> Support partitioned cookies (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15063">#15063</a>)</li> <li><a href="https://github.com/withastro/astro/commit/54f6006c3ddae8935a5550e2c3b38d25bf662ea6"><code>54f6006</code></a> Add <code>devToolbar.placement</code> configuration option (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/15015">#15015</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@5.17.1/packages/astro">compare view</a></li> </ul> </details> <br /> Updates `simple-icons` from 16.6.0 to 16.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/simple-icons/simple-icons/releases">simple-icons's releases</a>.</em></p> <blockquote> <h2>Release 1 updated icon (v16.6.1)</h2> <h2>1 updated icon</h2> <ul> <li>MyAnimeList (<a href="https://redirect.github.com/simple-icons/simple-icons/issues/14190">#14190</a>) (<a href="https://github.com/prem-k-r"><code>@​prem-k-r</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/simple-icons/simple-icons/commit/c9b0106d60bff545f2ab8530bc18a10a6cfa69e0"><code>c9b0106</code></a> Replace README CDN theme image links</li> <li><a href="https://github.com/simple-icons/simple-icons/commit/52e4c8475884b06b6b479d40807c5fb3bd7eaacc"><code>52e4c84</code></a> Release 1 updated icon (v16.6.1)</li> <li><a href="https://github.com/simple-icons/simple-icons/commit/face07e763e71dd6cbb25922d7c88dfdd69815b4"><code>face07e</code></a> Bump version</li> <li><a href="https://github.com/simple-icons/simple-icons/commit/c78187db7b3ad144fe9d393b02f3be08e1438319"><code>c78187d</code></a> Update MyAnimeList icon (<a href="https://redirect.github.com/simple-icons/simple-icons/issues/14190">#14190</a>)</li> <li><a href="https://github.com/simple-icons/simple-icons/commit/990177848aaf7128815adf9b7bbfdf8807fd142a"><code>9901778</code></a> Synchronize labels when are manually changed (<a href="https://redirect.github.com/simple-icons/simple-icons/issues/14257">#14257</a>)</li> <li><a href="https://github.com/simple-icons/simple-icons/commit/5153860a618128ce8f80d93e2679c2b589191f98"><code>5153860</code></a> Replace husky by prek (<a href="https://redirect.github.com/simple-icons/simple-icons/issues/14245">#14245</a>)</li> <li>See full diff in <a href="https://github.com/simple-icons/simple-icons/compare/16.6.0...16.6.1">compare view</a></li> </ul> </details> <br /> 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:20 -05:00
yindo closed this issue 2026-02-15 17:17:20 -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#31