Fix beta packaging paths and ignore local worktrees#63
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR bumps package.json from 1.14.0-beta.0 to 1.14.0-beta.1, removes the exported SDK_VERSION constant (src/version.ts), adds Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@babel.config.js`:
- Line 31: The Babel config uses helpers that import from `@babel/runtime`
(absoluteRuntime: false and helpers: true), so add `@babel/runtime` to the
package's production dependencies in package.json (e.g., under "dependencies")
before publishing; ensure the correct semver (match your peer tooling) and run
npm install / yarn add --save to include it so consumers of the published lib
have the runtime helpers available.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: c87ce596-65b2-4166-b5fe-0be38d926f04
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (5)
.gitignorebabel.config.jsjest.config.jspackage.jsonsrc/version.ts
Summary
@babel/runtimeto production dependencies so publishedlib/andes/helpers resolve for consumers1.14.0-beta.1package.jsonthe only version source and generatesrc/version.tsautomatically before compile and test.claude/in Jest and.claude/worktreesin Git so local worktrees do not affect package testsTesting
npm test -- --runInBandSummary by CodeRabbit
@babel/runtime)