Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 2, 2022

Bumps fixnum and protobuf. These dependencies needed to be updated together.
Updates fixnum from 0.10.11 to 1.0.1

Changelog

Sourced from fixnum's changelog.

1.0.1

  • Switch to using package:lints.
  • Populate the pubspec repository field.

1.0.0

  • Stable null safety release.

1.0.0-nullsafety.0

  • Migrate to null safety.
    • This is meant to be mostly non-breaking, for opted in users runtime errors will be promoted to static errors. For non-opted in users the runtime errors are still present in their original form.
Commits

Updates protobuf from 1.1.4 to 2.0.0

Release notes

Sourced from protobuf's releases.

protobuf-2.0.1, protoc_plugin-20.0.1

protobuf-2.0.1

  • Update READMEs of protobuf and protoc_plugin:
    • Use dart pub instead of pub in command examples (a7e75cb)
    • Fix typos, clarify installation instructions, mention native compilation, fix proto syntax for protoc_plugin (#610, #617, #641)
  • Update some of the documentation according to Effective Dart documentation guide (#664, #674)
  • Improve runtime perf by removing some of the runtime type checks (#574, #573)
  • Fix a bug when converting negative Timestamp to Dart DateTime (#580, #577)
  • Document BuilderInfo and FieldInfo properties (#597)
  • Improve BuilderInfo initialization by doing some of the work lazily (#606)
  • Improve enum hash code generation (#556)
  • Fix parsing nested Any messages from JSON (#568)
  • Improve message hash code generation performance (#554, #633)
  • Fix reading uninitialized map fields changing equality and hash code of messages. (#638)
  • Fix setting an extension field when there's an unknown field with the same tag. (#639)
  • Fix sharing backing memory for repeated bytes and optional bytes fields. (#640)
  • GeneratedMessage.rebuild now generates a warning when the return value is not used. (#631)
  • Fix hash code of messages with empty unknown field set (#648)
  • Show field tags with protobuf.omit_field_names, enum value tags with protobuf.omit_enum_names in debug strings (toString methods) (#649)
  • TimestampMixin.toDateTime now takes an optional named bool argument toLocal (defaults to false) for generating a DateTime in the local time zone (instead of UTC). (#653)
  • Fix serialization of infinity and nan doubles in JSON serializers (#652)
  • Fix Dart generation for fields starting with underscore (#651)
  • Fix proto3 JSON deserialization of fixed32 fields (#655)
  • Fix uninitialized repeated field values runtime types for frozen messages (#654)

#610: google/protobuf.dart#610 #617: google/protobuf.dart#617 #574: google/protobuf.dart#574 #573: google/protobuf.dart#573 #580: google/protobuf.dart#580 #577: google/protobuf.dart#577 #597: google/protobuf.dart#597 #606: google/protobuf.dart#606 #556: google/protobuf.dart#556 #568: google/protobuf.dart#568 #554: google/protobuf.dart#554 #633: google/protobuf.dart#633 #638: google/protobuf.dart#638 #639: google/protobuf.dart#639 #640: google/protobuf.dart#640 #641: google/protobuf.dart#641 #631: google/protobuf.dart#631 #648: google/protobuf.dart#648 #649: google/protobuf.dart#649 #653: google/protobuf.dart#653 #652: google/protobuf.dart#652 #651: google/protobuf.dart#651 #655: google/protobuf.dart#655

... (truncated)

Commits
  • 94f5266 Stable null safety release of protobuf (#473)
  • d2620dd Generate null-safe .pbgrpc files (#466)
  • 1144e40 Use null-safe bootstrap protos (#464)
  • fe93fb8 Merge master into null safety (#463)
  • 9f19695 named optional arguments in constructors for messages (#441)
  • ead5550 Let protoc_plugin depend on protobuf from null-safety and fix changelog. (#456)
  • f611f23 Prepare query_benchmark/ for NNBD (#451)
  • d30a4c8 Restore possibility to use reflective API to create default field values usin...
  • 75389dd Allow dart protos to be sent through sendports (and therefore to other isolat...
  • 0d03fd5 Regenerate bootstrap protos with previous version of protoc_plugin (#440)
  • Additional commits viewable in compare view

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fixnum](https://github.com/dart-lang/fixnum) and [protobuf](https://github.com/google/protobuf.dart). These dependencies needed to be updated together.

Updates `fixnum` from 0.10.11 to 1.0.1
- [Release notes](https://github.com/dart-lang/fixnum/releases)
- [Changelog](https://github.com/dart-lang/fixnum/blob/master/CHANGELOG.md)
- [Commits](dart-archive/fixnum@0.10.11...1.0.1)

Updates `protobuf` from 1.1.4 to 2.0.0
- [Release notes](https://github.com/google/protobuf.dart/releases)
- [Commits](google/protobuf.dart@protobuf-v1.1.4...protobuf-v2.0.0)

---
updated-dependencies:
- dependency-name: fixnum
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Nov 2, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2023

Superseded by #46.

@dependabot dependabot bot closed this Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/pub/fixnum-and-protobuf-1.0.1 branch February 1, 2023 07:08
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.

1 participant