-
Notifications
You must be signed in to change notification settings - Fork 2k
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/mitchellh/mapstructure from 1.3.3 to 1.4.2 in /api #11188
build(deps): bump github.com/mitchellh/mapstructure from 1.3.3 to 1.4.2 in /api #11188
Conversation
aabd4de
to
5a81a9f
Compare
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
@dependabot rebase |
5a81a9f
to
27220b9
Compare
27220b9
to
ee558c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've reviewed the diffs and the only bug fix appears to be mitchellh/mapstructure#206. This will make decoding some of our HCL a little more tolerant of bad inputs. For example, the following quota:
name = "foo"
description = "more foo"
limit {
region = "global"
region_limit {
memory = ""
}
}
will be interpreted to have memory = 0
instead of throwing a syntax error. Changelog will go in #11517
@dependabot rebase |
ee558c4
to
9e47735
Compare
It looks like dependabot got confused on this one somehow and hasn't given us a valid |
Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.3.3 to 1.4.2. - [Release notes](https://github.com/mitchellh/mapstructure/releases) - [Changelog](https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md) - [Commits](mitchellh/mapstructure@v1.3.3...v1.4.2) --- updated-dependencies: - dependency-name: github.com/mitchellh/mapstructure dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9e47735
to
d5e26af
Compare
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
Bumps github.com/mitchellh/mapstructure from 1.3.3 to 1.4.2.
Changelog
Sourced from github.com/mitchellh/mapstructure's changelog.
Commits
5ac1f6a
CHANGELOG18f04e6
Default MatchName in NewDecoder14df28d
Merge pull request #247 from veikokaap/fix-doc-typo-decodehook251d52b
improve comments for matchname1b7c3d8
Merge pull request #250 from abeMedia/feat/custom-name-matchers381a76b
initialize data to interface for decode hook (tested)6577afa
Merge pull request #251 from eh-steve/bugfix-panic-with-empty-composed-decode...edc5649
Fix possible panic when using ComposeDecodeHookFunc() with no funcsfd87e0d
Support custom name matchers963925d
fix typo in documentationDependabot 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)