Skip to content

chore(deps): bump the go group with 2 updates#969

Merged
frewilhelm merged 1 commit into
mainfrom
dependabot/go_modules/go-4998392db0
Jul 20, 2026
Merged

chore(deps): bump the go group with 2 updates#969
frewilhelm merged 1 commit into
mainfrom
dependabot/go_modules/go-4998392db0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the go group with 2 updates: cuelang.org/go and ocm.software/ocm.

Updates cuelang.org/go from 0.17.0 to 0.17.1

Release notes

Sourced from cuelang.org/go's releases.

v0.17.1

Evaluator

Fix several regressions introduced in v0.17.0: a panic when evaluating some disjunctions (#4419), and spurious invalid interpolation (#4420), field not allowed (#4423), and structural cycle (#4430) errors involving comprehensions or self references.

Fix two regressions introduced in v0.17.0 where evaluation could hang (#4421, #4422), as well as two long-standing hangs on self-referencing configurations (#2766, #4231).

cmd/cue

Fix a panic in cue exp gengotypes, a regression introduced in v0.17.0, when a definition references a definition from another package via embedding (#4436).

Module replacements are now subject to minimum-version selection like any other dependency. cue mod tidy now normalizes a fully-pinned replacement to its major version and records the target as a regular dependency.

  • internal/cueversion: bump for v0.17.1 by @​mvdan in fc6c0b2ecd3666da92f7053d13fcfbf009b7d7a3
  • internal/ci: bump pinnedReleaseGo for v0.17.1 by @​mvdan in 9c720d0688d78faf658b408874432f121369a5fa
  • [release-branch.v0.17] internal/core: resolve import instances back to their build instance by @​mvdan in 8ead2d97151b39d85c662c69e7ff968bb0d0c809
  • [release-branch.v0.17] internal/core/adt: allow chained re-instantiation of inline conjunctions by @​mvdan in f81f7728089c15ad9d3aaf8dee37bfcb77830ffe
  • [release-branch.v0.17] cue/testdata/cycle: add regression test for spurious inline cycle by @​mvdan in 993c44e77e1fe0c43d498bebaf36b3573285c9a7
  • [release-branch.v0.17] internal/core/adt: fix hang on let binding a self-referencing struct by @​mvdan in 1cd5e1f4c41868007d621519b6cc31c2b07174db
  • [release-branch.v0.17] internal/core/adt: fix hang on self-feeding cycle advancing depth by @​mvdan in ed51952d9f68afeccb5f73f48ba0bfd624a356d8
  • [release-branch.v0.17] internal/core/adt: defer field-set freeze for a running resolver by @​mvdan in e69e6211025e4d4227daadfc63418aecab592007
  • [release-branch.v0.17] internal/core/adt: defer fieldSetKnown for a running field-adding conjunct by @​mvdan in 459016a46266b4176d73e3fc4055c6eff0116551
  • [release-branch.v0.17] internal/core/adt: do not defer resolvers during comprehension clauses by @​mvdan in f89ebec5d9c26b442e09be499dcf06881c413230
  • [release-branch.v0.17] cue/testdata/comprehensions: test guard-driven premature finalization by @​mvdan in 6176fb52947316665e29bbe6930ae44638916099
  • [release-branch.v0.17] internal/core/adt,pkg: bound string, bytes, and list repeat counts by @​mvdan in 30171561b909b290b63588cc6a453264e3b03606
  • [release-branch.v0.17] cue/parser: limit expression nesting depth during parsing by @​mvdan in f6f05bbdb16ee7655749c3306b7f39ea69b79f86
  • [release-branch.v0.17] internal/encoding/yaml: limit the size of YAML alias expansion by @​mvdan in 04d57ab4b91502de5804eb077a1da6a025d55733
  • [release-branch.v0.17] internal/core/adt: treat cyclic under-resolved values as incomplete scalars by @​mvdan in 63994d58a76e1a8302508d2c4756be034e9d769c
  • [release-branch.v0.17] cue/testdata/references: test a comprehension dynamic field under a let self by @​mvdan in 0ba71ca3699d927a09a39ba45b074cb6987e268a
  • [release-branch.v0.17] internal/core/adt: do not reclaim disjunct arc states before merging by @​mvdan in b72d5b4ea8a1249775905ebbf1de0cc332ec8b3a
  • [release-branch.v0.17] internal/core/adt: do not discard recomputed let cycle placeholders by @​mvdan in f82d498cf478412fb336c320bc398f0a6bafb6e5
  • [release-branch.v0.17] internal/core/adt: fix hang on dynamic field whose key is under evaluation by @​mvdan in e0b974d40d3463009c4d9b4de939e0a64c67e6d7
  • [release-branch.v0.17] all: re-run tests with CUE_UPDATE=1 by @​mvdan in 7d5a557c5b1742d85481aa193ecc26e25afd37dd
  • [release-branch.v0.17] encoding/jsonschema: avoid panic on non-string element in "required" by @​mvdan in f6bc3504fe3d02a75b652f3b7290321700031af2
Commits
  • fc6c0b2 internal/cueversion: bump for v0.17.1
  • 9c720d0 internal/ci: bump pinnedReleaseGo for v0.17.1
  • 8ead2d9 [release-branch.v0.17] internal/core: resolve import instances back to their ...
  • f81f772 [release-branch.v0.17] internal/core/adt: allow chained re-instantiation of i...
  • 993c44e [release-branch.v0.17] cue/testdata/cycle: add regression test for spurious i...
  • 1cd5e1f [release-branch.v0.17] internal/core/adt: fix hang on let binding a self-refe...
  • ed51952 [release-branch.v0.17] internal/core/adt: fix hang on self-feeding cycle adva...
  • e69e621 [release-branch.v0.17] internal/core/adt: defer field-set freeze for a runnin...
  • 459016a [release-branch.v0.17] internal/core/adt: defer fieldSetKnown for a running f...
  • f89ebec [release-branch.v0.17] internal/core/adt: do not defer resolvers during compr...
  • Additional commits viewable in compare view

Updates ocm.software/ocm from 0.45.0 to 0.46.0

Release notes

Sourced from ocm.software/ocm's releases.

v0.46.0

What's Changed

🚀 Features

🐛 Bug Fixes

⬆️ Dependencies

🧰 Maintenance

Full Changelog: open-component-model/ocm@v0.45...v0.46.0

v0.46.0-rc.1

What's Changed

🚀 Features

🐛 Bug Fixes

⬆️ Dependencies

🧰 Maintenance

Full Changelog: open-component-model/ocm@v0.45...v0.46.0

Commits

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 2 updates: [cuelang.org/go](https://github.com/cue-lang/cue) and [ocm.software/ocm](https://github.com/open-component-model/ocm).


Updates `cuelang.org/go` from 0.17.0 to 0.17.1
- [Release notes](https://github.com/cue-lang/cue/releases)
- [Commits](cue-lang/cue@v0.17.0...v0.17.1)

Updates `ocm.software/ocm` from 0.45.0 to 0.46.0
- [Release notes](https://github.com/open-component-model/ocm/releases)
- [Changelog](https://github.com/open-component-model/ocm/blob/main/RELEASE_PROCESS.md)
- [Commits](open-component-model/ocm@v0.45...v0.46)

---
updated-dependencies:
- dependency-name: cuelang.org/go
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: ocm.software/ocm
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Jul 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 19, 2026 15:03
@dependabot dependabot Bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Jul 19, 2026
@frewilhelm
frewilhelm merged commit ca10dd2 into main Jul 20, 2026
9 checks passed
@frewilhelm
frewilhelm deleted the dependabot/go_modules/go-4998392db0 branch July 20, 2026 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant