astro-theme-cactus
astro-theme-cactus copied to clipboard
Bump astro from 4.14.3 to 4.15.1
Bumps astro from 4.14.3 to 4.15.1.
Release notes
Sourced from astro's releases.
[email protected]
Patch Changes
#11872
9327d56Thanks@bluwy! - Fixesastro addimporting adapters and integrations#11767
d1bd1a1Thanks@ascorbic! - Refactors content layer sync to use a queue[email protected]
Minor Changes
#11729
1c54e63Thanks@ematipico! - Adds a new variantsyncfor theastro:config:setuphook'scommandproperty. This value is set when calling the commandastro sync.If your integration previously relied on knowing how many variants existed for the
commandproperty, you must update your logic to account for this new option.#11743
cce0894Thanks@ph1p! - Adds a new, optional propertytimeoutfor theclient:idledirective.This value allows you to specify a maximum time to wait, in milliseconds, before hydrating a UI framework component, even if the page is not yet done with its initial load. This means you can delay hydration for lower-priority UI elements with more control to ensure your element is interactive within a specified time frame.
<ShowHideButton client:idle={{ timeout: 500 }} />#11677
cb356a5Thanks@ematipico! - Adds a new optionfallbackTypetoi18n.routingconfiguration that allows you to control how fallback pages are handled.When
i18n.fallbackis configured, this new routing option controls whether to redirect to the fallback page, or to rewrite the fallback page's content in place.The
"redirect"option is the default value and matches the current behavior of the existing fallback system.The option
"rewrite"uses the new rewriting system to create fallback pages that render content on the original, requested URL without a browser refresh.For example, the following configuration will generate a page
/fr/index.htmlthat will contain the same HTML rendered by the page/en/index.htmlwhensrc/pages/fr/index.astrodoes not exist.// astro.config.mjs export default defineConfig({ i18n: { locals: ['en', 'fr'], defaultLocale: 'en', routing: { prefixDefaultLocale: true, fallbackType: 'rewrite', }, fallback: { fr: 'en', }, }, });#11708
62b0d20Thanks@martrapp! - Adds a new objectswapFunctionsto expose the necessary utility functions onastro:transitions/clientthat allow you to build custom swap functions to be used with view transitions.
... (truncated)
Changelog
Sourced from astro's changelog.
4.15.1
Patch Changes
#11872
9327d56Thanks@bluwy! - Fixesastro addimporting adapters and integrations#11767
d1bd1a1Thanks@ascorbic! - Refactors content layer sync to use a queue4.15.0
Minor Changes
#11729
1c54e63Thanks@ematipico! - Adds a new variantsyncfor theastro:config:setuphook'scommandproperty. This value is set when calling the commandastro sync.If your integration previously relied on knowing how many variants existed for the
commandproperty, you must update your logic to account for this new option.#11743
cce0894Thanks@ph1p! - Adds a new, optional propertytimeoutfor theclient:idledirective.This value allows you to specify a maximum time to wait, in milliseconds, before hydrating a UI framework component, even if the page is not yet done with its initial load. This means you can delay hydration for lower-priority UI elements with more control to ensure your element is interactive within a specified time frame.
<ShowHideButton client:idle={{ timeout: 500 }} />#11677
cb356a5Thanks@ematipico! - Adds a new optionfallbackTypetoi18n.routingconfiguration that allows you to control how fallback pages are handled.When
i18n.fallbackis configured, this new routing option controls whether to redirect to the fallback page, or to rewrite the fallback page's content in place.The
"redirect"option is the default value and matches the current behavior of the existing fallback system.The option
"rewrite"uses the new rewriting system to create fallback pages that render content on the original, requested URL without a browser refresh.For example, the following configuration will generate a page
/fr/index.htmlthat will contain the same HTML rendered by the page/en/index.htmlwhensrc/pages/fr/index.astrodoes not exist.// astro.config.mjs export default defineConfig({ i18n: { locals: ['en', 'fr'], defaultLocale: 'en', routing: { prefixDefaultLocale: true, fallbackType: 'rewrite', }, fallback: { fr: 'en', }, }, });
... (truncated)
Commits
21747e9[ci] release (#11871)9327d56Use default import in astro add (#11872)d1bd1a1Moves content layer sync to a queue and support selective sync (#11767)17f7127[ci] release (#11857)a85a184fix: separate changelogs for Astro 1 into a separate package (#11868)4215d6e[ci] format5b4070eActions stable release (#11843)8bab233fix: resolve content layer images without filePath set (#11858)0e35afefix: pass config instead of settings to content layer loaders (#11862)26893f9[ci] format- 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)
Deploying astro-theme-cactus with
Cloudflare Pages
| Latest commit: |
98b4c56
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://db2f8c05.astro-theme-cactus.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-astr-0gag.astro-theme-cactus.pages.dev |
Deploy Preview for astro-theme-cactus ready!
| Name | Link |
|---|---|
| Latest commit | 98b4c5610f45a682c7753e18f3916c52bf72c08f |
| Latest deploy log | https://app.netlify.com/sites/astro-theme-cactus/deploys/66d44161664ae90008a339bf |
| Deploy Preview | https://deploy-preview-299--astro-theme-cactus.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Superseded by #303.