Uh oh!
There was an error while loading. Please reload this page.
chore: update devbox.lock files - #2879
Merged
Merged
Conversation
Refresh the root and example devbox.lock files to current nixpkgs resolutions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…lchains The lock bump to nodejs@latest (25.8.1) and bundler@latest (2.7.2) broke three example tests: - nodejs-yarn / nodejs-pnpm: nixpkgs node 25 no longer bundles corepack, so `corepack enable` produced no yarn/pnpm shims and `yarn/pnpm install` failed with "command not found". Add the standalone corepack package to both examples so the package-manager shims are available again. - jekyll: bundler@latest (2.7.2) brings Ruby 3.4.8, which dropped csv, base64, and bigdecimal from the default gems that jekyll 3.9 requires. Declare them explicitly in the Gemfile. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…box-lock-v1 # Conflicts: # examples/stacks/jekyll/myblog/Gemfile # examples/stacks/jekyll/myblog/Gemfile.lock
…s 25+ Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…nto mikeland73/update-devbox-lock-v1
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Split out from
mikeland73/fix-flaky-cicd-tests(2/5).Refresh the root and example
devbox.lockfiles to current nixpkgs resolutions (24 lock files).🤖 Generated with Claude Code