-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update dependency mimic to v2 #72
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
base: main
Are you sure you want to change the base?
Conversation
9dd9940 to
7e0c0d5
Compare
7e0c0d5 to
1e7b12f
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
66f47e2 to
b6e1fa3
Compare
b6e1fa3 to
cfad35f
Compare
cfad35f to
830e893
Compare
830e893 to
5408ecd
Compare
5408ecd to
83a218d
Compare
83a218d to
97dfcca
Compare
This PR contains the following updates:
~> 1.7→~> 2.0Release Notes
edgurgel/mimic (mimic)
v2.2.0Compare Source
v2.1.1Compare Source
v2.1.0Compare Source
v2.0.2Compare Source
v2.0.1Compare Source
hamrequirementv2.0.0Compare Source
Breaking changes
The code below would call the original
Calculator.add/2when all expectations were fulfilled.Now with Mimic 2 this will raise:
If there is a stub the stub will be called instead. This behaviour is the same as before.
Which means that if someone wants to keep the original behaviour on Mimic 1.* just do the following:
This way once all expectations are fulfilled the original function is called again.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.