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

Bump fixnum and protobuf #247

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 Feb 1, 2023

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

Release notes

Sourced from fixnum's releases.

v1.1.0

  • Add tryParseRadix, tryParseInt and tryParseHex static methods to both Int32 and Int64.
  • Document exception and overflow behavior of parse functions, and of toHexString.
  • Make Int32 parse functions consistent with documentation (accept leading minus sign, do not accept empty inputs).
  • Update the minimum SDK constraint to 2.19.
  • Update to package:lints 2.0.0.
Changelog

Sourced from fixnum's changelog.

1.1.0

  • Add tryParseRadix, tryParseInt and tryParseHex static methods to both Int32 and Int64.
  • Document exception and overflow behavior of parse functions, and of toHexString.
  • Make Int32 parse functions consistent with documentation (accept leading minus sign, do not accept empty inputs).
  • Update the minimum SDK constraint to 2.19.
  • Update to package:lints 2.0.0.

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
  • 96ca1fe add a publish script; prep to publish 1.1.0 (#104)
  • 71f0d4d Migrate from no-implicit-casts to strict-casts (#103)
  • 714381c Bump actions/checkout from 3.1.0 to 3.2.0 (#102)
  • e4f5e97 Change IntegerDivisionByZeroException to UnsupportedError (#100)
  • 3bd726f rev the sdk min to 2.19.0-0 (#99)
  • 62916f2 Split into separate libraries instead of using parts. (#97)
  • 14d4827 Add tryParse methods. (#96)
  • bca3816 blast_repo fixes (#94)
  • e0b17cc Remove deprecated experimental invariant_booleans lint rule (#91)
  • 164712f Remove old language version markers (#90)
  • Additional commits viewable in compare view

Updates protobuf from 1.1.4 to 2.0.0

Release notes

Sourced from protobuf's releases.

protobuf-2.1.0, protoc_plugin-20.0.1

protobuf-2.1.0

  • 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.1.0
- [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...v1.1.0)

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] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Feb 1, 2023
@dependabot dependabot bot mentioned this pull request Feb 1, 2023
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