chore(deps): stack PatchRaptor updates #107-#111#112
Merged
Conversation
joshyorko
marked this pull request as ready for review
July 12, 2026 10:08
joshyorko
marked this pull request as draft
July 12, 2026 10:12
joshyorko
marked this pull request as ready for review
July 12, 2026 10:17
This was referenced Jul 12, 2026
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.
Summary
go.mod, GitHub Actions, and the Dagger runnergolang.org/x/termto v0.45.0 with its requiredgolang.org/x/sysv0.47.0 dependencygopkg.in/yaml.v2to v2.4.0Why the toolkit Go pin differs
The official Go 1.26.5 release is usable by
actions/setup-go,go.mod, and theDagger
golangimage. The RCC developer toolkit has a different supply chain:developer/setup.yamlasks RCC/micromamba to install thegopackage fromConda Forge. Conda Forge does not currently publish
go=1.26.5, so that pinfails during holotree environment creation before unit tests or a local build
can start.
The toolkit therefore remains pinned to the newest available Conda Forge build,
Go 1.26.3. Renovate no longer applies its official
golang-versiondatasourceto
developer/setup.yaml; that contained pin should move only after the matchingConda Forge package exists. This is an intentional source-availability boundary,
not uncoordinated version drift.
Stack resolution
x/sysupdate, so both are represented by the same module changes.gopkg.in/yaml.v2to v2.4.0. A v3 release cannot be used through thegopkg.in/yaml.v2import path, so this PR disables that invalid major-update lane while retaining the separate existinggopkg.in/yaml.v3module.developer/setup.yamlis deliberately excluded from that Renovate manager because it installs Go from Conda Forge, where 1.26.5 is not available yet.go.mod, Actions, and Dagger without breaking RCC holotree environment creation.After this lands, the target versions and Renovate policy are present on
main, so PatchRaptor should not recreate the superseded #107-#111 lanes.Verification
git diff --check 585b997...HEADrcc run -r developer/toolkit.yaml --dev -t unitTestsrcc run -r developer/toolkit.yaml --dev -t local./build/rcc versionreports v18.17.6.github/renovate.json5parses as valid JSON5