31.md (19745B)
1 # PR #31 Bump astro from 4.0.6 to 4.3.5 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-02-12T01:44:16Z 6 - **Branch:** dependabot/npm_and_yarn/astro-4.3.5 → main 7 - **Closed:** 2024-02-19T01:43:20Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [31.diff](./31.diff) 10 11 --- 12 13 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.0.6 to 4.3.5. 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.3.5</h2> 19 <h3>Patch Changes</h3> 20 <ul> 21 <li> 22 <p><a href="https://redirect.github.com/withastro/astro/pull/10022">#10022</a> <a href="https://github.com/withastro/astro/commit/3fc76efb2a8faa47edf67562a1f0c84a19be1b33"><code>3fc76efb2a8faa47edf67562a1f0c84a19be1b33</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes a regression where types for the <code>astro:content</code> module did not include required exports, leading to typescript errors.</p> 23 </li> 24 <li> 25 <p><a href="https://redirect.github.com/withastro/astro/pull/10016">#10016</a> <a href="https://github.com/withastro/astro/commit/037e4f12dd2f460d66f72c9f2d992b95e74d2da9"><code>037e4f12dd2f460d66f72c9f2d992b95e74d2da9</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a bug where routes with a name that start with the name of the <code>i18n.defaultLocale</code> were incorrectly returning a 404 response.</p> 26 </li> 27 </ul> 28 <h2>astro@4.3.4</h2> 29 <h3>Patch Changes</h3> 30 <ul> 31 <li> 32 <p><a href="https://redirect.github.com/withastro/astro/pull/10013">#10013</a> <a href="https://github.com/withastro/astro/commit/e6b5306a7de779ce495d0ff076d302de0aa57eaf"><code>e6b5306a7de779ce495d0ff076d302de0aa57eaf</code></a> Thanks <a href="https://github.com/delucis"><code>@delucis</code></a>! - Fixes a regression in content collection types</p> 33 </li> 34 <li> 35 <p><a href="https://redirect.github.com/withastro/astro/pull/10003">#10003</a> <a href="https://github.com/withastro/astro/commit/ce4283331f18c6178654dd705e3cf02efeef004a"><code>ce4283331f18c6178654dd705e3cf02efeef004a</code></a> Thanks <a href="https://github.com/bholmesdev"><code>@bholmesdev</code></a>! - Adds support for <code>.strict()</code> on content collection schemas when a custom <code>slug</code> is present.</p> 36 </li> 37 </ul> 38 <h2>astro@4.3.3</h2> 39 <h3>Patch Changes</h3> 40 <ul> 41 <li> 42 <p><a href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a> <a href="https://github.com/withastro/astro/commit/18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a bug in <code>Astro.currentLocale</code> that wasn't returning the correct locale when a locale is configured via <code>path</code></p> 43 </li> 44 <li> 45 <p><a href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a> <a href="https://github.com/withastro/astro/commit/18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a regression in <code>Astro.currentLocale</code> where it stopped working properly with dynamic routes</p> 46 </li> 47 <li> 48 <p><a href="https://redirect.github.com/withastro/astro/pull/9956">#9956</a> <a href="https://github.com/withastro/astro/commit/81acac24a3cac5a9143155c1d9f838ea84a70421"><code>81acac24a3cac5a9143155c1d9f838ea84a70421</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes HMR for MDX dependencies in Content Collections</p> 49 </li> 50 <li> 51 <p><a href="https://redirect.github.com/withastro/astro/pull/9999">#9999</a> <a href="https://github.com/withastro/astro/commit/c53a31321a935e4be04809046d7e0ba3cc41b272"><code>c53a31321a935e4be04809046d7e0ba3cc41b272</code></a> Thanks <a href="https://github.com/MoustaphaDev"><code>@MoustaphaDev</code></a>! - Rollbacks the feature which allowed to dynamically generate slots with variable slot names due to unexpected regressions.</p> 52 </li> 53 <li> 54 <p><a href="https://redirect.github.com/withastro/astro/pull/9906">#9906</a> <a href="https://github.com/withastro/astro/commit/3c0876cbed5033e6b5b42cc2b9d8b393d7e5a55e"><code>3c0876cbed5033e6b5b42cc2b9d8b393d7e5a55e</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Improves the types for the <code>astro:content</code> module by making low fidelity types available before running <code>astro sync</code></p> 55 </li> 56 </ul> 57 <h2>astro@4.3.2</h2> 58 <h3>Patch Changes</h3> 59 <ul> 60 <li> 61 <p><a href="https://redirect.github.com/withastro/astro/pull/9932">#9932</a> <a href="https://github.com/withastro/astro/commit/9f0d89fa7e9e7c08c8600b0c49c2cce7489a7582"><code>9f0d89fa7e9e7c08c8600b0c49c2cce7489a7582</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a case where a warning was logged even when the feature <code>i18nDomains</code> wasn't enabled</p> 62 </li> 63 <li> 64 <p><a href="https://redirect.github.com/withastro/astro/pull/9907">#9907</a> <a href="https://github.com/withastro/astro/commit/6c894af5ab79f290f4ff7feb68617a66e91febc1"><code>6c894af5ab79f290f4ff7feb68617a66e91febc1</code></a> Thanks <a href="https://github.com/ktym4a"><code>@ktym4a</code></a>! - Load 404.html on all non-existent paths on astro preview.</p> 65 </li> 66 </ul> 67 <h2>astro@4.3.1</h2> 68 <h3>Patch Changes</h3> 69 <ul> 70 <li> 71 <p><a href="https://redirect.github.com/withastro/astro/pull/9841">#9841</a> <a href="https://github.com/withastro/astro/commit/27ea080e24e2c5cdc59b63b1dfe0a83a0c696597"><code>27ea080e24e2c5cdc59b63b1dfe0a83a0c696597</code></a> Thanks <a href="https://github.com/kristianbinau"><code>@kristianbinau</code></a>! - Makes the warning clearer when having a custom <code>base</code> and requesting a public URL without it</p> 72 </li> 73 <li> 74 <p><a href="https://redirect.github.com/withastro/astro/pull/9888">#9888</a> <a href="https://github.com/withastro/astro/commit/9d2fdb293d6a7323e10126cebad18ef9a2ea2800"><code>9d2fdb293d6a7323e10126cebad18ef9a2ea2800</code></a> Thanks <a href="https://github.com/natemoo-re"><code>@natemoo-re</code></a>! - Improves error handling logic for the <code>astro sync</code> command.</p> 75 </li> 76 <li> 77 <p><a href="https://redirect.github.com/withastro/astro/pull/9918">#9918</a> <a href="https://github.com/withastro/astro/commit/d52529e09450c84933dd15d6481edb32269f537b"><code>d52529e09450c84933dd15d6481edb32269f537b</code></a> Thanks <a href="https://github.com/LarryIVC"><code>@LarryIVC</code></a>! - Adds the <code>name</code> attribute to the <code><details></code> tag type</p> 78 </li> 79 <li> 80 <p><a href="https://redirect.github.com/withastro/astro/pull/9938">#9938</a> <a href="https://github.com/withastro/astro/commit/1568afb78a163db63a4cde146dec87785a83db1d"><code>1568afb78a163db63a4cde146dec87785a83db1d</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes a regression where middleware did not run for prerendered pages and endpoints.</p> 81 </li> 82 <li> 83 <p><a href="https://redirect.github.com/withastro/astro/pull/9931">#9931</a> <a href="https://github.com/withastro/astro/commit/44674418965d658733d3602668a9354e18f8ef89"><code>44674418965d658733d3602668a9354e18f8ef89</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes a regression where a response created with <code>Response.redirect</code> or containing <code>null</code> as the body never completed in node-based adapters.</p> 84 </li> 85 </ul> 86 <h2>astro@4.3.0</h2> 87 <h3>Minor Changes</h3> 88 <!-- raw HTML omitted --> 89 </blockquote> 90 <p>... (truncated)</p> 91 </details> 92 <details> 93 <summary>Changelog</summary> 94 <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> 95 <blockquote> 96 <h2>4.3.5</h2> 97 <h3>Patch Changes</h3> 98 <ul> 99 <li> 100 <p><a href="https://redirect.github.com/withastro/astro/pull/10022">#10022</a> <a href="https://github.com/withastro/astro/commit/3fc76efb2a8faa47edf67562a1f0c84a19be1b33"><code>3fc76efb2a8faa47edf67562a1f0c84a19be1b33</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes a regression where types for the <code>astro:content</code> module did not include required exports, leading to typescript errors.</p> 101 </li> 102 <li> 103 <p><a href="https://redirect.github.com/withastro/astro/pull/10016">#10016</a> <a href="https://github.com/withastro/astro/commit/037e4f12dd2f460d66f72c9f2d992b95e74d2da9"><code>037e4f12dd2f460d66f72c9f2d992b95e74d2da9</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a bug where routes with a name that start with the name of the <code>i18n.defaultLocale</code> were incorrectly returning a 404 response.</p> 104 </li> 105 </ul> 106 <h2>4.3.4</h2> 107 <h3>Patch Changes</h3> 108 <ul> 109 <li> 110 <p><a href="https://redirect.github.com/withastro/astro/pull/10013">#10013</a> <a href="https://github.com/withastro/astro/commit/e6b5306a7de779ce495d0ff076d302de0aa57eaf"><code>e6b5306a7de779ce495d0ff076d302de0aa57eaf</code></a> Thanks <a href="https://github.com/delucis"><code>@delucis</code></a>! - Fixes a regression in content collection types</p> 111 </li> 112 <li> 113 <p><a href="https://redirect.github.com/withastro/astro/pull/10003">#10003</a> <a href="https://github.com/withastro/astro/commit/ce4283331f18c6178654dd705e3cf02efeef004a"><code>ce4283331f18c6178654dd705e3cf02efeef004a</code></a> Thanks <a href="https://github.com/bholmesdev"><code>@bholmesdev</code></a>! - Adds support for <code>.strict()</code> on content collection schemas when a custom <code>slug</code> is present.</p> 114 </li> 115 </ul> 116 <h2>4.3.3</h2> 117 <h3>Patch Changes</h3> 118 <ul> 119 <li> 120 <p><a href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a> <a href="https://github.com/withastro/astro/commit/18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a bug in <code>Astro.currentLocale</code> that wasn't returning the correct locale when a locale is configured via <code>path</code></p> 121 </li> 122 <li> 123 <p><a href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a> <a href="https://github.com/withastro/astro/commit/18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a regression in <code>Astro.currentLocale</code> where it stopped working properly with dynamic routes</p> 124 </li> 125 <li> 126 <p><a href="https://redirect.github.com/withastro/astro/pull/9956">#9956</a> <a href="https://github.com/withastro/astro/commit/81acac24a3cac5a9143155c1d9f838ea84a70421"><code>81acac24a3cac5a9143155c1d9f838ea84a70421</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes HMR for MDX dependencies in Content Collections</p> 127 </li> 128 <li> 129 <p><a href="https://redirect.github.com/withastro/astro/pull/9999">#9999</a> <a href="https://github.com/withastro/astro/commit/c53a31321a935e4be04809046d7e0ba3cc41b272"><code>c53a31321a935e4be04809046d7e0ba3cc41b272</code></a> Thanks <a href="https://github.com/MoustaphaDev"><code>@MoustaphaDev</code></a>! - Rollbacks the feature which allowed to dynamically generate slots with variable slot names due to unexpected regressions.</p> 130 </li> 131 <li> 132 <p><a href="https://redirect.github.com/withastro/astro/pull/9906">#9906</a> <a href="https://github.com/withastro/astro/commit/3c0876cbed5033e6b5b42cc2b9d8b393d7e5a55e"><code>3c0876cbed5033e6b5b42cc2b9d8b393d7e5a55e</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Improves the types for the <code>astro:content</code> module by making low fidelity types available before running <code>astro sync</code></p> 133 </li> 134 </ul> 135 <h2>4.3.2</h2> 136 <h3>Patch Changes</h3> 137 <ul> 138 <li> 139 <p><a href="https://redirect.github.com/withastro/astro/pull/9932">#9932</a> <a href="https://github.com/withastro/astro/commit/9f0d89fa7e9e7c08c8600b0c49c2cce7489a7582"><code>9f0d89fa7e9e7c08c8600b0c49c2cce7489a7582</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a case where a warning was logged even when the feature <code>i18nDomains</code> wasn't enabled</p> 140 </li> 141 <li> 142 <p><a href="https://redirect.github.com/withastro/astro/pull/9907">#9907</a> <a href="https://github.com/withastro/astro/commit/6c894af5ab79f290f4ff7feb68617a66e91febc1"><code>6c894af5ab79f290f4ff7feb68617a66e91febc1</code></a> Thanks <a href="https://github.com/ktym4a"><code>@ktym4a</code></a>! - Load 404.html on all non-existent paths on astro preview.</p> 143 </li> 144 </ul> 145 <h2>4.3.1</h2> 146 <h3>Patch Changes</h3> 147 <ul> 148 <li> 149 <p><a href="https://redirect.github.com/withastro/astro/pull/9841">#9841</a> <a href="https://github.com/withastro/astro/commit/27ea080e24e2c5cdc59b63b1dfe0a83a0c696597"><code>27ea080e24e2c5cdc59b63b1dfe0a83a0c696597</code></a> Thanks <a href="https://github.com/kristianbinau"><code>@kristianbinau</code></a>! - Makes the warning clearer when having a custom <code>base</code> and requesting a public URL without it</p> 150 </li> 151 <li> 152 <p><a href="https://redirect.github.com/withastro/astro/pull/9888">#9888</a> <a href="https://github.com/withastro/astro/commit/9d2fdb293d6a7323e10126cebad18ef9a2ea2800"><code>9d2fdb293d6a7323e10126cebad18ef9a2ea2800</code></a> Thanks <a href="https://github.com/natemoo-re"><code>@natemoo-re</code></a>! - Improves error handling logic for the <code>astro sync</code> command.</p> 153 </li> 154 <li> 155 <p><a href="https://redirect.github.com/withastro/astro/pull/9918">#9918</a> <a href="https://github.com/withastro/astro/commit/d52529e09450c84933dd15d6481edb32269f537b"><code>d52529e09450c84933dd15d6481edb32269f537b</code></a> Thanks <a href="https://github.com/LarryIVC"><code>@LarryIVC</code></a>! - Adds the <code>name</code> attribute to the <code><details></code> tag type</p> 156 </li> 157 <li> 158 <p><a href="https://redirect.github.com/withastro/astro/pull/9938">#9938</a> <a href="https://github.com/withastro/astro/commit/1568afb78a163db63a4cde146dec87785a83db1d"><code>1568afb78a163db63a4cde146dec87785a83db1d</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes a regression where middleware did not run for prerendered pages and endpoints.</p> 159 </li> 160 </ul> 161 <!-- raw HTML omitted --> 162 </blockquote> 163 <p>... (truncated)</p> 164 </details> 165 <details> 166 <summary>Commits</summary> 167 <ul> 168 <li><a href="https://github.com/withastro/astro/commit/ef00224a86a5863f2800274d1034d7b039b55749"><code>ef00224</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10018">#10018</a>)</li> 169 <li><a href="https://github.com/withastro/astro/commit/3fc76efb2a8faa47edf67562a1f0c84a19be1b33"><code>3fc76ef</code></a> fix(astro:content): include required type declarations (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10022">#10022</a>)</li> 170 <li><a href="https://github.com/withastro/astro/commit/9ef79173a6a826a7ee20682c6925a18e6ec839d3"><code>9ef7917</code></a> chore: move i18n routing tests (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10002">#10002</a>)</li> 171 <li><a href="https://github.com/withastro/astro/commit/037e4f12dd2f460d66f72c9f2d992b95e74d2da9"><code>037e4f1</code></a> fix(i18n): don't consider URLs that start with the name of the defaut locale ...</li> 172 <li><a href="https://github.com/withastro/astro/commit/fa9218e8369557ccfc4bbed1a40c2602c7bbcaf8"><code>fa9218e</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10014">#10014</a>)</li> 173 <li><a href="https://github.com/withastro/astro/commit/e6b5306a7de779ce495d0ff076d302de0aa57eaf"><code>e6b5306</code></a> Move <code>astro:content</code> types declaration to manual ambient module (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10013">#10013</a>)</li> 174 <li><a href="https://github.com/withastro/astro/commit/88628a4f9e95173800cbd791468b4dab7797e2b2"><code>88628a4</code></a> Fix small typo in astro.ts (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10008">#10008</a>)</li> 175 <li><a href="https://github.com/withastro/astro/commit/7596f0cd3b44b28a8fa0b1660bb9056de6930ad4"><code>7596f0c</code></a> [ci] format</li> 176 <li><a href="https://github.com/withastro/astro/commit/436841e97e0ecbf6e5e1658b2c1e272d7856cdc9"><code>436841e</code></a> Use eslint-plugin-regexp (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9993">#9993</a>)</li> 177 <li><a href="https://github.com/withastro/astro/commit/ce4283331f18c6178654dd705e3cf02efeef004a"><code>ce42833</code></a> Fix: support <code>strict()</code> on content collection schemas when <code>slug</code> is present ...</li> 178 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@4.3.5/packages/astro">compare view</a></li> 179 </ul> 180 </details> 181 <br /> 182 183 184 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 185 186 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`. 187 188 [//]: # (dependabot-automerge-start) 189 [//]: # (dependabot-automerge-end) 190 191 --- 192 193 <details> 194 <summary>Dependabot commands and options</summary> 195 <br /> 196 197 You can trigger Dependabot actions by commenting on this PR: 198 - `@dependabot rebase` will rebase this PR 199 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 200 - `@dependabot merge` will merge this PR after your CI passes on it 201 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 202 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 203 - `@dependabot reopen` will reopen this PR if it is closed 204 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 205 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 206 - `@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) 207 - `@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) 208 - `@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) 209 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency 210 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions 211 212 213 </details> 214 215 216 ## Comments 217 218 ### @dependabot[bot] — 2024-02-19T01:43:19Z 219 220 Superseded by #32. 221