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

build(deps): bump github.com/go-test/deep from 1.0.8 to 1.1.0 #569

Merged
merged 1 commit into from
Dec 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2022

Bumps github.com/go-test/deep from 1.0.8 to 1.1.0.

Release notes

Sourced from github.com/go-test/deep's releases.

v1.1.0

New minor release, v1.1, that adds support for optional flags.

What's Changed

Full Changelog: go-test/deep@v1.0.9...v1.1.0

v1.0.9

What's Changed

Full Changelog: go-test/deep@v1.0.8...v1.0.9

Changelog

Sourced from github.com/go-test/deep's changelog.

v1.1.0 released 2022-12-09

  • Add optional flags: Equal(a, b, flags..) and FLAG_IGNORE_SLICE_ORDER (issue #28, PR #56) (@​alenkacz)

v1.0.9 released 2022-12-09

  • Fixed issue #45: Panic when comparing errors in unexported fields (PR #54) (@​seveas)
  • Fixed issue #46: Functions are handled differently from reflect.DeepEqual (PR #55) (@​countcb)
  • Updated matrix to go1.17, go1.18, and go1.19 and moved testing to GitHub Actions
Commits
  • 2f12927 Merge pull request #56 from go-test/issue-28-and-flags
  • d502c9f Merge branch 'master' into issue-28-and-flags
  • b036568 Update changelog for v1.0.9
  • 55ce24e Improve docs and add a test
  • 1a1ed62 Remove dead code comment
  • f39112b Sort strings in TestSliceOrderString to avoid false positives
  • a20c9ea Implment issue 28 with FLAG_IGNORE_SLICE_ORDER
  • 47c10a1 Merge pull request #55 from go-test/cmp-func-issue-46
  • d97d7b6 Make TestNotHandled work with Go 1.17
  • 847b043 Add back TestNotHandled for 100% coverage
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2022
@yxxhero
Copy link
Member

yxxhero commented Dec 10, 2022

@dependabot rebase

@yxxhero yxxhero force-pushed the dependabot/go_modules/github.com/go-test/deep-1.1.0 branch from 6862675 to 069bed4 Compare December 10, 2022 02:56
Bumps [github.com/go-test/deep](https://github.com/go-test/deep) from 1.0.8 to 1.1.0.
- [Release notes](https://github.com/go-test/deep/releases)
- [Changelog](https://github.com/go-test/deep/blob/master/CHANGES.md)
- [Commits](go-test/deep@v1.0.8...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/go-test/deep
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-test/deep-1.1.0 branch from 069bed4 to 75aab76 Compare December 10, 2022 02:56
@yxxhero yxxhero merged commit e173a7b into main Dec 10, 2022
@yxxhero yxxhero deleted the dependabot/go_modules/github.com/go-test/deep-1.1.0 branch December 10, 2022 03:31
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant