From 584ee07895c8dafa1155b58b4aaa7848c4f2c581 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Sun, 16 Jul 2023 15:53:38 -0400 Subject: [PATCH 1/2] Remove 'equatable' allowance The only package that was using the `equtable` package removed it, so we no longer need this allowance. Part of https://github.com/flutter/flutter/issues/122713 --- script/configs/allowed_unpinned_deps.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/script/configs/allowed_unpinned_deps.yaml b/script/configs/allowed_unpinned_deps.yaml index 283f4f198e76..ed8fa184093b 100644 --- a/script/configs/allowed_unpinned_deps.yaml +++ b/script/configs/allowed_unpinned_deps.yaml @@ -7,7 +7,6 @@ ## Legacy allowances, for dependencies that predate the tooling. # TODO(stuartmorgan): Audit these. See # https://github.com/flutter/flutter/issues/122713 -- equatable - xml ## Explicit allowances From f386435a730589705e59d861f26298216ab70564 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Sun, 16 Jul 2023 15:58:03 -0400 Subject: [PATCH 2/2] Remove unused xml --- packages/flutter_migrate/pubspec.yaml | 1 - script/configs/allowed_unpinned_deps.yaml | 5 ----- 2 files changed, 6 deletions(-) diff --git a/packages/flutter_migrate/pubspec.yaml b/packages/flutter_migrate/pubspec.yaml index 8d5ee02c668c..8eaa486da1a5 100644 --- a/packages/flutter_migrate/pubspec.yaml +++ b/packages/flutter_migrate/pubspec.yaml @@ -17,7 +17,6 @@ dependencies: path: ^1.8.0 process: 4.2.4 vm_service: 9.3.0 - xml: ^6.1.0 yaml: 3.1.1 dev_dependencies: diff --git a/script/configs/allowed_unpinned_deps.yaml b/script/configs/allowed_unpinned_deps.yaml index ed8fa184093b..db8043d8a3e9 100644 --- a/script/configs/allowed_unpinned_deps.yaml +++ b/script/configs/allowed_unpinned_deps.yaml @@ -4,11 +4,6 @@ # All entries here should have an explanation for why they are here, either # via being part of one of the default-allowed groups, or a specific reason. -## Legacy allowances, for dependencies that predate the tooling. -# TODO(stuartmorgan): Audit these. See -# https://github.com/flutter/flutter/issues/122713 -- xml - ## Explicit allowances # Owned by individual Flutter Team members.