Version Packages#1212
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | ae05c1c | Jun 29 2026, 02:33 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | ae05c1c | Commit Preview URL Branch Preview URL |
Jun 29 2026, 02:32 PM |
Cloudflare previewTorn down — the PR is closed. |
Greptile SummaryThis is the changeset-generated version packages PR bumping
Confidence Score: 5/5Safe to merge: all changes are version/changelog bookkeeping plus two test assertion fixes that bring the test expectations in line with already-shipped production behavior. The version bumps and lockfile updates are mechanical and consistent across the monorepo. The two test file changes correctly add the No files require special attention beyond what was noted in the prior review about empty changelog sections in Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[".changeset/desktop-titlebar-polish.md\n@executor-js/desktop, host-selfhost,\nhost-cloudflare, react"] --> V[changeset version]
B[".changeset/selfhost-update-card-version.md\n@executor-js/host-selfhost,\nhost-cloudflare, react"] --> V
C[".changeset/windows-migration-handle-release.md\nexecutor (CLI)"] --> V
V --> D["Bump executor → 1.5.24\napps/cli, apps/desktop,\n+ all dependent packages"]
V --> E["Bump transitive deps\napps/cloud, apps/host-selfhost,\npackages/*"]
V --> F["Delete changeset files\n(3 files removed)"]
V --> G["Update CHANGELOG.md\n(executor full prose;\nothers dependency-only)"]
V --> H["Update bun.lock\n(workspace versions)"]
D -.->|"also in this PR"| I["Test assertion fixes\nprotected-api-key-auth.node.test.ts\nprotected-jwt-auth.node.test.ts\n+ organizationSlug to toEqual"]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[".changeset/desktop-titlebar-polish.md\n@executor-js/desktop, host-selfhost,\nhost-cloudflare, react"] --> V[changeset version]
B[".changeset/selfhost-update-card-version.md\n@executor-js/host-selfhost,\nhost-cloudflare, react"] --> V
C[".changeset/windows-migration-handle-release.md\nexecutor (CLI)"] --> V
V --> D["Bump executor → 1.5.24\napps/cli, apps/desktop,\n+ all dependent packages"]
V --> E["Bump transitive deps\napps/cloud, apps/host-selfhost,\npackages/*"]
V --> F["Delete changeset files\n(3 files removed)"]
V --> G["Update CHANGELOG.md\n(executor full prose;\nothers dependency-only)"]
V --> H["Update bun.lock\n(workspace versions)"]
D -.->|"also in this PR"| I["Test assertion fixes\nprotected-api-key-auth.node.test.ts\nprotected-jwt-auth.node.test.ts\n+ organizationSlug to toEqual"]
Reviews (2): Last reviewed commit: "Fix protected auth identity tests" | Re-trigger Greptile |
| ## 1.5.24 | ||
|
|
There was a problem hiding this comment.
Missing changelog entries for directly-targeted changesets
desktop-titlebar-polish.md explicitly listed "@executor-js/desktop": patch, so this package was a direct (not transitive) target of that changeset. The generated 1.5.24 section is empty — no "Patch Changes" heading, no entry — while the equivalent slot in apps/cli/CHANGELOG.md received all three changeset descriptions. The same gap exists in packages/react/CHANGELOG.md 1.4.44 (targeted by both desktop-titlebar-polish and selfhost-update-card-version) and apps/host-selfhost/CHANGELOG.md 0.0.23 (targeted by both). Anyone looking at the desktop or react changelogs for this release will find no record of what changed.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
@executor-js/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
@executor-js/codemode-core
@executor-js/runtime-quickjs
@executor-js/plugin-file-secrets
@executor-js/plugin-graphql
@executor-js/plugin-keychain
@executor-js/plugin-mcp
@executor-js/plugin-onepassword
@executor-js/plugin-openapi
executor
commit: |
Summary
Prepare the patch release for
executor@1.5.24.executorfrom1.5.23to1.5.24and updates the fixed release group accordingly.Validation
bunx changeset status --verbosebefore versioning reported patch bumps only, with no minor or major releases.bun run release:checkpassed, including CLI typecheck, release bootstrap smoke test, and release publish dry run.executor v1.5.24.