Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2021

Bumps github.com/goccy/go-json from 0.7.7 to 0.7.8.

Release notes

Sourced from github.com/goccy/go-json's releases.

0.7.8

  • Fix mapassign_faststr for indirect struct type ( #283 )
  • Fix encoding of not empty interface type ( #284 )
  • Fix encoding of empty struct interface type ( #286 )
Changelog

Sourced from github.com/goccy/go-json's changelog.

v0.7.8 - 2021/09/01

  • Fix mapassign_faststr for indirect struct type ( #283 )
  • Fix encoding of not empty interface type ( #284 )
  • Fix encoding of empty struct interface type ( #286 )
Commits
  • da1cd31 Update CHANGELOG
  • 3fc3993 Merge pull request #286 from goccy/feature/fix-empty-struct-interface
  • 559d70d Fix encoding of empty struct interface type
  • 4f05809 Merge pull request #283 from goccy/feature/fix-282
  • d494b03 Fix decoding of map type that contains indirect element type
  • e152fc2 Merge pull request #284 from goccy/feature/fix-281
  • 97c3cf6 Fix test
  • 92d8dcd Fix encoding of not empty interface type
  • 5c527ab Add test case
  • 284c108 Fix mapassign
  • 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)

Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.7.7 to 0.7.8.
- [Release notes](https://github.com/goccy/go-json/releases)
- [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
- [Commits](goccy/go-json@v0.7.7...v0.7.8)

---
updated-dependencies:
- dependency-name: github.com/goccy/go-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 6, 2021
@codecov
Copy link

codecov bot commented Sep 6, 2021

Codecov Report

Merging #2859 (747fa9f) into master (a550c56) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2859   +/-   ##
=======================================
  Coverage   98.75%   98.75%           
=======================================
  Files          41       41           
  Lines        3054     3054           
=======================================
  Hits         3016     3016           
  Misses         26       26           
  Partials       12       12           
Flag Coverage Δ
go-1.13 98.75% <ø> (ø)
go-1.14 98.59% <ø> (ø)
go-1.15 98.59% <ø> (ø)
go-1.16 98.59% <ø> (ø)
go-1.17 98.49% <ø> (ø)
macos-latest 98.75% <ø> (ø)
nomsgpack 98.73% <ø> (ø)
ubuntu-latest 98.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a550c56...747fa9f. Read the comment docs.

@appleboy appleboy added this to the v1.8 milestone Sep 6, 2021
@appleboy appleboy merged commit abcf32f into master Sep 6, 2021
@appleboy appleboy deleted the dependabot/go_modules/github.com/goccy/go-json-0.7.8 branch September 6, 2021 22:43
daheige pushed a commit to daheige/gin that referenced this pull request Apr 18, 2022
Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.7.7 to 0.7.8.
- [Release notes](https://github.com/goccy/go-json/releases)
- [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
- [Commits](goccy/go-json@v0.7.7...v0.7.8)

---
updated-dependencies:
- dependency-name: github.com/goccy/go-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant