1.md (11537B)
1 # PR #1 Bump astro from 4.0.1 to 4.0.3 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-12-10T14:02:56Z 6 - **Branch:** dependabot/npm_and_yarn/astro-4.0.3 → main 7 - **Closed:** 2023-12-10T14:05:02Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [1.diff](./1.diff) 10 11 --- 12 13 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.0.1 to 4.0.3. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/withastro/astro/releases">astro's releases</a>.</em></p> 17 <blockquote> 18 <h2>astro@4.0.3</h2> 19 <h3>Patch Changes</h3> 20 <ul> 21 <li> 22 <p><a href="https://redirect.github.com/withastro/astro/pull/9342">#9342</a> <a href="https://github.com/withastro/astro/commit/eb942942d67508c07d7efaa859a7840f7c0223da"><code>eb942942d</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fix missing <code>is:inline</code> type for the <code><slot /></code> element</p> 23 </li> 24 <li> 25 <p><a href="https://redirect.github.com/withastro/astro/pull/9343">#9343</a> <a href="https://github.com/withastro/astro/commit/ab0281aee419e58c6079ca393987fe1ff0541dd5"><code>ab0281aee</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Adds source file properties to HTML elements only if devToolbar is enabled</p> 26 </li> 27 <li> 28 <p><a href="https://redirect.github.com/withastro/astro/pull/9336">#9336</a> <a href="https://github.com/withastro/astro/commit/c76901065545f6a8d3de3e44d1c8ee5456a8a77a"><code>c76901065</code></a> Thanks <a href="https://github.com/FredKSchott"><code>@FredKSchott</code></a>! - dev: fix issue where 404 and 500 responses were logged as 200</p> 29 </li> 30 <li> 31 <p><a href="https://redirect.github.com/withastro/astro/pull/9339">#9339</a> <a href="https://github.com/withastro/astro/commit/0bb3d532219fb90fc08bfb472fc981fab6543d16"><code>0bb3d5322</code></a> Thanks <a href="https://github.com/morinokami"><code>@morinokami</code></a>! - Fixed the log message to correctly display 'enabled' and 'disabled' when toggling 'Disable notifications' in the Toolbar.</p> 32 </li> 33 </ul> 34 <h2><code>@astrojs/vue</code><a href="https://github.com/4"><code>@4</code></a>.0.2</h2> 35 <h3>Patch Changes</h3> 36 <ul> 37 <li><a href="https://redirect.github.com/withastro/astro/pull/9333">#9333</a> <a href="https://github.com/withastro/astro/commit/b832cd190199d4269d25d5d6e6b7efb399a69070"><code>b832cd190</code></a> Thanks <a href="https://github.com/natemoo-re"><code>@natemoo-re</code></a>! - Fixes issue with <code>appEntrypoint</code> when running <code>astro dev</code></li> 38 </ul> 39 <h2>astro@4.0.2</h2> 40 <h3>Patch Changes</h3> 41 <ul> 42 <li> 43 <p><a href="https://redirect.github.com/withastro/astro/pull/9331">#9331</a> <a href="https://github.com/withastro/astro/commit/cfb20550d346a33e76e23453d5dcd084e5065c4d"><code>cfb20550d</code></a> Thanks <a href="https://github.com/natemoo-re"><code>@natemoo-re</code></a>! - Updates an internal dependency (<a href="https://github.com/svitejs/vitefu"><code>vitefu</code></a>) to avoid a common <code>peerDependency</code> warning</p> 44 </li> 45 <li> 46 <p><a href="https://redirect.github.com/withastro/astro/pull/9327">#9327</a> <a href="https://github.com/withastro/astro/commit/3878a91be4879988c7235f433e50a6dc82e32288"><code>3878a91be</code></a> Thanks <a href="https://github.com/doseofted"><code>@doseofted</code></a>! - Fixes an edge case for <code><form method="dialog"></code> when using View Transitions. Forms with <code>method="dialog"</code> no longer require an additional <code>data-astro-reload</code> attribute.</p> 47 </li> 48 </ul> 49 </blockquote> 50 </details> 51 <details> 52 <summary>Changelog</summary> 53 <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> 54 <blockquote> 55 <h2>4.0.3</h2> 56 <h3>Patch Changes</h3> 57 <ul> 58 <li> 59 <p><a href="https://redirect.github.com/withastro/astro/pull/9342">#9342</a> <a href="https://github.com/withastro/astro/commit/eb942942d67508c07d7efaa859a7840f7c0223da"><code>eb942942d</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fix missing <code>is:inline</code> type for the <code><slot /></code> element</p> 60 </li> 61 <li> 62 <p><a href="https://redirect.github.com/withastro/astro/pull/9343">#9343</a> <a href="https://github.com/withastro/astro/commit/ab0281aee419e58c6079ca393987fe1ff0541dd5"><code>ab0281aee</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Adds source file properties to HTML elements only if devToolbar is enabled</p> 63 </li> 64 <li> 65 <p><a href="https://redirect.github.com/withastro/astro/pull/9336">#9336</a> <a href="https://github.com/withastro/astro/commit/c76901065545f6a8d3de3e44d1c8ee5456a8a77a"><code>c76901065</code></a> Thanks <a href="https://github.com/FredKSchott"><code>@FredKSchott</code></a>! - dev: fix issue where 404 and 500 responses were logged as 200</p> 66 </li> 67 <li> 68 <p><a href="https://redirect.github.com/withastro/astro/pull/9339">#9339</a> <a href="https://github.com/withastro/astro/commit/0bb3d532219fb90fc08bfb472fc981fab6543d16"><code>0bb3d5322</code></a> Thanks <a href="https://github.com/morinokami"><code>@morinokami</code></a>! - Fixed the log message to correctly display 'enabled' and 'disabled' when toggling 'Disable notifications' in the Toolbar.</p> 69 </li> 70 </ul> 71 <h2>4.0.2</h2> 72 <h3>Patch Changes</h3> 73 <ul> 74 <li> 75 <p><a href="https://redirect.github.com/withastro/astro/pull/9331">#9331</a> <a href="https://github.com/withastro/astro/commit/cfb20550d346a33e76e23453d5dcd084e5065c4d"><code>cfb20550d</code></a> Thanks <a href="https://github.com/natemoo-re"><code>@natemoo-re</code></a>! - Updates an internal dependency (<a href="https://github.com/svitejs/vitefu"><code>vitefu</code></a>) to avoid a common <code>peerDependency</code> warning</p> 76 </li> 77 <li> 78 <p><a href="https://redirect.github.com/withastro/astro/pull/9327">#9327</a> <a href="https://github.com/withastro/astro/commit/3878a91be4879988c7235f433e50a6dc82e32288"><code>3878a91be</code></a> Thanks <a href="https://github.com/doseofted"><code>@doseofted</code></a>! - Fixes an edge case for <code><form method="dialog"></code> when using View Transitions. Forms with <code>method="dialog"</code> no longer require an additional <code>data-astro-reload</code> attribute.</p> 79 </li> 80 </ul> 81 </blockquote> 82 </details> 83 <details> 84 <summary>Commits</summary> 85 <ul> 86 <li><a href="https://github.com/withastro/astro/commit/3e4109b08f7cf79492724f145c44e0c561d21954"><code>3e4109b</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9340">#9340</a>)</li> 87 <li><a href="https://github.com/withastro/astro/commit/ab0281aee419e58c6079ca393987fe1ff0541dd5"><code>ab0281a</code></a> Adds source file properties to HTML elements only if devToolbar is enabled (#...</li> 88 <li><a href="https://github.com/withastro/astro/commit/eb942942d67508c07d7efaa859a7840f7c0223da"><code>eb94294</code></a> fix: add types for <code>is:inline</code> on slots (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9342">#9342</a>)</li> 89 <li><a href="https://github.com/withastro/astro/commit/c76901065545f6a8d3de3e44d1c8ee5456a8a77a"><code>c769010</code></a> Fix issue where 404/500 status codes were logged as "[200]" (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9336">#9336</a>)</li> 90 <li><a href="https://github.com/withastro/astro/commit/0bb3d532219fb90fc08bfb472fc981fab6543d16"><code>0bb3d53</code></a> Fix log message for <code>Disable notifications</code> (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9339">#9339</a>)</li> 91 <li><a href="https://github.com/withastro/astro/commit/895ebcb5bfeb2fe08ae939eaceeb0405cff91ca5"><code>895ebcb</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9332">#9332</a>)</li> 92 <li><a href="https://github.com/withastro/astro/commit/6404d26a22417587cac272bc473ee1c8eb8c69a3"><code>6404d26</code></a> [ci] format</li> 93 <li><a href="https://github.com/withastro/astro/commit/3878a91be4879988c7235f433e50a6dc82e32288"><code>3878a91</code></a> Prevent client-side navigation for method="dialog" (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9327">#9327</a>)</li> 94 <li><a href="https://github.com/withastro/astro/commit/cfb20550d346a33e76e23453d5dcd084e5065c4d"><code>cfb2055</code></a> Update <code>vitefu</code> version (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9331">#9331</a>)</li> 95 <li><a href="https://github.com/withastro/astro/commit/aa2e76d54f8169682b818f3e8066baa7c913962f"><code>aa2e76d</code></a> [ci] format</li> 96 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@4.0.3/packages/astro">compare view</a></li> 97 </ul> 98 </details> 99 <br /> 100 101 102 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 103 104 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`. 105 106 [//]: # (dependabot-automerge-start) 107 [//]: # (dependabot-automerge-end) 108 109 --- 110 111 <details> 112 <summary>Dependabot commands and options</summary> 113 <br /> 114 115 You can trigger Dependabot actions by commenting on this PR: 116 - `@dependabot rebase` will rebase this PR 117 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 118 - `@dependabot merge` will merge this PR after your CI passes on it 119 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 120 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 121 - `@dependabot reopen` will reopen this PR if it is closed 122 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 123 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 124 - `@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) 125 - `@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) 126 - `@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) 127 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency 128 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions 129 130 131 </details> 132 133 134 ## Comments 135 136 ### @dependabot[bot] — 2023-12-10T14:05:00Z 137 138 Looks like astro is up-to-date now, so this is no longer needed. 139