Skip to content

Commit

Permalink
chore(deps): bump the all group with 3 updates (#1418)
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),
[@iconify-json/simple-icons](https://github.com/iconify/icon-sets) and
[@iconify/tailwind](https://github.com/iconify/iconify/tree/HEAD/plugins/tailwind).

Updates `astro` from 4.7.0 to 4.7.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@4.7.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10911">#10911</a>
<a
href="https://github.com/withastro/astro/commit/a86dc9d269fc4409c458cfa05dcfaeee12bade2f"><code>a86dc9d</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Skips adding CSS dependencies of CSS Vite modules as style tags in the
HTML</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10900">#10900</a>
<a
href="https://github.com/withastro/astro/commit/36bb3b6025eb51f6e027a76a514cc7ebb29deb10"><code>36bb3b6</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@​martrapp</code></a>! -
Detects overlapping navigation and view transitions and automatically
aborts all but the most recent one.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10933">#10933</a>
<a
href="https://github.com/withastro/astro/commit/007d17fee072955d4acb846a06d9eb666e908ef6"><code>007d17f</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes <code>app.toggleState</code> not working correctly</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10931">#10931</a>
<a
href="https://github.com/withastro/astro/commit/4ce5ced44d490f4c6df771995aef14e11910ec57"><code>4ce5ced</code></a>
Thanks <a href="https://github.com/ktym4a"><code>@​ktym4a</code></a>! -
Fixes <code>toggleNotification()</code>'s parameter type for the
notification level not using the proper levels</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.7.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10911">#10911</a>
<a
href="https://github.com/withastro/astro/commit/a86dc9d269fc4409c458cfa05dcfaeee12bade2f"><code>a86dc9d</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Skips adding CSS dependencies of CSS Vite modules as style tags in the
HTML</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10900">#10900</a>
<a
href="https://github.com/withastro/astro/commit/36bb3b6025eb51f6e027a76a514cc7ebb29deb10"><code>36bb3b6</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@​martrapp</code></a>! -
Detects overlapping navigation and view transitions and automatically
aborts all but the most recent one.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10933">#10933</a>
<a
href="https://github.com/withastro/astro/commit/007d17fee072955d4acb846a06d9eb666e908ef6"><code>007d17f</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes <code>app.toggleState</code> not working correctly</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10931">#10931</a>
<a
href="https://github.com/withastro/astro/commit/4ce5ced44d490f4c6df771995aef14e11910ec57"><code>4ce5ced</code></a>
Thanks <a href="https://github.com/ktym4a"><code>@​ktym4a</code></a>! -
Fixes <code>toggleNotification()</code>'s parameter type for the
notification level not using the proper levels</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/9a231a4dd7e14ecb9cb95842060a4a24e4c03f02"><code>9a231a4</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10890">#10890</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/007d17fee072955d4acb846a06d9eb666e908ef6"><code>007d17f</code></a>
Fixes toggleState (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10933">#10933</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/4ce5ced44d490f4c6df771995aef14e11910ec57"><code>4ce5ced</code></a>
change: NotificationPayload type (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10931">#10931</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/a146cf1012483b030a8146fb3035801f3c0c9099"><code>a146cf1</code></a>
Fix typos (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10923">#10923</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/36bb3b6025eb51f6e027a76a514cc7ebb29deb10"><code>36bb3b6</code></a>
fix(astro): newer navigation aborts existing one (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10900">#10900</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/5e545e8c6a9931de4dff1dcfa213f30e3e82727e"><code>5e545e8</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/a86dc9d269fc4409c458cfa05dcfaeee12bade2f"><code>a86dc9d</code></a>
Skip crawling into CSS requests when crawling module graph (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10911">#10911</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/05d58eff075c904cdab85fe315ee4f5820060d00"><code>05d58ef</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10901">#10901</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/568a113bc3c84df15a75d1886476b795a825f34f"><code>568a113</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/87b31fbf6ecaeea6757fa630f4b3a9f12d76335c"><code>87b31fb</code></a>
chore(astro): move error-map (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10898">#10898</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/astro@4.7.1/packages/astro">compare
view</a></li>
</ul>
</details>
<br />

Updates `@iconify-json/simple-icons` from 1.1.100 to 1.1.101
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/iconify/icon-sets/commit/7a15ce8f9d293975dffb0ff280592e6950357650"><code>7a15ce8</code></a>
Update Material Design Icons, Simple Icons</li>
<li>See full diff in <a
href="https://github.com/iconify/icon-sets/compare/1.1.100...1.1.101">compare
view</a></li>
</ul>
</details>
<br />

Updates `@iconify/tailwind` from 0.1.4 to 1.0.1
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/iconify/iconify/commits/1.0.1/plugins/tailwind">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent a836c14 commit 5504146
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 86 deletions.
166 changes: 83 additions & 83 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 @@ -25,7 +25,7 @@
"@fontsource-variable/roboto-flex": "^5.0.15",
"@xmldom/xmldom": "^0.8.10",
"asciinema-player": "^3.7.1",
"astro": "^4.6.3",
"astro": "^4.7.1",
"astro-icon": "^1.1.0",
"astro-seo": "^0.8.0",
"htmx.org": "^1.9.12",
Expand All @@ -37,7 +37,7 @@
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/simple-icons": "^1.1.99",
"@iconify/tailwind": "^0.1.4"
"@iconify-json/simple-icons": "^1.1.101",
"@iconify/tailwind": "^1.0.1"
}
}

0 comments on commit 5504146

Please sign in to comment.