Skip to content

Commit d30d088

Browse files
authored
Chore(): dependency bumps (#6457)
* re-ran Flutter plugin registration * Update analyzer to ^9.0.0 * Update build to ^4.0.0 * Update build_runner to ^2.4.15 * Update build_web_compilers to ^4.1.4 * Update built_collection to ^5.1.1 * Update collection to ^1.18.0 * Update crypto to 3.0.7 * Update grpc to ^5.0.0 * Update json_serializable to ^6.11.0 * Update meta to ^1.16.0 * Update pigeon to ^26.0.0 * Update protobuf to ^5.0.0 * Update shelf to ^1.4.0 * Update source_gen to ^4.0.0 * Update stream_transform to ^2.1.0 * Updated Analyzer breaking changes * Regenerated file via build_runner * Updated Smithy version to 1.64.0 * Updated Smithy generated dependency versions * Regenerated Goldens files * Updated Pigeon Make Files * Regenerated Pigeon files * Regenerated AWS SDKs * Ran dart fix --apply * Updated EventClient to handle new pinpointClient from ASW SDK * Removed OIDC parameters from NativeAuthBridge * Updated Crc64Nvme to have a JS and VM implementation due to the int size difference between platforms
1 parent 48c99a0 commit d30d088

File tree

228 files changed

+1511
-1145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+1511
-1145
lines changed

actions/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ dependencies:
2121

2222
dev_dependencies:
2323
amplify_lints: ^3.0.0
24-
build_runner: ^2.4.9
24+
build_runner: ^2.4.15
2525
build_test: ^3.1.1
2626
checks: ^0.3.0
27-
json_serializable: ">=6.9.4 <6.10.0"
27+
json_serializable: ^6.11.0
2828
test: ^1.22.1
2929

3030
aft:

packages/aft/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
args: ^2.5.0
1111
async: ^2.10.0
1212
aws_common: ">=0.4.2+5 <0.5.0"
13-
built_collection: ^5.0.0
13+
built_collection: ^5.1.1
1414
built_value: ^8.10.1
1515
checked_yaml: ^2.0.0
1616
cli_util: ^0.4.2
@@ -65,10 +65,10 @@ dependency_overrides:
6565

6666
dev_dependencies:
6767
amplify_lints: ^3.1.0
68-
build_runner: ^2.4.9
68+
build_runner: ^2.4.15
6969
built_value_generator: ^8.10.1
7070
checks: ^0.3.0
71-
json_serializable: ">=6.9.4 <6.10.0"
71+
json_serializable: ^6.11.0
7272
test: ^1.22.1
7373
test_descriptor: ^2.0.1
7474

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dev_dependencies:
3131
amplify_lints: ">=3.1.4 <3.2.0"
3232
amplify_test:
3333
path: ../../test/amplify_test
34-
build_runner: ^2.4.9
34+
build_runner: ^2.4.15
3535
flutter_test:
3636
sdk: flutter
37-
json_serializable: ">=6.9.4 <6.10.0"
37+
json_serializable: ^6.11.0

packages/amplify_core/doc/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222

2323
dev_dependencies:
2424
amplify_lints: ^3.1.0
25-
build_runner: ^2.4.9
25+
build_runner: ^2.4.15
2626
code_excerpter:
2727
git:
2828
url: https://github.com/dart-lang/site-shared

packages/amplify_core/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ dependencies:
2525

2626
dev_dependencies:
2727
amplify_lints: ">=3.1.4 <3.2.0"
28-
build_runner: ^2.4.9
28+
build_runner: ^2.4.15
2929
build_test: ^3.1.1
3030
build_version: ^2.1.1
31-
build_web_compilers: ^4.0.0
31+
build_web_compilers: ^4.1.4
3232
code_excerpt_updater:
3333
git:
3434
url: https://github.com/dart-lang/site-shared
3535
path: packages/code_excerpt_updater
3636
# TODO: Bump when global SDK >=3.1
3737
ref: 923adadacbb95f11d222e6fc6135f6dbb66f84ee
38-
json_serializable: ">=6.9.4 <6.10.0"
38+
json_serializable: ^6.11.0
3939
path: ^1.8.0
4040
test: ^1.22.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.PHONY: pigeons
22
pigeons:
33
dart run pigeon --input pigeons/native_plugin.dart
4-
dart format --fix lib/src/native_plugin.g.dart
4+
dart format lib/src/native_plugin.g.dart

packages/amplify_datastore/android/src/main/kotlin/com/amazonaws/amplify/amplify_datastore/pigeons/NativePluginBindings.kt

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify_datastore/ios/Classes/pigeons/NativePluginBindings.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify_datastore/lib/src/native_plugin.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify_datastore/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dev_dependencies:
2525
flutter_test:
2626
sdk: flutter
2727
fake_async: ^1.2.0
28-
pigeon: ^25.5.0
28+
pigeon: ^26.0.0
2929

3030
# The following section is specific to Flutter.
3131
flutter:

0 commit comments

Comments
 (0)