Skip to content

Commit

Permalink
chore(deps): bump the built_value group across 1 directory with 5 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the built_value group with 5 updates in the /packages/auth/amplify_auth_cognito_dart directory:

| Package | From | To |
| --- | --- | --- |
| [built_value](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.8.0` | `6.9.0` |
| [built_value_generator](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [win32_registry](https://github.com/halildurmus/win32_registry) | `1.1.5` | `2.0.0` |
| [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) | `9.0.1` | `16.0.0` |



Updates `built_value` from 8.8.1 to 8.9.2
- [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/commits/v8.9.2)

Updates `json_serializable` from 6.8.0 to 6.9.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.8.0...json_serializable-v6.9.0)

Updates `built_value_generator` from 8.8.1 to 8.9.2
- [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/commits/v8.9.2)

Updates `win32_registry` from 1.1.5 to 2.0.0
- [Release notes](https://github.com/halildurmus/win32_registry/releases)
- [Changelog](https://github.com/halildurmus/win32_registry/blob/main/CHANGELOG.md)
- [Commits](halildurmus/win32_registry@v1.1.5...v2.0.0)

Updates `ffigen` from 9.0.1 to 16.0.0
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/HEAD/pkgs)

---
updated-dependencies:
- dependency-name: built_value
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: built_value_generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: win32_registry
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: built_value
- dependency-name: ffigen
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: built_value
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 371e0a4 commit ce39f3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/auth/amplify_auth_cognito_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
stream_transform: ^2.0.0
uuid: ">=3.0.6 <5.0.0"
win32: ">=4.1.2 <6.0.0"
win32_registry: ^1.1.0
win32_registry: ">=1.1.0 <3.0.0"
worker_bee: ">=0.3.3 <0.4.0"

dev_dependencies:
Expand All @@ -44,9 +44,9 @@ dev_dependencies:
build_runner: ^2.4.9
build_verify: ^3.0.0
build_web_compilers: ^4.0.0
built_value_generator: 8.8.1
ffigen: ^9.0.0
json_serializable: 6.8.0
built_value_generator: 8.9.2
ffigen: ">=9.0.0 <17.0.0"
json_serializable: 6.9.0
mockito: ^5.0.0
smithy_codegen:
path: ../../smithy/smithy_codegen
Expand Down

0 comments on commit ce39f3c

Please sign in to comment.