Skip to content

[vector_graphics_compiler] Support xml 7#11804

Merged
auto-submit[bot] merged 1 commit into
flutter:mainfrom
stuartmorgan-g:vgc-xml-7
May 29, 2026
Merged

[vector_graphics_compiler] Support xml 7#11804
auto-submit[bot] merged 1 commit into
flutter:mainfrom
stuartmorgan-g:vgc-xml-7

Conversation

@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

Updates the max allowed version of the xml dependency to 7.0.1. None of the breaking changes affected this package, so no code changes are necessary, and xml 6.x are still allowed as well.

This was a huge code diff, but I did look over all of the production code diffs for anything that looked unexpected/problematic, per the documented audit policy for updating this dependency.

Fixes flutter/flutter#187303

Pre-Review Checklist

Footnotes

  1. Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. 2

Updates the max allowed version of the `xml` dependency to 7.0.1. None
of the breaking changes affected this package, so no code changes are
necessary, and `xml` 6.x are still allowed as well.

This was a huge code diff, but I did look over all of the production
code diffs for anything that looked unexpected/problematic, per the
documented audit policy for updating this dependency.
@stuartmorgan-g stuartmorgan-g requested a review from jtmcdole May 29, 2026 17:36
@stuartmorgan-g stuartmorgan-g added the triage-engine Should be looked at in engine triage label May 29, 2026
@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label May 29, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the vector_graphics_compiler package to version 1.2.5 and expands the allowed version range of the xml dependency to include up to 7.0.1 in pubspec.yaml, with a corresponding entry added to CHANGELOG.md. There are no review comments, and I have no feedback to provide.

@stuartmorgan-g stuartmorgan-g added the autosubmit Merge PR when tree becomes green via auto submit App label May 29, 2026
@auto-submit auto-submit Bot merged commit 6246800 into flutter:main May 29, 2026
87 checks passed
runesign pushed a commit to runesign/flutter that referenced this pull request Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App CICD Run CI/CD p: vector_graphics triage-engine Should be looked at in engine triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for xml 7 for vector_graphics_compiler

2 participants