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

Update module github.com/google/go-cmp to v0.6.0 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/google/go-cmp v0.5.2 -> v0.6.0 age adoption passing confidence

Release Notes

google/go-cmp (github.com/google/go-cmp)

v0.6.0

Compare Source

New API:

  • (#​340) Add cmpopts.EquateComparable

Documentation changes:

  • (#​337) Use of hotlinking of Go identifiers

Build changes:

  • (#​325) Remove purego fallbacks

Testing changes:

  • (#​322) Run tests for Go 1.20 version
  • (#​332) Pin GitHub action versions
  • (#​327) set workflow permission to read-only

v0.5.9

Compare Source

Reporter changes:

  • (#​299) Adjust heuristic for line-based versus byte-based diffing
  • (#​306) Use value.TypeString in PathStep.String

Code cleanup changes:

  • (#​297) Use reflect.Value.IsZero
  • (#​304) Format with Go 1.19 formatter
  • (#​300 )Fix typo in Result documentation
  • (#​302) Pre-declare global type variables
  • (#​309) Run tests on Go 1.19

v0.5.8

Compare Source

Reporter changes:

  • (#​293) Fix printing of types in reporter output for interface and pointer types
  • (#​294) Use string formatting for slice of bytes in more circumstances

Dependency changes:

  • (#​292) Update minimum supported version to go1.13 and remove xerrors dependency

v0.5.7

Compare Source

Reporter changes:

  • (#​266) Fix textual printing of byte slices
  • (#​275) Reduce minimum length for specialize string diffing
  • (#​276) Use any alias instead of interface{}

Code cleanup changes:

  • (#​281) Update minimum supported version to go1.11
  • (#​282) Drop hacks to work around Go reflection bugs in Go1.9
  • (#​285) Add //go:build lines
  • (#​262) Fix staticcheck findings
  • (#​263) Avoid shadowing variable
  • (#​268) Use sha256 in test
  • (#​271) Fix spelling mistakes
  • (#​269) Change build status badge

v0.5.6

Compare Source

Reporter changes:

  • (#​258) Print as text if mostly text
  • (#​259) Cleanup edit groups after coalescing
  • (#​260) Avoid diffing by lines if inefficient

Minor documentation changes:

v0.5.5

Compare Source

Bug fixes:

  • (#​253) Fix reporter verbosity bug

Reporter changes:

  • (#​254) De-virtualize interfaces for specialized diffing

Dependency changes:

  • (#​251) Use errors.Is with ≥go1.13 in compareErrors

v0.5.4

Compare Source

Bug fixes:

(#​247) Fix non-determinism in diffing algorithm
(#​248) Impose verbosity limit when formatting map keys

v0.5.3

Compare Source

Minor documentation changes:

(#​236) Fix license headers
(#​205) Add an example for IgnoreFields
(#​237) Fix Diff documentation


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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update module github.com/google/go-cmp to v0.5.5 May 9, 2021
@renovate renovate bot force-pushed the renovate/github.com-google-go-cmp-0.x branch from 13cb5b1 to ab89750 Compare May 13, 2021 18:19
@renovate renovate bot force-pushed the renovate/github.com-google-go-cmp-0.x branch from ab89750 to a50282a Compare May 25, 2021 03:48
@renovate renovate bot changed the title fix(deps): update module github.com/google/go-cmp to v0.5.5 May 25, 2021
@renovate renovate bot force-pushed the renovate/github.com-google-go-cmp-0.x branch from a50282a to e428cc7 Compare March 7, 2022 13:15
@renovate renovate bot changed the title fix(deps): update module github.com/google/go-cmp to v0.5.6 Mar 7, 2022
@renovate renovate bot changed the title fix(deps): update module github.com/google/go-cmp to v0.5.7 May 15, 2022
@renovate renovate bot force-pushed the renovate/github.com-google-go-cmp-0.x branch from e428cc7 to f534a95 Compare May 15, 2022 22:37
@codecov-commenter
Copy link

codecov-commenter commented May 15, 2022

Codecov Report

Merging #16 (2e031a7) into master (6b8e83a) will not change coverage.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   32.82%   32.82%           
=======================================
  Files           9        9           
  Lines         719      719           
=======================================
  Hits          236      236           
  Misses        369      369           
  Partials      114      114           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/github.com-google-go-cmp-0.x branch from f534a95 to 7698dee Compare September 25, 2022 15:10
@renovate renovate bot changed the title fix(deps): update module github.com/google/go-cmp to v0.5.8 Sep 25, 2022
@renovate renovate bot changed the title fix(deps): update module github.com/google/go-cmp to v0.5.9 Mar 16, 2023
@renovate renovate bot changed the title Update module github.com/google/go-cmp to v0.5.9 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-google-go-cmp-0.x branch from 7698dee to a22b04f Compare October 10, 2023 19:47
@renovate renovate bot changed the title Update module github.com/google/go-cmp to v0.6.0 Oct 23, 2023
@renovate renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/github.com-google-go-cmp-0.x branch October 23, 2023 12:05
@renovate renovate bot changed the title Update module github.com/google/go-cmp to v0.6.0 - autoclosed Oct 23, 2023
@renovate renovate bot reopened this Oct 23, 2023
@renovate renovate bot restored the renovate/github.com-google-go-cmp-0.x branch October 23, 2023 18:00
@renovate renovate bot force-pushed the renovate/github.com-google-go-cmp-0.x branch from a22b04f to 2e031a7 Compare October 23, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant