Update module github.com/zclconf/go-cty to v1.19.0#15
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
March 1, 2024 17:52
26b53af to
5bae013
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
March 21, 2024 20:53
5bae013 to
70339b1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
July 17, 2024 05:53
70339b1 to
f24cf7c
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
November 27, 2024 17:55
f24cf7c to
5d6e89c
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
January 4, 2025 05:52
5d6e89c to
0ea1939
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
January 15, 2025 04:01
0ea1939 to
1dce33d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
January 24, 2025 04:08
1dce33d to
15d5c91
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
May 17, 2025 03:53
15d5c91 to
af0b8e7
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
August 23, 2025 07:50
af0b8e7 to
5032113
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
September 5, 2025 23:34
5032113 to
d9252aa
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
February 24, 2026 06:07
d9252aa to
32c9ec1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
April 19, 2026 05:05
32c9ec1 to
6d28e53
Compare
renovate
Bot
force-pushed
the
renovate/github.com-zclconf-go-cty-1.x
branch
from
July 9, 2026 03:53
6d28e53 to
af5a7b2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.13.3→v1.19.0Release Notes
zclconf/go-cty (github.com/zclconf/go-cty)
v1.19.0Compare Source
v1.18.1Compare Source
v1.18.0Compare Source
v1.17.0Compare Source
ctynow requires Go 1.23 or later.cty.Value.Elementsoffers a moderniter.Seq2-based equivalent ofcty.Value.ElementIterator.cty.DeepValuesoffers a moderniter.Seq2-based equivalent ofcty.Walk.cty.Value.WrangleMarksDeepallows 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.Transformorcty.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.ValueMarksOfTypeandcty.ValueMarksOfTypeDeepmake 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.HasMarkDeepprovides a "deep" version of the existingcty.Value.HasMark, searching throughout a possibly-nested structure for any values that have the given mark.cty.Value.UnmarkDeepandcty.Value.UnmarkDeepWithPathsare now implemented in terms ofcty.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.MarkWithPathsnow has a fast path when it's given a zero-lengthPathValueMarks, in which case it just returns the value it was given with no modifications.v1.16.4Compare Source
v1.16.3Compare Source
v1.16.2Compare Source
v1.16.1Compare Source
v1.16.0Compare Source
convert: When converting between two different capsule types, will now try to use the "conversion from" implementation from the target type if the source type doesn't have a suitable "conversion to" implementation. (#194)convert: 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. (#198)v1.15.1Compare Source
v1.15.0Compare Source
v1.14.4Compare Source
v1.14.3Compare Source
v1.14.2Compare Source
v1.14.1Compare Source
v1.14.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.