Skip to content

chore(deps): bump svgo from 4.0.1 to 4.0.2 - #252

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/svgo-4.0.2
Closed

chore(deps): bump svgo from 4.0.1 to 4.0.2#252
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/svgo-4.0.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps svgo from 4.0.1 to 4.0.2.

Release notes

Sourced from svgo's releases.

v4.0.2

What's Changed

Security

Bug Fixes

Performance

Other Changes

Commits
  • b2309cf chore: sync version with api
  • f529cfc Merge commit from fork
  • 581fe68 performance: speed up mergePath child node removal (#2216)
  • eb4c8b6 docs(removeAttributesBySelector): properly document and check types (#2215)
  • 6fd5872 fix(convertColors): skip convertCase on css custom properties (#2213)
  • 7414f73 fix: properly parse negative (or +) arc radii (#2205)
  • a8c19aa fix: only call encodeSVGDatauri once and add test case (#2053)
  • 65548f4 fix(convertPathData): properly handle consecutive t commands (#2156)
  • a41a7c1 fix(convertPathData): introducing isSafeToRemove (#2164)
  • 38625dd test: handle charm icons (#2203)
  • See full diff in compare view

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 [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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2026
@dependabot
dependabot Bot requested review from a team and JoshDFN as code owners July 23, 2026 23:58
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 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/svgo-4.0.2 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