Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Sep 9, 2024
1 parent 76afe22 commit 328742a
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 117 deletions.
48 changes: 6 additions & 42 deletions json_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [6.5.2+1] - September 9, 2024

* Automated dependency updates


## [6.5.2] - September 9th, 2024

* Updated the `ColorScheme` with the latest values from Flutter 3.22
Expand Down Expand Up @@ -655,45 +660,4 @@
* Initial release
* ~~**TODO**: Documentation~~
* ~~**TODO**: Example App~~
* ~~**TODO**: Unit Tests~~









































* ~~**TODO**: Unit Tests~~
69 changes: 32 additions & 37 deletions json_theme/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,67 +1,62 @@
name: 'example'
description: 'Example application for the JSON Theme'
publish_to: 'none'
version: '1.0.0+39'
version: '1.0.0+40'

environment:
environment:
sdk: '>=3.3.0 <4.0.0'

dependencies:
flutter:
dependencies:
flutter:
sdk: 'flutter'
form_validation: '^3.1.1+5'
form_validation: '^3.1.1+8'
google_fonts: '^6.2.1'
intl: '^0.19.0'
json_theme:
json_theme:
path: '../'
meta: '^1.12.0'

dev_dependencies:
dev_dependencies:
flutter_lints: '^4.0.0'
flutter_test:
flutter_test:
sdk: 'flutter'

flutter:
flutter:
uses-material-design: true
assets:
assets:
- 'assets/themes/'
fonts:
fonts:
- family: 'lato'
fonts:
fonts:
- asset: 'assets/fonts/Lato-Regular.ttf'
- family: 'metal'
fonts:
fonts:
- asset: 'assets/fonts/MetalMania-Regular.ttf'
- family: 'MaterialIcons'
fonts:
fonts:
- asset: 'assets/fonts/MaterialIcons-Regular.ttf'

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'
Expand Down
71 changes: 33 additions & 38 deletions json_theme/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,63 +1,58 @@
name: 'json_theme'
description: 'A library to dynamically generate a ThemeData object from a JSON file or dynamic map object'
homepage: 'https://github.com/peiffer-innovations/json_theme'
version: '6.5.2'
version: '6.5.2+1'

environment:
environment:
sdk: '>=3.2.0 <4.0.0'

analyzer:
exclude:
analyzer:
exclude:
- 'lib/generated/**'
- 'lib/**/*.g.dart'

dependencies:
flutter:
dependencies:
flutter:
sdk: 'flutter'
json_class: '^3.0.0+13'
json_schema: '^5.1.7'
json_theme_annotation: '^1.0.3+6'
json_class: '^3.0.0+16'
json_schema: '^5.2.0'
json_theme_annotation: '^1.0.3+10'
logging: '^1.2.0'
meta: '^1.12.0'

dev_dependencies:
analyzer: '^6.4.1'
dev_dependencies:
analyzer: '^6.9.0'
build: '^2.4.1'
build_runner: '^2.4.9'
build_runner: '^2.4.12'
code_builder: '^4.10.0'
flutter_lints: '^4.0.0'
flutter_test:
flutter_test:
sdk: 'flutter'
json_theme_codegen: '^1.1.2+13'
json_theme_codegen: '^1.1.2+19'
recase: '^4.1.0'
source_gen: '^1.5.0'

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
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'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down

0 comments on commit 328742a

Please sign in to comment.