Upgrade smithers-orchestrator to smthrs - #2092
Conversation
|
|
@roninjin10 is attempting to deploy a commit to the evmts Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (32)
📝 WalkthroughWalkthroughThe Smithers configuration now depends on ChangesSmithers package migration
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed: dependency version conflict. Check your lock file or package.json. 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. Comment |
What
The
smithers-orchestratorpackage was renamed on npm tosmthrs(with the@smithers-orchestrator/*scope becoming@smthrs/*). There is no compat alias, so the old name no longer receives updates. This PR migrates the repo's.smithers/workflow pack fromsmithers-orchestrator@^0.20.3tosmthrs@^0.33.0.Changes (33 files)
.smithers/package.json: dependency renamed tosmthrs@^0.33.0..smithers/tsconfig.json:jsxImportSourceupdated tosmthrs./** @jsxImportSource smthrs */pragmas andimport ... from "smthrs"(incl. subpath imports) swept..smithers/bun.lockregenerated against the new manifest.Breaking-change migrations
Per the 0.21 → 0.33 changelogs, the only applicable breaking change was the package/scope rename itself. The Node 22 minimum requirement was verified against Node 24. No other code migrations were needed.
Verification
git grep smithers-orchestratoris clean (zero matches).🤖 Generated with Claude Code
Summary by CodeRabbit
smthrspackage.