Skip to content

Commit dc41ccc

Browse files
Remove equatable and xml allowances (flutter#4489)
The only package that was using the `equatable` package removed it, so we no longer need this allowance. The only package depending on `xml` was `flutter_migrate`, but it never actually used it, so that can be removed as well. Part of flutter#122713
1 parent 756394d commit dc41ccc

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

packages/flutter_migrate/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies:
1717
path: ^1.8.0
1818
process: 4.2.4
1919
vm_service: 9.3.0
20-
xml: ^6.1.0
2120
yaml: 3.1.1
2221

2322
dev_dependencies:

script/configs/allowed_unpinned_deps.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
# All entries here should have an explanation for why they are here, either
55
# via being part of one of the default-allowed groups, or a specific reason.
66

7-
## Legacy allowances, for dependencies that predate the tooling.
8-
# TODO(stuartmorgan): Audit these. See
9-
# https://github.com/flutter/flutter/issues/122713
10-
- equatable
11-
- xml
12-
137
## Explicit allowances
148

159
# Owned by individual Flutter Team members.

0 commit comments

Comments
 (0)