39.md (19093B)
1 # PR #39 Bump astro from 4.0.6 to 4.4.9 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-03-04T01:52:43Z 6 - **Branch:** dependabot/npm_and_yarn/astro-4.4.9 → main 7 - **Closed:** 2024-03-11T01:27:24Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [39.diff](./39.diff) 10 11 --- 12 13 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.0.6 to 4.4.9. 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.9</h2> 19 <h3>Patch Changes</h3> 20 <ul> 21 <li> 22 <p><a href="https://redirect.github.com/withastro/astro/pull/10278">#10278</a> <a href="https://github.com/withastro/astro/commit/a548a3a99c2835c19662fc38636f92b2bda26614"><code>a548a3a99c2835c19662fc38636f92b2bda26614</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes original images sometimes being kept / deleted when they shouldn't in both MDX and Markdoc</p> 23 </li> 24 <li> 25 <p><a href="https://redirect.github.com/withastro/astro/pull/10280">#10280</a> <a href="https://github.com/withastro/astro/commit/3488be9b59d1cb65325b0e087c33bcd74aaa4926"><code>3488be9b59d1cb65325b0e087c33bcd74aaa4926</code></a> Thanks <a href="https://github.com/bholmesdev"><code>@bholmesdev</code></a>! - Finalize db API to a shared db/ directory.</p> 26 </li> 27 </ul> 28 <h2>astro@4.4.8</h2> 29 <h3>Patch Changes</h3> 30 <ul> 31 <li><a href="https://redirect.github.com/withastro/astro/pull/10275">#10275</a> <a href="https://github.com/withastro/astro/commit/5e3e74b61daa2ba44c761c9ab5745818661a656e"><code>5e3e74b61daa2ba44c761c9ab5745818661a656e</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes dev toolbar warning about using the proper loading attributes on images using <code>data:</code> URIs</li> 32 </ul> 33 <h2>astro@4.4.7</h2> 34 <h3>Patch Changes</h3> 35 <ul> 36 <li> 37 <p><a href="https://redirect.github.com/withastro/astro/pull/10274">#10274</a> <a href="https://github.com/withastro/astro/commit/e556151603a2f0173059d0f98fdcbec0610b48ff"><code>e556151603a2f0173059d0f98fdcbec0610b48ff</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes a regression introduced in v4.4.5 where image optimization did not work in dev mode when a base was configured.</p> 38 </li> 39 <li> 40 <p><a href="https://redirect.github.com/withastro/astro/pull/10263">#10263</a> <a href="https://github.com/withastro/astro/commit/9bdbed723e0aa4243d7d6ee64d1c1df3b75b9aeb"><code>9bdbed723e0aa4243d7d6ee64d1c1df3b75b9aeb</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Adds auto completion for <code>astro:</code> event names when adding or removing event listeners on <code>document</code>.</p> 41 </li> 42 <li> 43 <p><a href="https://redirect.github.com/withastro/astro/pull/10284">#10284</a> <a href="https://github.com/withastro/astro/commit/07f89429a1ef5173d3321e0b362a9dc71fc74fe5"><code>07f89429a1ef5173d3321e0b362a9dc71fc74fe5</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes an issue where in Node SSR, the image endpoint could be used maliciously to reveal unintended information about the underlying system.</p> 44 <p>Thanks to Google Security Team for reporting this issue.</p> 45 </li> 46 </ul> 47 <h2>astro@4.4.6</h2> 48 <h3>Patch Changes</h3> 49 <ul> 50 <li> 51 <p><a href="https://redirect.github.com/withastro/astro/pull/10247">#10247</a> <a href="https://github.com/withastro/astro/commit/fb773c9161bf8faa5ebd7e115f3564c3359e56ea"><code>fb773c9161bf8faa5ebd7e115f3564c3359e56ea</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Fixes an issue where <code>transition:animate="none"</code> still allowed the browser-native morph animation.</p> 52 </li> 53 <li> 54 <p><a href="https://redirect.github.com/withastro/astro/pull/10248">#10248</a> <a href="https://github.com/withastro/astro/commit/8ae5d99534fc09d650e10e64a09b61a2807574f2"><code>8ae5d99534fc09d650e10e64a09b61a2807574f2</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where multiple injected routes with the same <code>entrypoint</code> but different <code>pattern</code> were incorrectly cached, causing some of them not being rendered in the dev server.</p> 55 </li> 56 <li> 57 <p><a href="https://redirect.github.com/withastro/astro/pull/10250">#10250</a> <a href="https://github.com/withastro/astro/commit/57655a99db34e20e9661c039fab253b867013318"><code>57655a99db34e20e9661c039fab253b867013318</code></a> Thanks <a href="https://github.com/log101"><code>@log101</code></a>! - Fixes the overwriting of localised index pages with redirects</p> 58 </li> 59 <li> 60 <p><a href="https://redirect.github.com/withastro/astro/pull/10239">#10239</a> <a href="https://github.com/withastro/astro/commit/9c21a9df6b03e36bd78dc553e13c55b9ef8c44cd"><code>9c21a9df6b03e36bd78dc553e13c55b9ef8c44cd</code></a> Thanks <a href="https://github.com/mingjunlu"><code>@mingjunlu</code></a>! - Improves the message of <code>MiddlewareCantBeLoaded</code> for clarity</p> 61 </li> 62 <li> 63 <p><a href="https://redirect.github.com/withastro/astro/pull/10222">#10222</a> <a href="https://github.com/withastro/astro/commit/ade9759cae74ca262b988260250bcb202235e811"><code>ade9759cae74ca262b988260250bcb202235e811</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Adds a warning in DEV mode when using view transitions on a device with prefer-reduced-motion enabled.</p> 64 </li> 65 <li> 66 <p><a href="https://redirect.github.com/withastro/astro/pull/10251">#10251</a> <a href="https://github.com/withastro/astro/commit/9b00de0a76b4f4b5b808e8c78e4906a2497e8ecf"><code>9b00de0a76b4f4b5b808e8c78e4906a2497e8ecf</code></a> Thanks <a href="https://github.com/mingjunlu"><code>@mingjunlu</code></a>! - Fixes TypeScript type definitions for <code>Code</code> component <code>theme</code> and <code>experimentalThemes</code> props</p> 67 </li> 68 </ul> 69 <h2>astro@4.4.5</h2> 70 <h3>Patch Changes</h3> 71 <ul> 72 <li> 73 <p><a href="https://redirect.github.com/withastro/astro/pull/10221">#10221</a> <a href="https://github.com/withastro/astro/commit/4db82d9c7dce3b73fe43b86020fcfa326c1357ec"><code>4db82d9c7dce3b73fe43b86020fcfa326c1357ec</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Prevents errors in templates from crashing the server</p> 74 </li> 75 <li> 76 <p><a href="https://redirect.github.com/withastro/astro/pull/10219">#10219</a> <a href="https://github.com/withastro/astro/commit/afcb9d331179287629b5ffce4020931258bebefa"><code>afcb9d331179287629b5ffce4020931258bebefa</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fix dynamic slots missing hydration scripts</p> 77 </li> 78 <li> 79 <p><a href="https://redirect.github.com/withastro/astro/pull/10220">#10220</a> <a href="https://github.com/withastro/astro/commit/1eadb1c5290f2f4baf538c34889a09d5fcfb9bd4"><code>1eadb1c5290f2f4baf538c34889a09d5fcfb9bd4</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes some built-in apps of the dev toolbar not closing when clicking the page</p> 80 </li> 81 <li> 82 <p><a href="https://redirect.github.com/withastro/astro/pull/10154">#10154</a> <a href="https://github.com/withastro/astro/commit/e64bd0740b44aed5cfaf67e5c37a1c56ed4442f4"><code>e64bd0740b44aed5cfaf67e5c37a1c56ed4442f4</code></a> Thanks <a href="https://github.com/Cherry"><code>@Cherry</code></a>! - Fixes an issue where <code>config.vite.build.assetsInlineLimit</code> could not be set as a function.</p> 83 </li> 84 <li> 85 <p><a href="https://redirect.github.com/withastro/astro/pull/10196">#10196</a> <a href="https://github.com/withastro/astro/commit/8fb32f390d40cfa12a82c0645928468d27218866"><code>8fb32f390d40cfa12a82c0645928468d27218866</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes an issue where a warning about headers being accessed in static mode is unnecessarily shown when i18n is enabled.</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.9</h2> 97 <h3>Patch Changes</h3> 98 <ul> 99 <li> 100 <p><a href="https://redirect.github.com/withastro/astro/pull/10278">#10278</a> <a href="https://github.com/withastro/astro/commit/a548a3a99c2835c19662fc38636f92b2bda26614"><code>a548a3a99c2835c19662fc38636f92b2bda26614</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes original images sometimes being kept / deleted when they shouldn't in both MDX and Markdoc</p> 101 </li> 102 <li> 103 <p><a href="https://redirect.github.com/withastro/astro/pull/10280">#10280</a> <a href="https://github.com/withastro/astro/commit/3488be9b59d1cb65325b0e087c33bcd74aaa4926"><code>3488be9b59d1cb65325b0e087c33bcd74aaa4926</code></a> Thanks <a href="https://github.com/bholmesdev"><code>@bholmesdev</code></a>! - Finalize db API to a shared db/ directory.</p> 104 </li> 105 </ul> 106 <h2>4.4.8</h2> 107 <h3>Patch Changes</h3> 108 <ul> 109 <li><a href="https://redirect.github.com/withastro/astro/pull/10275">#10275</a> <a href="https://github.com/withastro/astro/commit/5e3e74b61daa2ba44c761c9ab5745818661a656e"><code>5e3e74b61daa2ba44c761c9ab5745818661a656e</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes dev toolbar warning about using the proper loading attributes on images using <code>data:</code> URIs</li> 110 </ul> 111 <h2>4.4.7</h2> 112 <h3>Patch Changes</h3> 113 <ul> 114 <li> 115 <p><a href="https://redirect.github.com/withastro/astro/pull/10274">#10274</a> <a href="https://github.com/withastro/astro/commit/e556151603a2f0173059d0f98fdcbec0610b48ff"><code>e556151603a2f0173059d0f98fdcbec0610b48ff</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes a regression introduced in v4.4.5 where image optimization did not work in dev mode when a base was configured.</p> 116 </li> 117 <li> 118 <p><a href="https://redirect.github.com/withastro/astro/pull/10263">#10263</a> <a href="https://github.com/withastro/astro/commit/9bdbed723e0aa4243d7d6ee64d1c1df3b75b9aeb"><code>9bdbed723e0aa4243d7d6ee64d1c1df3b75b9aeb</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Adds auto completion for <code>astro:</code> event names when adding or removing event listeners on <code>document</code>.</p> 119 </li> 120 <li> 121 <p><a href="https://redirect.github.com/withastro/astro/pull/10284">#10284</a> <a href="https://github.com/withastro/astro/commit/07f89429a1ef5173d3321e0b362a9dc71fc74fe5"><code>07f89429a1ef5173d3321e0b362a9dc71fc74fe5</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes an issue where in Node SSR, the image endpoint could be used maliciously to reveal unintended information about the underlying system.</p> 122 <p>Thanks to Google Security Team for reporting this issue.</p> 123 </li> 124 </ul> 125 <h2>4.4.6</h2> 126 <h3>Patch Changes</h3> 127 <ul> 128 <li> 129 <p><a href="https://redirect.github.com/withastro/astro/pull/10247">#10247</a> <a href="https://github.com/withastro/astro/commit/fb773c9161bf8faa5ebd7e115f3564c3359e56ea"><code>fb773c9161bf8faa5ebd7e115f3564c3359e56ea</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Fixes an issue where <code>transition:animate="none"</code> still allowed the browser-native morph animation.</p> 130 </li> 131 <li> 132 <p><a href="https://redirect.github.com/withastro/astro/pull/10248">#10248</a> <a href="https://github.com/withastro/astro/commit/8ae5d99534fc09d650e10e64a09b61a2807574f2"><code>8ae5d99534fc09d650e10e64a09b61a2807574f2</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where multiple injected routes with the same <code>entrypoint</code> but different <code>pattern</code> were incorrectly cached, causing some of them not being rendered in the dev server.</p> 133 </li> 134 <li> 135 <p><a href="https://redirect.github.com/withastro/astro/pull/10250">#10250</a> <a href="https://github.com/withastro/astro/commit/57655a99db34e20e9661c039fab253b867013318"><code>57655a99db34e20e9661c039fab253b867013318</code></a> Thanks <a href="https://github.com/log101"><code>@log101</code></a>! - Fixes the overwriting of localised index pages with redirects</p> 136 </li> 137 <li> 138 <p><a href="https://redirect.github.com/withastro/astro/pull/10239">#10239</a> <a href="https://github.com/withastro/astro/commit/9c21a9df6b03e36bd78dc553e13c55b9ef8c44cd"><code>9c21a9df6b03e36bd78dc553e13c55b9ef8c44cd</code></a> Thanks <a href="https://github.com/mingjunlu"><code>@mingjunlu</code></a>! - Improves the message of <code>MiddlewareCantBeLoaded</code> for clarity</p> 139 </li> 140 <li> 141 <p><a href="https://redirect.github.com/withastro/astro/pull/10222">#10222</a> <a href="https://github.com/withastro/astro/commit/ade9759cae74ca262b988260250bcb202235e811"><code>ade9759cae74ca262b988260250bcb202235e811</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Adds a warning in DEV mode when using view transitions on a device with prefer-reduced-motion enabled.</p> 142 </li> 143 <li> 144 <p><a href="https://redirect.github.com/withastro/astro/pull/10251">#10251</a> <a href="https://github.com/withastro/astro/commit/9b00de0a76b4f4b5b808e8c78e4906a2497e8ecf"><code>9b00de0a76b4f4b5b808e8c78e4906a2497e8ecf</code></a> Thanks <a href="https://github.com/mingjunlu"><code>@mingjunlu</code></a>! - Fixes TypeScript type definitions for <code>Code</code> component <code>theme</code> and <code>experimentalThemes</code> props</p> 145 </li> 146 </ul> 147 <h2>4.4.5</h2> 148 <h3>Patch Changes</h3> 149 <ul> 150 <li> 151 <p><a href="https://redirect.github.com/withastro/astro/pull/10221">#10221</a> <a href="https://github.com/withastro/astro/commit/4db82d9c7dce3b73fe43b86020fcfa326c1357ec"><code>4db82d9c7dce3b73fe43b86020fcfa326c1357ec</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Prevents errors in templates from crashing the server</p> 152 </li> 153 <li> 154 <p><a href="https://redirect.github.com/withastro/astro/pull/10219">#10219</a> <a href="https://github.com/withastro/astro/commit/afcb9d331179287629b5ffce4020931258bebefa"><code>afcb9d331179287629b5ffce4020931258bebefa</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fix dynamic slots missing hydration scripts</p> 155 </li> 156 </ul> 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/2db9031a9f7707683e40d6a66cbd41360a746f4b"><code>2db9031</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10292">#10292</a>)</li> 165 <li><a href="https://github.com/withastro/astro/commit/3488be9b59d1cb65325b0e087c33bcd74aaa4926"><code>3488be9</code></a> finalize WIP API (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10280">#10280</a>)</li> 166 <li><a href="https://github.com/withastro/astro/commit/4b6e2fb69b241c982c82a2f13d603b2057c345af"><code>4b6e2fb</code></a> [ci] format</li> 167 <li><a href="https://github.com/withastro/astro/commit/a548a3a99c2835c19662fc38636f92b2bda26614"><code>a548a3a</code></a> fix(markdoc & mdx): Proxy crimes (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10278">#10278</a>)</li> 168 <li><a href="https://github.com/withastro/astro/commit/87a3d51f2ca8661babbb76956e54bf389eb86d8f"><code>87a3d51</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10286">#10286</a>)</li> 169 <li><a href="https://github.com/withastro/astro/commit/5e3e74b61daa2ba44c761c9ab5745818661a656e"><code>5e3e74b</code></a> fix(audits): Don't warn about loading on data URIs (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10275">#10275</a>)</li> 170 <li><a href="https://github.com/withastro/astro/commit/afd41cc28bd449e82831e91f6302221945bd6019"><code>afd41cc</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10265">#10265</a>)</li> 171 <li><a href="https://github.com/withastro/astro/commit/a3ebfad0cc812e410f664d58373f77e6cbaeb7aa"><code>a3ebfad</code></a> [ci] format</li> 172 <li><a href="https://github.com/withastro/astro/commit/07f89429a1ef5173d3321e0b362a9dc71fc74fe5"><code>07f8942</code></a> fix(assets): Solidify Node endpoint (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10284">#10284</a>)</li> 173 <li><a href="https://github.com/withastro/astro/commit/560a5934186bc57e1975e7d8830e6f29b18c7929"><code>560a593</code></a> [ci] format</li> 174 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@4.4.9/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-11T01:27:23Z 213 214 Superseded by #40. 215