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

build(deps-dev): bump gpb from 4.18.0 to 4.19.6 #257

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps gpb from 4.18.0 to 4.19.6.

Release notes

Sourced from gpb's releases.

Release 4.19.6

Version 4.19.6 2022-Sep-24

  • Bugfix spec order for msg_name_to_fqbin and fqbin_to_msg_name when there are no messages. (#221)

  • Use iolists in the data-driven encoder in gpb.erl to improve performance. Thanks to Saša Jurić. (#218)

Release 4.19.5

Version 4.19.5 2022-Mar-17

  • Fix a bug with the import_fetcher option and multiple imports. An error {multiply_defined_file_or_files,["from_fetched.proto"]} could occur and the defs would refer to the wrong proto file.

Release 4.19.4

Version 4.19.4 2022-Mar-12

  • Add a command line option -ignore-priv-dir for the ignore_wellknown_types_directory option.

Release 4.19.3

Version 4.19.3 2022-Mar-05

  • Emit a -nifs() attribute on Erlang 25 when generating nifs.

Release 4.19.2

Version 4.19.2 2021-Dec-05

  • Wrap no_underspecs in a preprocessor check. (#212)

  • Fix typos. Thanks to Ang Kian Meng Ang. (#213)

  • Fix potential dialyzer issue for type encoders when all fields are translated.

Release 4.19.1

Version 4.19.1 2021-Aug-28

  • Wrap errors in the data-driven encoder/decoder: On invalid input, catch for instance function clause errors and re-raise as a {gpb_error, Info} error instead. This has been the case for the generated encoder/decoder since 3.28.1. #211.

... (truncated)

Changelog

Sourced from gpb's changelog.

-- coding: utf-8; indent-tabs-mode: nil --

Version 4.19.6 2022-Sep-24

    * Bugfix spec order for msg_name_to_fqbin and fqbin_to_msg_name
      when there are no messages. ([#221](https://github.com/tomas-abrahamsson/gpb/issues/221))
* Use iolists in the data-driven encoder in gpb.erl to improve
  performance. Thanks to Saša Jurić. ([#218](https://github.com/tomas-abrahamsson/gpb/issues/218))

Version 4.19.5 2022-Mar-17

    * Fix a bug with the import_fetcher option and multiple imports.
      An error {multiply_defined_file_or_files,["from_fetched.proto"]}
      could occur and the defs would refer to the wrong proto file.

Version 4.19.4 2022-Mar-12

    * Add a command line option -ignore-priv-dir for
      the ignore_wellknown_types_directory option.

Version 4.19.3 2022-Mar-05

    * Emit a -nifs() attribute on Erlang 25 when generating nifs.

Version 4.19.2 2021-Dec-05

    * Wrap no_underspecs in a preprocessor check. ([#212](https://github.com/tomas-abrahamsson/gpb/issues/212))
* Fix typos.  Thanks to Ang Kian Meng Ang. ([#213](https://github.com/tomas-abrahamsson/gpb/issues/213))
  • Fix potential dialyzer issue for type encoders when all fields
    are translated.

Version 4.19.1 2021-Aug-28

    * Wrap errors in the data-driven encoder/decoder: On invalid input,
      catch for instance function clause errors and re-raise as
      a {gpb_error, Info} error instead.  This has been the case
      for the generated encoder/decoder since 3.28.1. [#211](https://github.com/tomas-abrahamsson/gpb/issues/211).
* Add an option {include_mod_hrl_prepend, string()} which can
  insert a string before the mod.hrl in the generated
  -include("mod.hrl").  (related to [erlang/rebar33](https://github.com/erlang/rebar3/issues/3))

... (truncated)

Commits
  • 8c0c673 Prepare for 4.19.6
  • 1dbfb2d Merge branches 'erlang-25', 'fix-spec-order-no-msgs' and 'sasa/iolists'
  • 480ae1a Fix order for specs for some functions when there are no msgs
  • 0edd0db Simplify list map
  • 4604e99 Use iolist during encoding
  • 06755bf Add Erlang 25 to the github workflow
  • 0282102 Update a helper to https
  • ed2c545 Prepare for 4.19.5
  • 8719912 Fix file name when using the import_fetcher option
  • 199340c Prepar for 4.19.4
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
@github-actions
Copy link

Coverage of commit e95c16b

Summary coverage rate:
  lines......: 94.9% (1032 of 1088 lines)
  functions..: 78.2% (345 of 441 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

Bumps [gpb](https://github.com/tomas-abrahamsson/gpb) from 4.18.0 to 4.19.6.
- [Release notes](https://github.com/tomas-abrahamsson/gpb/releases)
- [Changelog](https://github.com/tomas-abrahamsson/gpb/blob/master/ChangeLog)
- [Commits](tomas-abrahamsson/gpb@4.18.0...4.19.6)

---
updated-dependencies:
- dependency-name: gpb
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link

Coverage of commit 24da756

Summary coverage rate:
  lines......: 94.9% (1032 of 1088 lines)
  functions..: 78.2% (345 of 441 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2023

Superseded by #268.

@dependabot dependabot bot closed this Feb 6, 2023
@dependabot dependabot bot deleted the dependabot/hex/gpb-4.19.6 branch February 6, 2023 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants