Skip to content

[Docs Site] Bump @astrojs/rss from 4.0.18 to 4.0.19 - #32195

Merged
mvvmm merged 1 commit into
productionfrom
dependabot/npm_and_yarn/astrojs/rss-4.0.19
Jul 28, 2026
Merged

[Docs Site] Bump @astrojs/rss from 4.0.18 to 4.0.19#32195
mvvmm merged 1 commit into
productionfrom
dependabot/npm_and_yarn/astrojs/rss-4.0.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps @astrojs/rss from 4.0.18 to 4.0.19.

Release notes

Sourced from @​astrojs/rss's releases.

@​astrojs/rss@​4.0.19

Patch Changes

  • #17209 fbcfa03 Thanks @​matthewp! - Hardens RSS feed generation by escaping the source and enclosure item fields. These fields are now serialized as structured XML values, ensuring that special characters in values like source.title and enclosure.type are always treated as text rather than markup, consistent with how other feed fields are handled.
Changelog

Sourced from @​astrojs/rss's changelog.

4.0.19

Patch Changes

  • #17209 fbcfa03 Thanks @​matthewp! - Hardens RSS feed generation by escaping the source and enclosure item fields. These fields are now serialized as structured XML values, ensuring that special characters in values like source.title and enclosure.type are always treated as text rather than markup, consistent with how other feed fields are handled.
Commits

@dependabot
dependabot Bot requested review from a team as code owners July 21, 2026 08:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 21, 2026
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Dependabot review

Package Impact Recommendation
@astrojs/rss 4.0.18 → 4.0.19 🟢 Very Low ✅ Merge

Overall: ✅ Merge

The @astrojs/rss patch only hardens escaping for the source and enclosure RSS item fields; this repo does not set those fields in any of its changelog RSS routes, so output should remain identical while gaining a small hardening benefit. No manual verification is needed.

Package details

@astrojs/rss: 4.0.18 → 4.0.19

Type: security fix
Dependency type: direct

What changed

  • Hardens RSS feed generation by escaping source and enclosure item fields as structured XML values so special characters are treated as text rather than markup.

Usage in this repo
Direct dependency called from five changelog RSS routes (src/pages/changelog/rss/index.xml.ts, src/pages/changelog/rss/index.md.xml.ts, src/pages/changelog/rss/[area].xml.ts, src/pages/changelog/rss/[product].xml.ts, src/pages/[...changelog].xml.ts) and used as the RSSFeedItem type in src/util/changelog.ts. None of the RSS items set source or enclosure fields.

Impact: 🟢 Very Low — The escaping change only affects source and enclosure fields, which this repo does not populate, so existing feeds are unaffected beyond a minor safety improvement.


@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
package.json @cloudflare/content-engineering
* @cloudflare/product-owners

@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot changed the title [Docs Site] Bump @astrojs/rss from 4.0.18 to 4.0.19 [Docs Site] bump @astrojs/rss from 4.0.18 to 4.0.19 Jul 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astrojs/rss-4.0.19 branch 2 times, most recently from ea47983 to 3900d9b Compare July 22, 2026 16:10
@dependabot dependabot Bot changed the title [Docs Site] bump @astrojs/rss from 4.0.18 to 4.0.19 [Docs Site] Bump @astrojs/rss from 4.0.18 to 4.0.19 Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astrojs/rss-4.0.19 branch from 3900d9b to aa705c8 Compare July 27, 2026 18:24
Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.18 to 4.0.19.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.19/packages/astro-rss)

---
updated-dependencies:
- dependency-name: "@astrojs/rss"
  dependency-version: 4.0.19
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astrojs/rss-4.0.19 branch from aa705c8 to 89ee942 Compare July 27, 2026 20:14
@mvvmm
mvvmm merged commit f626700 into production Jul 28, 2026
13 checks passed
@mvvmm
mvvmm deleted the dependabot/npm_and_yarn/astrojs/rss-4.0.19 branch July 28, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants