-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update peerdependency axios to ^0.28.0 [security] #45
base: develop
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThis update primarily involves an enhancement to the Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
54-55
: LGTM! But verify for breaking changes.The update to
axios
version^0.28.0
addresses a security vulnerability and includes several improvements.However, ensure that this update does not introduce breaking changes in the codebase.
Verification successful
Verification Successful: No Breaking Changes Found
The update to
axios
version^0.28.0
does not introduce breaking changes in the codebase. Thepost
method used in the code remains compatible with the new version.
test/index.test.js
: Mockingaxios.post
src/index.js
: Usingaxios.post
to make a POST requestScripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify that the update to axios version ^0.28.0 does not introduce breaking changes. # Test: Search for axios usage in the codebase. Expect: No breaking changes. rg --type js --type ts --type vue 'axios'Length of output: 69
Script:
#!/bin/bash # Description: Verify that the update to axios version ^0.28.0 does not introduce breaking changes. # Test: Search for axios usage in the codebase. Expect: No breaking changes. rg --type js --type ts --type jsx --type tsx 'axios'Length of output: 80
Script:
#!/bin/bash # Description: Verify that the update to axios version ^0.28.0 does not introduce breaking changes. # Test: Search for axios usage in the codebase. Expect: No breaking changes. rg --type js --type ts 'axios'Length of output: 174
Script:
#!/bin/bash # Extract relevant code segments where axios is used for inspection. # Extract from test/index.test.js echo "test/index.test.js:" rg 'axios' test/index.test.js -A 5 # Extract from src/index.js echo "src/index.js:" rg 'axios' src/index.js -A 5Length of output: 656
c2f985c
to
af47417
Compare
af47417
to
2faac7b
Compare
2faac7b
to
f39c25c
Compare
f39c25c
to
f8cdbca
Compare
This PR contains the following updates:
^0.27.2
->^0.28.0
GitHub Vulnerability Alerts
CVE-2023-45857
An issue discovered in Axios 0.8.1 through 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any host allowing attackers to view sensitive information.
Release Notes
axios/axios (axios)
v0.28.0
Compare Source
Release notes:
Bug Fixes
withXSRFToken
option to v0.x (#6091)Backports from v1.x:
axios.formToJSON
method (#4735)url-encoded-form
serializer to respect theformSerializer
config (#4721)string[]
toAxiosRequestHeaders
type (#4322)AxiosError
stack capturing; (#4718)AxiosError
status code type; (#4717)blob
to the list of protocols supported by the browser (#4678)Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.