From 0147b1f0eca0eda19ff9ec6fc29fcd2881e50b2d Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 10 Dec 2024 15:07:59 -0800 Subject: [PATCH] Pin pkg:intl to 0.19.0 (#159992) Version 0.20.0 introduces new transitive dependencies that are not cleared (yet) in our allow list [1]. Work is underway in https://github.com/flutter/flutter/pull/158555 to change that. [1] https://github.com/flutter/flutter/blob/eabed2381b3f4d155d3f58386e26e1401d4a413f/dev/bots/allowlist.dart --- packages/flutter_tools/lib/src/update_packages_pins.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/flutter_tools/lib/src/update_packages_pins.dart b/packages/flutter_tools/lib/src/update_packages_pins.dart index 0fe6da29bdf..99543dfefb9 100644 --- a/packages/flutter_tools/lib/src/update_packages_pins.dart +++ b/packages/flutter_tools/lib/src/update_packages_pins.dart @@ -23,6 +23,7 @@ const Map kManuallyPinnedDependencies = { 'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version. 'flutter_template_images': '4.2.0', // Must always exactly match flutter_tools template. 'google_mobile_ads': '5.1.0', // https://github.com/flutter/flutter/issues/156912 + 'intl': '0.19.0', // 0.20.0 introduces new transitive dependencies that are not (yet) cleared in Flutter's allow list. 'native_assets_builder': '0.9.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. 'native_assets_cli': '0.9.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. 'material_color_utilities': '0.11.1', // Keep pinned to latest until 1.0.0.