47.md (17381B)
1 # PR #47 Bump astro from 4.0.6 to 4.5.16 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-04-08T01:42:43Z 6 - **Branch:** dependabot/npm_and_yarn/astro-4.5.16 → main 7 - **Closed:** 2024-04-15T01:44:54Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [47.diff](./47.diff) 10 11 --- 12 13 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.0.6 to 4.5.16. 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.5.16</h2> 19 <h3>Patch Changes</h3> 20 <ul> 21 <li> 22 <p><a href="https://redirect.github.com/withastro/astro/pull/10679">#10679</a> <a href="https://github.com/withastro/astro/commit/ca6bb1f31ef041e6ccf8ef974856fa945ff5bb31"><code>ca6bb1f31ef041e6ccf8ef974856fa945ff5bb31</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Generates missing popstate events for Firefox when navigating to hash targets on the same page.</p> 23 </li> 24 <li> 25 <p><a href="https://redirect.github.com/withastro/astro/pull/10669">#10669</a> <a href="https://github.com/withastro/astro/commit/0464563e527f821e53d78028d9bbf3c4e1050f5b"><code>0464563e527f821e53d78028d9bbf3c4e1050f5b</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes Astro waiting infinitely in CI when a required package was not installed</p> 26 </li> 27 </ul> 28 <h2>astro@4.5.15</h2> 29 <h3>Patch Changes</h3> 30 <ul> 31 <li> 32 <p><a href="https://redirect.github.com/withastro/astro/pull/10666">#10666</a> <a href="https://github.com/withastro/astro/commit/55ddb2ba4889480f776a8d29b9dcd531b9f5ab3e"><code>55ddb2ba4889480f776a8d29b9dcd531b9f5ab3e</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes an issue where forwarded requests did not include hostname on node-based adapters. This also makes error pages more reliable.</p> 33 </li> 34 <li> 35 <p><a href="https://redirect.github.com/withastro/astro/pull/10642">#10642</a> <a href="https://github.com/withastro/astro/commit/4f5dc14f315eba7ea6ec5cc8e5dacb0cb81288dd"><code>4f5dc14f315eba7ea6ec5cc8e5dacb0cb81288dd</code></a> Thanks <a href="https://github.com/OliverSpeir"><code>@OliverSpeir</code></a>! - Fixes typing issues when using <code>format</code> and <code>quality</code> options with remote images</p> 36 </li> 37 <li> 38 <p><a href="https://redirect.github.com/withastro/astro/pull/10616">#10616</a> <a href="https://github.com/withastro/astro/commit/317d18ef8c9cf4fd13647518e3fd352774a86481"><code>317d18ef8c9cf4fd13647518e3fd352774a86481</code></a> Thanks <a href="https://github.com/NikolaRHristov"><code>@NikolaRHristov</code></a>! - This change disables the <code>sharp</code> <code>libvips</code> image cache as it errors when the 39 file is too small and operations are happening too fast (runs into a race 40 condition)</p> 41 </li> 42 </ul> 43 <h2>astro@4.5.14</h2> 44 <h3>Patch Changes</h3> 45 <ul> 46 <li> 47 <p><a href="https://redirect.github.com/withastro/astro/pull/10470">#10470</a> <a href="https://github.com/withastro/astro/commit/320c309ca9fbe51c40e6ba846d04a0cb49aced5f"><code>320c309ca9fbe51c40e6ba846d04a0cb49aced5f</code></a> Thanks <a href="https://github.com/liruifengv"><code>@liruifengv</code></a>! - improves <code>client:only</code> error message</p> 48 </li> 49 <li> 50 <p><a href="https://redirect.github.com/withastro/astro/pull/10496">#10496</a> <a href="https://github.com/withastro/astro/commit/ce985631129e49f7ea90e6ea690ef9f9cf0e6987"><code>ce985631129e49f7ea90e6ea690ef9f9cf0e6987</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Makes the warning less scary when adding 3rd-party integrations using <code>astro add</code></p> 51 </li> 52 </ul> 53 <h2>astro@4.5.13</h2> 54 <h3>Patch Changes</h3> 55 <ul> 56 <li> 57 <p><a href="https://redirect.github.com/withastro/astro/pull/10495">#10495</a> <a href="https://github.com/withastro/astro/commit/046d69d517118ab5c0e71604b321729d66ddffff"><code>046d69d517118ab5c0e71604b321729d66ddffff</code></a> Thanks <a href="https://github.com/satyarohith"><code>@satyarohith</code></a>! - This patch allows astro to run in node-compat mode in Deno. Deno doesn't support 58 construction of response from async iterables in node-compat mode so we need to 59 use ReadableStream.</p> 60 </li> 61 <li> 62 <p><a href="https://redirect.github.com/withastro/astro/pull/10605">#10605</a> <a href="https://github.com/withastro/astro/commit/a16a829f4e25ad5c9a1b4557ec089fc8ab53320f"><code>a16a829f4e25ad5c9a1b4557ec089fc8ab53320f</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Fixes an issue with outdated page titles in browser history when using text fragments in view transition navigation.</p> 63 </li> 64 <li> 65 <p><a href="https://redirect.github.com/withastro/astro/pull/10584">#10584</a> <a href="https://github.com/withastro/astro/commit/e648c5575a8774af739231cfa9fc27a32086aa5f"><code>e648c5575a8774af739231cfa9fc27a32086aa5f</code></a> Thanks <a href="https://github.com/duanwilliam"><code>@duanwilliam</code></a>! - Fixes a bug where JSX runtime would error on components with nullish prop values in certain conditions.</p> 66 </li> 67 <li> 68 <p><a href="https://redirect.github.com/withastro/astro/pull/10608">#10608</a> <a href="https://github.com/withastro/astro/commit/e31bea0704890ff92ce4f9b0ce536c1c90715f2c"><code>e31bea0704890ff92ce4f9b0ce536c1c90715f2c</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes bug with head content being pushed into body</p> 69 </li> 70 <li> 71 <p>Updated dependencies [<a href="https://github.com/withastro/astro/commit/2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de"><code>2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de</code></a>, <a href="https://github.com/withastro/astro/commit/374efcdff9625ca43309d89e3b9cfc9174351512"><code>374efcdff9625ca43309d89e3b9cfc9174351512</code></a>]:</p> 72 <ul> 73 <li><code>@astrojs/markdown-remark</code><a href="https://github.com/5"><code>@5</code></a>.0.0</li> 74 </ul> 75 </li> 76 </ul> 77 <h2>astro@4.5.12</h2> 78 <h3>Patch Changes</h3> 79 <ul> 80 <li> 81 <p><a href="https://redirect.github.com/withastro/astro/pull/10596">#10596</a> <a href="https://github.com/withastro/astro/commit/20463a6c1e1271d8dc3cb0ab3419ee5c72abd218"><code>20463a6c1e1271d8dc3cb0ab3419ee5c72abd218</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Add <code>removeBase</code> function</p> 82 </li> 83 <li> 84 <p>Updated dependencies [<a href="https://github.com/withastro/astro/commit/20463a6c1e1271d8dc3cb0ab3419ee5c72abd218"><code>20463a6c1e1271d8dc3cb0ab3419ee5c72abd218</code></a>]:</p> 85 <ul> 86 <li><code>@astrojs/internal-helpers</code><a href="https://github.com/0"><code>@0</code></a>.4.0</li> 87 </ul> 88 </li> 89 </ul> 90 <h2>astro@4.5.11</h2> 91 <!-- raw HTML omitted --> 92 </blockquote> 93 <p>... (truncated)</p> 94 </details> 95 <details> 96 <summary>Changelog</summary> 97 <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> 98 <blockquote> 99 <h2>4.5.16</h2> 100 <h3>Patch Changes</h3> 101 <ul> 102 <li> 103 <p><a href="https://redirect.github.com/withastro/astro/pull/10679">#10679</a> <a href="https://github.com/withastro/astro/commit/ca6bb1f31ef041e6ccf8ef974856fa945ff5bb31"><code>ca6bb1f31ef041e6ccf8ef974856fa945ff5bb31</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Generates missing popstate events for Firefox when navigating to hash targets on the same page.</p> 104 </li> 105 <li> 106 <p><a href="https://redirect.github.com/withastro/astro/pull/10669">#10669</a> <a href="https://github.com/withastro/astro/commit/0464563e527f821e53d78028d9bbf3c4e1050f5b"><code>0464563e527f821e53d78028d9bbf3c4e1050f5b</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes Astro waiting infinitely in CI when a required package was not installed</p> 107 </li> 108 </ul> 109 <h2>4.5.15</h2> 110 <h3>Patch Changes</h3> 111 <ul> 112 <li> 113 <p><a href="https://redirect.github.com/withastro/astro/pull/10666">#10666</a> <a href="https://github.com/withastro/astro/commit/55ddb2ba4889480f776a8d29b9dcd531b9f5ab3e"><code>55ddb2ba4889480f776a8d29b9dcd531b9f5ab3e</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes an issue where forwarded requests did not include hostname on node-based adapters. This also makes error pages more reliable.</p> 114 </li> 115 <li> 116 <p><a href="https://redirect.github.com/withastro/astro/pull/10642">#10642</a> <a href="https://github.com/withastro/astro/commit/4f5dc14f315eba7ea6ec5cc8e5dacb0cb81288dd"><code>4f5dc14f315eba7ea6ec5cc8e5dacb0cb81288dd</code></a> Thanks <a href="https://github.com/OliverSpeir"><code>@OliverSpeir</code></a>! - Fixes typing issues when using <code>format</code> and <code>quality</code> options with remote images</p> 117 </li> 118 <li> 119 <p><a href="https://redirect.github.com/withastro/astro/pull/10616">#10616</a> <a href="https://github.com/withastro/astro/commit/317d18ef8c9cf4fd13647518e3fd352774a86481"><code>317d18ef8c9cf4fd13647518e3fd352774a86481</code></a> Thanks <a href="https://github.com/NikolaRHristov"><code>@NikolaRHristov</code></a>! - This change disables the <code>sharp</code> <code>libvips</code> image cache as it errors when the 120 file is too small and operations are happening too fast (runs into a race 121 condition)</p> 122 </li> 123 </ul> 124 <h2>4.5.14</h2> 125 <h3>Patch Changes</h3> 126 <ul> 127 <li> 128 <p><a href="https://redirect.github.com/withastro/astro/pull/10470">#10470</a> <a href="https://github.com/withastro/astro/commit/320c309ca9fbe51c40e6ba846d04a0cb49aced5f"><code>320c309ca9fbe51c40e6ba846d04a0cb49aced5f</code></a> Thanks <a href="https://github.com/liruifengv"><code>@liruifengv</code></a>! - improves <code>client:only</code> error message</p> 129 </li> 130 <li> 131 <p><a href="https://redirect.github.com/withastro/astro/pull/10496">#10496</a> <a href="https://github.com/withastro/astro/commit/ce985631129e49f7ea90e6ea690ef9f9cf0e6987"><code>ce985631129e49f7ea90e6ea690ef9f9cf0e6987</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Makes the warning less scary when adding 3rd-party integrations using <code>astro add</code></p> 132 </li> 133 </ul> 134 <h2>4.5.13</h2> 135 <h3>Patch Changes</h3> 136 <ul> 137 <li> 138 <p><a href="https://redirect.github.com/withastro/astro/pull/10495">#10495</a> <a href="https://github.com/withastro/astro/commit/046d69d517118ab5c0e71604b321729d66ddffff"><code>046d69d517118ab5c0e71604b321729d66ddffff</code></a> Thanks <a href="https://github.com/satyarohith"><code>@satyarohith</code></a>! - This patch allows astro to run in node-compat mode in Deno. Deno doesn't support 139 construction of response from async iterables in node-compat mode so we need to 140 use ReadableStream.</p> 141 </li> 142 <li> 143 <p><a href="https://redirect.github.com/withastro/astro/pull/10605">#10605</a> <a href="https://github.com/withastro/astro/commit/a16a829f4e25ad5c9a1b4557ec089fc8ab53320f"><code>a16a829f4e25ad5c9a1b4557ec089fc8ab53320f</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Fixes an issue with outdated page titles in browser history when using text fragments in view transition navigation.</p> 144 </li> 145 <li> 146 <p><a href="https://redirect.github.com/withastro/astro/pull/10584">#10584</a> <a href="https://github.com/withastro/astro/commit/e648c5575a8774af739231cfa9fc27a32086aa5f"><code>e648c5575a8774af739231cfa9fc27a32086aa5f</code></a> Thanks <a href="https://github.com/duanwilliam"><code>@duanwilliam</code></a>! - Fixes a bug where JSX runtime would error on components with nullish prop values in certain conditions.</p> 147 </li> 148 <li> 149 <p><a href="https://redirect.github.com/withastro/astro/pull/10608">#10608</a> <a href="https://github.com/withastro/astro/commit/e31bea0704890ff92ce4f9b0ce536c1c90715f2c"><code>e31bea0704890ff92ce4f9b0ce536c1c90715f2c</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes bug with head content being pushed into body</p> 150 </li> 151 <li> 152 <p>Updated dependencies [<a href="https://github.com/withastro/astro/commit/2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de"><code>2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de</code></a>, <a href="https://github.com/withastro/astro/commit/374efcdff9625ca43309d89e3b9cfc9174351512"><code>374efcdff9625ca43309d89e3b9cfc9174351512</code></a>]:</p> 153 <ul> 154 <li><code>@astrojs/markdown-remark</code><a href="https://github.com/5"><code>@5</code></a>.0.0</li> 155 </ul> 156 </li> 157 </ul> 158 <h2>4.5.12</h2> 159 <h3>Patch Changes</h3> 160 <ul> 161 <li><a href="https://redirect.github.com/withastro/astro/pull/10596">#10596</a> <a href="https://github.com/withastro/astro/commit/20463a6c1e1271d8dc3cb0ab3419ee5c72abd218"><code>20463a6c1e1271d8dc3cb0ab3419ee5c72abd218</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Add <code>removeBase</code> function</li> 162 </ul> 163 <!-- raw HTML omitted --> 164 </blockquote> 165 <p>... (truncated)</p> 166 </details> 167 <details> 168 <summary>Commits</summary> 169 <ul> 170 <li><a href="https://github.com/withastro/astro/commit/e2a780a46d8c2fea81d516cb48ba45650d891282"><code>e2a780a</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10674">#10674</a>)</li> 171 <li><a href="https://github.com/withastro/astro/commit/3bd6758e1cdd4be617a8c69ac7c94c4d0dab0999"><code>3bd6758</code></a> [ci] format</li> 172 <li><a href="https://github.com/withastro/astro/commit/ca6bb1f31ef041e6ccf8ef974856fa945ff5bb31"><code>ca6bb1f</code></a> Generates missing popstate events for Firefox when navigating to hash targets...</li> 173 <li><a href="https://github.com/withastro/astro/commit/45414a21ccb99cb986e85a875f37f192a5d9fa00"><code>45414a2</code></a> [ci] format</li> 174 <li><a href="https://github.com/withastro/astro/commit/0464563e527f821e53d78028d9bbf3c4e1050f5b"><code>0464563</code></a> fix(install-package): Automatically exit in CI instead of waiting for input (...</li> 175 <li><a href="https://github.com/withastro/astro/commit/8ca8943ce2c10f06c90398f10c583002cd9a6bee"><code>8ca8943</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10656">#10656</a>)</li> 176 <li><a href="https://github.com/withastro/astro/commit/0a407c4326060200b174a88d700c62bd34d5a49b"><code>0a407c4</code></a> [ci] format</li> 177 <li><a href="https://github.com/withastro/astro/commit/55ddb2ba4889480f776a8d29b9dcd531b9f5ab3e"><code>55ddb2b</code></a> fix(app/node): include <code>x-forwarded-port</code> header in url (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10666">#10666</a>)</li> 178 <li><a href="https://github.com/withastro/astro/commit/317d18ef8c9cf4fd13647518e3fd352774a86481"><code>317d18e</code></a> Disable <code>sharp</code> <code>libvips</code> cache. (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10616">#10616</a>)</li> 179 <li><a href="https://github.com/withastro/astro/commit/4f5dc14f315eba7ea6ec5cc8e5dacb0cb81288dd"><code>4f5dc14</code></a> Move format option from LocalImageProps to ImageSharedProps (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10642">#10642</a>)</li> 180 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@4.5.16/packages/astro">compare view</a></li> 181 </ul> 182 </details> 183 <br /> 184 185 186 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 187 188 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`. 189 190 [//]: # (dependabot-automerge-start) 191 [//]: # (dependabot-automerge-end) 192 193 --- 194 195 <details> 196 <summary>Dependabot commands and options</summary> 197 <br /> 198 199 You can trigger Dependabot actions by commenting on this PR: 200 - `@dependabot rebase` will rebase this PR 201 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 202 - `@dependabot merge` will merge this PR after your CI passes on it 203 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 204 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 205 - `@dependabot reopen` will reopen this PR if it is closed 206 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 207 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 208 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) 209 - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) 210 - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) 211 212 213 </details> 214 215 216 ## Comments 217 218 ### @dependabot[bot] — 2024-04-15T01:44:54Z 219 220 Superseded by #48. 221