fix: sync lockfile to match bumped package.json (#68)#70
Conversation
* Cherry-pick: feat: add additional entry points for worker script in project configuration (#64) Cherry-picked from #63 (merged to release/2.14.x) Original commit: 898a1b5 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: alexmercerpo <251740932+alexmercerpo@users.noreply.github.com> * fix: sync lockfile to match bumped package.json versions in release workflows * fix: update publish-release.yml for mutable dependency installation and sync package versions in yarn.lock * fix: resolve core lint error and prettier formatting - Declare @types/estree in libs/core dependencies (matches libs/ast). The interpreter/interpreter-adapter import `estree` types, which the @nx/dependency-checks rule requires to be declared — this was the only lint error (the remaining 11 are non-blocking warnings). - Run prettier --write on the 6 files flagged by `prettier --check`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: alexmercerpo <251740932+alexmercerpo@users.noreply.github.com> Co-authored-by: David Antoon <davidmantoon@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThe publish-release CI workflow gains an explicit ChangesPublish workflow fix and formatting cleanup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 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. For unrecoverable errors, disable the tool in CodeRabbit configuration. 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 |
Cherry-picked from #63 (merged to release/2.14.x)
Original commit: 898a1b5
fix: sync lockfile to match bumped package.json versions in release workflows
fix: update publish-release.yml for mutable dependency installation and sync package versions in yarn.lock
fix: resolve core lint error and prettier formatting
estreetypes, which the @nx/dependency-checks rule requires to be declared — this was the only lint error (the remaining 11 are non-blocking warnings).prettier --check.Summary by CodeRabbit
Dependencies
@types/estreev1.0.8 to improve type definitions in core package.Chores
Style