Skip to content

Commit 2e34a1e

Browse files
chore: bump github.com/hashicorp/hcl/v2 from 2.23.0 to 2.24.0 (#18854)
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.23.0 to 2.24.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.24.0</h2> <h3>Enhancements</h3> <ul> <li>Add support for decoding block and attribute source ranges when using <code>gohcl</code>. (<a href="https://redirect.github.com/hashicorp/hcl/pull/703">#703</a>)</li> <li>hclsyntax: Detect and reject invalid nested splat result. (<a href="https://redirect.github.com/hashicorp/hcl/pull/724">#724</a>)</li> </ul> <h3>Bugs Fixed</h3> <ul> <li>Correct handling of unknown objects in Index function. (<a href="https://redirect.github.com/hashicorp/hcl/pull/763">#763</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.24.0 (July 7, 2025)</h2> <h3>Enhancements</h3> <ul> <li>Add support for decoding block and attribute source ranges when using <code>gohcl</code>. (<a href="https://redirect.github.com/hashicorp/hcl/pull/703">#703</a>)</li> <li>hclsyntax: Detect and reject invalid nested splat result. (<a href="https://redirect.github.com/hashicorp/hcl/pull/724">#724</a>)</li> </ul> <h3>Bugs Fixed</h3> <ul> <li>Correct handling of unknown objects in Index function. (<a href="https://redirect.github.com/hashicorp/hcl/pull/763">#763</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/hcl/commit/6b5068090eef06b1f127f61529db5ba0be7ed343"><code>6b50680</code></a> Update CHANGELOG.md (<a href="https://redirect.github.com/hashicorp/hcl/issues/764">#764</a>)</li> <li><a href="https://github.com/hashicorp/hcl/commit/77ef278eaae165adbe82d39a1b8e7707ad7d501a"><code>77ef278</code></a> ops: handle unknown objects correctly when looking up by index (<a href="https://redirect.github.com/hashicorp/hcl/issues/763">#763</a>)</li> <li><a href="https://github.com/hashicorp/hcl/commit/dfa124f3c93ff1764fda03702a7a9aa8c9db48d8"><code>dfa124f</code></a> [Compliance] - PR Template Changes Required (<a href="https://redirect.github.com/hashicorp/hcl/issues/761">#761</a>)</li> <li><a href="https://github.com/hashicorp/hcl/commit/6b5c4c2bac7140d1f676d294e99ff5d696b8fbf9"><code>6b5c4c2</code></a> fix errors thrown by errcheck linter (<a href="https://redirect.github.com/hashicorp/hcl/issues/755">#755</a>)</li> <li><a href="https://github.com/hashicorp/hcl/commit/61bd79dedd738d45edd16f6eb0ca405d0484a7b7"><code>61bd79d</code></a> suppress and fix lint errors by unused (<a href="https://redirect.github.com/hashicorp/hcl/issues/754">#754</a>)</li> <li><a href="https://github.com/hashicorp/hcl/commit/8b8cb9c9fa85c1f91083ee866c0ca3d1b910404b"><code>8b8cb9c</code></a> build(deps): bump golangci/golangci-lint-action</li> <li><a href="https://github.com/hashicorp/hcl/commit/aa4e44796409371ce1f3d452c81b334d7bbdbfcc"><code>aa4e447</code></a> build(deps): bump actions/setup-go</li> <li><a href="https://github.com/hashicorp/hcl/commit/72443636fe97ebb2e1ce1aa2bfa87dd426d8a88f"><code>7244363</code></a> Update go-cty to latest (<a href="https://redirect.github.com/hashicorp/hcl/issues/749">#749</a>)</li> <li><a href="https://github.com/hashicorp/hcl/commit/b4e27ae471da2b5a30329239713f7f3ed630c2dc"><code>b4e27ae</code></a> test_suite: refactor schema validation of diagnostic file range, pos (<a href="https://redirect.github.com/hashicorp/hcl/issues/750">#750</a>)</li> <li><a href="https://github.com/hashicorp/hcl/commit/314d2366eadcbd243f2988a535587d7fea94442e"><code>314d236</code></a> fix staticcheck lint errors</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/hcl/compare/v2.23.0...v2.24.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.23.0&new-version=2.24.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>
1 parent b56c6a1 commit 2e34a1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ require (
341341
github.com/hashicorp/go-terraform-address v0.0.0-20240523040243-ccea9d309e0c
342342
github.com/hashicorp/go-uuid v1.0.3 // indirect
343343
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
344-
github.com/hashicorp/hcl/v2 v2.23.0
344+
github.com/hashicorp/hcl/v2 v2.24.0
345345
github.com/hashicorp/logutils v1.0.0 // indirect
346346
github.com/hashicorp/terraform-plugin-go v0.27.0 // indirect
347347
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,8 +1376,8 @@ github.com/hashicorp/hc-install v0.9.2 h1:v80EtNX4fCVHqzL9Lg/2xkp62bbvQMnvPQ0G+O
13761376
github.com/hashicorp/hc-install v0.9.2/go.mod h1:XUqBQNnuT4RsxoxiM9ZaUk0NX8hi2h+Lb6/c0OZnC/I=
13771377
github.com/hashicorp/hcl v1.0.1-vault-7 h1:ag5OxFVy3QYTFTJODRzTKVZ6xvdfLLCA1cy/Y6xGI0I=
13781378
github.com/hashicorp/hcl v1.0.1-vault-7/go.mod h1:XYhtn6ijBSAj6n4YqAaf7RBPS4I06AItNorpy+MoQNM=
1379-
github.com/hashicorp/hcl/v2 v2.23.0 h1:Fphj1/gCylPxHutVSEOf2fBOh1VE4AuLV7+kbJf3qos=
1380-
github.com/hashicorp/hcl/v2 v2.23.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
1379+
github.com/hashicorp/hcl/v2 v2.24.0 h1:2QJdZ454DSsYGoaE6QheQZjtKZSUs9Nh2izTWiwQxvE=
1380+
github.com/hashicorp/hcl/v2 v2.24.0/go.mod h1:oGoO1FIQYfn/AgyOhlg9qLC6/nOJPX3qGbkZpYAcqfM=
13811381
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
13821382
github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64=
13831383
github.com/hashicorp/terraform-exec v0.23.0 h1:MUiBM1s0CNlRFsCLJuM5wXZrzA3MnPYEsiXmzATMW/I=

0 commit comments

Comments
 (0)