chore: bump up all non-major dependencies - autoclosed #84
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.
This PR contains the following updates:
v0.22.0
->v0.23.0
0.39
->0.40
Release Notes
cross-platform-actions/action (cross-platform-actions/action)
v0.23.0
: Cross Platform Action 0.23.0Compare Source
Added
Fixed
Changed
Other
It's now recommended to use Linux runners. Since the upgrade [1] of the Linux runners, they now support hardware accelerated virtualization. The upgrade also comes with more resources resulting in having better performance than the macOS runners.
[1] https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/
RazrFalcon/resvg (resvg)
v0.40.0
Compare Source
Added
usvg::Tree
isSend + Sync
compatible now.usvg::WriteOptions::preserve_text
to control howusvg
generates an SVG.usvg::Image::abs_bounding_box
Changed
usvg
are immutable now. Meaning thatusvg::Tree
cannot be modifiedafter creation anymore.
usvg
are private now. Use getters instead.usvg::Tree
parsing methods require thefontdb
argument now.defs
children like gradients, patterns, clipPaths, masks and filters are guaranteeto have a unique, non-empty ID.
defs
children like gradients, patterns, clipPaths, masks and filters are guaranteeto have
userSpaceOnUse
units now. NoobjectBoundingBox
units anymore.usvg::Mask
is allowed to have no children now.text
build feature isn't enabled.usvg::Tree::clip_paths
,usvg::Tree::masks
,usvg::Tree::filters
returnsa pre-collected slice of unique nodes now.
It's no longer a closure and you do not have to deduplicate nodes by yourself.
usvg::filter::Primitive::x
,y
,width
andheight
methods were replacedwith
usvg::filter::Primitive::rect
.usvg::Tree::paint_servers
intousvg::Tree::linear_gradients
,usvg::Tree::radial_gradients
,usvg::Tree::patterns
.All three returns pre-collected slices now.
usvg::Path
no longer can have an invalid bbox. Paths with an invalid bbox will berejected during parsing.
usvg
methods that return bounding boxes return non-optionalRect
now.No
NonZeroRect
as well.usvg::Text::flattened
returns&Group
and notOption<&Group>
now.usvg::ImageHrefDataResolverFn
andusvg::ImageHrefStringResolverFn
require
fontdb::Database
argument.Arc
and notRc<RefCell>
now.resvg::render_node
now includes filters bounding box. Meaning that a node with a blur filterno longer be clipped.
usvg::utils::view_box_to_transform
withusvg::ViewBox::to_transform
.usvg::XmlOptions
intousvg::WriteOptions
and embedxmlwriter::Options
.Removed
usvg::Tree::postprocess()
andusvg::PostProcessingSteps
. No longer needed.usvg::ClipPath::units()
,usvg::Mask::units()
,usvg::Mask::content_units()
,usvg::Filter::units()
,usvg::Filter::content_units()
,usvg::LinearGradient::units()
,usvg::RadialGradient::units()
,usvg::Pattern::units()
,usvg::Pattern::content_units()
and
usvg::Paint::units()
. They are alwaysuserSpaceOnUse
now.usvg::Units
. No longer needed.Fixed
Previously, only paths and images were included.
image
aspect ratio when onlywidth
orheight
are present.Thanks to @LaurenzV.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.