Skip to content

Commit

Permalink
[Dependency] Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 (#…
Browse files Browse the repository at this point in the history
…3948)

Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl)
from 2.21.0 to 2.22.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/hcl/releases">github.com/hashicorp/hcl/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.22.0</h2>
<h3>Enhancements</h3>
<ul>
<li>feat: return an ExprSyntaxError for invalid references that end in a
dot (<a
href="https://redirect.github.com/hashicorp/hcl/pull/692">#692</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md">github.com/hashicorp/hcl/v2's
changelog</a>.</em></p>
<blockquote>
<h2>v2.22.0 (August 26, 2024)</h2>
<h3>Enhancements</h3>
<ul>
<li>feat: return an ExprSyntaxError for invalid references that end in a
dot (<a
href="https://redirect.github.com/hashicorp/hcl/pull/692">#692</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/hcl/commit/2442aca4bd4966af1429feb8698b43513d643a71"><code>2442aca</code></a>
Merge pull request <a
href="https://redirect.github.com/hashicorp/hcl/issues/694">#694</a>
from hashicorp/prepare-release-2.22.0</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/141e3dbf5956904ad1920241148b406d69b2aae0"><code>141e3db</code></a>
Prepare for v2.22.0 release</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/06aab2a40968f06dc4003c11660f676e789da06a"><code>06aab2a</code></a>
Merge pull request <a
href="https://redirect.github.com/hashicorp/hcl/issues/693">#693</a>
from hashicorp/update-changelog-692</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/f68c58fb4d7c83cd334f3eebe10f045f541e435e"><code>f68c58f</code></a>
Update Changelog.md</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/ae53b93a67f2cd4f2bedaaae6a64db6a1db8c6a1"><code>ae53b93</code></a>
Merge pull request <a
href="https://redirect.github.com/hashicorp/hcl/issues/692">#692</a>
from hashicorp/support-incomplete-references-in-objec...</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/117baa8bf53bc2050fe5e0f2ab85c4ef9341d20e"><code>117baa8</code></a>
feat: return an ExprSyntaxError for invalid references that end in a dot
(com...</li>
<li>See full diff in <a
href="https://github.com/hashicorp/hcl/compare/v2.21.0...v2.22.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/hcl/v2&package-manager=go_modules&previous-version=2.21.0&new-version=2.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 7d04f1e commit aaecb44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.21.0
github.com/hashicorp/hcl/v2 v2.22.0
github.com/hashicorp/terraform-plugin-framework v1.11.0
github.com/hashicorp/terraform-plugin-go v0.23.0
github.com/hashicorp/terraform-plugin-log v0.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ github.com/hashicorp/hc-install v0.6.4 h1:QLqlM56/+SIIGvGcfFiwMY3z5WGXT066suo/v9
github.com/hashicorp/hc-install v0.6.4/go.mod h1:05LWLy8TD842OtgcfBbOT0WMoInBMUSHjmDx10zuBIA=
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/hashicorp/hcl/v2 v2.21.0 h1:lve4q/o/2rqwYOgUg3y3V2YPyD1/zkCLGjIV74Jit14=
github.com/hashicorp/hcl/v2 v2.21.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
github.com/hashicorp/hcl/v2 v2.22.0 h1:hkZ3nCtqeJsDhPRFz5EA9iwcG1hNWGePOTw6oyul12M=
github.com/hashicorp/hcl/v2 v2.22.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64=
github.com/hashicorp/terraform-exec v0.21.0 h1:uNkLAe95ey5Uux6KJdua6+cv8asgILFVWkd/RG0D2XQ=
Expand Down

0 comments on commit aaecb44

Please sign in to comment.