chore(deps): bump axios from 1.13.5 to 1.18.0 - #3416
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
requested review from
hellofanny and
renatamottam
and removed request for
a team
July 21, 2026 23:04
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
@faststore/api
@faststore/cli
@faststore/components
@faststore/core
@faststore/diagnostics
@faststore/lighthouse
@faststore/sdk
@faststore/ui
commit: |
renatomaurovtex
left a comment
Contributor
There was a problem hiding this comment.
Review — chore(deps): bump axios 1.13.5 → 1.18.0
Lockfile-only change, verified safe:
- No runtime impact on published packages.
axiosis a dependency of the private workspace root only (^1.8.2specifier, resolution 1.13.5 → 1.18.0). None of the published packages (api|core|cli|components|sdk|ui) declare it, so no Dependency Discipline concerns. The other bumped resolution isnx's transitive axios — also dev-only. - Security-positive. 1.18.0 ships redirect header-stripping on cross-origin redirects and URL/prototype-pollution hardening — worth taking.
- 💬 Why both versions remain in the lockfile:
@vtex/client-cp@0.6.0pinsaxios@1.13.5as its own dependency, so 1.13.5 stays for that subtree. Expected, not an error. - 💬 The ±27k line churn is formatting, not content. Dependabot regenerated the lockfile in pnpm's native style (single quotes, single-line
resolutionobjects) vs. the prettier-formatted style previously committed — e.g.@vtex/diagnostics-nodejsentries only changed quoting. If you'd rather avoid this reflow in every bot PR, consider excludingpnpm-lock.yamlfrom prettier so the committed format matches whatpnpm installwrites. - 💬 The red "FastStore" check is not a regression: all 12 turbo tasks passed; the job fails at Chromatic with
✖ Missing project token— the known pattern on dependabot PRs (secrets not exposed to bot PRs; #3361 tracks skipping the step when the token is absent).
Verdict: Approved
Blocking (🔴/🟠):
- None.
Non-blocking (🟡/💬):
- Optional: exclude
pnpm-lock.yamlfrom prettier to kill the format-reflow churn on bot bumps.
Checks to confirm before merge: none beyond CI — the Chromatic failure is a known infra gap, not caused by this PR.
This was referenced Jul 27, 2026
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/axios-1.18.0
branch
from
August 11, 2026 17:25
0c2975b to
b248386
Compare
Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.18.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.5...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/axios-1.18.0
branch
from
August 11, 2026 22:56
b248386 to
8c6da09
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.

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (29.50% Estimated after merge)
Bumps axios from 1.13.5 to 1.18.0.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
2d06f96chore(release): prepare release 1.18.0 (#11003)32fc489fix: malformed http urls (#11000)b40ce49chore(deps-dev): bump the development_dependencies group with 10 updates (#10...fe964f9docs: mark proxy config as Node.js only (#10995)5f229d2chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions ...fae9d4edocs: clarify package update PR policy (#10992)28ab2cechore(deps-dev): bump the development_dependencies group with 2 updates (#10989)a8e4f13fix(core): keep default validateStatus when request passes undefined (#10899)614f455docs: publish v1.17.0 release notes (#10988)6bb12c1fix: custom auth headers not stripped on cross-origin redirects (#10892)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.