Skip to content

fix(deps): update module github.com/zclconf/go-cty to v1.19.0 - #10

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-zclconf-go-cty-1.x
Open

fix(deps): update module github.com/zclconf/go-cty to v1.19.0#10
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-zclconf-go-cty-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 23, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/zclconf/go-cty v1.16.3v1.19.0 age confidence

Release Notes

zclconf/go-cty (github.com/zclconf/go-cty)

v1.19.0

Compare Source

v1.18.1

Compare Source

v1.18.0

Compare Source

v1.17.0

Compare Source

cty now requires Go 1.23 or later.

  • cty.Value.Elements offers a modern iter.Seq2-based equivalent of cty.Value.ElementIterator.

  • cty.DeepValues offers a modern iter.Seq2-based equivalent of cty.Walk.

  • cty.Value.WrangleMarksDeep allows inspecting and modifying individual marks throughout a possibly-nested data structure.

    Having now got some experience using marks more extensively in some callers, it's become clear that it's often necessary for different subsystems to be able to collaborate using independent marks without upsetting each other's assumptions. Today that tends to be achieved using hand-written transforms either with cty.Transform or cty.Value.UnmarkDeepWithPaths/cty.Value.MarkWithPaths, both of which can be pretty expensive even in the common case where there are no marks present at all.

    This new function allows inspecting and transforming marks with far less overhead, by creating new values only for parts of a structure that actually need to change and by reusing (rather than recreating) the "payloads" of the values being modified when we know that only the marks have changed.

  • cty.ValueMarksOfType and cty.ValueMarksOfTypeDeep make it easier to use type-based rather than value-based mark schemes, where different values of a common type are used to track a specific kind of relationship with multiple external values.

  • cty.Value.HasMarkDeep provides a "deep" version of the existing cty.Value.HasMark, searching throughout a possibly-nested structure for any values that have the given mark.

  • cty.Value.UnmarkDeep and cty.Value.UnmarkDeepWithPaths are now implemented in terms of cty.Value.WrangleMarksDeep, so they benefit from its reduced overhead. In particular they avoid reconstructing a data structure that contains no marked values at all.

  • cty.Value.MarkWithPaths now has a fast path when it's given a zero-length PathValueMarks, in which case it just returns the value it was given with no modifications.

v1.16.4

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title fix(deps): update module github.com/zclconf/go-cty to v1.16.4 fix(deps): update module github.com/zclconf/go-cty to v1.17.0 Sep 6, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-zclconf-go-cty-1.x branch from e5e6692 to f437114 Compare September 6, 2025 00:00
@renovate renovate Bot changed the title fix(deps): update module github.com/zclconf/go-cty to v1.17.0 fix(deps): update module github.com/zclconf/go-cty to v1.17.0 - autoclosed Jan 9, 2026
@renovate renovate Bot closed this Jan 9, 2026
@renovate
renovate Bot deleted the renovate/github.com-zclconf-go-cty-1.x branch January 9, 2026 03:25
@renovate renovate Bot changed the title fix(deps): update module github.com/zclconf/go-cty to v1.17.0 - autoclosed fix(deps): update module github.com/zclconf/go-cty to v1.17.0 Jan 10, 2026
@renovate renovate Bot reopened this Jan 10, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-zclconf-go-cty-1.x branch 2 times, most recently from f437114 to f97e55a Compare January 10, 2026 07:22
@renovate
renovate Bot force-pushed the renovate/github.com-zclconf-go-cty-1.x branch from f97e55a to 62d7a96 Compare February 13, 2026 11:55
@renovate
renovate Bot force-pushed the renovate/github.com-zclconf-go-cty-1.x branch from 62d7a96 to 78611b8 Compare February 24, 2026 05:51
@renovate renovate Bot changed the title fix(deps): update module github.com/zclconf/go-cty to v1.17.0 fix(deps): update module github.com/zclconf/go-cty to v1.18.0 Feb 24, 2026
@renovate

renovate Bot commented Feb 24, 2026

Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.25

@renovate renovate Bot changed the title fix(deps): update module github.com/zclconf/go-cty to v1.18.0 fix(deps): update module github.com/zclconf/go-cty to v1.18.1 Apr 19, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-zclconf-go-cty-1.x branch from 78611b8 to 273cd18 Compare April 19, 2026 05:21
@renovate renovate Bot changed the title fix(deps): update module github.com/zclconf/go-cty to v1.18.1 fix(deps): update module github.com/zclconf/go-cty to v1.19.0 Jul 8, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-zclconf-go-cty-1.x branch from 273cd18 to f1a7091 Compare July 8, 2026 00:15
@renovate renovate Bot changed the title fix(deps): update module github.com/zclconf/go-cty to v1.19.0 fix(deps): update module github.com/zclconf/go-cty to v1.19.0 - autoclosed Aug 29, 2026
@renovate renovate Bot closed this Aug 29, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/zclconf/go-cty to v1.19.0 - autoclosed fix(deps): update module github.com/zclconf/go-cty to v1.19.0 Sep 1, 2026
@renovate renovate Bot reopened this Sep 1, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-zclconf-go-cty-1.x branch 2 times, most recently from f1a7091 to 1924baf Compare September 1, 2026 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants