From 2bd754047e314757b761b2cff5aee04c9576867f Mon Sep 17 00:00:00 2001 From: action Date: Tue, 11 Jun 2024 00:31:32 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 56 ++++++---------------------------------------------- pubspec.yaml | 55 +++++++++++++++++++++++---------------------------- 2 files changed, 31 insertions(+), 80 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 678ce73..4513918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.1.1+6] - June 11, 2024 + +* Automated dependency updates + + ## [3.1.1+5] - April 2, 2024 * Automated dependency updates @@ -331,53 +336,4 @@ ## [1.0.0] - June 11th, 2020 -* Initial release - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +* Initial release \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index eb55d22..e8fdaf9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,49 +1,44 @@ name: 'form_validation' description: 'Validators that can be used directly via code or constructed from JSON to provide dynamic validation.' -version: '3.1.1+5' +version: '3.1.1+6' homepage: 'https://github.com/peiffer-innovations/form_validation' -environment: +environment: sdk: '>=3.0.0 <4.0.0' -dependencies: - flutter: +dependencies: + flutter: sdk: 'flutter' intl: '^0.19.0' - json_class: '^3.0.0+13' + json_class: '^3.0.0+14' meta: '^1.12.0' -dev_dependencies: +dev_dependencies: flutter_lints: '^4.0.0' - flutter_test: + flutter_test: sdk: 'flutter' -permittedLicenses: - - Apache-2.0 - - BSD-2-Clause - - BSD-3-Clause - - MIT - - MIT-Modern-Variant - - MPL-2.0 - - Zlib +permittedLicenses: + - 'Apache-2.0' + - 'BSD-2-Clause' + - 'BSD-3-Clause' + - 'MIT' + - 'MIT-Modern-Variant' + - 'MPL-2.0' + - 'Zlib' -# The [license_checker](https://pub.dev/packages/license_checker) package cannot -# detect the built in Flutter packages because they aren't published to pub.dev -# and do not have a LICENSE file in their respective folders. So this section -# informs the license_checker that all the built in Flutter packages all have -# the same BSD-3-Clause license as Flutter itself. packageLicenseOverride: - flutter: BSD-3-Clause - flutter_driver: BSD-3-Clause - flutter_goldens: BSD-3-Clause - flutter_localizations: BSD-3-Clause - flutter_web_plugins: BSD-3-Clause - flutter_test: BSD-3-Clause - fuchsia_remote_debug_protocol: BSD-3-Clause - integration_test: BSD-3-Clause - rxdart: Apache-2.0 + flutter: 'BSD-3-Clause' + flutter_driver: 'BSD-3-Clause' + flutter_goldens: 'BSD-3-Clause' + flutter_localizations: 'BSD-3-Clause' + flutter_web_plugins: 'BSD-3-Clause' + flutter_test: 'BSD-3-Clause' + fuchsia_remote_debug_protocol: 'BSD-3-Clause' + integration_test: 'BSD-3-Clause' + rxdart: 'Apache-2.0' -ignore_updates: +ignore_updates: - 'archive' - 'async' - 'boolean_selector'