Skip to content

Commit

Permalink
chore(deps): bump the all group with 3 updates (#1578)
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates:
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro),
[astro-icon](https://github.com/natemoo-re/astro-icon/tree/HEAD/packages/core)
and [@iconify-json/simple-icons](https://github.com/iconify/icon-sets).

Updates `astro` from 4.16.8 to 4.16.10
<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>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12311">#12311</a>
<a
href="https://github.com/withastro/astro/commit/bf2723e83140099914b29c6d51eb147a065be460"><code>bf2723e</code></a>
Thanks <a
href="https://github.com/dinesh-58"><code>@​dinesh-58</code></a>! - Adds
<code>checked</code> to the list of boolean attributes.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12363">#12363</a>
<a
href="https://github.com/withastro/astro/commit/222f71894cc7118319ce83b3b29fa61a9dbebb75"><code>222f718</code></a>
Thanks <a href="https://github.com/Fryuni"><code>@​Fryuni</code></a>! -
Fixes code generated by <code>astro add</code> command when adding a
version of an integration other than the default
<code>latest</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12368">#12368</a>
<a
href="https://github.com/withastro/astro/commit/493fe43cd3ef94b087b8958031ecc964ae73463b"><code>493fe43</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Improves error logs when executing commands</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12355">#12355</a>
<a
href="https://github.com/withastro/astro/commit/c4726d7ba8cc93157390ce64d5c8b718ed5cac29"><code>c4726d7</code></a>
Thanks <a
href="https://github.com/apatel369"><code>@​apatel369</code></a>! -
Improves error reporting for invalid frontmatter in MDX files during the
<code>astro build</code> command. The error message now includes the
file path where the frontmatter parsing failed.</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12333">#12333</a>
<a
href="https://github.com/withastro/astro/commit/836cd91c37cea8ae58dd04a326435fcb2c88f358"><code>836cd91</code></a>
Thanks <a
href="https://github.com/imattacus"><code>@​imattacus</code></a>! -
Destroy the server response stream if async error is thrown</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12358">#12358</a>
<a
href="https://github.com/withastro/astro/commit/76803498738f9e86e7948ce81e01e63607e03549"><code>7680349</code></a>
Thanks <a
href="https://github.com/spacedawwwg"><code>@​spacedawwwg</code></a>! -
Honors <code>inlineAstroConfig</code> parameter in
<code>getViteConfig</code> when creating a logger</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12353">#12353</a>
<a
href="https://github.com/withastro/astro/commit/35795a1a54b2bfaf331c58ca91b47e5672e08c4e"><code>35795a1</code></a>
Thanks <a
href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! -
Fixes an issue in dev server watch file handling that could cause
multiple restarts for a single file change.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12351">#12351</a>
<a
href="https://github.com/withastro/astro/commit/57514881655b62a0bc39ace1e1ed4b89b96f74ca"><code>5751488</code></a>
Thanks <a
href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>!
- Reverts a change made in <code>4.16.6</code> that prevented usage of
<code>astro:env</code> secrets inside middleware in SSR</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12346">#12346</a>
<a
href="https://github.com/withastro/astro/commit/20e5a843c86e9328814615edf3e8a6fb5e4696cc"><code>20e5a84</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Fixes sourcemap generation when prefetch is enabled</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12349">#12349</a>
<a
href="https://github.com/withastro/astro/commit/1fc83d3ba8315c31b2a3aadc77b20b1615d261a0"><code>1fc83d3</code></a>
Thanks <a
href="https://github.com/norskeld"><code>@​norskeld</code></a>! - Fixes
the <code>getImage</code> options type so it properly extends
<code>ImageTransform</code></p>
</li>
</ul>
</blockquote>
</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>4.16.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12311">#12311</a>
<a
href="https://github.com/withastro/astro/commit/bf2723e83140099914b29c6d51eb147a065be460"><code>bf2723e</code></a>
Thanks <a
href="https://github.com/dinesh-58"><code>@​dinesh-58</code></a>! - Adds
<code>checked</code> to the list of boolean attributes.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12363">#12363</a>
<a
href="https://github.com/withastro/astro/commit/222f71894cc7118319ce83b3b29fa61a9dbebb75"><code>222f718</code></a>
Thanks <a href="https://github.com/Fryuni"><code>@​Fryuni</code></a>! -
Fixes code generated by <code>astro add</code> command when adding a
version of an integration other than the default
<code>latest</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12368">#12368</a>
<a
href="https://github.com/withastro/astro/commit/493fe43cd3ef94b087b8958031ecc964ae73463b"><code>493fe43</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Improves error logs when executing commands</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12355">#12355</a>
<a
href="https://github.com/withastro/astro/commit/c4726d7ba8cc93157390ce64d5c8b718ed5cac29"><code>c4726d7</code></a>
Thanks <a
href="https://github.com/apatel369"><code>@​apatel369</code></a>! -
Improves error reporting for invalid frontmatter in MDX files during the
<code>astro build</code> command. The error message now includes the
file path where the frontmatter parsing failed.</p>
</li>
</ul>
<h2>4.16.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12333">#12333</a>
<a
href="https://github.com/withastro/astro/commit/836cd91c37cea8ae58dd04a326435fcb2c88f358"><code>836cd91</code></a>
Thanks <a
href="https://github.com/imattacus"><code>@​imattacus</code></a>! -
Destroy the server response stream if async error is thrown</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12358">#12358</a>
<a
href="https://github.com/withastro/astro/commit/76803498738f9e86e7948ce81e01e63607e03549"><code>7680349</code></a>
Thanks <a
href="https://github.com/spacedawwwg"><code>@​spacedawwwg</code></a>! -
Honors <code>inlineAstroConfig</code> parameter in
<code>getViteConfig</code> when creating a logger</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12353">#12353</a>
<a
href="https://github.com/withastro/astro/commit/35795a1a54b2bfaf331c58ca91b47e5672e08c4e"><code>35795a1</code></a>
Thanks <a
href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! -
Fixes an issue in dev server watch file handling that could cause
multiple restarts for a single file change.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12351">#12351</a>
<a
href="https://github.com/withastro/astro/commit/57514881655b62a0bc39ace1e1ed4b89b96f74ca"><code>5751488</code></a>
Thanks <a
href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>!
- Reverts a change made in <code>4.16.6</code> that prevented usage of
<code>astro:env</code> secrets inside middleware in SSR</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12346">#12346</a>
<a
href="https://github.com/withastro/astro/commit/20e5a843c86e9328814615edf3e8a6fb5e4696cc"><code>20e5a84</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Fixes sourcemap generation when prefetch is enabled</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12349">#12349</a>
<a
href="https://github.com/withastro/astro/commit/1fc83d3ba8315c31b2a3aadc77b20b1615d261a0"><code>1fc83d3</code></a>
Thanks <a
href="https://github.com/norskeld"><code>@​norskeld</code></a>! - Fixes
the <code>getImage</code> options type so it properly extends
<code>ImageTransform</code></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/e10b03e88c22592fbb42d7245b65c4f486ab736d"><code>e10b03e</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12369">#12369</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/b7e46910fb90b78c0754c65d572375cd27646c29"><code>b7e4691</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12366">#12366</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/bf2723e83140099914b29c6d51eb147a065be460"><code>bf2723e</code></a>
add <code>checked</code> to htmlBooleanAttributes (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12311">#12311</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/c4726d7ba8cc93157390ce64d5c8b718ed5cac29"><code>c4726d7</code></a>
fix: show file name with invalid frontmatter errors for MDX (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12355">#12355</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/222f71894cc7118319ce83b3b29fa61a9dbebb75"><code>222f718</code></a>
Fix <code>astro add</code> generated import identifier (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12363">#12363</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/493fe43cd3ef94b087b8958031ecc964ae73463b"><code>493fe43</code></a>
Improve tinyexec errors (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12368">#12368</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/ec3113d25a318d94cac879c3eae4ad624ed1aee0"><code>ec3113d</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12345">#12345</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/76803498738f9e86e7948ce81e01e63607e03549"><code>7680349</code></a>
fix: honor getViteConfig inlineAstroConfig.logLevel setting (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12358">#12358</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/35795a1a54b2bfaf331c58ca91b47e5672e08c4e"><code>35795a1</code></a>
Fix watchfile multiple dev server restart (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12353">#12353</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/57514881655b62a0bc39ace1e1ed4b89b96f74ca"><code>5751488</code></a>
fix: revert <a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12227">#12227</a>
(<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12351">#12351</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/[email protected]/packages/astro">compare
view</a></li>
</ul>
</details>
<br />

Updates `astro-icon` from 1.1.1 to 1.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/natemoo-re/astro-icon/releases">astro-icon's
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/natemoo-re/astro-icon/pull/247">#247</a>
<a
href="https://github.com/natemoo-re/astro-icon/commit/fce07f17fe67116165d5d3dd279519bb7bbed55c"><code>fce07f17fe67116165d5d3dd279519bb7bbed55c</code></a>
Thanks <a
href="https://github.com/christina-de-martinez"><code>@​christina-de-martinez</code></a>!
- Adds a <code>desc</code> prop shorthand which maps to the SVG
<code>&lt;desc&gt;</code> tag, similar to <code>title</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/natemoo-re/astro-icon/pull/246">#246</a>
<a
href="https://github.com/natemoo-re/astro-icon/commit/4c5da3378436c2bee6ccdf4ad9cf0e1f32fb6903"><code>4c5da3378436c2bee6ccdf4ad9cf0e1f32fb6903</code></a>
Thanks <a href="https://github.com/stramel"><code>@​stramel</code></a>!
- Fixes an issue where <code>viewBox</code> was not correctly passed to
<code>&lt;symbol&gt;</code> elements</p>
</li>
<li>
<p><a
href="https://redirect.github.com/natemoo-re/astro-icon/pull/245">#245</a>
<a
href="https://github.com/natemoo-re/astro-icon/commit/ff3a66a8a357375076022b6f9800561ed845c071"><code>ff3a66a8a357375076022b6f9800561ed845c071</code></a>
Thanks <a href="https://github.com/stramel"><code>@​stramel</code></a>!
- Fixes handling of duplicate icon entries in the integration
configuration</p>
</li>
<li>
<p><a
href="https://redirect.github.com/natemoo-re/astro-icon/pull/243">#243</a>
<a
href="https://github.com/natemoo-re/astro-icon/commit/a8c0a6c5fe2a01841c258af5fb3abe04839df5eb"><code>a8c0a6c5fe2a01841c258af5fb3abe04839df5eb</code></a>
Thanks <a href="https://github.com/stramel"><code>@​stramel</code></a>!
- Replaces deprecated <code>xlink:href</code> attribute with standard
<code>href</code> attribute</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/natemoo-re/astro-icon/blob/main/packages/core/CHANGELOG.md">astro-icon's
changelog</a>.</em></p>
<blockquote>
<h2>1.1.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/natemoo-re/astro-icon/pull/247">#247</a>
<a
href="https://github.com/natemoo-re/astro-icon/commit/fce07f17fe67116165d5d3dd279519bb7bbed55c"><code>fce07f17fe67116165d5d3dd279519bb7bbed55c</code></a>
Thanks <a
href="https://github.com/christina-de-martinez"><code>@​christina-de-martinez</code></a>!
- Adds a <code>desc</code> prop shorthand which maps to the SVG
<code>&lt;desc&gt;</code> tag, similar to <code>title</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/natemoo-re/astro-icon/pull/246">#246</a>
<a
href="https://github.com/natemoo-re/astro-icon/commit/4c5da3378436c2bee6ccdf4ad9cf0e1f32fb6903"><code>4c5da3378436c2bee6ccdf4ad9cf0e1f32fb6903</code></a>
Thanks <a href="https://github.com/stramel"><code>@​stramel</code></a>!
- Fixes an issue where <code>viewBox</code> was not correctly passed to
<code>&lt;symbol&gt;</code> elements</p>
</li>
<li>
<p><a
href="https://redirect.github.com/natemoo-re/astro-icon/pull/245">#245</a>
<a
href="https://github.com/natemoo-re/astro-icon/commit/ff3a66a8a357375076022b6f9800561ed845c071"><code>ff3a66a8a357375076022b6f9800561ed845c071</code></a>
Thanks <a href="https://github.com/stramel"><code>@​stramel</code></a>!
- Fixes handling of duplicate icon entries in the integration
configuration</p>
</li>
<li>
<p><a
href="https://redirect.github.com/natemoo-re/astro-icon/pull/243">#243</a>
<a
href="https://github.com/natemoo-re/astro-icon/commit/a8c0a6c5fe2a01841c258af5fb3abe04839df5eb"><code>a8c0a6c5fe2a01841c258af5fb3abe04839df5eb</code></a>
Thanks <a href="https://github.com/stramel"><code>@​stramel</code></a>!
- Replaces deprecated <code>xlink:href</code> attribute with standard
<code>href</code> attribute</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/natemoo-re/astro-icon/commit/70f37f4836ed3d353032d0aa257ddb43da76f6e1"><code>70f37f4</code></a>
chore: release (<a
href="https://github.com/natemoo-re/astro-icon/tree/HEAD/packages/core/issues/248">#248</a>)</li>
<li><a
href="https://github.com/natemoo-re/astro-icon/commit/a8c0a6c5fe2a01841c258af5fb3abe04839df5eb"><code>a8c0a6c</code></a>
fix(Icon): switch to non-deprecated href attribute (<a
href="https://github.com/natemoo-re/astro-icon/tree/HEAD/packages/core/issues/243">#243</a>)</li>
<li><a
href="https://github.com/natemoo-re/astro-icon/commit/ff3a66a8a357375076022b6f9800561ed845c071"><code>ff3a66a</code></a>
fix: handle duplicate icon entries in include config (<a
href="https://github.com/natemoo-re/astro-icon/tree/HEAD/packages/core/issues/245">#245</a>)</li>
<li><a
href="https://github.com/natemoo-re/astro-icon/commit/4c5da3378436c2bee6ccdf4ad9cf0e1f32fb6903"><code>4c5da33</code></a>
fix: move viewBox to symbol (<a
href="https://github.com/natemoo-re/astro-icon/tree/HEAD/packages/core/issues/246">#246</a>)</li>
<li><a
href="https://github.com/natemoo-re/astro-icon/commit/fce07f17fe67116165d5d3dd279519bb7bbed55c"><code>fce07f1</code></a>
feat(desc): support desc svg tag. (<a
href="https://github.com/natemoo-re/astro-icon/tree/HEAD/packages/core/issues/247">#247</a>)</li>
<li><a
href="https://github.com/natemoo-re/astro-icon/commit/4060744f8b12016b7ff73f1cd519a8b4100604b7"><code>4060744</code></a>
chore: clean up</li>
<li><a
href="https://github.com/natemoo-re/astro-icon/commit/63e93a31f4d08953eb8e00b7f4b6388d54086af6"><code>63e93a3</code></a>
docs(README): update props section</li>
<li>See full diff in <a
href="https://github.com/natemoo-re/astro-icon/commits/[email protected]/packages/core">compare
view</a></li>
</ul>
</details>
<br />

Updates `@iconify-json/simple-icons` from 1.2.10 to 1.2.11
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/iconify/icon-sets/commits">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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent ac41b89 commit 50843b4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 55 deletions.
82 changes: 30 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@fontsource-variable/roboto-flex": "^5.1.0",
"@xmldom/xmldom": "^0.9.5",
"asciinema-player": "^3.8.1",
"astro": "^4.16.8",
"astro-icon": "^1.1.1",
"astro": "^4.16.10",
"astro-icon": "^1.1.2",
"astro-seo": "^0.8.4",
"htmx.org": "^2.0.3",
"markdown-it": "^14.0.0",
Expand All @@ -40,7 +40,7 @@
"devDependencies": {
"@iconify-json/mdi": "^1.2.1",
"@iconify/tailwind": "^1.1.3",
"@iconify-json/simple-icons": "^1.2.10",
"@iconify-json/simple-icons": "^1.2.11",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
Expand Down

0 comments on commit 50843b4

Please sign in to comment.