24.md (18633B)
1 # PR #24 Bump astro from 4.0.6 to 4.2.6 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-01-29T01:25:44Z 6 - **Branch:** dependabot/npm_and_yarn/astro-4.2.6 → main 7 - **Closed:** 2024-02-05T01:34:26Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [24.diff](./24.diff) 10 11 --- 12 13 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.0.6 to 4.2.6. 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.2.6</h2> 19 <h3>Patch Changes</h3> 20 <ul> 21 <li> 22 <p><a href="https://redirect.github.com/withastro/astro/pull/9825">#9825</a> <a href="https://github.com/withastro/astro/commit/e4370e9e9dd862425eced25823c82e77d9516927"><code>e4370e9e9dd862425eced25823c82e77d9516927</code></a> Thanks <a href="https://github.com/tugrulates"><code>@tugrulates</code></a>! - Fixes false positive aria role errors on interactive elements</p> 23 </li> 24 <li> 25 <p><a href="https://redirect.github.com/withastro/astro/pull/9828">#9828</a> <a href="https://github.com/withastro/astro/commit/a3df9d83ca92abb5f08f576631019c1604204bd9"><code>a3df9d83ca92abb5f08f576631019c1604204bd9</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a case where shared modules among pages and middleware were transformed to a no-op after the build.</p> 26 </li> 27 <li> 28 <p><a href="https://redirect.github.com/withastro/astro/pull/9834">#9834</a> <a href="https://github.com/withastro/astro/commit/1885cea308a62b173a50967cf5a0b174b3c3f3f1"><code>1885cea308a62b173a50967cf5a0b174b3c3f3f1</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes third-party dev toolbar apps not loading correctly when using absolute paths on Windows</p> 29 </li> 30 </ul> 31 <h2>astro@4.2.5</h2> 32 <h3>Patch Changes</h3> 33 <ul> 34 <li> 35 <p><a href="https://redirect.github.com/withastro/astro/pull/9818">#9818</a> <a href="https://github.com/withastro/astro/commit/d688954c5adba75b0d676694fbf5fb0da1c0af13"><code>d688954c5adba75b0d676694fbf5fb0da1c0af13</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Improves the wording of a few confusing error messages</p> 36 </li> 37 <li> 38 <p><a href="https://redirect.github.com/withastro/astro/pull/9680">#9680</a> <a href="https://github.com/withastro/astro/commit/5d7db1dbb0ff06db98e08b0ca241ff09d0b8b44d"><code>5d7db1dbb0ff06db98e08b0ca241ff09d0b8b44d</code></a> Thanks <a href="https://github.com/loucyx"><code>@loucyx</code></a>! - Fixes types generation from Content Collections config file</p> 39 </li> 40 <li> 41 <p><a href="https://redirect.github.com/withastro/astro/pull/9822">#9822</a> <a href="https://github.com/withastro/astro/commit/bd880e8437ea2df16f322f604865c1148a9fd4cf"><code>bd880e8437ea2df16f322f604865c1148a9fd4cf</code></a> Thanks <a href="https://github.com/liruifengv"><code>@liruifengv</code></a>! - Applies the correct escaping to identifiers used with <code>transition:name</code>.</p> 42 </li> 43 <li> 44 <p><a href="https://redirect.github.com/withastro/astro/pull/9830">#9830</a> <a href="https://github.com/withastro/astro/commit/f3d22136e53fd902310024519fc4de83f0a58039"><code>f3d22136e53fd902310024519fc4de83f0a58039</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes an issue where 404 responses from endpoints were replaced with contents of 404.astro in dev mode.</p> 45 </li> 46 <li> 47 <p><a href="https://redirect.github.com/withastro/astro/pull/9816">#9816</a> <a href="https://github.com/withastro/astro/commit/2a44c8f93201958fba2d1e83046eabcaef186b7c"><code>2a44c8f93201958fba2d1e83046eabcaef186b7c</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Adds telemetry for when apps are toggled in the dev toolbar. This data is completely anonymous and only the names of built-in apps are shared with us. This data will help us monitor how much the dev toolbar is used and which apps are used more. For more information on how Astro collects telemetry, visit the following page: <a href="https://astro.build/telemetry/">https://astro.build/telemetry/</a></p> 48 </li> 49 <li> 50 <p><a href="https://redirect.github.com/withastro/astro/pull/9807">#9807</a> <a href="https://github.com/withastro/astro/commit/b3f313138bb314e2b416c29cda507383c2a9f816"><code>b3f313138bb314e2b416c29cda507383c2a9f816</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Fixes environment variables replacement for <code>export const prerender</code></p> 51 </li> 52 <li> 53 <p><a href="https://redirect.github.com/withastro/astro/pull/9790">#9790</a> <a href="https://github.com/withastro/astro/commit/267c5aa2c7706f0ea3447f20a09d85aa560866ad"><code>267c5aa2c7706f0ea3447f20a09d85aa560866ad</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Refactors internals of the <code>astro:i18n</code> module to be more maintainable.</p> 54 </li> 55 <li> 56 <p><a href="https://redirect.github.com/withastro/astro/pull/9776">#9776</a> <a href="https://github.com/withastro/astro/commit/dc75180aa698b298264362bab7f00391af427798"><code>dc75180aa698b298264362bab7f00391af427798</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Simplifies internals that handle middleware.</p> 57 </li> 58 </ul> 59 <h2>astro@4.2.4</h2> 60 <h3>Patch Changes</h3> 61 <ul> 62 <li> 63 <p><a href="https://redirect.github.com/withastro/astro/pull/9792">#9792</a> <a href="https://github.com/withastro/astro/commit/e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b"><code>e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b</code></a> Thanks <a href="https://github.com/tugrulates"><code>@tugrulates</code></a>! - Accept aria role <code>switch</code> on toolbar audit.</p> 64 </li> 65 <li> 66 <p><a href="https://redirect.github.com/withastro/astro/pull/9606">#9606</a> <a href="https://github.com/withastro/astro/commit/e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114"><code>e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114</code></a> Thanks <a href="https://github.com/eryue0220"><code>@eryue0220</code></a>! - Fixes escaping behavior for <code>.html</code> files and components</p> 67 </li> 68 <li> 69 <p><a href="https://redirect.github.com/withastro/astro/pull/9786">#9786</a> <a href="https://github.com/withastro/astro/commit/5b29550996a7f5459a0d611feea6e51d44e1d8ed"><code>5b29550996a7f5459a0d611feea6e51d44e1d8ed</code></a> Thanks <a href="https://github.com/Fryuni"><code>@Fryuni</code></a>! - Fixes a regression in routing priority for index pages in rest parameter folders and dynamic sibling trees.</p> 70 <p>Considering the following tree:</p> 71 <pre><code>src/pages/ 72 ├── index.astro 73 ├── static.astro 74 ├── [dynamic_file].astro 75 ├── [...rest_file].astro 76 ├── blog/ 77 │ └── index.astro 78 ├── [dynamic_folder]/ 79 │ ├── index.astro 80 │ ├── static.astro 81 │ └── [...rest].astro 82 </code></pre> 83 </li> 84 </ul> 85 <!-- raw HTML omitted --> 86 </blockquote> 87 <p>... (truncated)</p> 88 </details> 89 <details> 90 <summary>Changelog</summary> 91 <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> 92 <blockquote> 93 <h2>4.2.6</h2> 94 <h3>Patch Changes</h3> 95 <ul> 96 <li> 97 <p><a href="https://redirect.github.com/withastro/astro/pull/9825">#9825</a> <a href="https://github.com/withastro/astro/commit/e4370e9e9dd862425eced25823c82e77d9516927"><code>e4370e9e9dd862425eced25823c82e77d9516927</code></a> Thanks <a href="https://github.com/tugrulates"><code>@tugrulates</code></a>! - Fixes false positive aria role errors on interactive elements</p> 98 </li> 99 <li> 100 <p><a href="https://redirect.github.com/withastro/astro/pull/9828">#9828</a> <a href="https://github.com/withastro/astro/commit/a3df9d83ca92abb5f08f576631019c1604204bd9"><code>a3df9d83ca92abb5f08f576631019c1604204bd9</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a case where shared modules among pages and middleware were transformed to a no-op after the build.</p> 101 </li> 102 <li> 103 <p><a href="https://redirect.github.com/withastro/astro/pull/9834">#9834</a> <a href="https://github.com/withastro/astro/commit/1885cea308a62b173a50967cf5a0b174b3c3f3f1"><code>1885cea308a62b173a50967cf5a0b174b3c3f3f1</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes third-party dev toolbar apps not loading correctly when using absolute paths on Windows</p> 104 </li> 105 </ul> 106 <h2>4.2.5</h2> 107 <h3>Patch Changes</h3> 108 <ul> 109 <li> 110 <p><a href="https://redirect.github.com/withastro/astro/pull/9818">#9818</a> <a href="https://github.com/withastro/astro/commit/d688954c5adba75b0d676694fbf5fb0da1c0af13"><code>d688954c5adba75b0d676694fbf5fb0da1c0af13</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Improves the wording of a few confusing error messages</p> 111 </li> 112 <li> 113 <p><a href="https://redirect.github.com/withastro/astro/pull/9680">#9680</a> <a href="https://github.com/withastro/astro/commit/5d7db1dbb0ff06db98e08b0ca241ff09d0b8b44d"><code>5d7db1dbb0ff06db98e08b0ca241ff09d0b8b44d</code></a> Thanks <a href="https://github.com/loucyx"><code>@loucyx</code></a>! - Fixes types generation from Content Collections config file</p> 114 </li> 115 <li> 116 <p><a href="https://redirect.github.com/withastro/astro/pull/9822">#9822</a> <a href="https://github.com/withastro/astro/commit/bd880e8437ea2df16f322f604865c1148a9fd4cf"><code>bd880e8437ea2df16f322f604865c1148a9fd4cf</code></a> Thanks <a href="https://github.com/liruifengv"><code>@liruifengv</code></a>! - Applies the correct escaping to identifiers used with <code>transition:name</code>.</p> 117 </li> 118 <li> 119 <p><a href="https://redirect.github.com/withastro/astro/pull/9830">#9830</a> <a href="https://github.com/withastro/astro/commit/f3d22136e53fd902310024519fc4de83f0a58039"><code>f3d22136e53fd902310024519fc4de83f0a58039</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes an issue where 404 responses from endpoints were replaced with contents of 404.astro in dev mode.</p> 120 </li> 121 <li> 122 <p><a href="https://redirect.github.com/withastro/astro/pull/9816">#9816</a> <a href="https://github.com/withastro/astro/commit/2a44c8f93201958fba2d1e83046eabcaef186b7c"><code>2a44c8f93201958fba2d1e83046eabcaef186b7c</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Adds telemetry for when apps are toggled in the dev toolbar. This data is completely anonymous and only the names of built-in apps are shared with us. This data will help us monitor how much the dev toolbar is used and which apps are used more. For more information on how Astro collects telemetry, visit the following page: <a href="https://astro.build/telemetry/">https://astro.build/telemetry/</a></p> 123 </li> 124 <li> 125 <p><a href="https://redirect.github.com/withastro/astro/pull/9807">#9807</a> <a href="https://github.com/withastro/astro/commit/b3f313138bb314e2b416c29cda507383c2a9f816"><code>b3f313138bb314e2b416c29cda507383c2a9f816</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Fixes environment variables replacement for <code>export const prerender</code></p> 126 </li> 127 <li> 128 <p><a href="https://redirect.github.com/withastro/astro/pull/9790">#9790</a> <a href="https://github.com/withastro/astro/commit/267c5aa2c7706f0ea3447f20a09d85aa560866ad"><code>267c5aa2c7706f0ea3447f20a09d85aa560866ad</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Refactors internals of the <code>astro:i18n</code> module to be more maintainable.</p> 129 </li> 130 <li> 131 <p><a href="https://redirect.github.com/withastro/astro/pull/9776">#9776</a> <a href="https://github.com/withastro/astro/commit/dc75180aa698b298264362bab7f00391af427798"><code>dc75180aa698b298264362bab7f00391af427798</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Simplifies internals that handle middleware.</p> 132 </li> 133 </ul> 134 <h2>4.2.4</h2> 135 <h3>Patch Changes</h3> 136 <ul> 137 <li> 138 <p><a href="https://redirect.github.com/withastro/astro/pull/9792">#9792</a> <a href="https://github.com/withastro/astro/commit/e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b"><code>e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b</code></a> Thanks <a href="https://github.com/tugrulates"><code>@tugrulates</code></a>! - Accept aria role <code>switch</code> on toolbar audit.</p> 139 </li> 140 <li> 141 <p><a href="https://redirect.github.com/withastro/astro/pull/9606">#9606</a> <a href="https://github.com/withastro/astro/commit/e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114"><code>e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114</code></a> Thanks <a href="https://github.com/eryue0220"><code>@eryue0220</code></a>! - Fixes escaping behavior for <code>.html</code> files and components</p> 142 </li> 143 <li> 144 <p><a href="https://redirect.github.com/withastro/astro/pull/9786">#9786</a> <a href="https://github.com/withastro/astro/commit/5b29550996a7f5459a0d611feea6e51d44e1d8ed"><code>5b29550996a7f5459a0d611feea6e51d44e1d8ed</code></a> Thanks <a href="https://github.com/Fryuni"><code>@Fryuni</code></a>! - Fixes a regression in routing priority for index pages in rest parameter folders and dynamic sibling trees.</p> 145 <p>Considering the following tree:</p> 146 <pre><code>src/pages/ 147 ├── index.astro 148 ├── static.astro 149 ├── [dynamic_file].astro 150 ├── [...rest_file].astro 151 ├── blog/ 152 │ └── index.astro 153 </code></pre> 154 </li> 155 </ul> 156 <!-- raw HTML omitted --> 157 </blockquote> 158 <p>... (truncated)</p> 159 </details> 160 <details> 161 <summary>Commits</summary> 162 <ul> 163 <li><a href="https://github.com/withastro/astro/commit/a407eb5ac2f6d0daf5235be6835404c6646c5a4c"><code>a407eb5</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9837">#9837</a>)</li> 164 <li><a href="https://github.com/withastro/astro/commit/1885cea308a62b173a50967cf5a0b174b3c3f3f1"><code>1885cea</code></a> fix(toolbar): Fix loading third-party apps using absolute paths (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9834">#9834</a>)</li> 165 <li><a href="https://github.com/withastro/astro/commit/e4370e9e9dd862425eced25823c82e77d9516927"><code>e4370e9</code></a> fix(audit): mark widget roles as interactive (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9825">#9825</a>)</li> 166 <li><a href="https://github.com/withastro/astro/commit/a3df9d83ca92abb5f08f576631019c1604204bd9"><code>a3df9d8</code></a> fix(core): don't noop shared modules (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9828">#9828</a>)</li> 167 <li><a href="https://github.com/withastro/astro/commit/8281ebddaac1bd1355f1d2bc7967ec36b6d61299"><code>8281ebd</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9802">#9802</a>)</li> 168 <li><a href="https://github.com/withastro/astro/commit/bd880e8437ea2df16f322f604865c1148a9fd4cf"><code>bd880e8</code></a> fix: fix <code>transition:name</code> can be unicode (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9822">#9822</a>)</li> 169 <li><a href="https://github.com/withastro/astro/commit/00e6adb033c882c92fdbb3989b2fc1b78acb3bd7"><code>00e6adb</code></a> [ci] format</li> 170 <li><a href="https://github.com/withastro/astro/commit/dc75180aa698b298264362bab7f00391af427798"><code>dc75180</code></a> refactor: singular middleware (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9776">#9776</a>)</li> 171 <li><a href="https://github.com/withastro/astro/commit/b2197a2bee44838a44603f440c873fcb639aaf5c"><code>b2197a2</code></a> [ci] format</li> 172 <li><a href="https://github.com/withastro/astro/commit/f3d22136e53fd902310024519fc4de83f0a58039"><code>f3d2213</code></a> fix(dev): dont reroute endpoint responses (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9830">#9830</a>)</li> 173 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@4.2.6/packages/astro">compare view</a></li> 174 </ul> 175 </details> 176 <br /> 177 178 179 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 180 181 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`. 182 183 [//]: # (dependabot-automerge-start) 184 [//]: # (dependabot-automerge-end) 185 186 --- 187 188 <details> 189 <summary>Dependabot commands and options</summary> 190 <br /> 191 192 You can trigger Dependabot actions by commenting on this PR: 193 - `@dependabot rebase` will rebase this PR 194 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 195 - `@dependabot merge` will merge this PR after your CI passes on it 196 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 197 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 198 - `@dependabot reopen` will reopen this PR if it is closed 199 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 200 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 201 - `@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) 202 - `@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) 203 - `@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) 204 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency 205 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions 206 207 208 </details> 209 210 211 ## Comments 212 213 ### @dependabot[bot] — 2024-02-05T01:34:25Z 214 215 Superseded by #28. 216