Skip to content

chore(deps): update module cuelang.org/go/cmd/cue to v0.15.4#1137

Open
kharf wants to merge 1 commit intomainfrom
renovate/cuelang.org-go-cmd-cue-0.x
Open

chore(deps): update module cuelang.org/go/cmd/cue to v0.15.4#1137
kharf wants to merge 1 commit intomainfrom
renovate/cuelang.org-go-cmd-cue-0.x

Conversation

@kharf
Copy link
Owner

@kharf kharf commented Nov 24, 2025

This PR contains the following updates:

Package Update Change
cuelang.org/go/cmd/cue patch v0.15.0 -> v0.15.4

Release Notes

cue-lang/cue (cuelang.org/go/cmd/cue)

v0.15.4

Compare Source

Evaluator

Fix a panic which could occur when using the error built-in with cyclic references.

Fix a panic which could occur when loading @experiment(aliasv2) syntax with an invalid alias name.

cmd/cue

Relax the cue login --token validation 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
  • internal/cueversion: bump LanguageVersion for v0.15.4 by @​mvdan in 50c137c
  • internal/ci: bump Go and goreleaser for v0.15.4 by @​mvdan in 8e3eaa9
  • cmd/cue: relax login --token prefix validation by @​rustyx in d0bd478
  • cue/ast/astutil: fix nil pointer dereference in postfix alias error by @​mvdan in c5df0af
  • internal/core/debug: fix stack overflow in error formatting by @​mvdan in bf7a40d
  • encoding/toml: correctly check for duplicate keys with arrays by @​mvdan in 4a5fd52

v0.15.3

Compare Source

Evaluator

Fix a panic which could occur when using Expr after LookupPath on a cue.Value.

cmd/cue

Fix a panic which could occur when using cue cmd tasks referencing definitions.

Fix a panic which could occur when cue get go encountered 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

v0.15.2

Compare Source

v0.15.1

Compare Source

Evaluator

Fix an evalv3 regression first introduced in v0.11.0 where the and built-in function started evaluating its arguments too eagerly, causing failures in cue 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/cue

Fix a regression in v0.15.0 where cue get go no longer skipped generating CUE files without any declarations.

Go API

Fix a bug in the subsume package where a struct with a pattern constraint did not subsume a closed struct with a matching field.

Rename the bootstrap build tag used in the internal/filetypes package to cuebootstrap to avoid conflicts with build tags in other Go modules.

Full list of changes since v0.15.0

Configuration

📅 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.


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

This PR has been generated by Renovate Bot.

@kharf kharf changed the title chore(deps): update module cuelang.org/go/cmd/cue to v0.15.1 chore(deps): update module cuelang.org/go/cmd/cue to v0.15.3 Dec 31, 2025
@kharf kharf force-pushed the renovate/cuelang.org-go-cmd-cue-0.x branch from 4322289 to d64422c Compare December 31, 2025 05:05
@kharf kharf changed the title chore(deps): update module cuelang.org/go/cmd/cue to v0.15.3 chore(deps): update module cuelang.org/go/cmd/cue to v0.15.4 Jan 28, 2026
@kharf kharf force-pushed the renovate/cuelang.org-go-cmd-cue-0.x branch from d64422c to a62649b Compare January 28, 2026 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants