chore(deps-dev): bump sorbet-runtime from 0.6.13421 to 0.6.13425 - #493
Conversation
Bumps the development-dependencies group with 2 updates: [sorbet](https://github.com/sorbet/sorbet) and [sorbet-runtime](https://github.com/sorbet/sorbet). Updates `sorbet` from 0.6.12753 to 0.6.13425 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `sorbet-runtime` from 0.6.13421 to 0.6.13425 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) --- updated-dependencies: - dependency-name: sorbet dependency-version: 0.6.13425 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: sorbet-runtime dependency-version: 0.6.13425 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Castiron custom code✅ No new custom-code files detected. 50 mixed files remain; 0 existing customizations changed. Compared 50 existing customizations unchanged
10 more in the full report. A changed generated baseline means this report cannot reliably identify which handwritten lines changed. Inspect the custom-code diffDownload the exact patch produced by this run (requires repository access): gh run download 32503173894 --repo openai/openai-ruby \
--name castiron-custom-code-32503173894-1 --dir /tmp/castiron-custom-code-32503173894-1
git apply --stat /tmp/castiron-custom-code-32503173894-1/custom-code.patch
cat /tmp/castiron-custom-code-32503173894-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin b18e4c7c293ce60a9b4fbe67b4ba36ec1821a007 1063e52a05c9a2bf2b43b9fd7f17262d3cd68efc
python3 scripts/castiron/custom_code_report.py report \
--base b18e4c7c293ce60a9b4fbe67b4ba36ec1821a007 \
--head 1063e52a05c9a2bf2b43b9fd7f17262d3cd68efc --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-1063e52a05c9
cat /tmp/castiron-custom-code-1063e52a05c9/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 99eebc51ed
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
jbeckwith-oai
left a comment
There was a problem hiding this comment.
Reviewed the final cumulative change: it preserves the intentional Sorbet checker compatibility ceiling and limits the update to the pure-Ruby sorbet-runtime patch release. The full Ruby matrix, Bedrock, typecheck, lint/RBS, package, CodeQL, and security checks are green.
Updates
sorbet-runtimefrom 0.6.13421 to 0.6.13425.The Sorbet checker intentionally remains pinned below 0.6.12760 because newer checkers require
T::Module, which older customer typecheckers cannot parse. This PR therefore does not updatesorbetorsorbet-static.Validation: Ruby 3.3/3.4/4.0 tests, Bedrock tests, Sorbet typecheck, RuboCop, RBS validation, package build, CodeQL, and security analysis are green.