-
-
Notifications
You must be signed in to change notification settings - Fork 343
Commit b41843f
authored
chore(deps): bump the all group with 2 updates (#1585)
Bumps the all group with 2 updates:
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and
[tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Updates `astro` from 4.16.10 to 4.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@4.16.13</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12436">#12436</a>
<a
href="https://github.com/withastro/astro/commit/453ec6b12f8c021e0bd0fd0ea9f71c8fc280f4b1"><code>453ec6b</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@martrapp</code></a>! - Fixes
a potential null access in the clientside router</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12392">#12392</a>
<a
href="https://github.com/withastro/astro/commit/0462219612183b65867aaaef9fa538d89f201999"><code>0462219</code></a>
Thanks <a
href="https://github.com/apatel369"><code>@apatel369</code></a>! -
Fixes an issue where scripts were not correctly injected during the
build. The issue was triggered when there were injected routes with the
same <code>entrypoint</code> and different <code>pattern</code></p>
</li>
</ul>
<h2>astro@4.16.12</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/12420">#12420</a>
<a
href="https://github.com/withastro/astro/commit/acac0af53466f8a381ccdac29ed2ad735d7b4e79"><code>acac0af</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixes an issue where the dev server returns a 404 status code when a
user middleware returns a valid <code>Response</code>.</li>
</ul>
<h2>astro@4.16.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12305">#12305</a>
<a
href="https://github.com/withastro/astro/commit/f5f71094ec74961b4cca2ee451798abd830c617a"><code>f5f7109</code></a>
Thanks <a
href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>!
- Fixes a case where the error overlay would not escape the message</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12402">#12402</a>
<a
href="https://github.com/withastro/astro/commit/823e73b164eab4115af31b1de8e978f2b4e0a95d"><code>823e73b</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixes a case where Astro allowed to call an action without using
<code>Astro.callAction</code>. This is now invalid, and Astro will show
a proper error.</p>
<pre lang="diff"><code>---
import { actions } from "astro:actions";
<h2>-const result = actions.getUser({ userId: 123 });
+const result = Astro.callAction(actions.getUser, { userId: 123 });</h2>
<p></code></pre></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12401">#12401</a>
<a
href="https://github.com/withastro/astro/commit/9cca10843912698e13d35f1bc3c493e2c96a06ee"><code>9cca108</code></a>
Thanks <a
href="https://github.com/bholmesdev"><code>@bholmesdev</code></a>! -
Fixes unexpected 200 status in dev server logs for action errors and
redirects.</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.13</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12436">#12436</a>
<a
href="https://github.com/withastro/astro/commit/453ec6b12f8c021e0bd0fd0ea9f71c8fc280f4b1"><code>453ec6b</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@martrapp</code></a>! - Fixes
a potential null access in the clientside router</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12392">#12392</a>
<a
href="https://github.com/withastro/astro/commit/0462219612183b65867aaaef9fa538d89f201999"><code>0462219</code></a>
Thanks <a
href="https://github.com/apatel369"><code>@apatel369</code></a>! -
Fixes an issue where scripts were not correctly injected during the
build. The issue was triggered when there were injected routes with the
same <code>entrypoint</code> and different <code>pattern</code></p>
</li>
</ul>
<h2>4.16.12</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/12420">#12420</a>
<a
href="https://github.com/withastro/astro/commit/acac0af53466f8a381ccdac29ed2ad735d7b4e79"><code>acac0af</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixes an issue where the dev server returns a 404 status code when a
user middleware returns a valid <code>Response</code>.</li>
</ul>
<h2>4.16.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12305">#12305</a>
<a
href="https://github.com/withastro/astro/commit/f5f71094ec74961b4cca2ee451798abd830c617a"><code>f5f7109</code></a>
Thanks <a
href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>!
- Fixes a case where the error overlay would not escape the message</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12402">#12402</a>
<a
href="https://github.com/withastro/astro/commit/823e73b164eab4115af31b1de8e978f2b4e0a95d"><code>823e73b</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixes a case where Astro allowed to call an action without using
<code>Astro.callAction</code>. This is now invalid, and Astro will show
a proper error.</p>
<pre lang="diff"><code>---
import { actions } from "astro:actions";
<h2>-const result = actions.getUser({ userId: 123 });
+const result = Astro.callAction(actions.getUser, { userId: 123 });</h2>
<p></code></pre></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12401">#12401</a>
<a
href="https://github.com/withastro/astro/commit/9cca10843912698e13d35f1bc3c493e2c96a06ee"><code>9cca108</code></a>
Thanks <a
href="https://github.com/bholmesdev"><code>@bholmesdev</code></a>! -
Fixes unexpected 200 status in dev server logs for action errors and
redirects.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/55091174158a80f2e023571f6d10ffdbf17d274b"><code>5509117</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12427">#12427</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/453ec6b12f8c021e0bd0fd0ea9f71c8fc280f4b1"><code>453ec6b</code></a>
prevents access to the history state if not set (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12436">#12436</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/9fc2ab8cc848739a21bfa3f754e9bec4926dc034"><code>9fc2ab8</code></a>
Update to svelte 5 (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12364">#12364</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/bdc0890061533466da19660ff83a331a3136f6c4"><code>bdc0890</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/0462219612183b65867aaaef9fa538d89f201999"><code>0462219</code></a>
Fix script injection during build (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12392">#12392</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/3b3bc9b8cd050bb27b5e4d51dd02cbcbd27c76f0"><code>3b3bc9b</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12422">#12422</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/acac0af53466f8a381ccdac29ed2ad735d7b4e79"><code>acac0af</code></a>
fix(routing): middleware in dev (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12420">#12420</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/e723e9e8ea21531b5200b22a14aca333b3a0580d"><code>e723e9e</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12403">#12403</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/471e7127a3a92f3008a71aa25a093e5f9b309176"><code>471e712</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/95d52a02366713f3cdfc130c05538437d6465325"><code>95d52a0</code></a>
update markdown config docs (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12382">#12382</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/astro@4.16.13/packages/astro">compare
view</a></li>
</ul>
</details>
<br />
Updates `tailwindcss` from 3.4.14 to 3.4.15
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.15</h2>
<ul>
<li>Bump versions for security vulnerabilities (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14697">#14697</a>)</li>
<li>Ensure the TypeScript types for the <code>boxShadow</code> theme
configuration allows arrays (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14856">#14856</a>)</li>
<li>Set fallback for opacity variables to ensure setting colors with the
<code>selection:*</code> variant works in Chrome 131 (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15003">#15003</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md">tailwindcss's
changelog</a>.</em></p>
<blockquote>
<h2>[3.4.15] - 2024-11-14</h2>
<ul>
<li>Bump versions for security vulnerabilities (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14697">#14697</a>)</li>
<li>Ensure the TypeScript types for the <code>boxShadow</code> theme
configuration allows arrays (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14856">#14856</a>)</li>
<li>Set fallback for opacity variables to ensure setting colors with the
<code>selection:*</code> variant works in Chrome 131 (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15003">#15003</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/6069a811871c58a9b202fbb3a6f13774c57278c0"><code>6069a81</code></a>
v3.4.15</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/d093dce0fb015d8255e2fe56ac227510370dd12f"><code>d093dce</code></a>
Add variable fallback to fix Chrome issue (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/15003">#15003</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/4de07697bdd7cb99eb4557456a31338c53f45ccc"><code>4de0769</code></a>
Fix config types for boxShadow (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14856">#14856</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/8b41e8262136a9e8426ec561609586d233fed62e"><code>8b41e82</code></a>
update changelog</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/825cd83ccaf5bc0f48d4fca4c281edc2e0017cdb"><code>825cd83</code></a>
Add <code>CODEOWNERS</code> file (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14702">#14702</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/c8c3a224423b1f14f0473a735f4138ee54f22426"><code>c8c3a22</code></a>
Bump dependencies to fix vulnerabilities (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14697">#14697</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15">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>1 parent 9cbea6f commit b41843fCopy full SHA for b41843f
File tree
Expand file treeCollapse file tree
2 files changed
+44
-38
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+44
-38
lines changed+42-36Lines changed: 42 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
0 commit comments