Skip to content

Commit

Permalink
chore(deps): Bump the drift group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the drift group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [drift](https://github.com/simolus3/drift) | `2.11.1` | `2.12.1` |
| [code_builder](https://github.com/dart-lang/code_builder) | `4.6.0` | `4.7.0` |
| [built_value_generator](https://github.com/google/built_value.dart) | `8.6.1` | `8.6.3` |
| [drift_dev](https://github.com/simolus3/drift) | `2.11.2` | `2.12.1` |
| [uuid](https://github.com/Daegalus/dart-uuid) | `3.0.7` | `4.1.0` |


Updates `drift` from 2.11.1 to 2.12.1
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift-2.11.1...drift-2.12.1)

Updates `code_builder` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/dart-lang/code_builder/releases)
- [Changelog](https://github.com/dart-lang/code_builder/blob/master/CHANGELOG.md)
- [Commits](dart-archive/code_builder@v4.6.0...v4.7.0)

Updates `built_value_generator` from 8.6.1 to 8.6.3
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](google/built_value.dart@v8.6.1...v8.6.3)

Updates `drift_dev` from 2.11.2 to 2.12.1
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_dev-2.11.2...drift_dev-2.12.1)

Updates `uuid` from 3.0.7 to 4.1.0
- [Release notes](https://github.com/Daegalus/dart-uuid/releases)
- [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md)
- [Commits](daegalus/dart-uuid@3.0.7...4.1.0)

---
updated-dependencies:
- dependency-name: drift
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: drift
- dependency-name: code_builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: drift
- dependency-name: built_value_generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: drift
- dependency-name: drift_dev
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: drift
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: drift
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent c8dce49 commit ffc7c54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ dependencies:
build_runner: ^2.4.0
build_web_compilers: ^4.0.0
built_value: ">=8.6.0 <8.7.0"
built_value_generator: 8.6.1
code_builder: 4.6.0
built_value_generator: 8.6.3
code_builder: 4.7.0
connectivity_plus: ^4.0.1
# This must exactly match what's included in `dart format`
# on stable so that CI checks pass for generated code.
dart_style: 2.3.2
device_info_plus: ^9.0.0
drift: ">=2.11.0 <2.12.0"
drift_dev: ">=2.11.0 <2.12.0"
drift: ^2.12.1
drift_dev: ^2.12.1
ffigen: ^9.0.0
file: ">=6.0.0 <8.0.0"
flutter_plugin_android_lifecycle: ^2.0.9
Expand All @@ -42,7 +42,7 @@ dependencies:
sqlite3: ^2.0.0
source_gen: ^1.3.2
stack_trace: ^1.10.0
uuid: ">=3.0.6 <=3.0.7"
uuid: ^4.1.0
win32: ">=4.1.2 <6.0.0"
xml: 6.3.0
test: ^1.22.1
Expand Down

0 comments on commit ffc7c54

Please sign in to comment.