openedx / frontend-app-discussions

A React-based micro frontend for the Open edX discussion forums.
GNU Affero General Public License v3.0
6 stars 61 forks source link

chore(deps): update dependency axios-mock-adapter to v1.22.0 #589

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios-mock-adapter 1.20.0 -> 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)) ### [`v1.21.1`](https://togithub.com/ctimmerm/axios-mock-adapter/releases/tag/v1.21.1) [Compare Source](https://togithub.com/ctimmerm/axios-mock-adapter/compare/v1.21.0...v1.21.1) - Correctly include UMD builds in npm package ### [`v1.21.0`](https://togithub.com/ctimmerm/axios-mock-adapter/releases/tag/v1.21.0) [Compare Source](https://togithub.com/ctimmerm/axios-mock-adapter/compare/v1.20.0...v1.21.0) - Added support for LINK and UNLINK HTTP methods ([`a22ffe5`](https://togithub.com/ctimmerm/axios-mock-adapter/commit/a22ffe54d87c9081c14e9135c34dc63410b5693b)) - Handle params and payloads on delete requests ([`d0e7081`](https://togithub.com/ctimmerm/axios-mock-adapter/commit/d0e70817c9cc816efe440ff749c4bc22275ce667)) - Vendor isBlob package to get rid of arrow function ([`e1700fd`](https://togithub.com/ctimmerm/axios-mock-adapter/commit/e1700fdcb7e483a21cc1654c1031fe591db27eac))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, 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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (27f73e3) 92.32% compared to head (9c065d7) 92.32%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #589 +/- ## ======================================= Coverage 92.32% 92.32% ======================================= Files 169 169 Lines 3451 3451 Branches 899 899 ======================================= Hits 3186 3186 Misses 244 244 Partials 21 21 ```

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