Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the built_value group across 1 directory with 6 updates #5623

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2024

Bumps the built_value group with 6 updates in the /packages/smithy/smithy_codegen directory:

Package From To
built_value 8.8.1 8.9.2
code_builder 4.10.0 4.10.1
built_value_generator 8.8.1 8.9.2
amplify_lints 3.0.2 3.1.0
protobuf 2.1.0 3.1.0
grpc 3.2.4 4.0.1

Updates built_value from 8.8.1 to 8.9.2

Release notes

Sourced from built_value's releases.

Improved build performance

  • Improve build performance when there are lots of built_value classes.

Fix for new operator== warning

  • Fix for new warning about operator== param type.

StandardJsonPlugin improvement, EnumClass fix

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Changelog

Sourced from built_value's changelog.

8.9.2

  • Improve build performance when there are lots of built_value classes.

8.9.1

  • Fix for new warning about operator== param type.

8.9.0

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Commits

Updates code_builder from 4.10.0 to 4.10.1

Release notes

Sourced from code_builder's releases.

package:code_builder v4.10.1

  • Require Dart ^3.5.0
  • Upgrade to dart_style 2.3.7.
  • Move to dart-lang/tools monorepo.
Commits

Updates built_value_generator from 8.8.1 to 8.9.2

Release notes

Sourced from built_value_generator's releases.

Improved build performance

  • Improve build performance when there are lots of built_value classes.

Fix for new operator== warning

  • Fix for new warning about operator== param type.

StandardJsonPlugin improvement, EnumClass fix

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Changelog

Sourced from built_value_generator's changelog.

8.9.2

  • Improve build performance when there are lots of built_value classes.

8.9.1

  • Fix for new warning about operator== param type.

8.9.0

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Commits

Updates amplify_lints from 3.0.2 to 3.1.0

Commits

Updates protobuf from 2.1.0 to 3.1.0

Release notes

Sourced from protobuf's releases.

