Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [drift](https://github.com/simolus3/drift) | `2.12.1` | `2.13.0` |
| [code_builder](https://github.com/dart-lang/code_builder) | `4.6.0` | `4.7.0` |
| [drift_dev](https://github.com/simolus3/drift) | `2.12.1` | `2.13.1` |
| [built_value_generator](https://github.com/google/built_value.dart) | `8.6.1` | `8.7.0` |
| [pigeon](https://github.com/flutter/packages/tree/main/packages) | `11.0.1` | `13.0.0` |
| [built_value](https://github.com/google/built_value.dart) | `8.6.3` | `8.7.0` |
| [uuid](https://github.com/Daegalus/dart-uuid) | `3.0.7` | `4.1.0` |


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

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 `drift_dev` from 2.12.1 to 2.13.1
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_dev-2.12.1...drift_dev-2.13.1)

Updates `built_value_generator` from 8.6.1 to 8.7.0
- [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.7.0)

Updates `pigeon` from 11.0.1 to 13.0.0
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/pigeon-v13.0.0/packages)

Updates `built_value` from 8.6.3 to 8.7.0
- [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.3...v8.7.0)

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: drift_dev
  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-minor
  dependency-group: drift
- dependency-name: pigeon
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: drift
- dependency-name: built_value
  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 30, 2023
1 parent 503f44e commit c0690b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ dependencies:
async: ^2.10.0
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: ^8.7.0
built_value_generator: 8.7.0
code_builder: 4.7.0
connectivity_plus: ">=4.0.1 <6.0.0"
# 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.12.0 <2.13.0"
drift_dev: ">=2.12.0 <2.13.0"
drift: ^2.13.0
drift_dev: ^2.13.1
ffigen: ^9.0.0
file: ">=6.0.0 <8.0.0"
flutter_plugin_android_lifecycle: ^2.0.9
Expand All @@ -38,11 +38,11 @@ dependencies:
mime: ^1.0.0
oauth2: ^2.0.2
package_info_plus: ^4.0.1
pigeon: ^11.0.0
pigeon: ^13.0.0
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 c0690b8

Please sign in to comment.