chore(deps-dev): bump the dev-tooling group with 3 updates - #360
Merged
lamemustafa merged 1 commit intoSep 15, 2026
Merged
Conversation
Bumps the dev-tooling group with 3 updates: [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/chrome` from 0.2.8 to 0.2.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome) Updates `@types/node` from 24.13.3 to 24.13.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript-eslint` from 8.69.0 to 8.70.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.70.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/chrome" dependency-version: 0.2.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-tooling - dependency-name: "@types/node" dependency-version: 24.13.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-tooling - dependency-name: typescript-eslint dependency-version: 8.70.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
lamemustafa
deleted the
dependabot/npm_and_yarn/dev-tooling-02c225af37
branch
September 15, 2026 13:20
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
Dependabot's weekly
dev-toolinggroup bump:@types/chrome0.2.8 → 0.2.9,@types/node24.13.3 → 24.13.4,typescript-eslint8.69.0 → 8.70.0. All three are development dependencies and none reaches a packaged build.This body replaces Dependabot's generated text, which omits every Pack template section and therefore fails
Review gate. The upstream changelogs remain in the PR's commit and comment history.Root Cause / Decision Record
evaluatePullRequestBodyinscripts/check-pr-review-gate.mjsthen reported six missing sections and the required check failed. Nothing was wrong with the dependency change itself.@types/nodemoves patch-only here, so theengines.nodemajor-alignment rule in.github/dependabot.ymlandtests/repo/node-runtime-types-alignment.test.tsis unaffected.typescript-eslint8.70.0 addsno-generated-empty-object-type. It is not enabled by this repo's config, so lint behaviour is unchanged — confirmed by a clean--max-warnings 0run below.Scope
src/**change; no packaged-output change.Pack Workflow Preflight
Dependabot branches cannot use
tapish-codex/<short-scope>;check-pack-workflow-preflight.mjswarns and accepts this, as it does for forks. Preflight passed in CI on this head.pnpm workflow:preflightwas run before editing/push, or the skip reason is documented.Sanchika Adoption Gate
Not applicable: no Sanchika adoption.
@sanchika/*packages or copied Sanchika guidance, Iread
sanchika/docs/adoption-pack.mdin the coordinated parent worktree.and records the Sanchika commit or copied guidance used.
../sanchika,sanchika/packages/*/src, or parentsource paths.
Privacy And Data-Flow Impact
Sensitive Surface Review
Chrome Web Store Impact
docs/PUBLICATION_READINESS.mdis checked.Verification
Run locally against this exact head (
e3473c4) in an isolated worktree, not inferred from CI:pnpm install --frozen-lockfilepnpm exec wxt preparepnpm exec prettier --check .— "All matched files use Prettier code style!"pnpm exec eslint . --max-warnings 0— clean, no outputpnpm exec tsc --noEmit— clean, no outputpnpm exec vitest runpnpm exec wxt build— Σ Total size 1.12 MBnode scripts/verify-extension-package.mjs .output/chrome-mv3— "Pack WXT extension package verification passed."Vitest, last three lines verbatim:
with the result line:
The same suite on
masteratc5df536reports an identical 176/3312 pass, so this toolchain bump introduces no test delta.Not run, and not claimed:
pnpm audit --audit-level high,wxt zip,verify-extension-zip.mjs, release-provenance and Chrome Web Store scripts. Those are release-time gates and this PR publishes nothing.pnpm review:gate -- --strict-head-review --wait-head-review-ms 180000before merge/readiness claim; a missing Codex review blocks readiness:Left unchecked deliberately. Codex review capacity is exhausted until roughly 2026-09-19, so no current-head review can arrive. CI's own invocation passes
--allow-missing-head-reviewand recordedreview-gate:allowed-missing-head-reviewfor this head, so the required check does not depend on it. This is a dev-only dependency bump with no runtime diff, verified locally in full above.Artifact Evidence
e3473c4.e3473c4.PR Review Follow-Up
e3473c4Follow-up recorded rather than left implicit: #361 bumps
reactwithoutreact-domand its unit tests fail with "Incompatible React versions". That is a.github/dependabot.ymlgrouping issue, tracked separately; it does not affect this PR.Screenshots
None. No user-facing surface changed.