From 2153e8defabf8302bdd88c9c95a4da694c1abaa4 Mon Sep 17 00:00:00 2001 From: action Date: Sat, 8 Jun 2024 17:08:48 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 41 +++++-------------------------- example/pubspec.yaml | 46 +++++++++++++++-------------------- pubspec.yaml | 58 ++++++++++++++++++++------------------------ 3 files changed, 52 insertions(+), 93 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe9af2..0574cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.0.2+13] - June 8, 2024 + +* Automated dependency updates + + ## [2.0.2+12] - June 8, 2024 * Fixes for workflows @@ -153,38 +158,4 @@ ## [1.0.0] - July 5th, 2023 -* Initial release - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +* Initial release \ No newline at end of file diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 280bee1..ba59f46 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: 'example' description: 'Example app for the JsonDynamicWidget library' publish_to: 'none' -version: '1.0.0+13' +version: '1.0.0+14' environment: sdk: '>=3.0.0 <4.0.0' @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: 'flutter' - json_dynamic_widget: '^7.1.0+7' + json_dynamic_widget: '^7.2.0+3' json_dynamic_widget_plugin_js: path: '../' logging: '^1.2.0' @@ -23,33 +23,27 @@ flutter: assets: - 'assets/pages/' -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' diff --git a/pubspec.yaml b/pubspec.yaml index ebfcc9a..e834b9a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_dynamic_widget_plugin_js' description: 'A plugin to the JSON Dynamic Widget to provide JS support to the widgets' homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_js' -version: '2.0.2+12' +version: '2.0.2+13' environment: sdk: '>=3.0.0 <4.0.0' @@ -15,11 +15,11 @@ dependencies: child_builder: '^2.0.2' flutter: sdk: 'flutter' - flutter_js: '^0.8.0' + flutter_js: '^0.8.1' js: '^0.7.1' - json_class: '^3.0.0+13' - json_dynamic_widget: '^7.1.0+7' - json_theme: '^6.4.1+5' + json_class: '^3.0.0+14' + json_dynamic_widget: '^7.2.0+3' + json_theme: '^6.5.0+1' logging: '^1.2.0' meta: '^1.12.0' uuid: '^4.4.0' @@ -28,39 +28,33 @@ false_secrets: - 'example/web/index.html' dev_dependencies: - build_runner: '^2.4.9' - flutter_lints: '^3.0.2' + build_runner: '^2.4.11' + flutter_lints: '^4.0.0' flutter_test: sdk: 'flutter' - json_dynamic_widget_codegen: '^1.0.5+8' + json_dynamic_widget_codegen: '^1.0.6+2' -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'