Skip to content

DX | 24-09-2026 | Release - #260

Draft
reeshika-h wants to merge 9 commits into
mainfrom
development
Draft

reeshika-h wants to merge 9 commits into
mainfrom
development

Conversation

@reeshika-h

@reeshika-h reeshika-h commented Sep 22, 2026

Copy link
Copy Markdown
Contributor
  • qs dependency upgrade

cs-raj and others added 5 commits August 13, 2026 17:58
DX | 12-08-2026 | Release | Back-merge
Direct upgrades: qs 6.15.3→6.16.0, axios ^1.19.0→^1.20.0,
commitizen ^4.3.1→^4.3.2, jest-environment-jsdom 30.2.0→30.5.1,
ts-loader ^9.5.2→^9.6.2, webpack ^5.106.2→^5.110.2
Overrides: none
Snyk medium vulns: 2→0. Build verified passing.
Version: 1.5.2→1.5.3

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix: bump 6 deps to resolve snyk vulnerabilities
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings September 22, 2026 07:35
@reeshika-h
reeshika-h requested a review from a team as a code owner September 22, 2026 07:35
@snyk-io

snyk-io Bot commented Sep 22, 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.

@reeshika-h reeshika-h changed the title DX | 24-09-2026 DX | 24-09-2026 | Release Sep 22, 2026
@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

@github-actions

github-actions Bot commented Sep 22, 2026

Copy link
Copy Markdown

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 99.23% 258/260
🟢 Branches 96.69% 146/151
🟢 Functions 100% 39/39
🟢 Lines 99.17% 239/241

Test suite run success

163 tests passing in 8 suites.

Report generated by 🧪jest coverage report action from ef55dad

@github-actions

github-actions Bot commented Sep 22, 2026

Copy link
Copy Markdown

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 99.23% 258/260
🟢 Branches 96.69% 146/151
🟢 Functions 100% 39/39
🟢 Lines 99.17% 239/241

Test suite run success

163 tests passing in 8 suites.

Report generated by 🧪jest coverage report action from ef55dad

@reeshika-h
reeshika-h marked this pull request as draft September 22, 2026 07:38

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.

Copilot review overview

🟡 Changes recommended

The new changelog entry contains a future date and the release note text doesn’t accurately reflect the full scope of dependency/tooling bumps included in the PR.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 1 Low severity

Open (1)
What changed in this PR

Bumps @contentstack/core package version and refreshes dependency versions to address reported vulnerabilities and update tooling, with corresponding lockfile and housekeeping updates.

Changes:

  • Bump package version to 1.5.3 and update dependencies (axios, qs) plus several dev tools.
  • Regenerate package-lock.json to reflect the new dependency graph.
  • Add a 1.5.3 entry in CHANGELOG.md and update .talismanrc checksum for the lockfile.
File Description
package.json Version bump to 1.5.3 and dependency/devDependency updates (notably axios/qs and tooling).
package-lock.json Lockfile updated to match new dependency versions and transitive changes.
CHANGELOG.md New 1.5.3 release notes added.
.talismanrc Updated lockfile checksum in Talisman ignore config.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread CHANGELOG.md
Brings CODEOWNERS updates (5a42146, b7eca21) from main into development so the
release PR is no longer blocked by out-of-date branch protection.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@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

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
chore: note tooling upgrades in 1.5.3 changelog entry
Copilot AI review requested due to automatic review settings September 22, 2026 10:36
@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.

Copilot review overview

🟡 Changes recommended

The changelog includes a future date and there is a potentially breaking Jest/jsdom-environment major-version + Node-engine mismatch introduced/continued by the dependency update that should be reconciled before release.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 1 Medium severity

Open (1)
Resolved since last review (1)

Comment thread package.json
Comment on lines 83 to 86
"husky": "^9.1.7",
"jest": "28.1.3",
"jest-environment-jsdom": "30.2.0",
"jest-environment-jsdom": "30.5.1",
"jest-html-reporters": "^3.1.7",
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.

5 participants