chore: bump @contentstack/utils to 1.9.1 (v3.27.1)#393
Conversation
Updates the internal @contentstack/utils dependency from 1.8.0 to 1.9.1 and releases SDK v3.27.1. Refs DX-9661, DX-8610 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
There was a problem hiding this comment.
Pull request overview
This PR updates the SDK’s published version and dependency set by bumping @contentstack/utils to a newer release and recording the change in the changelog.
Changes:
- Bump SDK version
3.27.0→3.27.1. - Update
@contentstack/utilsdependency to^1.9.1(and refresh lockfile resolution). - Add a
3.27.1entry toCHANGELOG.md.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Bumps SDK version and updates the declared @contentstack/utils dependency range. |
| package-lock.json | Updates resolved dependency versions/metadata to reflect @contentstack/utils@1.9.1 and the new package version. |
| CHANGELOG.md | Adds release notes for 3.27.1 (currently has wording/version-range mismatch called out in review comment). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Matches the ## [x.y.z](...) heading format required by the check-version-bump CI workflow, and corrects the bullet to describe the actual package.json range change rather than the lockfile-resolved version. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
Summary
@contentstack/utilsdependency from1.8.0→1.9.13.27.0→3.27.1Context
Follow-up from DX-8610 (internal package version audit). Tracked in DX-9661.
Test plan
npm install— package-lock.json resolves@contentstack/utilsto1.9.1npm run build(viaprepare/webpack) compiles successfullynpm run test:typescript— 153/154 passing (1 pre-existing failure unrelated to this change, requires live stack credentials)npm run test:e2e— requires liveHOST/API_KEY/DELIVERY_TOKEN/ENVIRONMENT, not run locally🤖 Generated with Claude Code