This repository was archived by the owner on Nov 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update astro monorepo #188
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/astro-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6598f09 to
4833088
Compare
4833088 to
eeead94
Compare
e5c29f2 to
24aa5bc
Compare
24aa5bc to
08e6a00
Compare
08e6a00 to
285a51b
Compare
949a22d to
ed43e77
Compare
ed43e77 to
c12f215
Compare
e8f507a to
6ccef5e
Compare
a95bcd0 to
6b02fc2
Compare
6b02fc2 to
ab26b10
Compare
ab26b10 to
c20953a
Compare
c20953a to
f7a89c3
Compare
f7a89c3 to
c963a1b
Compare
c963a1b to
bddc9f9
Compare
bddc9f9 to
70d07bf
Compare
70d07bf to
4fe5a2c
Compare
08eeb20 to
e4e1d78
Compare
e4e1d78 to
fc1c30f
Compare
fc1c30f to
082c5bd
Compare
082c5bd to
da75f49
Compare
da75f49 to
ab2fa41
Compare
ee3338f to
9961cf8
Compare
9961cf8 to
9c85f6c
Compare
9c85f6c to
48530fc
Compare
48530fc to
f40ceb5
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.1.0->9.2.12.2.0->2.3.14.0.5->4.0.143.1.1->3.6.04.0.1->4.4.4Release Notes
withastro/astro (@astrojs/cloudflare)
v9.2.1Patch Changes
826bb4fe1fa2a95a38397f927210cdf37079c38aThanks @dario-piotrowicz! - Fixes a typo for a Cloudflare runtime .dev.vars warningv9.2.0Minor Changes
#192
256b7024624ab45d5087d774cb4c30b117f1636aThanks @alexanderniebuhr! - Prepares for major breaking changes to adapter configuration in the upcoming v10 release.(Full documentation to help you migrate your project to the upgraded Cloudflare adapter will be provided with the release of v10.0.)
Deprecates the following adapter configuration options (to be removed entirely in v10):
mode: All projects will deploy to Cloudflare pages using advanced mode (the previous default setting). This is no longer a configurable option. Cloudflare Functions will no longer be supported. If you were usingmode: 'directory', please migrate to Astro Endpoints.functionPerRoute: Discontinued due to Cloudflare's single execution context approach. You will no longer have the option to compile a separate bundle for each page.routes.strategy: Projects will use the auto-generated_route.jsonfor route management unless you provide your ownpublic/_routes.json. This change aims to eliminate confusion and promote consistency.routes.include: Will be replaced by a newroutes.extend.includeoption to allow you to include additional routes.routes.exclude: Will be replaced by a newroutes.extend.excludeoption to allow you to exclude additional routes.runtime: Local runtime bindings will be configured inwrangler.tomlat the root of your project as described in the adapters documentation. You will no longer configure these directly in the adapter configuration. A newplatformProxysetting will be introduced to enable and configure the platformProxy (local runtime) provided by wrangler.These changes are part of ongoing efforts to streamline functionality, improve performance, and align with best practices and platform capabilities.
We strongly recommend upgrading to v10 upon its release. To ensure a smooth migration, we commit to at least 4 weeks of additional maintenance for v9 following the release of v10. During this period, we will actively assist with migration efforts to ensure that all users can transition without major issues.
withastro/astro (@astrojs/mdx)
v2.3.1Compare Source
Patch Changes
#10754
3e7a12c8532411e580fcfdb8445cad8fc8499291Thanks @rishi-raj-jain! - Fixes an issue where images in MDX required a relative specifier (e.g../)Now, you can use the standard
syntax in MDX files for images colocated in the same folder: no relative specifier required!There is no need to update your project; your existing images will still continue to work. However, you may wish to remove any relative specifiers from these MDX images as they are no longer necessary:
#10770
88ee63a3ba4488c60348cb821034e6d4a057efd0Thanks @bluwy! - Removes internal MDX processor onbuildEndto free up memoryv2.3.0Compare Source
Minor Changes
#10689
683d51a5eecafbbfbfed3910a3f1fbf0b3531b99Thanks @ematipico! - Deprecate support for versions of Node.js older thanv18.17.1for Node.js 18, older thanv20.0.3for Node.js 20, and the complete Node.js v19 release line.This change is in line with Astro's Node.js support policy.
Patch Changes
ccafa8d230f65c9302421a0ce0a0adc5824bfd55]:v2.2.4Compare Source
Patch Changes
db7f9c87035a0de780536d95cdd9facff00c3c08Thanks @bluwy! - Removes unnecessary internalrecmaInjectImportMetaEnvpluginv2.2.3Compare Source
Patch Changes
2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de,374efcdff9625ca43309d89e3b9cfc9174351512]:v2.2.2Compare Source
Patch Changes
c585528f446ccca3d4c643f4af5d550b93c18902]:v2.2.1Compare Source
Patch Changes
19e42c368184013fc30d1e46753b9e9383bb2bdf]:withastro/astro (@astrojs/rss)
v4.0.14Compare Source
Patch Changes
e1dd377Thanks @ematipico! - Removespicocolorsas dependency in favor of the forkpiccolore.v4.0.13Compare Source
Patch Changes
7b45c65Thanks @delucis! - Reduces terminal text styling dependency size by switching fromkleurtopicocolorsv4.0.12Compare Source
Patch Changes
c947c28Thanks @Adriel-M! - Fixes a missing type attribute when providing a XSLT stylesheetv4.0.11Compare Source
Patch Changes
ebe2aa9Thanks @SapphicMoe! - Revert incorrect Content-Type header applied for RSS XML filev4.0.10Compare Source
Patch Changes
5b9b618Thanks @kunyan! - Sends the standard RSS content type response header, with UTF-8 charsetv4.0.9Compare Source
Patch Changes
925cff3Thanks @bholmesdev! - Improves README configuration reference.v4.0.8Compare Source
Patch Changes
#12137
50dd88bThanks @ArmandPhilippot! - Fixes an error that occurred when the optionalpubDateproperty was missing in an item.#12137
50dd88bThanks @ArmandPhilippot! - Fixes an error where docs incorrectly stated thetitle,linkandpubDateproperties of RSS items was required.v4.0.7Compare Source
Patch Changes
8ce66f2Thanks @ematipico! - Fixes an issue where thepagesGlobToRssItemsreturned an incorrect type foritemsv4.0.6Compare Source
Patch Changes
841df1fThanks @mingjunlu! - Fixes an issue where trailing slash is not removed even if thetrailingSlashoption is set tofalse.withastro/astro (@astrojs/sitemap)
v3.6.0Compare Source
Minor Changes
#14285
bedc31bThanks @jdcolombo! - Adds a new configuration optionnamespacesfor more control over XML namespaces used in sitemap generationExcluding unused namespaces can help create cleaner, more focused sitemaps that are faster for search engines to parse and use less bandwidth. If your site doesn't have news content, videos, or multiple languages, you can exclude those namespaces to reduce XML bloat.
The
namespacesoption allows you to configurenews,xhtml,image, andvideonamespaces independently. All namespaces are enabled by default for backward compatibility and no change to existing projects is necessary. But now, you can choose to streamline your XML and avoid unnecessary code.For example, to exclude the video namespace from your sitemap, set
video: falsein your configuration:The generated XML will not include the
xmlns:videonamespace:v3.5.1Compare Source
Patch Changes
896886cThanks @gouravkhunger! - Fixes the issue with the optionlastmodwhere if it is defined it applies correctly to<url>entries in eachsitemap-${i}.xmlfile but not the<sitemap>entries in the rootsitemap-index.xmlfile.v3.5.0Compare Source
Minor Changes
#13682
5824b32Thanks @gouravkhunger! - Adds acustomSitemapsoption to include extra sitemaps in thesitemap-index.xmlfile generated by Astro.This is useful for multi-framework setups on the same domain as your Astro site (
example.com), such as a blog atexample.com/blogwhose sitemap is generated by another framework.The following example shows configuring your Astro site to include sitemaps for an externally-generated blog and help center along with the generated sitemap entries in
sitemap-index.xml:Example:
Learn more in the
@astrojs/sitemapconfiguration documentation.v3.4.2Compare Source
Patch Changes
2309adaThanks @florian-lefebvre! - Upgrades zodv3.4.1Compare Source
Patch Changes
8a1e849Thanks @blimmer! - Uncaught errors in thefiltermethod will now bubble, causing the astro build to fail.v3.4.0Compare Source
Minor Changes
#13753
90293deThanks @mattyoho! - Customize the filenames of sitemap XML files generated by the@astro/sitemapintegration by settingfilenameBasein the integration configuration settings. This may be useful when deploying an Astro site at a path on a domain with preexisting sitemap files.Generated sitemap files will appear at
/sitemap-0.xmland/sitemap-index.xmlby default, which may conflict with preexisting files. SetfilenameBaseto a custom value to avoid that if so:This will yield sitemap and index files as
https://example.com/astronomy-sitemap-0.xmlandhttps://example.com/astronomy-sitemap-index.xml.v3.3.1Patch Changes
5dd2d3fThanks @florian-lefebvre! - Removes unused codev3.3.0Minor Changes
91c9503Thanks @ematipico! - Add support for XSL in sitemap-index.xmlv3.2.1Compare Source
Patch Changes
07754f5Thanks @mingjunlu! - Adds missingxslURLproperty toSitemapOptionstype.v3.2.0Compare Source
Minor Changes
fbe1bc5Thanks @sondr3! - Adds newxslURLoption to enable styling of sitemapsv3.1.6Compare Source
Patch Changes
7d59750Thanks @wackbyte! - Refactor to use Astro's integration logger for loggingv3.1.5Compare Source
Patch Changes
cefeadfThanks @adrianlyjak! - Fixes false positives for status code routes like404and500when generating sitemaps.v3.1.4Compare Source
Patch Changes
0e22462d1534afc8f7bb6782f86db680c7a5f245Thanks @gislerro! - Fixes an issue where the root url does not follow thetrailingSlashconfig optionv3.1.3Compare Source
Patch Changes
1ce22881c657becf0397b83ac393fb5d2399104cThanks @bluwy! - Improves performance when generating the sitemap datav3.1.2Compare Source
Patch Changes
5f7e9c47e01116f6ec74b33770f480404680956aThanks @mingjunlu! - Fixes an issue where the base path is missing insitemap-index.xml.withastro/astro (@astrojs/solid-js)
v4.4.4Compare Source
Patch Changes
8a46e80Thanks @marbrex! - Resolvevitepeer dependency problem for strict package managers like Yarn in PnP mode.v4.4.3Compare Source
Patch Changes
9fc2ab8Thanks @jdtjenkins! - Handles checking Svelte 5 component functions to avoid processing them as Solid componentsv4.4.2Compare Source
Patch Changes
082f450Thanks @johannesspohr! - Fix view transition state persistencev4.4.1Compare Source
Patch Changes
7adb350Thanks @bluwy! - Prevents throwing errors when checking if a component is a Solid component in runtimev4.4.0Compare Source
Minor Changes
#11234
4385bf7Thanks @ematipico! - Adds a new function calledaddServerRendererto the Container API. Use this function to manually store renderers inside the instance of your container.This new function should be preferred when using the Container API in environments like on-demand pages:
v4.3.0Compare Source
Minor Changes
#11144
803dd80Thanks @ematipico! - The integration now exposes a function calledgetContainerRenderer, that can be used inside the Container APIs to load the relative renderer.v4.2.0Compare Source
Minor Changes
#10937
7179930Thanks @florian-lefebvre! - Adds adevtoolsoptionYou can enable the official Solid Devtools while working in development mode by setting
devtools: truein yoursolid()integration config and addingsolid-devtoolsto your project dependencies:v4.1.0Compare Source
Minor Changes
#10689
683d51a5eecafbbfbfed3910a3f1fbf0b3531b99Thanks @ematipico! - Deprecate support for versions of Node.js older thanv18.17.1for Node.js 18, older thanv20.0.3for Node.js 20, and the complete Node.js v19 release line.This change is in line with Astro's Node.js support policy.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.