protobuf-3.1.0

  • CodedBufferReader readBytes now copies the returned bytes to avoid accidental sharing of the input buffer with the returned Uint8List. New member readBytesAsView added with the old behavior. (#863)

  • Avoid sharing the input buffer in unknown length-delimited fields using the new readBytes. (#863)

#863: google/protobuf.dart#863

protobuf-3.0.0

  • Require Dart 2.19.
  • Remove ReadonlyMessageMixin (#183, #644)
  • Remove frozenMessageModificationHandler (#175, #643)
  • Remove PbListBase and FrozenPbList types. All proto repeated fields now use PbList. To check if a list is frozen, use isFrozen getter. (#624, #626)
  • Initialize map fields in GeneratedMessage.getField. This behavior is consistent with getField called on repeated fields. (#373, #707)
  • Remove unused and optional PbMap constructor argument BuilderInfo? info. ([d94d3f0])
  • UnknownFieldSetField methods hasRequiredFields, isInitialized and getter length removed. (#721)
  • Update library documentation to hide internals, add documentation for public types. (#681)
  • Fix PbMap._isReadonly field initialization in PbMap.unmodifiable. (#741, #754)
  • Fix decoding map fields when key or value (or both) fields of a map entry is missing. (#719, #745)
  • Fix updating frozen (immutable) messages with merge methods (mergeFromBuffer, mergeFromProto3Json, ...). (#489, #727)
  • Fix handling null values in proto3 JSON deserializer. (#751, #760, #763)
  • Fix handling negative JSON values when parsing uint32 fields. (#839)
  • Avoid serializing unknown fields twice in reparseMessage. (#840)

#183: google/protobuf.dart#183 #644: google/protobuf.dart#644 #175: google/protobuf.dart#175 #643: google/protobuf.dart#643 #624: google/protobuf.dart#624 #626: google/protobuf.dart#626 #373: google/protobuf.dart#373 #707: google/protobuf.dart#707 [d94d3f0]: google/protobuf.dart@d94d3f0 #721: google/protobuf.dart#721 #681: google/protobuf.dart#681 #741: google/protobuf.dart#741 #719: google/protobuf.dart#719 #745: google/protobuf.dart#745 #489: google/protobuf.dart#489 #727: google/protobuf.dart#727 #751: google/protobuf.dart#751 #760: google/protobuf.dart#760 #763: google/protobuf.dart#763 #754: google/protobuf.dart#754 #839: google/protobuf.dart#839 #840: google/protobuf.dart#840

Commits
  • a852ba4 Release protobuf-3.1.0, protoc_plugin-21.1.0 (#868)
  • 8505c58 Generate constructor arguments again, add a flag to disable (#855)
  • 217c030 Avoid holding onto the buffer when parsing unknown length-delimited fields (#...
  • d9e8a31 Compiler: generate doc comments (#860)
  • a912f76 Add more message set tests, fix a bug (#859)
  • 7bebbc6 Update protoc_plugin Makefile: (#858)
  • acc0462 Ignore non-items in message sets (#857)
  • 0eb3796 Ignore unknown tags in message set items (#856)
  • 2996e1d Implement message set wire format (#836)
  • e76bd74 Remove protoc_plugin exe from repo, update .gitignore (#851)
  • Additional commits viewable in compare view

Updates grpc from 3.2.4 to 4.0.1

Release notes

Sourced from grpc's releases.

package:grpc v4.0.0

  • Set compressed flag correctly for grpc-encoding = identity. Fixes #669 (grpc/grpc-dart#693)
  • Remove generated status codes.
  • Remove dependency on package:archive.
  • Move codec.dart.
  • Work around hang during Flutter hot restart by adding default case handler in _GrpcWebConversionSink.add.
Changelog

Sourced from grpc's changelog.

4.0.1

  • Fix header and trailing not completing if the call is terminated. Fixes #727

4.0.0

  • Set compressed flag correctly for grpc-encoding = identity. Fixes #669 (grpc/grpc-dart#693)
  • Remove generated status codes.
  • Remove dependency on package:archive.
  • Move codec.dart.
  • Work around hang during Flutter hot restart by adding default case handler in _GrpcWebConversionSink.add.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner October 30, 2024 12:18
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Oct 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/pub/packages/smithy/smithy_codegen/built_value-72aa86cf1d branch 2 times, most recently from 2613c6b to e7e4331 Compare November 6, 2024 12:24
@dependabot dependabot bot force-pushed the dependabot/pub/packages/smithy/smithy_codegen/built_value-72aa86cf1d branch from e7e4331 to faf00ad Compare November 12, 2024 12:14
…ates

Bumps the built_value group with 6 updates in the /packages/smithy/smithy_codegen directory:

| Package | From | To |
| --- | --- | --- |
| [built_value](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [code_builder](https://github.com/dart-lang/tools/tree/main/pkgs) | `4.10.0` | `4.10.1` |
| [built_value_generator](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [amplify_lints](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `3.0.2` | `3.1.0` |
| [protobuf](https://github.com/google/protobuf.dart) | `2.1.0` | `3.1.0` |
| [grpc](https://github.com/grpc/grpc-dart) | `3.2.4` | `4.0.1` |



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 `code_builder` from 4.10.0 to 4.10.1
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/code_builder-v4.10.1/pkgs)

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 `amplify_lints` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/aws-amplify/amplify-flutter/releases)
- [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages)

Updates `protobuf` from 2.1.0 to 3.1.0
- [Release notes](https://github.com/google/protobuf.dart/releases)
- [Commits](google/protobuf.dart@protobuf-v2.1.0...protobuf-v3.1.0)

Updates `grpc` from 3.2.4 to 4.0.1
- [Release notes](https://github.com/grpc/grpc-dart/releases)
- [Changelog](https://github.com/grpc/grpc-dart/blob/master/CHANGELOG.md)
- [Commits](grpc/grpc-dart@v3.2.4...v4.0.1)

---
updated-dependencies:
- dependency-name: built_value
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: code_builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: amplify_lints
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: built_value
- dependency-name: grpc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: built_value
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/packages/smithy/smithy_codegen/built_value-72aa86cf1d branch from faf00ad to 566d9de Compare November 14, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants