Bump the minor-updates group with 2 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 2 months ago)
(about 2 months ago)
dependencies javascript
Bumps the minor-updates group with 2 updates: @astrojs/sitemap and svelte.
Updates @astrojs/sitemap from 3.5.1 to 3.6.0
Release notes
Sourced from @astrojs/sitemap's releases.
@astrojs/sitemap@3.6.0Minor 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:// astro.config.mjs import { sitemap } from '@astrojs/sitemap';export default { integrations: [ sitemap({ namespaces: { video: false, // other namespaces remain enabled by default } }) ] };
The generated XML will not include the
xmlns:videonamespace:<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" > <!-- ... --> </urlset>
Changelog
Sourced from @astrojs/sitemap's changelog.
3.6.0
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:// astro.config.mjs import { sitemap } from '@astrojs/sitemap';export default { integrations: [ sitemap({ namespaces: { video: false, // other namespaces remain enabled by default } }) ] };
The generated XML will not include the
xmlns:videonamespace:<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" > <!-- ... --> </urlset>
Commits
Updates svelte from 5.38.10 to 5.39.2
Release notes
Sourced from svelte's releases.
svelte@5.39.2
Patch Changes
fix: preserve SSR context when block expressions contain
await(#16791)chore: bump some devDependencies (#16787)
svelte@5.39.1
Patch Changes
fix: issue
state_proxy_unmountwarning when unmounting a state proxy (#16747)fix: add
thento class componentrenderoutput (#16783)svelte@5.39.0
Minor Changes
- feat: experimental async SSR (#16748)
Patch Changes
- fix: correctly SSR hidden="until-found" (#16773)
Changelog
Sourced from svelte's changelog.
5.39.2
Patch Changes
fix: preserve SSR context when block expressions contain
await(#16791)chore: bump some devDependencies (#16787)
5.39.1
Patch Changes
fix: issue
state_proxy_unmountwarning when unmounting a state proxy (#16747)fix: add
thento class componentrenderoutput (#16783)5.39.0
Minor Changes
- feat: experimental async SSR (#16748)
Patch Changes
- fix: correctly SSR hidden="until-found" (#16773)
Commits
4616422Version Packages (#16789)e4ebca9fix: preserve SSR context when block expressions containawait(#16791)39682e2chore: fix SSR compiler output (#16790)88d7e05chore: update sandbox to support async SSR (#16787)16e16daVersion Packages (#16785)6076babfix: issuestate_proxy_unmountwarning when unmounting a state proxy (#16747)6798efachore: Rename Payload to Renderer (#16786)fc35d9ffix: addthento class componentrenderoutput (#16783)eaf4d40Version Packages (#16774)b8fd326feat: async SSR (#16748)- 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+65
-77
Package Dependencies
Technical Details
| ID: | 7968483 |
| UUID: | 2838627103 |
| Node ID: | PR_kwDOPKpW3M6pMgMf |
| Host: | GitHub |
| Repository: | fishcpy/astro-theme-fishcpy |
| Merge State: | Unknown |