From 6adb4a5b15181a0560d1698dd7190ca8ae73d383 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 4 Jun 2024 01:15:00 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 63 +++++----------------------------------------------- pubspec.yaml | 51 +++++++++++++++++++----------------------- 2 files changed, 29 insertions(+), 85 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4835b99..4183671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.2.0+8] - June 4, 2024 + +* Automated dependency updates + + ## [3.2.0+7] - May 14, 2024 * Automated dependency updates @@ -454,60 +459,4 @@ ## [1.0.0] - February 26th, 2022 -* Initial Release - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +* Initial Release \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 1ca7ae9..6557fbf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,12 +1,12 @@ name: 'template_expressions' description: 'A Dart library to process string based templates using expressions.' homepage: 'https://github.com/peiffer-innovations/template_expressions' -version: '3.2.0+7' +version: '3.2.0+8' -environment: +environment: sdk: '>=3.0.0 <4.0.0' -dependencies: +dependencies: convert: '^3.1.1' crypto: '^3.0.1' encrypt: '^5.0.3' @@ -22,36 +22,31 @@ dependencies: rxdart: '^0.27.7' yaon: '^1.1.4+10' -dev_dependencies: +dev_dependencies: flutter_lints: '^4.0.0' - test: '^1.25.5' + test: '^1.25.6' -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'