[local_auth] Bump `intl` from ^0.17.0 to ">=0.17.0 <0.19.0" (#6848)

* Update intl from 0.17.0 to 0.18.0

* [local_auth] Bump `intl` from ^0.17.0 to ">=0.17.0 <0.19.0"

* [local_auth] improve changelog description

* [local_auth] improve changelog description

* [local_auth] removes unused `intl` dependency
diff --git a/packages/local_auth/local_auth/CHANGELOG.md b/packages/local_auth/local_auth/CHANGELOG.md
index 34e26ef..21fed07 100644
--- a/packages/local_auth/local_auth/CHANGELOG.md
+++ b/packages/local_auth/local_auth/CHANGELOG.md
@@ -1,6 +1,7 @@
-## NEXT
+## 2.1.3
 
 * Updates minimum Flutter version to 2.10.
+* Removes unused `intl` dependency.
 
 ## 2.1.2
 
diff --git a/packages/local_auth/local_auth/pubspec.yaml b/packages/local_auth/local_auth/pubspec.yaml
index 133df06..722c993 100644
--- a/packages/local_auth/local_auth/pubspec.yaml
+++ b/packages/local_auth/local_auth/pubspec.yaml
@@ -3,7 +3,7 @@
   authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern.
 repository: https://github.com/flutter/plugins/tree/main/packages/local_auth/local_auth
 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
-version: 2.1.2
+version: 2.1.3
 
 environment:
   sdk: ">=2.14.0 <3.0.0"
@@ -22,7 +22,6 @@
 dependencies:
   flutter:
     sdk: flutter
-  intl: ^0.17.0
   local_auth_android: ^1.0.0
   local_auth_ios: ^1.0.1
   local_auth_platform_interface: ^1.0.1
diff --git a/packages/local_auth/local_auth_android/CHANGELOG.md b/packages/local_auth/local_auth_android/CHANGELOG.md
index 2aca047..f1ef6a5 100644
--- a/packages/local_auth/local_auth_android/CHANGELOG.md
+++ b/packages/local_auth/local_auth_android/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.17
+
+* Adds compatibility with `intl` 0.18.0.
+
 ## 1.0.16
 
 * Updates androidx.fragment version to 1.5.5.
diff --git a/packages/local_auth/local_auth_android/pubspec.yaml b/packages/local_auth/local_auth_android/pubspec.yaml
index b8c6329..3ad8a4b 100644
--- a/packages/local_auth/local_auth_android/pubspec.yaml
+++ b/packages/local_auth/local_auth_android/pubspec.yaml
@@ -2,7 +2,7 @@
 description: Android implementation of the local_auth plugin.
 repository: https://github.com/flutter/plugins/tree/main/packages/local_auth/local_auth_android
 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
-version: 1.0.16
+version: 1.0.17
 
 environment:
   sdk: ">=2.14.0 <3.0.0"
@@ -21,7 +21,7 @@
   flutter:
     sdk: flutter
   flutter_plugin_android_lifecycle: ^2.0.1
-  intl: ^0.17.0
+  intl: ">=0.17.0 <0.19.0"
   local_auth_platform_interface: ^1.0.1
 
 dev_dependencies:
diff --git a/packages/local_auth/local_auth_ios/CHANGELOG.md b/packages/local_auth/local_auth_ios/CHANGELOG.md
index eb95e2f..fd4c918 100644
--- a/packages/local_auth/local_auth_ios/CHANGELOG.md
+++ b/packages/local_auth/local_auth_ios/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.12
+
+* Adds compatibility with `intl` 0.18.0.
+
 ## 1.0.11
 
 * Fixes issue where failed authentication was failing silently
diff --git a/packages/local_auth/local_auth_ios/pubspec.yaml b/packages/local_auth/local_auth_ios/pubspec.yaml
index d6cab0f..c9daa48 100644
--- a/packages/local_auth/local_auth_ios/pubspec.yaml
+++ b/packages/local_auth/local_auth_ios/pubspec.yaml
@@ -2,7 +2,7 @@
 description: iOS implementation of the local_auth plugin.
 repository: https://github.com/flutter/plugins/tree/main/packages/local_auth/local_auth_ios
 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
-version: 1.0.11
+version: 1.0.12
 
 environment:
   sdk: ">=2.14.0 <3.0.0"
@@ -19,7 +19,7 @@
 dependencies:
   flutter:
     sdk: flutter
-  intl: ^0.17.0
+  intl: ">=0.17.0 <0.19.0"
   local_auth_platform_interface: ^1.0.1
 
 dev_dependencies:
diff --git a/packages/local_auth/local_auth_platform_interface/CHANGELOG.md b/packages/local_auth/local_auth_platform_interface/CHANGELOG.md
index f0313ce..7b9518b 100644
--- a/packages/local_auth/local_auth_platform_interface/CHANGELOG.md
+++ b/packages/local_auth/local_auth_platform_interface/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.6
+
+* Removes unused `intl` dependency.
+
 ## 1.0.5
 
 * Updates imports for `prefer_relative_imports`.
diff --git a/packages/local_auth/local_auth_platform_interface/pubspec.yaml b/packages/local_auth/local_auth_platform_interface/pubspec.yaml
index 92da218..70b9d0e 100644
--- a/packages/local_auth/local_auth_platform_interface/pubspec.yaml
+++ b/packages/local_auth/local_auth_platform_interface/pubspec.yaml
@@ -4,7 +4,7 @@
 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
 # NOTE: We strongly prefer non-breaking changes, even at the expense of a
 # less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
-version: 1.0.5
+version: 1.0.6
 
 environment:
   sdk: ">=2.14.0 <3.0.0"
@@ -13,7 +13,6 @@
 dependencies:
   flutter:
     sdk: flutter
-  intl: ^0.17.0
   plugin_platform_interface: ^2.1.2
 
 dev_dependencies: