temporalio / roadrunner-temporal

Temporal PHP-SDK Host Process plugin for Roadrunner
MIT License
22 stars 8 forks source link

chore(deps): bump github.com/goccy/go-json from 0.10.0 to 0.10.1 #341

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/goccy/go-json from 0.10.0 to 0.10.1.

Release notes

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

0.10.1

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-json/compare/v0.10.0...v0.10.1

Changelog

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

v0.10.1 - 2023/03/13

Fix bugs

  • Fix checkptr error for array decoder ( #415 )
  • Fix added buffer size check when decoding key ( #430 )
  • Fix handling of anonymous fields other than struct ( #431 )
  • Fix to not optimize when lower conversion can't handle byte-by-byte ( #432 )
  • Fix a problem that MarshalIndent does not work when UnorderedMap is specified ( #435 )
  • Fix mapDecoder.DecodeStream() for empty objects containing whitespace ( #425 )
  • Fix an issue that could not set the correct NextField for fields in the embedded structure ( #438 )
Commits
  • fbd4fee Update CHANGELOG
  • 6f969b6 fix: fixed an issue that could not set the correct NextField for fields in th...
  • 7be58ac Fix mapDecoder.DecodeStream() to accept empty objects containing whitespace (...
  • f32a307 fix: fixed a problem that MarshalIndent does not work when UnorderedMap is sp...
  • 2ef15e7 fix: fixed to not optimize when lower can't handle byte-by-byte. (#432)
  • b68305f Merge pull request #431 from orisano/fix/#426
  • 8a4a17d Merge pull request #430 from orisano/fix/#429
  • 06ab2b4 fix: fixed handling of anonymous fields other than struct
  • cdbc292 fix: added buffer size check when decoding key
  • a2149a5 Merge pull request #415 from goccy/fix-array-checkptr-error
  • 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)
CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov-commenter commented 1 year ago

Codecov Report

Merging #341 (f2d4ff1) into master (d593ef5) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #341   +/-   ##
=======================================
  Coverage   22.34%   22.34%           
=======================================
  Files           4        4           
  Lines         273      273           
=======================================
  Hits           61       61           
  Misses        210      210           
  Partials        2        2           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.