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

chore(deps): bump github.com/mitchellh/mapstructure from 1.4.1 to 1.5.0 #2442

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2022

Bumps github.com/mitchellh/mapstructure from 1.4.1 to 1.5.0.

Changelog

Sourced from github.com/mitchellh/mapstructure's changelog.

1.5.0

  • New option IgnoreUntaggedFields to ignore decoding to any fields without mapstructure (or the configured tag name) set GH-277
  • New option ErrorUnset which makes it an error if any fields in a target struct are not set by the decoding process. GH-225
  • New function OrComposeDecodeHookFunc to help compose decode hooks. GH-240
  • Decoding to slice from array no longer crashes GH-265
  • Decode nested struct pointers to map GH-271
  • Fix issue where ,squash was ignored if Squash option was set. GH-280
  • Fix issue where fields with ,omitempty would sometimes decode into a map with an empty string key GH-281

1.4.3

  • Fix cases where json.Number didn't decode properly GH-261

1.4.2

  • Custom name matchers to support any sort of casing, formatting, etc. for field names. GH-250
  • Fix possible panic in ComposeDecodeHookFunc GH-251
Commits
  • ab69d8d update CHANGELOG to 1.5.0
  • bd687ea update CHANGELOG
  • c9b585b update test to not rely on fmt
  • 5a2eb61 Merge pull request #281 from semrekkers/issue-238
  • 74e07d1 update CHANGELOG
  • 3a684c7 Merge pull request #240 from julnicolas/feature/add_or_compose_decode_hook_func
  • 0bb6a2e Merge branch 'master' into feature/add_or_compose_decode_hook_func
  • ac10e22 update CHANGELOG
  • 8385cfa Merge pull request #225 from SaschaRoland/unset-fields
  • 17e49ec update CHANGELOG
  • 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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 15, 2022
@codecov
Copy link

codecov bot commented Sep 15, 2022

Codecov Report

Base: 40.57% // Head: 40.56% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (38ce74a) compared to base (3441862).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2442      +/-   ##
==========================================
- Coverage   40.57%   40.56%   -0.02%     
==========================================
  Files         174      174              
  Lines       36237    36237              
==========================================
- Hits        14704    14699       -5     
- Misses      20612    20619       +7     
+ Partials      921      919       -2     
Impacted Files Coverage Δ
processor/processor.go 70.98% <0.00%> (-0.83%) ⬇️
enterprise/reporting/reporting.go 9.77% <0.00%> (+1.43%) ⬆️
utils/httputil/server.go 92.30% <0.00%> (+11.53%) ⬆️
enterprise/reporting/setup.go 52.38% <0.00%> (+14.28%) ⬆️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/mitchellh/mapstructure-1.5.0 branch from 0aaca01 to b2de173 Compare September 26, 2022 15:56
@lvrach
Copy link
Member

lvrach commented Sep 28, 2022

@dependabot recreate

Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/mitchellh/mapstructure/releases)
- [Changelog](https://github.com/mitchellh/mapstructure/blob/main/CHANGELOG.md)
- [Commits](mitchellh/mapstructure@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/mitchellh/mapstructure
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/mitchellh/mapstructure-1.5.0 branch from b2de173 to bd6d5e7 Compare September 28, 2022 15:52
@lvrach lvrach merged commit 79c63e5 into master Sep 28, 2022
@lvrach lvrach deleted the dependabot/go_modules/github.com/mitchellh/mapstructure-1.5.0 branch September 28, 2022 22:20
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants