-
Notifications
You must be signed in to change notification settings - Fork 1
Release 0.0.108 #381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.0.108 #381
Conversation
|
Note Reviews pausedUse the following commands to manage reviews:
📝 WalkthroughWalkthroughThis PR bumps the version field from 0.0.107 to 0.0.108 across 15 package.json files distributed throughout the repository, including the root package and various apps and packages directories. No functional, dependency, or configuration changes are made. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (15)
🧰 Additional context used📓 Path-based instructions (4)packages/react/**/package.json📄 CodeRabbit inference engine (packages/react/AGENTS.md)
Files:
**/*.{ts,tsx,js,jsx,json}📄 CodeRabbit inference engine (AGENTS.md)
Files:
packages/core/**/package.json📄 CodeRabbit inference engine (packages/core/AGENTS.md)
Files:
packages/test-utils/**/package.json📄 CodeRabbit inference engine (packages/test-utils/AGENTS.md)
Files:
🔇 Additional comments (15)
Comment |
|
@coderabbitai pause |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
packages/core/package.json (1)
31-33: Coding guideline violation: runtime dependencies in packages/core.As per coding guidelines, packages/core should have zero runtime dependencies to keep the package lean. The
zoddependency violates this requirement.Note: This is a pre-existing issue, not introduced by this PR, but should be addressed to align with the project's architectural guidelines.
📜 Review details
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
bun.lockis excluded by!**/*.lock
📒 Files selected for processing (15)
apps/create-agentuity/package.jsonapps/testing/package.jsonpackage.jsonpackages/auth/package.jsonpackages/cli/package.jsonpackages/core/package.jsonpackages/evals/package.jsonpackages/frontend/package.jsonpackages/react/package.jsonpackages/runtime/package.jsonpackages/schema/package.jsonpackages/server/package.jsonpackages/test-utils/package.jsonpackages/vscode/package.jsonpackages/workbench/package.json
🧰 Additional context used
📓 Path-based instructions (4)
packages/react/**/package.json
📄 CodeRabbit inference engine (packages/react/AGENTS.md)
Peer dependencies must include React 18+ or 19+
Files:
packages/react/package.json
**/*.{ts,tsx,js,jsx,json}
📄 CodeRabbit inference engine (AGENTS.md)
Use Prettier for code formatting with tabs (width 3), single quotes, and semicolons
Files:
packages/react/package.jsonpackages/workbench/package.jsonpackages/evals/package.jsonpackage.jsonpackages/frontend/package.jsonpackages/schema/package.jsonapps/testing/package.jsonpackages/auth/package.jsonpackages/vscode/package.jsonpackages/core/package.jsonpackages/server/package.jsonapps/create-agentuity/package.jsonpackages/test-utils/package.jsonpackages/runtime/package.jsonpackages/cli/package.json
packages/core/**/package.json
📄 CodeRabbit inference engine (packages/core/AGENTS.md)
No runtime dependencies - keep this package lean with zero external dependencies
Files:
packages/core/package.json
packages/test-utils/**/package.json
📄 CodeRabbit inference engine (packages/test-utils/AGENTS.md)
packages/test-utils/**/package.json: Ensure"private": trueis set in package.json to prevent accidental npm publishing
List devDependencies with"@agentuity/test-utils": "workspace:*"format for workspace imports
Use only @agentuity/core and bun-types as dependencies to minimize dependency footprint
Files:
packages/test-utils/package.json
🔇 Additional comments (15)
packages/cli/package.json (1)
3-3: LGTM! Version bump applied correctly.The version update to 0.0.108 is consistent with the release PR objectives.
package.json (1)
3-3: LGTM! Root package version updated correctly.The version bump to 0.0.108 aligns with the release objectives.
packages/auth/package.json (1)
3-3: LGTM! Version bump applied correctly.The version update to 0.0.108 is consistent with the release PR objectives.
apps/testing/package.json (1)
3-3: LGTM! Version bump applied correctly.The version update to 0.0.108 is consistent with the release PR objectives.
packages/test-utils/package.json (1)
3-3: LGTM! Version bump applied correctly.The version update to 0.0.108 is consistent with the release PR objectives. The package also correctly follows the coding guidelines for test-utils (private package with minimal dependencies).
As per coding guidelines, packages/test-utils should remain private and maintain minimal dependencies.
packages/frontend/package.json (1)
3-3: LGTM! Version bump is correct.The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.
packages/vscode/package.json (1)
5-5: LGTM! Version bump is correct.The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.
packages/react/package.json (1)
3-3: LGTM! Version bump is correct.The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.
packages/evals/package.json (1)
3-3: LGTM! Version bump is correct.The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.
packages/schema/package.json (1)
3-3: LGTM! Version bump is correct.The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.
packages/core/package.json (1)
3-3: LGTM! Version bump applied correctly.The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.
packages/server/package.json (1)
3-3: LGTM! Version bump applied correctly.The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.
packages/workbench/package.json (1)
3-3: LGTM! Version bump applied correctly.The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.
packages/runtime/package.json (1)
3-3: LGTM! Version bump applied correctly.The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.
apps/create-agentuity/package.json (1)
3-3: LGTM! Version bump applied correctly.The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.
✅ Actions performedReviews paused. |
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.