From 4a581051a47474dfd1a85cb863b5610d88aab165 Mon Sep 17 00:00:00 2001 From: action Date: Sat, 30 Nov 2024 18:42:47 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- annotation/CHANGELOG.md | 5 +++++ annotation/pubspec.yaml | 20 ++++++++++---------- codegen/CHANGELOG.md | 5 +++++ codegen/pubspec.yaml | 8 ++++---- json_dynamic_widget/CHANGELOG.md | 5 +++++ json_dynamic_widget/example/pubspec.yaml | 8 ++++---- json_dynamic_widget/pubspec.yaml | 10 +++++----- 7 files changed, 38 insertions(+), 23 deletions(-) diff --git a/annotation/CHANGELOG.md b/annotation/CHANGELOG.md index 0988842..c5b0745 100644 --- a/annotation/CHANGELOG.md +++ b/annotation/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.2+9] - November 30, 2024 + +* Automated dependency updates + + ## [1.1.2+8] - October 1, 2024 * Automated dependency updates diff --git a/annotation/pubspec.yaml b/annotation/pubspec.yaml index 1c8dd38..76e8c07 100644 --- a/annotation/pubspec.yaml +++ b/annotation/pubspec.yaml @@ -1,24 +1,24 @@ name: 'dynamic_widget_annotation' description: 'Annotations for the json_dynamic_widget library.' homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget/tree/main/annotation' -version: '1.1.2+8' +version: '1.1.2+9' -environment: +environment: sdk: '>=3.0.0 <4.0.0' -analyzer: - exclude: +analyzer: + exclude: - 'lib/generated/**' - 'lib/**/*.g.dart' -dependencies: +dependencies: meta: '^1.12.0' -dev_dependencies: +dev_dependencies: flutter_lints: '^5.0.0' - test: '^1.25.8' + test: '^1.25.9' -permittedLicenses: +permittedLicenses: - 'Apache-2.0' - 'BSD-2-Clause' - 'BSD-3-Clause' @@ -27,7 +27,7 @@ permittedLicenses: - 'MPL-2.0' - 'Zlib' -packageLicenseOverride: +packageLicenseOverride: flutter: 'BSD-3-Clause' flutter_driver: 'BSD-3-Clause' flutter_goldens: 'BSD-3-Clause' @@ -38,7 +38,7 @@ packageLicenseOverride: integration_test: 'BSD-3-Clause' rxdart: 'Apache-2.0' -ignore_updates: +ignore_updates: - 'archive' - 'async' - 'boolean_selector' diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index 922a138..5ed4dd7 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.6+16] - November 30, 2024 + +* Automated dependency updates + + ## [1.0.6+15] - November 19, 2024 * Automated dependency updates diff --git a/codegen/pubspec.yaml b/codegen/pubspec.yaml index 1b8e606..411001c 100644 --- a/codegen/pubspec.yaml +++ b/codegen/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_dynamic_widget_codegen' description: 'A library autogenerate JSON widget builders.' homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget/tree/main/codegen' -version: '1.0.6+15' +version: '1.0.6+16' environment: sdk: '>=3.0.0 <4.0.0' @@ -16,11 +16,11 @@ dependencies: build: '^2.4.1' code_builder: '^4.10.1' dynamic_widget_annotation: '^1.1.2+8' - json_class: '^3.0.0+16' - json_theme: '^6.5.3+6' + json_class: '^3.0.1' + json_theme: '^6.5.4' recase: '^4.1.0' source_gen: '^1.5.0' - template_expressions: '^3.3.0+2' + template_expressions: '^3.3.1' yaml_writer: '^2.0.1' yaon: '^1.1.4+10' diff --git a/json_dynamic_widget/CHANGELOG.md b/json_dynamic_widget/CHANGELOG.md index 900f758..a98d2e7 100644 --- a/json_dynamic_widget/CHANGELOG.md +++ b/json_dynamic_widget/CHANGELOG.md @@ -1,3 +1,8 @@ +## [7.3.1+11] - November 30, 2024 + +* Automated dependency updates + + ## [7.3.1+10] - November 26, 2024 * Automated dependency updates diff --git a/json_dynamic_widget/example/pubspec.yaml b/json_dynamic_widget/example/pubspec.yaml index 1de4ff5..a77893e 100644 --- a/json_dynamic_widget/example/pubspec.yaml +++ b/json_dynamic_widget/example/pubspec.yaml @@ -1,7 +1,7 @@ name: 'example' description: 'Example app for the JsonDynamicWidget library' publish_to: 'none' -version: '1.0.0+78' +version: '1.0.0+79' environment: sdk: '>=3.0.0 <4.0.0' @@ -13,11 +13,11 @@ dependencies: execution_timer: '^1.1.0+8' flutter: sdk: 'flutter' - flutter_svg: '^2.0.15' - json_class: '^3.0.0+16' + flutter_svg: '^2.0.16' + json_class: '^3.0.1' json_dynamic_widget: path: '../' - json_theme: '^6.5.3+6' + json_theme: '^6.5.4' logging: '^1.3.0' yaon: '^1.1.4+10' diff --git a/json_dynamic_widget/pubspec.yaml b/json_dynamic_widget/pubspec.yaml index ce448b0..63f3457 100644 --- a/json_dynamic_widget/pubspec.yaml +++ b/json_dynamic_widget/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_dynamic_widget' description: 'A library to dynamically generate widgets within Flutter from JSON or other Map-like structures.' repository: 'https://github.com/peiffer-innovations/json_dynamic_widget/tree/main/json_dynamic_widget' -version: '7.3.1+10' +version: '7.3.1+11' environment: sdk: '>=3.0.0 <4.0.0' @@ -17,15 +17,15 @@ dependencies: execution_timer: '^1.1.0+8' flutter: sdk: 'flutter' - form_validation: '^3.1.1+8' + form_validation: '^3.2.0' interpolation: '^2.1.2' - json_class: '^3.0.0+16' + json_class: '^3.0.1' json_conditional: '^3.0.1+17' json_schema: '^5.2.0' - json_theme: '^6.5.3+6' + json_theme: '^6.5.4' logging: '^1.3.0' meta: '^1.12.0' - template_expressions: '^3.3.0+2' + template_expressions: '^3.3.1' uuid: '^4.1.0' yaml_writer: '^2.0.1' yaon: '^1.1.4+10'