chore(deps): bump project-engine-client to 1.15.0 (LLMO-6274)#2869
Conversation
Unblocks the it-postgres serenity gate-3 validation of the tolerant origin/source authorship-root resolver (WP-O2a). The IT harness pins the Semrush mock image tag to the installed client version (test/it/postgres/setup.js -> SERENITY_PE_MOCK_TAG), and the `origin` root rename + `legacy-source-workspace` seed the gate-3 cases run against shipped only in 1.15.0 (WP-O1). This is the dependency bump #2862 deferred until that release existed. 1.15.0 over 1.14.0 is a mock-only release (client runtime + typings unchanged); type-check passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Hey @aliciadriani,
⚠ Degraded review - no spec document was found for this change (searched the PR links, the touched repos' docs, the architecture/guidelines docs, and linked Jira). This review covers code-level quality but could not validate the change against an agreed design, so confidence is reduced. Add a spec link (PR template section 4) and re-request review for a full-confidence pass.
Verdict: Approve - clean dependency bump, no issues found.
Complexity: LOW - trivial diff; dependency signal.
Changes: bumps @adobe/spacecat-shared-project-engine-client from 1.14.0 to 1.15.0 in package.json and lockfile (2 files).
Skill: pr-review | Model: us.anthropic.claude-opus-4-6-v1[1m] | Duration: 1m 7s | Cost: $1.90 | Commit: 4595cfa97dd1676b8e000a9066baf01592d4a3c8
If this code review was useful, please react with 👍. Otherwise, react with 👎.
|
🎉 This PR is included in version 1.673.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
What
Bumps
@adobe/spacecat-shared-project-engine-client1.14.0 → 1.15.0 (package.json + lockfile only).Why
This is the dependency bump #2862 (WP-O2a) explicitly deferred — "the PE-client dependency bump to the WP-O1 release is deferred until that release exists." WP-O1 is now released (1.15.0), so this lands it.
It unblocks the it-postgres serenity gate-3 validation of the tolerant
origin/sourceauthorship-root resolver. The IT harness pins the Semrush mock image tag to the installed client version (test/it/postgres/setup.js→SERENITY_PE_MOCK_TAG, exact match, no fallback). Theoriginroot rename +legacy-source-workspaceseed that the gate-3 cases run against shipped only in 1.15.0 (WP-O1, spacecat-shared3ead32b/ LLMO-6273). While main pinned 1.14.0, the harness pulled the pre-rename mock and gate-3 could not be exercised (the renamed['category','intent','origin','type']assertion would fail; no legacy fixture to adopt).With this bump the harness derives
SERENITY_PE_MOCK_TAG=1.15.0, so the CIit-postgresjob now exercises:originroot resolves;sourceroot (children ⊆{ai,human}) adopted in place, no 2nd root minted;origin;childrenAreAuthorship.Risk
Mock-only release. 1.15.0 over 1.14.0 touched only the package's
mock/dir — the client runtime and typings are unchanged, so there is no production behavior change (no coordinated merge window needed, unlike the rename in #2862). Lockfile delta is the single package entry.Verification
npm run type-check✅ (clean)node_modulesresolve to 1.15.0 ✅it-postgreshas ECR access for the private data-service image).🤖 Generated with Claude Code