ral-facilities / scigateway

SciGateway is the parent application for several plugins providing access to data and compute tools for large Science Facilities
Apache License 2.0
6 stars 4 forks source link

Update dependency axios-mock-adapter to v1.22.0 #1332

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios-mock-adapter 1.21.1 -> 1.22.0 age adoption passing confidence

Release Notes

ctimmerm/axios-mock-adapter (axios-mock-adapter) ### [`v1.22.0`](https://togithub.com/ctimmerm/axios-mock-adapter/releases/tag/v1.22.0) [Compare Source](https://togithub.com/ctimmerm/axios-mock-adapter/compare/v1.21.5...v1.22.0) - Helper for delay in milliseconds ([https://github.com/ctimmerm/axios-mock-adapter/pull/312](https://togithub.com/ctimmerm/axios-mock-adapter/pull/312)) ```js mock.delayInMs(200).onGet("/foo").reply(200); mock.delayInMs(0).onGet("/bar").reply(200); ``` ### [`v1.21.5`](https://togithub.com/ctimmerm/axios-mock-adapter/compare/v1.21.4...v1.21.5) [Compare Source](https://togithub.com/ctimmerm/axios-mock-adapter/compare/v1.21.4...v1.21.5) ### [`v1.21.4`](https://togithub.com/ctimmerm/axios-mock-adapter/releases/tag/v1.21.4) [Compare Source](https://togithub.com/ctimmerm/axios-mock-adapter/compare/v1.21.3...v1.21.4) - Fix type error ([#​368](https://togithub.com/ctimmerm/axios-mock-adapter/issues/368)) - Test that the types are valid ([#​369](https://togithub.com/ctimmerm/axios-mock-adapter/issues/369)) ### [`v1.21.3`](https://togithub.com/ctimmerm/axios-mock-adapter/releases/tag/v1.21.3) [Compare Source](https://togithub.com/ctimmerm/axios-mock-adapter/compare/v1.21.2...v1.21.3) - Fix passthrough support with axios 1.2 ([https://github.com/ctimmerm/axios-mock-adapter/pull/363](https://togithub.com/ctimmerm/axios-mock-adapter/pull/363)) - Fix type exports ([https://github.com/ctimmerm/axios-mock-adapter/pull/364](https://togithub.com/ctimmerm/axios-mock-adapter/pull/364)) - Update devDependencies ([https://github.com/ctimmerm/axios-mock-adapter/pull/366](https://togithub.com/ctimmerm/axios-mock-adapter/pull/366), [https://github.com/ctimmerm/axios-mock-adapter/pull/358](https://togithub.com/ctimmerm/axios-mock-adapter/pull/358)) ### [`v1.21.2`](https://togithub.com/ctimmerm/axios-mock-adapter/releases/tag/v1.21.2) [Compare Source](https://togithub.com/ctimmerm/axios-mock-adapter/compare/v1.21.1...v1.21.2) - Use AxiosError constructor to create axios errors if available, this restores axios v0.27 compatibility ([`1d83731`](https://togithub.com/ctimmerm/axios-mock-adapter/commit/1d8373148413b63181ad7d98e64aac1d451292e9))

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.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f225a4b) 96.77% compared to head (209e9cc) 96.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1332 +/- ## ======================================== Coverage 96.77% 96.77% ======================================== Files 48 48 Lines 1739 1739 Branches 492 492 ======================================== Hits 1683 1683 Misses 52 52 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.