From ffc7c54cc2dbdd34bdd5e3fecfa012178f29676a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:09:41 +0000 Subject: [PATCH] chore(deps): Bump the drift group with 5 updates 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](https://github.com/simolus3/drift/compare/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](https://github.com/dart-lang/code_builder/compare/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](https://github.com/google/built_value.dart/compare/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](https://github.com/simolus3/drift/compare/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](https://github.com/Daegalus/dart-uuid/compare/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] --- pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ac0918fb2ed..4a82262c2af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -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