-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency axios to v1.7.8 #17
base: main
Are you sure you want to change the base?
Conversation
67d0338
to
c5e4f36
Compare
c5e4f36
to
18c7180
Compare
18c7180
to
e2e2336
Compare
e2e2336
to
6df42f8
Compare
6df42f8
to
2bb8e1f
Compare
2bb8e1f
to
0256eef
Compare
0256eef
to
23cc031
Compare
44e3b74
to
83940a5
Compare
83940a5
to
54ea158
Compare
54ea158
to
00fcfa9
Compare
00fcfa9
to
06248c5
Compare
06248c5
to
3a12aee
Compare
3a12aee
to
47af52a
Compare
47af52a
to
cf6db9b
Compare
cf6db9b
to
5c5e438
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe changes involve updates to the Changes
Sequence Diagram(s)(No sequence diagrams generated as the changes are too simple.) 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: 1
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
27-27
: Approve the version update of axios.The update from
1.4.0
to1.7.5
inaxios
brings important bug fixes and new features which could enhance the functionality and security of the application.The version update is approved.
Consider verifying the application's compatibility with the new
axios
version. This includes checking for any breaking changes that might affect existing functionality.Verification successful
No issues found with axios update.
The
axios
usage in the codebase does not involve any deprecated methods or properties that would be affected by the update to version1.7.5
. It's recommended to test the application to ensure full compatibility.
- File:
req.js
shows usage ofaxios
without deprecated features.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the application's compatibility with the new `axios` version. # Test: Search for `axios` usage in the application. Expect: No deprecated methods or properties. rg --type json -A 5 $'axios'Length of output: 1426
Script:
#!/bin/bash # Description: Search for `axios` usage in JavaScript or TypeScript files to verify compatibility with the new version. # Test: Search for `axios` usage in the application code. Expect: No deprecated methods or properties. rg --type js --type ts -A 5 'axios'Length of output: 392
package.json
Outdated
@@ -24,7 +24,7 @@ | |||
"ramda": "^0.29.0" | |||
}, | |||
"devDependencies": { | |||
"axios": "1.4.0", | |||
"axios": "1.7.5", |
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.
Check for changes in axios usage.
The PR notes mention that withXSRFToken
has replaced the withCredentials
behavior. Ensure that all instances of withCredentials
are reviewed and updated if necessary.
Would you like me to help update the usage of withCredentials
to withXSRFToken
across the application? I can generate the necessary changes or open a GitHub issue to track this task.
5c5e438
to
b1e83ef
Compare
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 ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
b1e83ef
to
bbaa8c4
Compare
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 ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
bbaa8c4
to
f17e53f
Compare
This PR contains the following updates:
1.4.0
->1.7.8
Release Notes
axios/axios (axios)
v1.7.8
Compare Source
Bug Fixes
globalThis.TextEncoder
when available (#6634) (df956d1)Contributors to this release
v1.7.7
Compare Source
Bug Fixes
Contributors to this release
v1.7.6
Compare Source
Bug Fixes
Contributors to this release
v1.7.5
Compare Source
Bug Fixes
ReferenceError: navigator is not defined
for custom environments; (#6567) (fed1a4b)Contributors to this release
v1.7.4
Compare Source
Bug Fixes
Contributors to this release
v1.7.3
Compare Source
Bug Fixes
Contributors to this release
v1.7.2
Compare Source
Bug Fixes
Contributors to this release
v1.7.1
Compare Source
Bug Fixes
Contributors to this release
v1.7.0
Compare Source
Features
Bug Fixes
Contributors to this release
v1.6.8
Compare Source
Bug Fixes
Contributors to this release
v1.6.7
Compare Source
Bug Fixes
Contributors to this release
v1.6.6
Compare Source
Bug Fixes
Contributors to this release
v1.6.5
Compare Source
Bug Fixes
Contributors to this release
v1.6.4
Compare Source
Bug Fixes
Contributors to this release
v1.6.3
Compare Source
Bug Fixes
Contributors to this release
v1.6.2
Compare Source
Features
withCredentials
behavior; (#6046) (cff9967)PRs
Contributors to this release
v1.6.1
Compare Source
Bug Fixes
Contributors to this release
v1.6.0
Compare Source
Bug Fixes
PRs
Contributors to this release
1.5.1 (2023-09-26)
Bug Fixes
Content-Type
header for FormData in non-browser environments; (#5917) (bc9af51)content-encoding
header to handle case-insensitive values (#5890) (#5892) (4c89f25)Contributors to this release
PRs
v1.5.1
Compare Source
Bug Fixes
Content-Type
header for FormData in non-browser environments; (#5917) (bc9af51)content-encoding
header to handle case-insensitive values (#5890) (#5892) (4c89f25)Contributors to this release
v1.5.0
Compare Source
Bug Fixes
cacheable-lookup
integration; (#5836) (b3e327d)Features
unsafe
prefix (#5839) (1601f4a)Contributors to this release
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.