Skip to content

build(deps): bump github.com/maxatome/go-testdeep from 1.9.2 to 1.10.1#7

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/maxatome/go-testdeep-1.10.1
Closed

build(deps): bump github.com/maxatome/go-testdeep from 1.9.2 to 1.10.1#7
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/maxatome/go-testdeep-1.10.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Sep 28, 2021

Bumps github.com/maxatome/go-testdeep from 1.9.2 to 1.10.1.

Release notes

Sourced from github.com/maxatome/go-testdeep's releases.

v1.10.1

Fixes:

  • Len and Cap could not be embedded in JSON, SubJSONOf and SuperJSONOf. Fixed;
  • Bag and Set didn't implement TypeBehind() method. Fixed;
  • JSONPointer expectedValue and JSON placeholders didn't have the same behavior. Now the pointed data is JSON-unmarshaled into a value using the same type of expectedValue (for JSONPointer) or any placeholder (for JSON) before comparison;
  • Catch TypeBehind() method didn't use the type of target when the type behind expectedValue could not be determined. Fixed;
  • (*tdhttp.TestApi).CmpJSONBody(nil) panicked. Fixed;
  • and some typos fixed.

Enjoy!

v1.10.0

New features:

Fixes:

  • multi-lines colored text → color-off \n color-on for each line (@​siadat);
  • JSON TypeBehind() method is now delegated when an operator is at the root of the JSON;
  • tdhttp package:
    • chaining of Cmp* methods can lead to skew Failed() result.

Enjoy!

Commits
  • bc3f765 fix: error messages now always start with a lowercase letter
  • 0e1b3b4 doc: typos
  • 651917d feat(JSON): rework placeholders handling
  • 8a1c3c4 fix(tdhttp): (*tdhttp.TestApi).CmpJSONBody(nil) panicked
  • 13e0c61 fix(Catch): TypeBehind can fall back on target dereferenced type
  • 9fbc2c7 fix(JSONPointer): rework handling of expected value to be more powerful
  • 8da2c38 fix(JSON): named placeholder values were not JSON {,un}marshalled
  • 65850b3 doc: fix typo
  • 1e96c7e feat(Bag/Set): implements TypeBehind method
  • ae551b1 fix(Len/Cap): Len & Cap could not be used in JSON
  • 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/maxatome/go-testdeep](https://github.com/maxatome/go-testdeep) from 1.9.2 to 1.10.1.
- [Release notes](https://github.com/maxatome/go-testdeep/releases)
- [Commits](maxatome/go-testdeep@v1.9.2...v1.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 28, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jan 10, 2022

Superseded by #20.

@dependabot dependabot Bot closed this Jan 10, 2022
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/maxatome/go-testdeep-1.10.1 branch January 10, 2022 05:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants