-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update astro monorepo #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/astro-monorepo
base: main
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
f3201dc to
570dcbf
Compare
570dcbf to
d2f7efa
Compare
d2f7efa to
e3c75aa
Compare
e3c75aa to
2f1d0d7
Compare
2f1d0d7 to
ec57fc5
Compare
ec57fc5 to
9e59c8e
Compare
9e59c8e to
9dd1084
Compare
9dd1084 to
d7716f3
Compare
d7716f3 to
a6c617b
Compare
a6c617b to
f47dab0
Compare
f47dab0 to
e23ebcb
Compare
e23ebcb to
3debccb
Compare
3debccb to
8a65953
Compare
8a65953 to
3c72883
Compare
8d13389 to
c1b6196
Compare
c1b6196 to
d2abfc6
Compare
d2abfc6 to
1b54557
Compare
1b54557 to
8b52dd7
Compare
8b52dd7 to
5bd4a6f
Compare
5bd4a6f to
cd9e96e
Compare
cd9e96e to
962716a
Compare
962716a to
bb75ff3
Compare
bb75ff3 to
86f60d9
Compare
86f60d9 to
5511d5d
Compare
5511d5d to
1fa5fbb
Compare
1fa5fbb to
2913495
Compare
2913495 to
4511044
Compare
4511044 to
054741a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
4.0.7→4.0.143.1.6→3.6.1Release Notes
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.withastro/astro (@astrojs/sitemap)
v3.6.1Compare Source
Patch Changes
dd06779Thanks @florian-lefebvre! - Updates how routes are retrieved to avoid relying on a deprecated APIv3.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 sitemapsConfiguration
📅 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.