chore:upgrade launch-cli package version - #221
Conversation
Add Contentstack Authentication toggle to project creation, Add support for choosing namespace in case of multiple github connections and Update package versions
Add Contentstack Authentication toggle to project creation, Add support for choosing namespace in case of multiple github connections and Update package versions
… updated windowed server logs query
Set the isContentstackAuthenticationEnabled environment field when creating a new Launch project, for both the GitHub and FileUpload flows. Contentstack Authentication is enabled by default; users can opt out with the new --disable-cs-auth flag or by answering "no" at the interactive prompt (which defaults to enabled). #claude_code# 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…onnections. - Added functionality to scope queries to the selected GitHub connection namespace in BaseClass methods detectFramework and selectBranch. - Updated GitHub adapter to handle multiple user connections, allowing users to select a namespace or use a --namespace flag. - Enhanced tests to cover new namespace selection logic and ensure proper handling of GitHub connections. - Updated GraphQL queries and types to include namespace information for user connections. #claude_code# 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Tejas Talekar <tejas.talekar@contentstack.com> Co-Authored-By: Claude <noreply@anthropic.com>
… updated windowed server logs query
Add Contentstack Authentication toggle to project creation, Add support for choosing namespace in case of multiple github connections and Update package versions and server logs query
Add Contentstack Authentication toggle to project creation, Add support for choosing namespace in case of multiple github connections and Update package versions and server logs query
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Pull request overview
This PR performs a small maintenance release by bumping the @contentstack/cli-launch package version, along with updating the talisman ignore checksum entry associated with the lockfile.
Changes:
- Bumped package version from
1.11.2to1.11.3inpackage.json. - Updated
.talismanrcchecksum entry forpackage-lock.jsonto match the current lockfile contents.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates the published package version to 1.11.3. |
| .talismanrc | Updates the recorded checksum for package-lock.json in talisman ignore config. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
14e4aa3
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
1 similar comment
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.
Suppressed comments (2)
.github/workflows/sca-scan.yml:12
- Using a floating branch ref for actions/checkout is a supply-chain risk because the workflow behavior can change without review. Prefer pinning to a stable major tag (or a commit SHA).
pull-requests: write
steps:
- uses: actions/checkout@master
.github/workflows/sca-scan.yml:10
- The PR title indicates only a package version bump, but this change also modifies the SCA workflow’s permissions. Please update the PR title/description to reflect the workflow change, or split it into a separate PR so release/version bumps remain focused.
permissions:
contents: read
pull-requests: write
No description provided.