chore(main): release javascript 0.5.0#710
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 (3)
✅ Files skipped from review due to trivial changes (2)
WalkthroughBumps the javascript release manifest and package version from 0.4.15 to 0.5.0, and adds the corresponding changelog entry for v0.5.0. The changelog includes a breaking-change note for the EL adapter SDK migration plus bug-fix entries for the Vite minimum version and hosted ElevenLabs ConvAI default behavior. ChangesJavaScript 0.5.0 release
Possibly related PRs
Suggested labels: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
javascript/package.json (1)
1-3: 📐 Maintainability & Code Quality | 🔵 TrivialLockfile synchronization appears incomplete or unnecessary for this package structure
The
javascript/package-lock.jsonreferences version0.4.16, butjavascript/pnpm-lock.yamldoes not contain any references to0.4.16. Additionally,javascript/pnpm-workspace.yamlexists. If this package usespnpmas the primary package manager, thepackage-lock.jsonmight be irrelevant, but thepnpm-lock.yamlshould reflect the current package version. Verify thatpnpm-lock.yamlis generated correctly and updated during the release process.
javascript/pnpm-lock.yaml|javascript/package-lock.json|javascript/pnpm-workspace.yaml- "name": "`@langwatch/scenario`", - "version": "0.4.16",🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@javascript/package.json` around lines 1 - 3, The version sync between package metadata and lockfiles looks inconsistent for the JavaScript package. Verify whether this repo is using pnpm via pnpm-workspace.yaml and, if so, make sure pnpm-lock.yaml is regenerated and committed so it reflects the current package version from package.json. If package-lock.json is not used in this workspace, remove it or ensure the release process only updates the pnpm lockfile, using package.json, pnpm-lock.yaml, and pnpm-workspace.yaml as the reference points.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@javascript/package.json`:
- Around line 1-3: The version sync between package metadata and lockfiles looks
inconsistent for the JavaScript package. Verify whether this repo is using pnpm
via pnpm-workspace.yaml and, if so, make sure pnpm-lock.yaml is regenerated and
committed so it reflects the current package version from package.json. If
package-lock.json is not used in this workspace, remove it or ensure the release
process only updates the pnpm lockfile, using package.json, pnpm-lock.yaml, and
pnpm-workspace.yaml as the reference points.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 50304ca2-3ac4-40e6-a05b-912ec4acac7d
⛔ Files ignored due to path filters (1)
javascript/package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (3)
.release-please-manifest.jsonjavascript/CHANGELOG.mdjavascript/package.json
a512456 to
ff274a1
Compare
|
Automated low-risk assessment This PR was evaluated against the repository's Low-Risk Pull Requests procedure.
An approving review has been submitted by automation. The PR may merge once required CI checks pass. |
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.5.0 (2026-07-01)
⚠ BREAKING CHANGES
WebSocketLiketest-seam type (superseded by the SDK's own WebSocketFactory). Niche, but note it for the version bump.Bug Fixes
This PR was generated with Release Please. See documentation.