Skip to content

Conversation

@frontegg-david
Copy link
Contributor

@frontegg-david frontegg-david commented Dec 12, 2025

Summary by CodeRabbit

  • Chores
    • Bumped patch versions for multiple libraries (ast-guard to 1.1.1, enclave-vm to 1.0.3, vectoriadb to 2.0.1).
    • Updated build process to use yarn for command execution instead of alternative package manager.

✏️ Tip: You can customize this high-level summary in your review settings.

github-actions bot and others added 2 commits December 12, 2025 00:22
Bumped versions for: enclave-vm,vectoriadb

Version analysis and docs updates by Codex AI.
@coderabbitai
Copy link

coderabbitai bot commented Dec 12, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This PR updates build tooling and package versions across the monorepo. The CI workflow now uses yarn instead of npx to invoke nx build, and three library packages receive patch version bumps: ast-guard (1.1.0→1.1.1), enclave-vm (1.0.2→1.0.3), and vectoriadb (2.0.0→2.0.1).

Changes

Cohort / File(s) Summary
Build workflow
.github/workflows/publish-on-next-close.yml
Changed build invocation from npx nx run-many to yarn nx run-many in the publish step
Package version bumps
libs/ast-guard/package.json, libs/enclave-vm/package.json, libs/vectoriadb/package.json
Patch version increments: ast-guard 1.1.0→1.1.1, enclave-vm 1.0.2→1.0.3, vectoriadb 2.0.0→2.0.1

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Simple version bumps across three packages with no behavioral changes
  • Single-line workflow modification with clear intent
  • No logic, dependencies, or feature modifications

Possibly related PRs

Poem

🐰 A hop and a skip through the version tree,
Where workflows run swift and packages align with glee,
With yarn in hand instead of npx's call,
Three patches ascend—each standing tall!
The build runs smooth, the versioning's right,
Happy hops all through the night! 🌙✨

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch next/2.0.0

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4e5377e and ef67072.

📒 Files selected for processing (4)
  • .github/workflows/publish-on-next-close.yml (1 hunks)
  • libs/ast-guard/package.json (1 hunks)
  • libs/enclave-vm/package.json (1 hunks)
  • libs/vectoriadb/package.json (1 hunks)

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

# Conflicts:
#	libs/enclave-vm/package.json
#	libs/vectoriadb/package.json
@frontegg-david frontegg-david merged commit a02454b into main Dec 12, 2025
1 of 2 checks passed
@frontegg-david frontegg-david deleted the next/2.0.0 branch December 12, 2025 00:42
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.

2 participants