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 github.com/dogmatiq/marshalkit from 0.7.3 to 0.7.4 #549

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2024

Bumps github.com/dogmatiq/marshalkit from 0.7.3 to 0.7.4.

Release notes

Sourced from github.com/dogmatiq/marshalkit's releases.

Version 0.7.4

Added

  • Added stateless.DefaultCodec, a codec for marshaling/unmarshaling dogma.StatelessProcessRoot values without assuming that any other codec is available.

Changed

  • codec.NewMarshaler() no longer returns an error when two (or more) types have a conflicting portable name so long as at least one codec has a unique portable name for that type. Any single codec that produces the same portable name for multiple types is not used for those types.
Changelog

Sourced from github.com/dogmatiq/marshalkit's changelog.

[0.7.4] - 2024-06-21

Added

  • Added stateless.DefaultCodec, a codec for marshaling/unmarshaling dogma.StatelessProcessRoot values without assuming that any other codec is available.

Changed

  • codec.NewMarshaler() no longer returns an error when two (or more) types have a conflicting portable name so long as at least one codec has a unique portable name for that type. Any single codec that produces the same portable name for multiple types is not used for those types.
Commits
  • dc6d922 Bump version to v0.7.4.
  • 41a4476 Ignore conflicting portable names within a single codec.
  • bb23ebe Add stateless.DefaultCodec.
  • 1e657f9 Merge pull request #170 from dogmatiq/dependabot/go_modules/google.golang.org...
  • d3db704 Bump google.golang.org/protobuf from 1.34.1 to 1.34.2
  • 712b092 Merge pull request #169 from dogmatiq/dependabot/go_modules/github.com/onsi/g...
  • 4325e73 Bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0
  • ed7ca2d Merge pull request #168 from dogmatiq/dependabot/go_modules/github.com/onsi/g...
  • 2000d49 ---
  • 2b432f9 Merge pull request #167 from dogmatiq/dependabot/go_modules/github.com/onsi/g...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [github.com/dogmatiq/marshalkit](https://github.com/dogmatiq/marshalkit) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/dogmatiq/marshalkit/releases)
- [Changelog](https://github.com/dogmatiq/marshalkit/blob/main/CHANGELOG.md)
- [Commits](dogmatiq/marshalkit@v0.7.3...v0.7.4)

---
updated-dependencies:
- dependency-name: github.com/dogmatiq/marshalkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 21, 2024
@github-actions github-actions bot enabled auto-merge June 21, 2024 19:28
@github-actions github-actions bot merged commit aa90fc8 into main Jun 21, 2024
3 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/dogmatiq/marshalkit-0.7.4 branch June 21, 2024 19:30
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants