35.json (20506B)
1 { 2 "number": 35, 3 "title": "Bump astro from 4.0.6 to 4.4.4", 4 "state": "closed", 5 "diff_file": "35.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2024-02-26T01:47:38Z", 8 "closed_at": "2024-03-04T01:52:45Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/astro-4.4.4", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.0.6 to 4.4.4.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/withastro/astro/releases\">astro's releases</a>.</em></p>\n<blockquote>\n<h2>astro@4.4.4</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<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>@\u200b1574242600</code></a>! - Fix build failure caused by read-only files under /public (in the presence of client-side JS).</p>\n</li>\n<li>\n<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>@\u200bmartrapp</code></a>! - Adds an error message for non-string transition:name values</p>\n</li>\n<li>\n<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>@\u200blog101</code></a>! - Fixes custom headers are not added to the Node standalone server responses in preview mode</p>\n</li>\n</ul>\n<h2>astro@4.4.3</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<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>@\u200bbluwy</code></a>! - Improves the default <code>optimizeDeps.entries</code> Vite config to avoid globbing server endpoints, and respect the <code>srcDir</code> option</p>\n</li>\n<li>\n<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>@\u200bPrincesseuh</code></a>! - Fixes errors being logged twice in some cases</p>\n</li>\n<li>\n<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>@\u200bbluwy</code></a>! - Improves Astro style tag HMR when updating imported styles</p>\n</li>\n<li>\n<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>@\u200bmatthewp</code></a>! - Fixes an issue related to content collections usage in browser context caused by <code>csssec</code></p>\n</li>\n</ul>\n<h2>astro@4.4.2</h2>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200bematipico</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>\n</ul>\n<h2>astro@4.4.1</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<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>@\u200blilnasy</code></a>! - Refactors internals relating to middleware, endpoints, and page rendering.</p>\n</li>\n<li>\n<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>@\u200bnegativems</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>\n</li>\n<li>\n<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>@\u200bematipico</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>\n</li>\n<li>\n<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>@\u200bbluwy</code></a>! - Simplifies internal Vite preview server teardown</p>\n</li>\n<li>\n<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>@\u200bmingjunlu</code></a>! - Fixes an issue where audit fails to initialize when encountered <code><a></code> inside <code><svg></code></p>\n</li>\n<li>\n<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>@\u200bktym4a</code></a>! - Fix integrationData fetch to always be called even if View Transition is enabled.</p>\n</li>\n<li>\n<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>@\u200bbluwy</code></a>! - Fixes style-only change detection for Astro files if both the markup and styles are updated</p>\n</li>\n</ul>\n<h2>astro@4.4.0</h2>\n<h3>Minor Changes</h3>\n<ul>\n<li>\n<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>@\u200bmatthewp</code></a>! - Improves Node.js streaming performance.</p>\n<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>\n</li>\n<li>\n<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>@\u200bbholmesdev</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>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md\">astro's changelog</a>.</em></p>\n<blockquote>\n<h2>4.4.4</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<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>@\u200b1574242600</code></a>! - Fix build failure caused by read-only files under /public (in the presence of client-side JS).</p>\n</li>\n<li>\n<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>@\u200bmartrapp</code></a>! - Adds an error message for non-string transition:name values</p>\n</li>\n<li>\n<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>@\u200blog101</code></a>! - Fixes custom headers are not added to the Node standalone server responses in preview mode</p>\n</li>\n</ul>\n<h2>4.4.3</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<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>@\u200bbluwy</code></a>! - Improves the default <code>optimizeDeps.entries</code> Vite config to avoid globbing server endpoints, and respect the <code>srcDir</code> option</p>\n</li>\n<li>\n<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>@\u200bPrincesseuh</code></a>! - Fixes errors being logged twice in some cases</p>\n</li>\n<li>\n<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>@\u200bbluwy</code></a>! - Improves Astro style tag HMR when updating imported styles</p>\n</li>\n<li>\n<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>@\u200bmatthewp</code></a>! - Fixes an issue related to content collections usage in browser context caused by <code>csssec</code></p>\n</li>\n</ul>\n<h2>4.4.2</h2>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200bematipico</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>\n</ul>\n<h2>4.4.1</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<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>@\u200blilnasy</code></a>! - Refactors internals relating to middleware, endpoints, and page rendering.</p>\n</li>\n<li>\n<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>@\u200bnegativems</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>\n</li>\n<li>\n<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>@\u200bematipico</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>\n</li>\n<li>\n<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>@\u200bbluwy</code></a>! - Simplifies internal Vite preview server teardown</p>\n</li>\n<li>\n<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>@\u200bmingjunlu</code></a>! - Fixes an issue where audit fails to initialize when encountered <code><a></code> inside <code><svg></code></p>\n</li>\n<li>\n<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>@\u200bktym4a</code></a>! - Fix integrationData fetch to always be called even if View Transition is enabled.</p>\n</li>\n<li>\n<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>@\u200bbluwy</code></a>! - Fixes style-only change detection for Astro files if both the markup and styles are updated</p>\n</li>\n</ul>\n<h2>4.4.0</h2>\n<h3>Minor Changes</h3>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n<li><a href=\"https://github.com/withastro/astro/commit/c32f0c1ab656fe2e87cd331eaec48a39c12a4f19\"><code>c32f0c1</code></a> [ci] format</li>\n<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>\n<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>\n<li>Additional commits viewable in <a href=\"https://github.com/withastro/astro/commits/astro@4.4.4/packages/astro\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 19 "comments": [ 20 { 21 "author": "dependabot[bot]", 22 "created_at": "2024-03-04T01:52:45Z", 23 "body": "Superseded by #39." 24 } 25 ], 26 "review_comments": [] 27 }