45.json (18364B)
1 { 2 "number": 45, 3 "title": "Bump astro from 4.0.6 to 4.5.12", 4 "state": "closed", 5 "diff_file": "45.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2024-04-01T02:07:20Z", 8 "closed_at": "2024-04-08T01:42:45Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/astro-4.5.12", 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.5.12.\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.5.12</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10596\">#10596</a> <a href=\"https://github.com/withastro/astro/commit/20463a6c1e1271d8dc3cb0ab3419ee5c72abd218\"><code>20463a6c1e1271d8dc3cb0ab3419ee5c72abd218</code></a> Thanks <a href=\"https://github.com/Princesseuh\"><code>@\u200bPrincesseuh</code></a>! - Add <code>removeBase</code> function</p>\n</li>\n<li>\n<p>Updated dependencies [<a href=\"https://github.com/withastro/astro/commit/20463a6c1e1271d8dc3cb0ab3419ee5c72abd218\"><code>20463a6c1e1271d8dc3cb0ab3419ee5c72abd218</code></a>]:</p>\n<ul>\n<li><code>@\u200bastrojs/internal-helpers</code><a href=\"https://github.com/0\"><code>@\u200b0</code></a>.4.0</li>\n</ul>\n</li>\n</ul>\n<h2>astro@4.5.11</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10567\">#10567</a> <a href=\"https://github.com/withastro/astro/commit/fbdc10f90f7baa5c49f2f53e3e4ce8f453814c01\"><code>fbdc10f90f7baa5c49f2f53e3e4ce8f453814c01</code></a> Thanks <a href=\"https://github.com/Princesseuh\"><code>@\u200bPrincesseuh</code></a>! - Fixes <code>astro:assets</code> not working when using complex config with <code>vite.build.rollupOptions.output.assetFileNames</code></p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10593\">#10593</a> <a href=\"https://github.com/withastro/astro/commit/61e283e5a0d95b6ef5d3c4c985d6ee78f74bbd8e\"><code>61e283e5a0d95b6ef5d3c4c985d6ee78f74bbd8e</code></a> Thanks <a href=\"https://github.com/Princesseuh\"><code>@\u200bPrincesseuh</code></a>! - Fixes Polymorphic type helper causing TypeScript errors in certain cases after the previous update</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10543\">#10543</a> <a href=\"https://github.com/withastro/astro/commit/0fd36bdb383297b32cc523b57d2442132da41595\"><code>0fd36bdb383297b32cc523b57d2442132da41595</code></a> Thanks <a href=\"https://github.com/matthewp\"><code>@\u200bmatthewp</code></a>! - Fixes inline stylesheets with content collections cache</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10582\">#10582</a> <a href=\"https://github.com/withastro/astro/commit/a05953538fcf524786385830b99c0c5a015173e8\"><code>a05953538fcf524786385830b99c0c5a015173e8</code></a> Thanks <a href=\"https://github.com/lilnasy\"><code>@\u200blilnasy</code></a>! - Fixes an issue where the dev server got stuck in a loop while routing responses with a 404 status code to the 404 route.</p>\n</li>\n</ul>\n<h2>astro@4.5.10</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10549\">#10549</a> <a href=\"https://github.com/withastro/astro/commit/54c2f9707f5d038630143f769e3075c698474654\"><code>54c2f9707f5d038630143f769e3075c698474654</code></a> Thanks <a href=\"https://github.com/admirsaheta\"><code>@\u200badmirsaheta</code></a>! - Updates the <code>HTMLAttributes</code> type exported from <code>astro</code> to allow data attributes</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10562\">#10562</a> <a href=\"https://github.com/withastro/astro/commit/348c1ca1323d0516c2dcf8e963343cd12cb5407f\"><code>348c1ca1323d0516c2dcf8e963343cd12cb5407f</code></a> Thanks <a href=\"https://github.com/apetta\"><code>@\u200bapetta</code></a>! - Fixes minor type issues inside the built-in components of Astro</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10550\">#10550</a> <a href=\"https://github.com/withastro/astro/commit/34fa8e131b85531e6629390307108ffc4adb7ed1\"><code>34fa8e131b85531e6629390307108ffc4adb7ed1</code></a> Thanks <a href=\"https://github.com/Skn0tt\"><code>@\u200bSkn0tt</code></a>! - Fixes bug where server builds would include unneeded assets in SSR Function, potentially leading to upload errors on Vercel, Netlify because of size limits</p>\n</li>\n<li>\n<p>Updated dependencies [<a href=\"https://github.com/withastro/astro/commit/c585528f446ccca3d4c643f4af5d550b93c18902\"><code>c585528f446ccca3d4c643f4af5d550b93c18902</code></a>]:</p>\n<ul>\n<li><code>@\u200bastrojs/markdown-remark</code><a href=\"https://github.com/4\"><code>@\u200b4</code></a>.3.2</li>\n</ul>\n</li>\n</ul>\n<h2>astro@4.5.9</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10532\">#10532</a> <a href=\"https://github.com/withastro/astro/commit/8306ce1ff7b71a2a0d7908336c9be462a54d395a\"><code>8306ce1ff7b71a2a0d7908336c9be462a54d395a</code></a> Thanks <a href=\"https://github.com/martrapp\"><code>@\u200bmartrapp</code></a>! - Fixes a style issue of <code>client:only</code> components in DEV mode during view transitions.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10473\">#10473</a> <a href=\"https://github.com/withastro/astro/commit/627e47d67af4846cea2acf26a96b4124001b26fc\"><code>627e47d67af4846cea2acf26a96b4124001b26fc</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - Fixes and improves performance when rendering Astro JSX</p>\n</li>\n</ul>\n<h2>astro@4.5.8</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10504\">#10504</a> <a href=\"https://github.com/withastro/astro/commit/8e4e554cc211e59c329c0a5d110c839c886ff120\"><code>8e4e554cc211e59c329c0a5d110c839c886ff120</code></a> Thanks <a href=\"https://github.com/Princesseuh\"><code>@\u200bPrincesseuh</code></a>! - Update Babel version to fix regression in Babel's <code>7.24.2</code>.</p>\n</li>\n<li>\n<p>Updated dependencies [<a href=\"https://github.com/withastro/astro/commit/19e42c368184013fc30d1e46753b9e9383bb2bdf\"><code>19e42c368184013fc30d1e46753b9e9383bb2bdf</code></a>]:</p>\n<ul>\n<li><code>@\u200bastrojs/markdown-remark</code><a href=\"https://github.com/4\"><code>@\u200b4</code></a>.3.1</li>\n</ul>\n</li>\n</ul>\n<h2>astro@4.5.7</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li><a href=\"https://redirect.github.com/withastro/astro/pull/10493\">#10493</a> <a href=\"https://github.com/withastro/astro/commit/e4a6462751725878bfe47632eeafa6854cad5bf2\"><code>e4a6462751725878bfe47632eeafa6854cad5bf2</code></a> Thanks <a href=\"https://github.com/firefoxic\"><code>@\u200bfirefoxic</code></a>! - <code><link></code> tags created by astro for optimized stylesheets now do not include the closing forward slash. This slash is optional for void elements such as link, but made some html validation fail.</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.5.12</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10596\">#10596</a> <a href=\"https://github.com/withastro/astro/commit/20463a6c1e1271d8dc3cb0ab3419ee5c72abd218\"><code>20463a6c1e1271d8dc3cb0ab3419ee5c72abd218</code></a> Thanks <a href=\"https://github.com/Princesseuh\"><code>@\u200bPrincesseuh</code></a>! - Add <code>removeBase</code> function</p>\n</li>\n<li>\n<p>Updated dependencies [<a href=\"https://github.com/withastro/astro/commit/20463a6c1e1271d8dc3cb0ab3419ee5c72abd218\"><code>20463a6c1e1271d8dc3cb0ab3419ee5c72abd218</code></a>]:</p>\n<ul>\n<li><code>@\u200bastrojs/internal-helpers</code><a href=\"https://github.com/0\"><code>@\u200b0</code></a>.4.0</li>\n</ul>\n</li>\n</ul>\n<h2>4.5.11</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10567\">#10567</a> <a href=\"https://github.com/withastro/astro/commit/fbdc10f90f7baa5c49f2f53e3e4ce8f453814c01\"><code>fbdc10f90f7baa5c49f2f53e3e4ce8f453814c01</code></a> Thanks <a href=\"https://github.com/Princesseuh\"><code>@\u200bPrincesseuh</code></a>! - Fixes <code>astro:assets</code> not working when using complex config with <code>vite.build.rollupOptions.output.assetFileNames</code></p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10593\">#10593</a> <a href=\"https://github.com/withastro/astro/commit/61e283e5a0d95b6ef5d3c4c985d6ee78f74bbd8e\"><code>61e283e5a0d95b6ef5d3c4c985d6ee78f74bbd8e</code></a> Thanks <a href=\"https://github.com/Princesseuh\"><code>@\u200bPrincesseuh</code></a>! - Fixes Polymorphic type helper causing TypeScript errors in certain cases after the previous update</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10543\">#10543</a> <a href=\"https://github.com/withastro/astro/commit/0fd36bdb383297b32cc523b57d2442132da41595\"><code>0fd36bdb383297b32cc523b57d2442132da41595</code></a> Thanks <a href=\"https://github.com/matthewp\"><code>@\u200bmatthewp</code></a>! - Fixes inline stylesheets with content collections cache</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10582\">#10582</a> <a href=\"https://github.com/withastro/astro/commit/a05953538fcf524786385830b99c0c5a015173e8\"><code>a05953538fcf524786385830b99c0c5a015173e8</code></a> Thanks <a href=\"https://github.com/lilnasy\"><code>@\u200blilnasy</code></a>! - Fixes an issue where the dev server got stuck in a loop while routing responses with a 404 status code to the 404 route.</p>\n</li>\n</ul>\n<h2>4.5.10</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10549\">#10549</a> <a href=\"https://github.com/withastro/astro/commit/54c2f9707f5d038630143f769e3075c698474654\"><code>54c2f9707f5d038630143f769e3075c698474654</code></a> Thanks <a href=\"https://github.com/admirsaheta\"><code>@\u200badmirsaheta</code></a>! - Updates the <code>HTMLAttributes</code> type exported from <code>astro</code> to allow data attributes</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10562\">#10562</a> <a href=\"https://github.com/withastro/astro/commit/348c1ca1323d0516c2dcf8e963343cd12cb5407f\"><code>348c1ca1323d0516c2dcf8e963343cd12cb5407f</code></a> Thanks <a href=\"https://github.com/apetta\"><code>@\u200bapetta</code></a>! - Fixes minor type issues inside the built-in components of Astro</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10550\">#10550</a> <a href=\"https://github.com/withastro/astro/commit/34fa8e131b85531e6629390307108ffc4adb7ed1\"><code>34fa8e131b85531e6629390307108ffc4adb7ed1</code></a> Thanks <a href=\"https://github.com/Skn0tt\"><code>@\u200bSkn0tt</code></a>! - Fixes bug where server builds would include unneeded assets in SSR Function, potentially leading to upload errors on Vercel, Netlify because of size limits</p>\n</li>\n<li>\n<p>Updated dependencies [<a href=\"https://github.com/withastro/astro/commit/c585528f446ccca3d4c643f4af5d550b93c18902\"><code>c585528f446ccca3d4c643f4af5d550b93c18902</code></a>]:</p>\n<ul>\n<li><code>@\u200bastrojs/markdown-remark</code><a href=\"https://github.com/4\"><code>@\u200b4</code></a>.3.2</li>\n</ul>\n</li>\n</ul>\n<h2>4.5.9</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10532\">#10532</a> <a href=\"https://github.com/withastro/astro/commit/8306ce1ff7b71a2a0d7908336c9be462a54d395a\"><code>8306ce1ff7b71a2a0d7908336c9be462a54d395a</code></a> Thanks <a href=\"https://github.com/martrapp\"><code>@\u200bmartrapp</code></a>! - Fixes a style issue of <code>client:only</code> components in DEV mode during view transitions.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10473\">#10473</a> <a href=\"https://github.com/withastro/astro/commit/627e47d67af4846cea2acf26a96b4124001b26fc\"><code>627e47d67af4846cea2acf26a96b4124001b26fc</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - Fixes and improves performance when rendering Astro JSX</p>\n</li>\n</ul>\n<h2>4.5.8</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10504\">#10504</a> <a href=\"https://github.com/withastro/astro/commit/8e4e554cc211e59c329c0a5d110c839c886ff120\"><code>8e4e554cc211e59c329c0a5d110c839c886ff120</code></a> Thanks <a href=\"https://github.com/Princesseuh\"><code>@\u200bPrincesseuh</code></a>! - Update Babel version to fix regression in Babel's <code>7.24.2</code>.</p>\n</li>\n<li>\n<p>Updated dependencies [<a href=\"https://github.com/withastro/astro/commit/19e42c368184013fc30d1e46753b9e9383bb2bdf\"><code>19e42c368184013fc30d1e46753b9e9383bb2bdf</code></a>]:</p>\n<ul>\n<li><code>@\u200bastrojs/markdown-remark</code><a href=\"https://github.com/4\"><code>@\u200b4</code></a>.3.1</li>\n</ul>\n</li>\n</ul>\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/50cc5f01c721f394397cbdfc3bd954ff7469b0c4\"><code>50cc5f0</code></a> [ci] release (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10597\">#10597</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/636ba8c83969568c3adf16d01858a1bdd08b8281\"><code>636ba8c</code></a> [ci] release (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10588\">#10588</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/61e283e5a0d95b6ef5d3c4c985d6ee78f74bbd8e\"><code>61e283e</code></a> fix(types): Omit data types from polymorphic attributes (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10593\">#10593</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/9b08facb27abc96a6e993c5d9c236565c0f290da\"><code>9b08fac</code></a> [ci] format</li>\n<li><a href=\"https://github.com/withastro/astro/commit/0fd36bdb383297b32cc523b57d2442132da41595\"><code>0fd36bd</code></a> Fix inline stylesheets in content collection cache (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10543\">#10543</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/fbdc10f90f7baa5c49f2f53e3e4ce8f453814c01\"><code>fbdc10f</code></a> fix(assets): Fixes assets generation when using custom paths and configs (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10\">#10</a>...</li>\n<li><a href=\"https://github.com/withastro/astro/commit/498866c8f244144a670546d9261d76ca1c290251\"><code>498866c</code></a> [ci] format</li>\n<li><a href=\"https://github.com/withastro/astro/commit/a05953538fcf524786385830b99c0c5a015173e8\"><code>a059535</code></a> fix(dev): consider pages' route priority when matching request to a page (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10\">#10</a>...</li>\n<li><a href=\"https://github.com/withastro/astro/commit/bd7effcf720c2a79d130c72b323377f33fb7afe8\"><code>bd7effc</code></a> qol(runtime): clarify message about unavailable headers (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10583\">#10583</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/bb7707e1715fc3f496e4c3f07834221c8da62ff6\"><code>bb7707e</code></a> [ci] release (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10556\">#10556</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/withastro/astro/commits/astro@4.5.12/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-04-08T01:42:44Z", 23 "body": "Superseded by #47." 24 } 25 ], 26 "review_comments": [] 27 }