chore(deps): bump astro from 4.0.3 to 4.5.12
Bumps astro from 4.0.3 to 4.5.12.
Release notes
Sourced from astro's releases.
[email protected]
Patch Changes
#10596
20463a6c1e1271d8dc3cb0ab3419ee5c72abd218Thanks@Princesseuh! - AddremoveBasefunctionUpdated dependencies [
20463a6c1e1271d8dc3cb0ab3419ee5c72abd218]:
@astrojs/internal-helpers@0.4.0[email protected]
Patch Changes
#10567
fbdc10f90f7baa5c49f2f53e3e4ce8f453814c01Thanks@Princesseuh! - Fixesastro:assetsnot working when using complex config withvite.build.rollupOptions.output.assetFileNames#10593
61e283e5a0d95b6ef5d3c4c985d6ee78f74bbd8eThanks@Princesseuh! - Fixes Polymorphic type helper causing TypeScript errors in certain cases after the previous update#10543
0fd36bdb383297b32cc523b57d2442132da41595Thanks@matthewp! - Fixes inline stylesheets with content collections cache#10582
a05953538fcf524786385830b99c0c5a015173e8Thanks@lilnasy! - Fixes an issue where the dev server got stuck in a loop while routing responses with a 404 status code to the 404 route.[email protected]
Patch Changes
#10549
54c2f9707f5d038630143f769e3075c698474654Thanks@admirsaheta! - Updates theHTMLAttributestype exported fromastroto allow data attributes#10562
348c1ca1323d0516c2dcf8e963343cd12cb5407fThanks@apetta! - Fixes minor type issues inside the built-in components of Astro#10550
34fa8e131b85531e6629390307108ffc4adb7ed1Thanks@Skn0tt! - Fixes bug where server builds would include unneeded assets in SSR Function, potentially leading to upload errors on Vercel, Netlify because of size limitsUpdated dependencies [
c585528f446ccca3d4c643f4af5d550b93c18902]:
@astrojs/markdown-remark@4.3.2[email protected]
Patch Changes
#10532
8306ce1ff7b71a2a0d7908336c9be462a54d395aThanks@martrapp! - Fixes a style issue ofclient:onlycomponents in DEV mode during view transitions.#10473
627e47d67af4846cea2acf26a96b4124001b26fcThanks@bluwy! - Fixes and improves performance when rendering Astro JSX[email protected]
Patch Changes
#10504
8e4e554cc211e59c329c0a5d110c839c886ff120Thanks@Princesseuh! - Update Babel version to fix regression in Babel's7.24.2.Updated dependencies [
19e42c368184013fc30d1e46753b9e9383bb2bdf]:
@astrojs/markdown-remark@4.3.1[email protected]
Patch Changes
- #10493
e4a6462751725878bfe47632eeafa6854cad5bf2Thanks@firefoxic! -<link>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.
... (truncated)
Changelog
Sourced from astro's changelog.
4.5.12
Patch Changes
#10596
20463a6c1e1271d8dc3cb0ab3419ee5c72abd218Thanks@Princesseuh! - AddremoveBasefunctionUpdated dependencies [
20463a6c1e1271d8dc3cb0ab3419ee5c72abd218]:
@astrojs/internal-helpers@0.4.04.5.11
Patch Changes
#10567
fbdc10f90f7baa5c49f2f53e3e4ce8f453814c01Thanks@Princesseuh! - Fixesastro:assetsnot working when using complex config withvite.build.rollupOptions.output.assetFileNames#10593
61e283e5a0d95b6ef5d3c4c985d6ee78f74bbd8eThanks@Princesseuh! - Fixes Polymorphic type helper causing TypeScript errors in certain cases after the previous update#10543
0fd36bdb383297b32cc523b57d2442132da41595Thanks@matthewp! - Fixes inline stylesheets with content collections cache#10582
a05953538fcf524786385830b99c0c5a015173e8Thanks@lilnasy! - Fixes an issue where the dev server got stuck in a loop while routing responses with a 404 status code to the 404 route.4.5.10
Patch Changes
#10549
54c2f9707f5d038630143f769e3075c698474654Thanks@admirsaheta! - Updates theHTMLAttributestype exported fromastroto allow data attributes#10562
348c1ca1323d0516c2dcf8e963343cd12cb5407fThanks@apetta! - Fixes minor type issues inside the built-in components of Astro#10550
34fa8e131b85531e6629390307108ffc4adb7ed1Thanks@Skn0tt! - Fixes bug where server builds would include unneeded assets in SSR Function, potentially leading to upload errors on Vercel, Netlify because of size limitsUpdated dependencies [
c585528f446ccca3d4c643f4af5d550b93c18902]:
@astrojs/markdown-remark@4.3.24.5.9
Patch Changes
#10532
8306ce1ff7b71a2a0d7908336c9be462a54d395aThanks@martrapp! - Fixes a style issue ofclient:onlycomponents in DEV mode during view transitions.#10473
627e47d67af4846cea2acf26a96b4124001b26fcThanks@bluwy! - Fixes and improves performance when rendering Astro JSX4.5.8
Patch Changes
#10504
8e4e554cc211e59c329c0a5d110c839c886ff120Thanks@Princesseuh! - Update Babel version to fix regression in Babel's7.24.2.Updated dependencies [
19e42c368184013fc30d1e46753b9e9383bb2bdf]:
@astrojs/markdown-remark@4.3.1
... (truncated)
Commits
50cc5f0[ci] release (#10597)636ba8c[ci] release (#10588)61e283efix(types): Omit data types from polymorphic attributes (#10593)9b08fac[ci] format0fd36bdFix inline stylesheets in content collection cache (#10543)fbdc10ffix(assets): Fixes assets generation when using custom paths and configs (#10...498866c[ci] formata059535fix(dev): consider pages' route priority when matching request to a page (#10...bd7effcqol(runtime): clarify message about unavailable headers (#10583)bb7707e[ci] release (#10556)- Additional commits viewable in compare view
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.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.