axios-oauth-1.0a
axios-oauth-1.0a copied to clipboard
Update dependency axios-mock-adapter to v1.22.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| axios-mock-adapter | 1.21.1 -> 1.22.0 |
Release Notes
ctimmerm/axios-mock-adapter (axios-mock-adapter)
v1.22.0
- Helper for delay in milliseconds (https://github.com/ctimmerm/axios-mock-adapter/pull/312)
mock.delayInMs(200).onGet("/foo").reply(200); mock.delayInMs(0).onGet("/bar").reply(200);
v1.21.5
v1.21.4
v1.21.3
- Fix passthrough support with axios 1.2 (https://github.com/ctimmerm/axios-mock-adapter/pull/363)
- Fix type exports (https://github.com/ctimmerm/axios-mock-adapter/pull/364)
- Update devDependencies (https://github.com/ctimmerm/axios-mock-adapter/pull/366, https://github.com/ctimmerm/axios-mock-adapter/pull/358)
v1.21.2
- Use AxiosError constructor to create axios errors if available, this restores axios v0.27 compatibility (
1d83731)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.