Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOT: Dart Dependency Updater #74

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.22+37] - January 16, 2024

* Automated dependency updates


## [1.0.22+36] - January 9, 2024

* Automated dependency updates
Expand Down Expand Up @@ -326,5 +331,6 @@






6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'dart_dependency_updater'
description: 'A package that will scan for dependencies in a Dart repo, update them if needed, and can update the repo with them.'
version: '1.0.22+36'
version: '1.0.22+37'
homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater'

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
github: '^9.22.0'
http: '^1.1.2'
intl: '^0.19.0'
json_class: '^3.0.0+10'
json_class: '^3.0.0+11'
logging: '^1.2.0'
meta: '^1.9.1'
pub_api_client: '^2.6.0'
Expand All @@ -20,7 +20,7 @@ dependencies:
yaml_writer: '^1.0.3'

dev_dependencies:
test: '^1.25.0'
test: '^1.25.1'

ignore_updates:
- 'archive'
Expand Down