chore(deps): update dependency vector_graphics_compiler to ^1.3.0 - #3156
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency vector_graphics_compiler to ^1.3.0#3156renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/vector_graphics_compiler-1.x
branch
from
February 19, 2026 00:27
f071f3f to
7bb2b9a
Compare
renovate
Bot
force-pushed
the
renovate/vector_graphics_compiler-1.x
branch
2 times, most recently
from
March 24, 2026 13:32
314338f to
6362001
Compare
Member
|
We should migrate to asset transformers. This a feature where the flutter tool chain executes a script on bundled assets at compile time. |
renovate
Bot
force-pushed
the
renovate/vector_graphics_compiler-1.x
branch
from
March 27, 2026 10:18
6362001 to
4d5a237
Compare
renovate
Bot
force-pushed
the
renovate/vector_graphics_compiler-1.x
branch
from
May 6, 2026 20:25
4d5a237 to
c593f08
Compare
renovate
Bot
force-pushed
the
renovate/vector_graphics_compiler-1.x
branch
from
May 13, 2026 02:55
c593f08 to
d3c5873
Compare
renovate
Bot
force-pushed
the
renovate/vector_graphics_compiler-1.x
branch
from
May 21, 2026 08:02
d3c5873 to
df38819
Compare
renovate
Bot
force-pushed
the
renovate/vector_graphics_compiler-1.x
branch
from
May 29, 2026 01:09
df38819 to
76318af
Compare
renovate
Bot
force-pushed
the
renovate/vector_graphics_compiler-1.x
branch
from
May 29, 2026 20:29
76318af to
5b2ff7c
Compare
renovate
Bot
force-pushed
the
renovate/vector_graphics_compiler-1.x
branch
from
June 17, 2026 21:43
5b2ff7c to
9842bad
Compare
renovate
Bot
force-pushed
the
renovate/vector_graphics_compiler-1.x
branch
from
July 28, 2026 18:41
9842bad to
2e227af
Compare
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.
This PR contains the following updates:
^1.1.19→^1.3.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
flutter/packages (vector_graphics_compiler)
v1.3.0Compare Source
font-weightvalue is now ignored with a warning (and stillthrows when
warningsAsErrorsis set) instead of always throwing. Thispreserves an inherited weight, or the initial normal weight at the root, and
lets the compiler tolerate non-standard values such as
regularemitted bysome SVG generators.
v1.2.6Compare Source
linux-arm64host support by selecting the Flutter engineartifact directory from
Abi.current()instead of a hardcodedlinux-x64.v1.2.5Compare Source
xmlto include up to 7.0.1.v1.2.4Compare Source
v1.2.3Compare Source
<tspan>elements that have no whitespace between them in the source.Previously
<tspan>A</tspan><tspan>B</tspan>was emitted as"A"+" B", producing a visible gap; it now emits"A"+"B"to matchevery browser.
v1.2.2Compare Source
v1.2.1Compare Source
hsl(270, 100%, 76.27%)).v1.2.0Compare Source
v1.1.20Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.