chore(deps): consolidate validated updates - #143
Draft
lamemustafa wants to merge 1 commit into
Draft
Conversation
Signed-off-by: Tapish Khandelwal <tapishkhandelwal13@gmail.com>
This was referenced Aug 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates the five validated Dependabot updates that are now behind master: pnpm/action-setup, React and its type pairs, @typescript-eslint/parser, globals, and Playwright.
Root Cause / Decision Record
Scope
Pack Workflow Preflight
pnpm workflow:preflightpassed before push.Sanchika Adoption Gate
@sanchika/*packages or copied Sanchika guidance.../sanchika,sanchika/packages/*/src, or parent source paths.Privacy And Data-Flow Impact
Sensitive Surface Review
Chrome Web Store Impact
Verification
pnpm install --frozen-lockfilepnpm audit --audit-level high— no known vulnerabilities found.pnpm exec wxt preparepnpm exec prettier --check .pnpm exec eslint . --max-warnings 0pnpm exec tsc --noEmitpnpm exec vitest run— 103 files, 1,653 tests passed.pnpm exec wxt buildnode scripts/verify-extension-package.mjs .output/chrome-mv3pnpm exec wxt zip— release-only, not run.node scripts/verify-extension-zip.mjs— release-only, not run.node scripts/write-release-provenance.mjs— release-only, not run.node scripts/verify-github-release-assets.mjs --tag <tag> --zip <zip> --checksum <sha256> --provenance <json>— release assets do not exist.node scripts/publish-chrome-web-store.mjs --zip .output/<zip> --provenance .output/pack-release-provenance.v1.json --publisher-id <id> --dry-run true— release-only, not run.git diff --checkpnpm review:gate -- --strict-head-review --required-review-author chatgpt-codex-connector --wait-head-review-ms 180000 --allow-missing-head-review— after PR review completes.Artifact Evidence
7cb8a27.PR Review Follow-Up
7cb8a27after current-master validationScreenshots
Not applicable; no user-facing visual change. All test data is synthetic.
DCO
7cb8a27includes a Signed-off-by trailer.