Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

chore(deps): bump github.com/tmccombs/hcl2json from 0.3.1 to 0.3.4 #47

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps github.com/tmccombs/hcl2json from 0.3.1 to 0.3.4.

Changelog

Sourced from github.com/tmccombs/hcl2json's changelog.

0.3.4

  • Update dependencies
  • Fix panic when objects contain a key of "null"

0.3.3

  • Export convertFile function
  • Update dependencies
  • Fix failing to parse if no newline at end of file

0.3.0

  • Create a seperate library package that is usable by other go projects at github.com/tmccombs/hcl2json/convert
  • Add a -simplify option that will attempt to simplify expressions that don't have variables or unknown functions

0.2.2

  • Fix a bug where the last parenthesis of an expression was truncated
  • Respect unary operators in literal expressions (specifically, negative numbers are now number literals in the resulting JSON)
Commits
  • 7bc6772 Update to go 1.17
  • 7d7ec2e Update changelog
  • d98fb42 Fix a panic when an object has a key of null
  • 6a716d5 Merge pull request #39 from picatz/fix-panic-with-mixed-block-labels
  • 273cc01 Fix panic from invalid HCL when blocks are mixed with/without labels
  • e18846d Merge pull request #38 from tmccombs/dependabot/go_modules/github.com/hashico...
  • 6953a44 Bump github.com/hashicorp/hcl/v2 from 2.10.1 to 2.11.1
  • 7220684 Merge pull request #37 from tmccombs/dependabot/go_modules/github.com/zclconf...
  • def49b9 Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0
  • b3bb608 Add link to hcldec in README
  • 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/tmccombs/hcl2json](https://github.com/tmccombs/hcl2json) from 0.3.1 to 0.3.4.
- [Release notes](https://github.com/tmccombs/hcl2json/releases)
- [Changelog](https://github.com/tmccombs/hcl2json/blob/main/CHANGELOG.md)
- [Commits](tmccombs/hcl2json@0.3.1...v0.3.4)

---
updated-dependencies:
- dependency-name: github.com/tmccombs/hcl2json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 7, 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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants