Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dependency] Bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0 (#…
…4236) Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.22.0 to 2.23.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.23.0</h2> <h2>What's Changed</h2> <ul> <li>Preserve marks when traversing unknown values by <a href="https://github.com/jbardin"><code>@jbardin</code></a> in <a href="https://redirect.github.com/hashicorp/hcl/pull/699">hashicorp/hcl#699</a></li> <li>Better control of marks through conditional and for expressions by <a href="https://github.com/jbardin"><code>@jbardin</code></a> in <a href="https://redirect.github.com/hashicorp/hcl/pull/710">hashicorp/hcl#710</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hashicorp/hcl/compare/v2.22.0...v2.23.0">https://github.com/hashicorp/hcl/compare/v2.22.0...v2.23.0</a></p> </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> <h1>HCL Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/hcl/commit/56a9aee5207dbaed7f061cd926b96fc159d26ea0"><code>56a9aee</code></a> Merge pull request <a href="https://redirect.github.com/hashicorp/hcl/issues/710">#710</a> from hashicorp/jbardin/marked-conditions</li> <li><a href="https://github.com/hashicorp/hcl/commit/b48ba6ecbfd16da22e3ad5476427744f9bee47b1"><code>b48ba6e</code></a> pass marks through unknown ForExpr values</li> <li><a href="https://github.com/hashicorp/hcl/commit/bbfec2d532518e6536b9924d1f039abd07c6f2ef"><code>bbfec2d</code></a> pass all marks through conditional expressions</li> <li><a href="https://github.com/hashicorp/hcl/commit/d20d07fa73707e58954493bdd600c1fb0a0d4c77"><code>d20d07f</code></a> github: Pin action refs to latest trusted by TSCCR (<a href="https://redirect.github.com/hashicorp/hcl/issues/700">#700</a>)</li> <li><a href="https://github.com/hashicorp/hcl/commit/3883feb0e06458153e8a1b56566582b6725330d2"><code>3883feb</code></a> docs(ext/dynblock): recursive function call typo in detecting variables (<a href="https://redirect.github.com/hashicorp/hcl/issues/686">#686</a>)</li> <li><a href="https://github.com/hashicorp/hcl/commit/2eb163fdee4d453381ada085060569475c0c6864"><code>2eb163f</code></a> Merge pull request <a href="https://redirect.github.com/hashicorp/hcl/issues/701">#701</a> from hashicorp/d/fix-typo</li> <li><a href="https://github.com/hashicorp/hcl/commit/65971e8952c195172870bd11cf1bb34be6bd718d"><code>65971e8</code></a> docs: use 'by' instead of 'prior to'</li> <li><a href="https://github.com/hashicorp/hcl/commit/1dfc778b7de90d03c632055cd1b8b65a3f69f66d"><code>1dfc778</code></a> docs: fix typo</li> <li><a href="https://github.com/hashicorp/hcl/commit/78fe99307e883ea5cc12483c1832d4889346e7f7"><code>78fe993</code></a> Merge pull request <a href="https://redirect.github.com/hashicorp/hcl/issues/699">#699</a> from hashicorp/jbardin/marked-traversals</li> <li><a href="https://github.com/hashicorp/hcl/commit/e2f43f4c9722c9a1e7c23b0af4c41ed9f7cab2c5"><code>e2f43f4</code></a> Preserve marks when traversing unknown values</li> <li>See full diff in <a href="https://github.com/hashicorp/hcl/compare/v2.22.0...v2.23.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.22.0&new-version=2.23.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