chore(deps): batch low-risk dependabot updates - #677
Merged
Conversation
sophia-bq
approved these changes
Jul 29, 2026
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.13 to 7.5.22. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.13...v7.5.22) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.22 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [axios](https://github.com/axios/axios) from 1.16.1 to 1.18.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.16.1...v1.18.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sigstore](https://github.com/sigstore/sigstore-js) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/sigstore/sigstore-js/releases) - [Commits](https://github.com/sigstore/sigstore-js/compare/sigstore@4.1.0...sigstore@4.1.1) --- updated-dependencies: - dependency-name: sigstore dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.5 to 4.0.6. - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.3 to 10.1.0. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md) - [Commits](kentcdodds/cross-env@v7.0.3...v10.1.0) --- updated-dependencies: - dependency-name: cross-env dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
karenc-bq
force-pushed
the
chore/dependabot-batch-low-risk
branch
from
July 29, 2026 18:15
d410253 to
4d0ba95
Compare
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
Batches the six low-risk Dependabot updates into one PR. All are dev/test-only or transitive; none change shipped runtime behavior.
Applied by cherry-picking each Dependabot commit, so the exact lockfile resolutions and original authorship are preserved.
tar7.5.13 → 7.5.22axios1.16.1 → 1.18.1sigstore4.1.0 → 4.1.1form-data4.0.5 → 4.0.6esbuild0.28.0 → 0.28.1cross-env7.0.3 → 10.1.0package.jsonchanges are limited toaxios(devDependencies + peerDependencies) andcross-env(devDependencies). Everything else ispackage-lock.json.Also closes #666 and #665 as already-included
sigstore@4.1.1(#667) resolves@sigstore/core@3.2.1and@sigstore/verify@3.1.1in its own lockfile, so those two PRs are fully subsumed rather than separate work. Verified in the resulting lock:Verification
Run locally, since
.github/workflows/main.ymldoes not runtscand ts-jest hasdiagnostics: false— a green CI check alone does not prove the publisheddist/still compiles.npx tsc --noEmit— exit 0npm test— 712 passed / 42 of 43 suites (see below)prettier --checkon both changed files — cleannpm install— clean resolution; all eight target versions confirmed presentPre-existing failures, not caused by this PR
Two unit failures reproduce identically on unmodified
origin/main:okta_credentials_provider(testGetSamlAssertion,testGetSamlAssertionUrlScheme) — this test doesjest.spyOn(axios, "request"), so an axios regression was the obvious suspect. Ruled out by pinning axios back to 1.16.1 on this branch (fails the same) and re-running on a cleanorigin/maincheckout (fails the same).custom_endpoint_monitor_impl(testRun) — passes in isolation; asleep(100)timing flake under parallel test load.Notes for reviewers
Related PR: #678
Remaining open Dependabot PRs are intentionally excluded: #659 (OpenTelemetry) moves four shipped
dependenciesand consumer-visible peer ranges, so it deserves its own PR; #655 (dotenv 17) needs a{ quiet: true }fix first; #639, #656, and #654 are blocked or broken.