35.md (19759B)
1 # PR #35 Bump astro from 4.0.6 to 4.4.4 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-02-26T01:47:38Z 6 - **Branch:** dependabot/npm_and_yarn/astro-4.4.4 → main 7 - **Closed:** 2024-03-04T01:52:45Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [35.diff](./35.diff) 10 11 --- 12 13 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.0.6 to 4.4.4. 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.4.4</h2> 19 <h3>Patch Changes</h3> 20 <ul> 21 <li> 22 <p><a href="https://redirect.github.com/withastro/astro/pull/10195">#10195</a> <a href="https://github.com/withastro/astro/commit/903eace233033998811b72e27a54c80d8e59ff37"><code>903eace233033998811b72e27a54c80d8e59ff37</code></a> Thanks <a href="https://github.com/1574242600"><code>@1574242600</code></a>! - Fix build failure caused by read-only files under /public (in the presence of client-side JS).</p> 23 </li> 24 <li> 25 <p><a href="https://redirect.github.com/withastro/astro/pull/10205">#10205</a> <a href="https://github.com/withastro/astro/commit/459f74bc71748279fe7dce0688f38bd74b51c5c1"><code>459f74bc71748279fe7dce0688f38bd74b51c5c1</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Adds an error message for non-string transition:name values</p> 26 </li> 27 <li> 28 <p><a href="https://redirect.github.com/withastro/astro/pull/10208">#10208</a> <a href="https://github.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d"><code>8cd38f02456640c063552aef00b2b8a216b3935d</code></a> Thanks <a href="https://github.com/log101"><code>@log101</code></a>! - Fixes custom headers are not added to the Node standalone server responses in preview mode</p> 29 </li> 30 </ul> 31 <h2>astro@4.4.3</h2> 32 <h3>Patch Changes</h3> 33 <ul> 34 <li> 35 <p><a href="https://redirect.github.com/withastro/astro/pull/10143">#10143</a> <a href="https://github.com/withastro/astro/commit/7c5fcd2fa817472f480bbfbbc11b9ed71a7210ab"><code>7c5fcd2fa817472f480bbfbbc11b9ed71a7210ab</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Improves the default <code>optimizeDeps.entries</code> Vite config to avoid globbing server endpoints, and respect the <code>srcDir</code> option</p> 36 </li> 37 <li> 38 <p><a href="https://redirect.github.com/withastro/astro/pull/10197">#10197</a> <a href="https://github.com/withastro/astro/commit/c856c729404196900a7386c8426b81e79684a6a9"><code>c856c729404196900a7386c8426b81e79684a6a9</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes errors being logged twice in some cases</p> 39 </li> 40 <li> 41 <p><a href="https://redirect.github.com/withastro/astro/pull/10166">#10166</a> <a href="https://github.com/withastro/astro/commit/598f30c7cd6c88558e3806d9bc5a15d426d83992"><code>598f30c7cd6c88558e3806d9bc5a15d426d83992</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Improves Astro style tag HMR when updating imported styles</p> 42 </li> 43 <li> 44 <p><a href="https://redirect.github.com/withastro/astro/pull/10194">#10194</a> <a href="https://github.com/withastro/astro/commit/3cc20109277813ccb9578ca87a8b0d680a73c35c"><code>3cc20109277813ccb9578ca87a8b0d680a73c35c</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes an issue related to content collections usage in browser context caused by <code>csssec</code></p> 45 </li> 46 </ul> 47 <h2>astro@4.4.2</h2> 48 <h3>Patch Changes</h3> 49 <ul> 50 <li><a href="https://redirect.github.com/withastro/astro/pull/10169">#10169</a> <a href="https://github.com/withastro/astro/commit/a46249173edde66b03c19441144272baa8394fb4"><code>a46249173edde66b03c19441144272baa8394fb4</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue with the <code>i18n.routing</code> types, where an internal transformation was causing the generation of incorrect types for integrations.</li> 51 </ul> 52 <h2>astro@4.4.1</h2> 53 <h3>Patch Changes</h3> 54 <ul> 55 <li> 56 <p><a href="https://redirect.github.com/withastro/astro/pull/9795">#9795</a> <a href="https://github.com/withastro/astro/commit/5acc3135ba5309a566def466fbcbabd23f70cd68"><code>5acc3135ba5309a566def466fbcbabd23f70cd68</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Refactors internals relating to middleware, endpoints, and page rendering.</p> 57 </li> 58 <li> 59 <p><a href="https://redirect.github.com/withastro/astro/pull/10105">#10105</a> <a href="https://github.com/withastro/astro/commit/1f598b372410066c6fcd41cba9915f6aaf7befa8"><code>1f598b372410066c6fcd41cba9915f6aaf7befa8</code></a> Thanks <a href="https://github.com/negativems"><code>@negativems</code></a>! - Fixes an issue where some astro commands failed if the astro config file or an integration used the global <code>crypto</code> object.</p> 60 </li> 61 <li> 62 <p><a href="https://redirect.github.com/withastro/astro/pull/10165">#10165</a> <a href="https://github.com/withastro/astro/commit/d50dddb71d87ce5b7928920f10eb4946a5339f86"><code>d50dddb71d87ce5b7928920f10eb4946a5339f86</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where the <code>i18n.routing</code> object had all its fields defined as mandatory. Now they all are optionals and shouldn't break when using <code>astro.config.mts</code>.</p> 63 </li> 64 <li> 65 <p><a href="https://redirect.github.com/withastro/astro/pull/10132">#10132</a> <a href="https://github.com/withastro/astro/commit/1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c"><code>1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Simplifies internal Vite preview server teardown</p> 66 </li> 67 <li> 68 <p><a href="https://redirect.github.com/withastro/astro/pull/10163">#10163</a> <a href="https://github.com/withastro/astro/commit/b92d35f1026f3e99abb888d1a845bdda4efdc327"><code>b92d35f1026f3e99abb888d1a845bdda4efdc327</code></a> Thanks <a href="https://github.com/mingjunlu"><code>@mingjunlu</code></a>! - Fixes an issue where audit fails to initialize when encountered <code><a></code> inside <code><svg></code></p> 69 </li> 70 <li> 71 <p><a href="https://redirect.github.com/withastro/astro/pull/10079">#10079</a> <a href="https://github.com/withastro/astro/commit/80f8996514e6d0546e94bd927650cd4ab2f1fa2f"><code>80f8996514e6d0546e94bd927650cd4ab2f1fa2f</code></a> Thanks <a href="https://github.com/ktym4a"><code>@ktym4a</code></a>! - Fix integrationData fetch to always be called even if View Transition is enabled.</p> 72 </li> 73 <li> 74 <p><a href="https://redirect.github.com/withastro/astro/pull/10139">#10139</a> <a href="https://github.com/withastro/astro/commit/3c73441eb2eaba767d6dad1b30c0353195d28791"><code>3c73441eb2eaba767d6dad1b30c0353195d28791</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Fixes style-only change detection for Astro files if both the markup and styles are updated</p> 75 </li> 76 </ul> 77 <h2>astro@4.4.0</h2> 78 <h3>Minor Changes</h3> 79 <ul> 80 <li> 81 <p><a href="https://redirect.github.com/withastro/astro/pull/9614">#9614</a> <a href="https://github.com/withastro/astro/commit/d469bebd7b45b060dc41d82ab1cf18ee6de7e051"><code>d469bebd7b45b060dc41d82ab1cf18ee6de7e051</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Improves Node.js streaming performance.</p> 82 <p>This uses an <code>AsyncIterable</code> instead of a <code>ReadableStream</code> to do streaming in Node.js. This is a non-standard enhancement by Node, which is done only in that environment.</p> 83 </li> 84 <li> 85 <p><a href="https://redirect.github.com/withastro/astro/pull/10001">#10001</a> <a href="https://github.com/withastro/astro/commit/748b2e87cd44d8bcc1ab9d7e504703057e2000cd"><code>748b2e87cd44d8bcc1ab9d7e504703057e2000cd</code></a> Thanks <a href="https://github.com/bholmesdev"><code>@bholmesdev</code></a>! - Removes content collection warning when a configured collection does not have a matching directory name. This should resolve <code>i18n</code> collection warnings for Starlight users.</p> 86 </li> 87 </ul> 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.4.4</h2> 97 <h3>Patch Changes</h3> 98 <ul> 99 <li> 100 <p><a href="https://redirect.github.com/withastro/astro/pull/10195">#10195</a> <a href="https://github.com/withastro/astro/commit/903eace233033998811b72e27a54c80d8e59ff37"><code>903eace233033998811b72e27a54c80d8e59ff37</code></a> Thanks <a href="https://github.com/1574242600"><code>@1574242600</code></a>! - Fix build failure caused by read-only files under /public (in the presence of client-side JS).</p> 101 </li> 102 <li> 103 <p><a href="https://redirect.github.com/withastro/astro/pull/10205">#10205</a> <a href="https://github.com/withastro/astro/commit/459f74bc71748279fe7dce0688f38bd74b51c5c1"><code>459f74bc71748279fe7dce0688f38bd74b51c5c1</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Adds an error message for non-string transition:name values</p> 104 </li> 105 <li> 106 <p><a href="https://redirect.github.com/withastro/astro/pull/10208">#10208</a> <a href="https://github.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d"><code>8cd38f02456640c063552aef00b2b8a216b3935d</code></a> Thanks <a href="https://github.com/log101"><code>@log101</code></a>! - Fixes custom headers are not added to the Node standalone server responses in preview mode</p> 107 </li> 108 </ul> 109 <h2>4.4.3</h2> 110 <h3>Patch Changes</h3> 111 <ul> 112 <li> 113 <p><a href="https://redirect.github.com/withastro/astro/pull/10143">#10143</a> <a href="https://github.com/withastro/astro/commit/7c5fcd2fa817472f480bbfbbc11b9ed71a7210ab"><code>7c5fcd2fa817472f480bbfbbc11b9ed71a7210ab</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Improves the default <code>optimizeDeps.entries</code> Vite config to avoid globbing server endpoints, and respect the <code>srcDir</code> option</p> 114 </li> 115 <li> 116 <p><a href="https://redirect.github.com/withastro/astro/pull/10197">#10197</a> <a href="https://github.com/withastro/astro/commit/c856c729404196900a7386c8426b81e79684a6a9"><code>c856c729404196900a7386c8426b81e79684a6a9</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes errors being logged twice in some cases</p> 117 </li> 118 <li> 119 <p><a href="https://redirect.github.com/withastro/astro/pull/10166">#10166</a> <a href="https://github.com/withastro/astro/commit/598f30c7cd6c88558e3806d9bc5a15d426d83992"><code>598f30c7cd6c88558e3806d9bc5a15d426d83992</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Improves Astro style tag HMR when updating imported styles</p> 120 </li> 121 <li> 122 <p><a href="https://redirect.github.com/withastro/astro/pull/10194">#10194</a> <a href="https://github.com/withastro/astro/commit/3cc20109277813ccb9578ca87a8b0d680a73c35c"><code>3cc20109277813ccb9578ca87a8b0d680a73c35c</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes an issue related to content collections usage in browser context caused by <code>csssec</code></p> 123 </li> 124 </ul> 125 <h2>4.4.2</h2> 126 <h3>Patch Changes</h3> 127 <ul> 128 <li><a href="https://redirect.github.com/withastro/astro/pull/10169">#10169</a> <a href="https://github.com/withastro/astro/commit/a46249173edde66b03c19441144272baa8394fb4"><code>a46249173edde66b03c19441144272baa8394fb4</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue with the <code>i18n.routing</code> types, where an internal transformation was causing the generation of incorrect types for integrations.</li> 129 </ul> 130 <h2>4.4.1</h2> 131 <h3>Patch Changes</h3> 132 <ul> 133 <li> 134 <p><a href="https://redirect.github.com/withastro/astro/pull/9795">#9795</a> <a href="https://github.com/withastro/astro/commit/5acc3135ba5309a566def466fbcbabd23f70cd68"><code>5acc3135ba5309a566def466fbcbabd23f70cd68</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Refactors internals relating to middleware, endpoints, and page rendering.</p> 135 </li> 136 <li> 137 <p><a href="https://redirect.github.com/withastro/astro/pull/10105">#10105</a> <a href="https://github.com/withastro/astro/commit/1f598b372410066c6fcd41cba9915f6aaf7befa8"><code>1f598b372410066c6fcd41cba9915f6aaf7befa8</code></a> Thanks <a href="https://github.com/negativems"><code>@negativems</code></a>! - Fixes an issue where some astro commands failed if the astro config file or an integration used the global <code>crypto</code> object.</p> 138 </li> 139 <li> 140 <p><a href="https://redirect.github.com/withastro/astro/pull/10165">#10165</a> <a href="https://github.com/withastro/astro/commit/d50dddb71d87ce5b7928920f10eb4946a5339f86"><code>d50dddb71d87ce5b7928920f10eb4946a5339f86</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where the <code>i18n.routing</code> object had all its fields defined as mandatory. Now they all are optionals and shouldn't break when using <code>astro.config.mts</code>.</p> 141 </li> 142 <li> 143 <p><a href="https://redirect.github.com/withastro/astro/pull/10132">#10132</a> <a href="https://github.com/withastro/astro/commit/1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c"><code>1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Simplifies internal Vite preview server teardown</p> 144 </li> 145 <li> 146 <p><a href="https://redirect.github.com/withastro/astro/pull/10163">#10163</a> <a href="https://github.com/withastro/astro/commit/b92d35f1026f3e99abb888d1a845bdda4efdc327"><code>b92d35f1026f3e99abb888d1a845bdda4efdc327</code></a> Thanks <a href="https://github.com/mingjunlu"><code>@mingjunlu</code></a>! - Fixes an issue where audit fails to initialize when encountered <code><a></code> inside <code><svg></code></p> 147 </li> 148 <li> 149 <p><a href="https://redirect.github.com/withastro/astro/pull/10079">#10079</a> <a href="https://github.com/withastro/astro/commit/80f8996514e6d0546e94bd927650cd4ab2f1fa2f"><code>80f8996514e6d0546e94bd927650cd4ab2f1fa2f</code></a> Thanks <a href="https://github.com/ktym4a"><code>@ktym4a</code></a>! - Fix integrationData fetch to always be called even if View Transition is enabled.</p> 150 </li> 151 <li> 152 <p><a href="https://redirect.github.com/withastro/astro/pull/10139">#10139</a> <a href="https://github.com/withastro/astro/commit/3c73441eb2eaba767d6dad1b30c0353195d28791"><code>3c73441eb2eaba767d6dad1b30c0353195d28791</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Fixes style-only change detection for Astro files if both the markup and styles are updated</p> 153 </li> 154 </ul> 155 <h2>4.4.0</h2> 156 <h3>Minor Changes</h3> 157 <!-- raw HTML omitted --> 158 </blockquote> 159 <p>... (truncated)</p> 160 </details> 161 <details> 162 <summary>Commits</summary> 163 <ul> 164 <li><a href="https://github.com/withastro/astro/commit/3de7b2c7ec98361ffb8afd6ef1c4017038518c80"><code>3de7b2c</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10213">#10213</a>)</li> 165 <li><a href="https://github.com/withastro/astro/commit/459f74bc71748279fe7dce0688f38bd74b51c5c1"><code>459f74b</code></a> Adds an error message for non-string transition:name values (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10205">#10205</a>)</li> 166 <li><a href="https://github.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d"><code>8cd38f0</code></a> Fix(node): Custom headers are not present in responses from standalone Node s...</li> 167 <li><a href="https://github.com/withastro/astro/commit/903eace233033998811b72e27a54c80d8e59ff37"><code>903eace</code></a> fix(core): build failure caused by read-only files (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10195">#10195</a>)</li> 168 <li><a href="https://github.com/withastro/astro/commit/7fe25158cdbb0c8b724913ffdbdf00f9fcdb7192"><code>7fe2515</code></a> Fix typo in <code>@types/astro.ts</code> (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10204">#10204</a>)</li> 169 <li><a href="https://github.com/withastro/astro/commit/31a9f8469c55a295557d3b3283671055ae728730"><code>31a9f84</code></a> Introduce the db integration (prerelease) (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10201">#10201</a>)</li> 170 <li><a href="https://github.com/withastro/astro/commit/0b4e5298d23e3a4e61f89b8710e574f13bcb9257"><code>0b4e529</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10192">#10192</a>)</li> 171 <li><a href="https://github.com/withastro/astro/commit/c32f0c1ab656fe2e87cd331eaec48a39c12a4f19"><code>c32f0c1</code></a> [ci] format</li> 172 <li><a href="https://github.com/withastro/astro/commit/3cc20109277813ccb9578ca87a8b0d680a73c35c"><code>3cc2010</code></a> Fix cssesc from breaking browser code (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10194">#10194</a>)</li> 173 <li><a href="https://github.com/withastro/astro/commit/c856c729404196900a7386c8426b81e79684a6a9"><code>c856c72</code></a> fix(errors): Remove duplicate logging of errors (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10197">#10197</a>)</li> 174 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@4.4.4/packages/astro">compare view</a></li> 175 </ul> 176 </details> 177 <br /> 178 179 180 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 181 182 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`. 183 184 [//]: # (dependabot-automerge-start) 185 [//]: # (dependabot-automerge-end) 186 187 --- 188 189 <details> 190 <summary>Dependabot commands and options</summary> 191 <br /> 192 193 You can trigger Dependabot actions by commenting on this PR: 194 - `@dependabot rebase` will rebase this PR 195 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 196 - `@dependabot merge` will merge this PR after your CI passes on it 197 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 198 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 199 - `@dependabot reopen` will reopen this PR if it is closed 200 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 201 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 202 - `@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) 203 - `@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) 204 - `@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) 205 206 207 </details> 208 209 210 ## Comments 211 212 ### @dependabot[bot] — 2024-03-04T01:52:45Z 213 214 Superseded by #39. 215