chore(deps): bump svgo from 4.0.1 to 4.0.2 - #252
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [svgo](https://github.com/svg/svgo) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/svg/svgo/releases) - [Commits](svg/svgo@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: svgo dependency-version: 4.0.2 dependency-type: indirect ... 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 svgo from 4.0.1 to 4.0.2.
Release notes
Sourced from svgo's releases.
Commits
b2309cfchore: sync version with apif529cfcMerge commit from fork581fe68performance: speed up mergePath child node removal (#2216)eb4c8b6docs(removeAttributesBySelector): properly document and check types (#2215)6fd5872fix(convertColors): skip convertCase on css custom properties (#2213)7414f73fix: properly parse negative (or +) arc radii (#2205)a8c19aafix: only call encodeSVGDatauri once and add test case (#2053)65548f4fix(convertPathData): properly handle consecutive t commands (#2156)a41a7c1fix(convertPathData): introducing isSafeToRemove (#2164)38625ddtest: handle charm icons (#2203)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.