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/zclconf/go-cty from 1.15.1 to 1.16.0 (#4374
) Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.15.1 to 1.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zclconf/go-cty/releases">github.com/zclconf/go-cty's releases</a>.</em></p> <blockquote> <h2>v1.16.0</h2> <ul> <li><code>convert</code>: When converting between two different capsule types, will now try to use the "conversion <em>from</em>" implementation from the target type if the source type doesn't have a suitable "conversion <em>to</em>" implementation. (<a href="https://redirect.github.com/zclconf/go-cty/pull/194">#194</a>)</li> <li><code>convert</code>: When converting to a map whose element type is an object type with optional attributes, will no longer construct a broken result when a final map is empty. (<a href="https://redirect.github.com/zclconf/go-cty/pull/198">#198</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md">github.com/zclconf/go-cty's changelog</a>.</em></p> <blockquote> <h1>1.16.0 (January 3, 2025)</h1> <ul> <li><code>convert</code>: When converting between two different capsule types, will now try to use the "conversion <em>from</em>" implementation from the target type if the source type doesn't have a suitable "conversion <em>to</em>" implementation. (<a href="https://redirect.github.com/zclconf/go-cty/pull/194">#194</a>)</li> <li><code>convert</code>: When converting to a map whose element type is an object type with optional attributes, will no longer construct a broken result when a final map is empty. (<a href="https://redirect.github.com/zclconf/go-cty/pull/198">#198</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zclconf/go-cty/commit/6e06defc5f817971ab942989ad06752e13446c9c"><code>6e06def</code></a> v1.16.0 release</li> <li><a href="https://github.com/zclconf/go-cty/commit/9dc31e27278d47020b6c0f321fa47c5568b3d453"><code>9dc31e2</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/zclconf/go-cty/commit/86acbd7c92550b2004befc04488f93f7c58ce880"><code>86acbd7</code></a> convert: strip optional attributes out of empty maps</li> <li><a href="https://github.com/zclconf/go-cty/commit/a3f66319eabb298930b7abab6ac8855489b32024"><code>a3f6631</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/zclconf/go-cty/commit/0cef5a1f4a82bfdf8ea75525f51c2c86421c3f5e"><code>0cef5a1</code></a> convert: Try ConversionFrom if ConversionTo returns nil</li> <li><a href="https://github.com/zclconf/go-cty/commit/fb9f51f28f2e0c1075c83c39bbe8d55d615237af"><code>fb9f51f</code></a> Prepare for a possible future v1.15.2 release</li> <li>See full diff in <a href="https://github.com/zclconf/go-cty/compare/v1.15.1...v1.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/zclconf/go-cty&package-manager=go_modules&previous-version=1.15.1&new-version=1.16.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> Co-authored-by: Alex Ott <alexey.ott@databricks.com>
- Loading branch information