Skip to content

chore(deps): bump resvg from 0.44.0 to 0.47.0#234

Merged
sharkAndshark merged 2 commits into
mainfrom
dependabot/cargo/resvg-0.47.0
May 24, 2026
Merged

chore(deps): bump resvg from 0.44.0 to 0.47.0#234
sharkAndshark merged 2 commits into
mainfrom
dependabot/cargo/resvg-0.47.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps resvg from 0.44.0 to 0.47.0.

Release notes

Sourced from resvg's releases.

v0.47.0

  • resvg-0.*.0.tar.xz is a sources archive with vendored Rust dependencies
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer

Check CHANGELOG.

v0.46.0

  • resvg-0.*.0.tar.xz is a sources archive with vendored Rust dependencies
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer

Check CHANGELOG.

v0.45.1

  • resvg-0.*.0.tar.xz is a sources archive with vendored Rust dependencies
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer

Check CHANGELOG.

v0.45.0

  • viewsvg is a simple application that showcases resvg capabilities
  • resvg-0.*.0.tar.xz is a sources archive with vendored Rust dependencies
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer

Check CHANGELOG.

Changelog

Sourced from resvg's changelog.

[0.47.0] 2026-02-05

This release has an MSRV of 1.87.0 for usvg and resvg and the C API.

Added

  • Focal radius (fr) supported for Radial Gradients. (#1014 by @​wmedrano)
  • Support for variable fonts based on font-variation-settings CSS property. (#997 by @​oetiker)

Changed

  • tiny-skia has a major version bump from 0.11 to 0.12.

[0.46.0]

This release has an MSRV of 1.87.0 for usvg and resvg and the C API.

Added

Changed

Removed

  • Remove unused phf dependency (#920)

[0.45.1] - 2025-04-16

Changed

  • Support SVGs without the xmlns attribute on the root (#892)
  • Add optimization for paths with markers in paint-order but no actual markers (#887)

Removed

... (truncated)

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)

Bumps [resvg](https://github.com/linebender/resvg) from 0.44.0 to 0.47.0.
- [Release notes](https://github.com/linebender/resvg/releases)
- [Changelog](https://github.com/linebender/resvg/blob/main/CHANGELOG.md)
- [Commits](linebender/resvg@v0.44.0...v0.47.0)

---
updated-dependencies:
- dependency-name: resvg
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@evan-zhang11
Copy link
Copy Markdown
Collaborator

Review Note — resvg 0.44 → 0.47 (3-Version Jump)

This bumps resvg across 3 minor versions. Key concern: icon_handlers.rs uses:

let tree = resvg::usvg::Tree::from_data(&data, &resvg::usvg::Options::default())?;
let size = tree.size();

CI Status

backend_compile_clean passing means the API is still compatible. However, the dimension reading logic (tree.size()) should be manually verified after merge, since SVG parsing behavior may have changed across versions.

Verdict: Safe to merge after main CI fix, but test icon upload manually post-merge.

Reviewed during daily deep review (#235).

@sharkAndshark sharkAndshark merged commit 755a2d2 into main May 24, 2026
10 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/resvg-0.47.0 branch May 24, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants