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): update module github.com/matttproud/golang_protobuf_extensions to v2.0.0 #2250

Conversation

trap-renovate[bot]
Copy link
Contributor

@trap-renovate trap-renovate bot commented Jan 13, 2024

This PR contains the following updates:

Package Type Update Change
github.com/matttproud/golang_protobuf_extensions indirect major v1.0.4 -> v2.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

matttproud/golang_protobuf_extensions (github.com/matttproud/golang_protobuf_extensions)

v2.0.0

Compare Source

Summary: Modernization of this package to Go standards in 2022, mostly
through internal cleanups.

New Features: None

The last time this package was significantly modified was 2016, which predates
cmp, subtests, the modern Protocol Buffer implementation, and numerous Go
practices that emerged in the intervening years. The new release is tested
against Go 1.19, though I expect it would work with Go 1.13 just fine.

Finally, I declared bankruptcy on the vendored test fixtures and opted for
creating my own. This is due to the underlying implementation of the generated
code in conjunction with working with a moving target that is an external data
model representation.

Upgrade Notes: This is the aborted v1.0.3 release repackaged as a new
major version 2. To use this, you will need to do or check the following:

  1. The Protocol Buffer messages you provide to this API are from the
    google.golang.org/protobuf module. Take special care to audit any
    generated or checked-in Protocol Buffer message file assets. They may need
    to be regenerated.

  2. Your code should presumably use the google.golang.org/protobuf module for
    Protocol Buffers.

  3. This is a new major version of the module, so you will need to transition
    from module github.com/matttproud/golang_protobuf_extensions to
    github.com/matttproud/golang_protobuf_extensions/v2.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@trap-renovate trap-renovate bot added the type/major (Renovate) Pull requests that update major version label Jan 13, 2024
github-actions[bot]
github-actions bot previously approved these changes Jan 13, 2024
@trap-renovate trap-renovate bot force-pushed the renovate/github.com-matttproud-golang_protobuf_extensions-2.x branch from 34ccd01 to 38d03e8 Compare January 13, 2024 14:34
@logica0419 logica0419 merged commit dbb160e into master Jan 13, 2024
6 checks passed
@logica0419 logica0419 deleted the renovate/github.com-matttproud-golang_protobuf_extensions-2.x branch January 13, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/major (Renovate) Pull requests that update major version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant