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 stretchr/testify to v1.6.1 #2

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 20, 2019

This PR contains the following updates:

Package Type Update Change
github.com/stretchr/testify require minor v1.2.2 -> v1.6.1

Release Notes

stretchr/testify

v1.6.1

Compare Source

A breaking change was accidentally released in v1.6.0 which breaks the API for the HTTPBodyContains and HTTPBodyNotContains, this release reverts that change.

v1.6.0

Compare Source

Latest release of testify. This includes many fixes and enhancements. Please view the v1.6.0 milestone for a list of changes.

v1.5.1

Compare Source

This is a hotfix which reverts the suite package's interface type to use testing.T

v1.5.0

Compare Source

Latest, non-breaking changes merged into master. Please peruse the git log for a detailed changelist

v1.4.0

Compare Source

The 1.4.0 release includes new matchers and bug fixes. See the v.1.4.0 milestone for a complete list of closed issues associated with this release.

v1.3.0

Compare Source

Pull requests included in this release:

  • #​678 - Fixed incorrect comment
  • #​661 - Allow assert.Equal on string type alias without panicking on failure
  • #​659 - Add Go1.11 to CI
  • #​682 - update comment to match function name
  • #​688 - Bump Go versions and use '.x' to always get latest minor versions
  • #​648 - Update the LICENSE to match the 'standard' MIT license file
  • #​699 - Support arbitrary objects as the sole element in msgAndArgs
  • #​696 - Recover panic in suite
  • #​655 - Add support for subtests (go 1.7)
  • #​607 - Add go.mod and go.modverify
  • #​670 - Fix typo ("PASS" -> "FAIL")
  • #​712 - Preserve stack frame for mock parent method call
  • #​707 - fix for comparing kinds
  • #​697 - Update readme to deprecate http and include available packages

Renovate configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jun 20, 2019

Codecov Report

Merging #2 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   81.70%   81.70%           
=======================================
  Files           2        2           
  Lines          82       82           
=======================================
  Hits           67       67           
  Misses         14       14           
  Partials        1        1           

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 780fd34...29e2524. Read the comment docs.

@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 1b2afd2 to c3733ac Compare August 15, 2019 14:53
@renovate renovate bot changed the title Update module stretchr/testify to v1.3.0 Update module stretchr/testify to v1.4.0 Aug 15, 2019
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from c3733ac to a5127fb Compare March 15, 2020 03:59
@renovate renovate bot changed the title Update module stretchr/testify to v1.4.0 Update module stretchr/testify to v1.5.1 Mar 15, 2020
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from a5127fb to 29e2524 Compare July 1, 2020 05:59
@renovate renovate bot changed the title Update module stretchr/testify to v1.5.1 Update module stretchr/testify to v1.6.1 Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant