chore(deps): update dependency cue-lang/cue to v0.15.4#1136
Open
chore(deps): update dependency cue-lang/cue to v0.15.4#1136
Conversation
29b1e7b to
e2f8e9a
Compare
e2f8e9a to
a9aa5fa
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:
v0.15.0->v0.15.4Release Notes
cue-lang/cue (cue-lang/cue)
v0.15.4Compare Source
Evaluator
Fix a panic which could occur when using the
errorbuilt-in with cyclic references.Fix a panic which could occur when loading
@experiment(aliasv2)syntax with an invalid alias name.cmd/cueRelax the
cue login --tokenvalidation to allow future Central Registry token types.Encodings
Fix a bug in the TOML decoder where nested arrays were causing incorrect "duplicate key" errors.
Full list of changes since v0.15.3
50c137c8e3eaa9d0bd478c5df0afbf7a40d4a5fd52v0.15.3Compare Source
Evaluator
Fix a panic which could occur when using
ExprafterLookupPathon acue.Value.cmd/cueFix a panic which could occur when using
cue cmdtasks referencing definitions.Fix a panic which could occur when
cue get goencountered a Go enum type with zero named values.Encodings
Fix a bug in the TOML decoder where nested arrays were not being correctly mapped to CUE values.
Full list of changes since v0.15.1
8a91fedget gowhen an enum has zero named values by @mvdan inf544b9c641c64a6d86ce63544f153cb0e2dv0.15.1Compare Source
Evaluator
Fix an evalv3 regression first introduced in
v0.11.0where theandbuilt-in function started evaluating its arguments too eagerly, causing failures incue def.Fix an evalv3 regression where closedness info could be lost when using a comprehension.
Fix a bug where the evaluator would panic on alias cycles with dynamic fields rather than giving a good error.
LSP
Formatting standalone CUE files - either without a package name, or outside of a CUE module - now works correctly.
Fix a bug where trying to use "find references" on a CUE module with nested modules would cause a hang.
Fix a bug where resolving path roots did not work correctly in the presence of struct embeddings.
cmd/cueFix a regression in
v0.15.0wherecue get gono longer skipped generating CUE files without any declarations.Go API
Fix a bug in the
subsumepackage where a struct with a pattern constraint did not subsume a closed struct with a matching field.Rename the
bootstrapbuild tag used in theinternal/filetypespackage tocuebootstrapto avoid conflicts with build tags in other Go modules.Full list of changes since v0.15.0
350755ebcc9a45bf16055e64569ff2076ae6d75085cf6c597andto use Func instead of RawFunc by @mvdan in37e8637de5328ea229275bca0a5594f2f0eget goagain by @mvdan in819474ce61516d2e8e111f81118cConfiguration
📅 Schedule: 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.