chore(deps): bump @astrojs/rss from 4.0.18 to 4.0.19 - #249
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump @astrojs/rss from 4.0.18 to 4.0.19#249dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
Skill Validation ReportNo 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.
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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
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.
Bumps @astrojs/rss from 4.0.18 to 4.0.19.
Release notes
Sourced from @astrojs/rss's releases.
Changelog
Sourced from @astrojs/rss's changelog.
Commits
5978993[ci] release (#17213)2bfb179chore: simpler package.json types (#17229)fbcfa03Escape source and enclosure fields in RSS feed generation (#17209)5a8cd09refactor: update tsconfig to use TypeScript project references (#16505)46633f5refactor(create-astro): migrate tests to typescript (#16400)747a5b3refactor: migrate astro-rss tests to typescript (#16357)88fcc98fix integrations links across docs (#16098)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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.