Skip to content

chore(deps): bump @astrojs/rss from 4.0.18 to 4.0.19 - #249

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astrojs/rss-4.0.19
Closed

chore(deps): bump @astrojs/rss from 4.0.18 to 4.0.19#249
dependabot[bot] wants to merge 1 commit into
mainfrom
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 compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
@dependabot
dependabot Bot requested review from a team and JoshDFN as code owners July 21, 2026 07:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
@github-actions

Copy link
Copy Markdown

Skill Validation Report

No skill files were changed in this PR — validation skipped.

marc0olo added a commit that referenced this pull request Aug 4, 2026
…ies (#263)

* chore(deps): consolidate dependency upgrades and clear security advisories

Supersedes the 7 open Dependabot PRs (#232, #233, #249, #252, #253, #259,
#260) with a single verified upgrade that keeps the site building.

- astro 6.4.6 → 7.1.6 (major)
- @astrojs/preact 4.1.3 → 6.0.0 (major, required by astro 7)
- @astrojs/rss 4.0.12 → 4.0.19
- archiver 7.0.1 → 8.0.0 (major; now ESM, no default export)
- overrides: sharp ^0.35.3, svgo ^4.0.2, and a scoped
  @astrojs/preact→vite ^6.4.3 to clear transitive advisories without
  forcing astro's own vite 8 down

archiver 8 dropped its default export, so SKILL.zip.ts migrates to the
`ZipArchive` class (same instance API).

Adds an `npm run build` gate to CI: skill-validator only runs when skills
change, so dependency PRs previously passed CI without ever building the
site — the real build only ran post-merge in deploy-ic.yml.

Result: `npm audit` reports 0 vulnerabilities (was 10), `npm run build`
produces 30 pages with all 26 SKILL.zip files valid and llms.txt /
sitemap / .well-known/skills/index.json intact.

* fix: regenerate complete lockfile (add missing @emnapi/core, @emnapi/runtime)

The incremental npm install left the lockfile internally inconsistent: it
listed @img/sharp-wasm32 (which requires @emnapi/runtime/@emnapi/core via
the sharp 0.35.3 override) but omitted those packages, so npm ci failed on
Linux CI with 'Missing: @emnapi/runtime@1.11.3 from lock file'. Regenerated
from a clean install; npm ci, build, and audit (0 vulns) all pass.
@marc0olo marc0olo closed this Aug 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/astrojs/rss-4.0.19 branch August 4, 2026 12:44
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant