Skip to content

chore:upgrade launch-cli package version - #221

Merged
Harshi-Shah-CS merged 13 commits into
developmentfrom
cl-dev-h-2
Aug 14, 2026
Merged

chore:upgrade launch-cli package version#221
Harshi-Shah-CS merged 13 commits into
developmentfrom
cl-dev-h-2

Conversation

@Harshi-Shah-CS

Copy link
Copy Markdown
Contributor

No description provided.

chhavi-mandowara-cstk and others added 12 commits July 23, 2026 14:42
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
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>
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
@Harshi-Shah-CS
Harshi-Shah-CS requested a review from a team as a code owner August 14, 2026 10:36
Copilot AI lite review requested due to automatic review settings August 14, 2026 10:36
@Harshi-Shah-CS
Harshi-Shah-CS requested a review from a team as a code owner August 14, 2026 10:36
@snyk-io

snyk-io Bot commented Aug 14, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.2 to 1.11.3 in package.json.
  • Updated .talismanrc checksum entry for package-lock.json to 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.

SakshiKoli-CS
SakshiKoli-CS previously approved these changes Aug 14, 2026
Reetika-Chavan
Reetika-Chavan previously approved these changes Aug 14, 2026
Copilot AI review requested due to automatic review settings August 14, 2026 11:09
@Harshi-Shah-CS
Harshi-Shah-CS requested a review from a team as a code owner August 14, 2026 11:09
@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 0 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

1 similar comment
@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 0 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@Harshi-Shah-CS
Harshi-Shah-CS merged commit a555987 into development Aug 14, 2026
11 checks passed
@Harshi-Shah-CS
Harshi-Shah-CS deleted the cl-dev-h-2 branch August 14, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants