-
Notifications
You must be signed in to change notification settings - Fork 5
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 - autoclosed #1432
Conversation
2acf6c3
to
6a28e07
Compare
6a28e07
to
3b4440c
Compare
0377af9
to
829e4dd
Compare
I've addressed a problem here with the upgrade to axios v1. Since upgrade from axios 0.27.2 to 1.0.0, Axios only emits an ESM module and not a CJS module |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1432 +/- ##
===========================================
+ Coverage 96.26% 97.65% +1.39%
===========================================
Files 161 158 -3
Lines 6989 7217 +228
Branches 2179 2278 +99
===========================================
+ Hits 6728 7048 +320
+ Misses 240 152 -88
+ Partials 21 17 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Apologies for the mess that has become of this PR. This is clearly not a straightforward upgrade. While it's tempting to nuke this and start again, I believe the first commits by me (760d127, 81ab238 and d67c48f) are required so I'd like to leave them. I'm working on this on and off but am leaving the project in the next few weeks so I'm leaving this message here in case this doesn't get resolved before then. |
I'm done with working on this today but I've identified a problem. On requests where we are adding parameters to the request in the form of something like the below: The stringification of the additional filters is now failing, results in a bad request that looks like this: but should actually look like this: So this is breaking a lot of functionality because a lot of requests are made with additional filters. The next step is to figure out why this is happening and how to go back to the previously working stringification of these additional filters |
e99c48e
to
a3532c2
Compare
08963c6
to
a6adfc7
Compare
a6adfc7
to
ac5289e
Compare
4df0293
to
af72f10
Compare
af72f10
to
b1be216
Compare
This PR contains the following updates:
0.27.2
->1.6.0
Release Notes
axios/axios (axios)
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
v1.4.0
Compare Source
Bug Fixes
multipart/form-data
content type for FormData payload on custom client environments; (#5678) (bbb61e7)Features
AxiosHeaderValue
type. (#5525) (726f1c8)Performance Improvements
Contributors to this release
1.3.6 (2023-04-19)
Bug Fixes
toString
method on the target; (#5661) (aa372f7)Contributors to this release
1.3.5 (2023-04-05)
Bug Fixes
paramsSerializer
config; (#5633) (a56c866)Contributors to this release
1.3.4 (2023-02-22)
Bug Fixes
Contributors to this release
1.3.3 (2023-02-13)
Bug Fixes
Contributors to this release
1.3.2 (2023-02-03)
Bug Fixes
ERR_INVALID_URL
error; (#5528) (128d56f)Contributors to this release
1.3.1 (2023-02-01)
Bug Fixes
Contributors to this release
v1.3.6
Compare Source
Bug Fixes
toString
method on the target; (#5661) (aa372f7)Contributors to this release
v1.3.5
Compare Source
Bug Fixes
paramsSerializer
config; (#5633) (a56c866)Contributors to this release
v1.3.4
Compare Source
Bug Fixes
Contributors to this release
v1.3.3
Compare Source
Bug Fixes
Contributors to this release
v1.3.2
Compare Source
Bug Fixes
ERR_INVALID_URL
error; (#5528) (128d56f)Contributors to this release
v1.3.1
Compare Source
Bug Fixes
Contributors to this release
v1.3.0
Compare Source
Bug Fixes
Features
Contributors to this release
1.2.6 (2023-01-28)
Bug Fixes
CommonRequestHeadersList
&CommonResponseHeadersList
types to be private in commonJS; (#5503) (5a3d0a3)Contributors to this release
1.2.5 (2023-01-26)
Bug Fixes
Contributors to this release
1.2.4 (2023-01-22)
Bug Fixes
RawAxiosRequestConfig
back toAxiosRequestConfig
; (#5486) (2a71f49)AxiosRequestConfig
generic; (#5478) (9bce81b)Contributors to this release
1.2.3 (2023-01-10)
Bug Fixes
Contributors to this release
[1.2.2] - 2022-12-29
Fixed
Chores
Contributors to this release
[1.2.1] - 2022-12-05
Changed
Fixed
Refactors
Chores
Contributors to this release
[1.2.0] - 2022-11-10
Changed
Fixed
Refactors
Chores
Contributors to this release
[1.1.3] - 2022-10-15
Added
Fixed
Chores
Contributors to this release
[1.1.2] - 2022-10-07
Fixed
Contributors to this release
[1.1.1] - 2022-10-07
Fixed
Contributors to this release
[1.1.0] - 2022-10-06
Fixed
Contributors to this release
[1.0.0] - 2022-10-04
Added
Changed
Deprecated
Removed
Fixed
Chores
Security
Contributors to this release
v1.2.6
Compare Source
Bug Fixes
CommonRequestHeadersList
&CommonResponseHeadersList
types to be private in commonJS; (#5503) (5a3d0a3)Contributors to this release
v1.2.5
Compare Source
Bug Fixes
Contributors to this release
v1.2.4
Compare Source
Bug Fixes
RawAxiosRequestConfig
back toAxiosRequestConfig
; (#5486) (2a71f49)AxiosRequestConfig
generic; (#5478) (9bce81b)Contributors to this release
v1.2.3
Compare Source
Bug Fixes
Contributors to this release
v1.2.2
Compare Source
Fixed
Chores
Contributors to this release
v1.2.1
Compare Source
Changed
Fixed
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (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 has been generated by Mend Renovate. View repository job log here.