Skip to content

chore(deps): bump mr-boxington to 1.8.3 - #816

Merged
jdx merged 1 commit into
mainfrom
codex/bump-mr-boxington-1.8.3
Sep 6, 2026
Merged

jdx merged 1 commit into
mainfrom
codex/bump-mr-boxington-1.8.3

Conversation

@jdx

@jdx jdx commented Sep 6, 2026 •

Copy link
Copy Markdown
Owner

Update the mr-boxington tool pin and platform lockfile entries to 1.8.3.

Validation: verified mbx --version, checked lockfile versions and release URLs, confirmed unrelated lockfile tools are unchanged, and ran git diff --check. Full project CI was not run locally.

AI-assisted — Tool: Codex; model: OpenAI/GPT-6; version: unavailable.


Note

Low Risk
Tooling-only version pin update with no application code changes; risk is limited to mbx/cargo-shim behavior differences in local dev and perf:build.

Overview
Bumps the pinned mr-boxington (mbx) dev tool from 1.8.1 to 1.8.3 in mise.toml and refreshes the matching mise.lock entries for every platform (checksums, download URLs, and asset IDs).

The lockfile also moves provenance_verified from the linux-x64 platform block to macos-arm64; no application or CI workflow source changes are included.

Reviewed by Cursor Bugbot for commit 377c2ad. Bugbot is set up for automated code reviews on this repo. Configure here.

Summary by CodeRabbit

  • Chores
    • Updated the pinned mr-boxington tool version from 1.8.1 to 1.8.3.

@coderabbitai

coderabbitai Bot commented Sep 6, 2026 •

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited), Organization UI (inherited)

Review profile: CHILL

Plan: Team

Run ID: 2bbb3c5c-83fd-46ed-98c7-df15f17f7632

📥 Commits

Reviewing files that changed from the base of the PR and between 1fc6094 and 377c2ad.

⛔ Files ignored due to path filters (1)
  • mise.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • mise.toml

Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review.


📝 Walkthrough

Walkthrough

The mr-boxington tool pin in mise.toml changes from version 1.8.1 to 1.8.3.

Changes

Tool Version Update

Layer / File(s) Summary
Update mr-boxington pin
mise.toml
The pinned mr-boxington version changes from 1.8.1 to 1.8.3.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 377c2

This updates mr-boxington from 1.8.1 to 1.8.3 with matching locked platform artifacts. No merge-blocking risk is identified.

Poem

A rabbit checks the version line
New boxington hops in fine
From one-eight-one to one-eight-three
A tiny change for tooling glee
The burrow builds with tidy speed

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating the mr-boxington dependency from the previous version to 1.8.3.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Sep 6, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates the mr-boxington development-tool pin from 1.8.1 to 1.8.3 and refreshes its platform-specific lock entries.

  • Keeps mise.toml and mise.lock on the same version.
  • Updates checksums, release URLs, and GitHub asset IDs for all six existing platforms.
  • Preserves GitHub-attestation provenance configuration across every platform.

Confidence Score: 5/5

The PR appears safe to merge; no concrete correctness, security, or repository-rule issue was identified.

The configured and locked versions agree, platform coverage is unchanged, artifact metadata is internally coherent, and the provenance marker relocation does not disable per-platform attestation configuration.

Important Files Changed

Filename Overview
mise.toml Updates the mr-boxington tool pin to 1.8.3 consistently with the lockfile.
mise.lock Refreshes mr-boxington 1.8.3 metadata for all previously supported platforms without changing unrelated tool entries.

Reviews (1): Last reviewed commit: "chore(deps): bump mr-boxington to 1.8.3" | Re-trigger Greptile

@jdx
jdx merged commit 23504ad into main Sep 6, 2026
21 of 22 checks passed
@jdx
jdx deleted the codex/bump-mr-boxington-1.8.3 branch September 6, 2026 00:47
mise-en-dev added a commit that referenced this pull request Sep 13, 2026
### 🐛 Bug Fixes

- **(azure-sm)** accept missing connection probe by
[@any-victor](https://github.com/any-victor) in
[#829](#829)
- **(config)** clarify ci matrix job names by
[@jdx](https://github.com/jdx) in
[#845](#845)
- **(config)** expand imports when loading the global config by
[@JoacoEsteban](https://github.com/JoacoEsteban) in
[#818](#818)
- **(env)** preserve dependencies across daemon cache hits by
[@jdx](https://github.com/jdx) in
[#838](#838)
- **(env)** retry incomplete shell secret loads by
[@jdx](https://github.com/jdx) in
[#839](#839)

### 📚 Documentation

- overhaul guides and redesign the documentation site by
[@jdx](https://github.com/jdx) in
[#817](#817)
- reserve version and changelog updates for releases by
[@jdx](https://github.com/jdx) in
[e1f60e3](e1f60e3)
- write PR titles and descriptions for release notes by
[@jdx](https://github.com/jdx) in
[#842](#842)

### 🛡️ Security

- **(deps)** update dependency @anthropic-ai/claude-code to v2.1.252 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#826](#826)

### 🔍 Other Changes

- **(ci)** isolate mise state in performance jobs by
[@jdx](https://github.com/jdx) in
[#815](#815)
- **(ci)** use self-repository workflow references by
[@jdx](https://github.com/jdx) in
[#840](#840)
- **(release)** publish native completions in packslip by
[@jdx](https://github.com/jdx) in
[#814](#814)

### 📦️ Dependency Updates

- bump mr-boxington to 1.8.3 by [@jdx](https://github.com/jdx) in
[#816](#816)
- update rust crate indexmap to v2.14.1 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#821](#821)
- update zizmorcore/zizmor-action action to v0.6.3 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#825](#825)
- update rust crate which to v8.0.6 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#824](#824)
- update rust crate rmcp to v3.2.0 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#832](#832)
- update rust crate rcgen to v0.14.10 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#823](#823)
- update rust crate google-cloud-secretmanager-v1 to v1.13.0 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#828](#828)
- update rust crate tera to v2.3.0 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#833](#833)
- update jdx/renovate-config digest to 8cabc2e by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#830](#830)
- update dependency @anthropic-ai/claude-code to v2.1.258 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#834](#834)
- update rust crate usage-rs to v6.6.1 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#835](#835)
- update dependency usage to v6.8.0 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#827](#827)
- update actions/deploy-pages action to v5 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#836](#836)
- ignore aws sdk renovate updates by [@jdx](https://github.com/jdx) in
[#843](#843)
- update communique to v1.4.0 by [@jdx](https://github.com/jdx) in
[#844](#844)

### New Contributors

- @any-victor made their first contribution in
[#829](#829)
- @JoacoEsteban made their first contribution in
[#818](#818)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant