openedx / frontend-platform

A framework for Open edX micro-frontend applications.
http://openedx.github.io/frontend-platform
GNU Affero General Public License v3.0
32 stars 64 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios-mock-adapter 1.21.5 -> 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); ```

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.