-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update dependency moq to 4.20.72 #70
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/moq-4.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
chore(deps): update dependency moq to v4.20.0
chore(deps): update dependency moq to v4.20.1
Aug 8, 2023
renovate
bot
force-pushed
the
renovate/moq-4.x
branch
from
August 8, 2023 10:55
58646e9
to
3dbcb09
Compare
renovate
bot
changed the title
chore(deps): update dependency moq to v4.20.1
chore(deps): update dependency moq to v4.20.2
Aug 9, 2023
renovate
bot
force-pushed
the
renovate/moq-4.x
branch
from
August 9, 2023 13:15
3dbcb09
to
6ac6f42
Compare
renovate
bot
changed the title
chore(deps): update dependency moq to v4.20.2
chore(deps): update dependency moq to v4.20.69
Aug 11, 2023
renovate
bot
force-pushed
the
renovate/moq-4.x
branch
from
August 11, 2023 23:25
6ac6f42
to
0d3b7af
Compare
Kudos, SonarCloud Quality Gate passed! |
renovate
bot
force-pushed
the
renovate/moq-4.x
branch
from
November 28, 2023 18:39
0d3b7af
to
242cced
Compare
renovate
bot
changed the title
chore(deps): update dependency moq to v4.20.69
chore(deps): update dependency moq to v4.20.70
Nov 28, 2023
Kudos, SonarCloud Quality Gate passed! |
renovate
bot
changed the title
chore(deps): update dependency moq to v4.20.70
chore(deps): update dependency moq to 4.20.70
Aug 28, 2024
renovate
bot
changed the title
chore(deps): update dependency moq to 4.20.70
chore(deps): update dependency moq to 4.20.71
Sep 3, 2024
renovate
bot
force-pushed
the
renovate/moq-4.x
branch
from
September 3, 2024 04:27
242cced
to
c2a0a7f
Compare
renovate
bot
force-pushed
the
renovate/moq-4.x
branch
from
September 7, 2024 02:06
c2a0a7f
to
c56543c
Compare
renovate
bot
changed the title
chore(deps): update dependency moq to 4.20.71
chore(deps): update dependency moq to 4.20.72
Sep 7, 2024
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.18.4
->4.20.72
Release Notes
moq/moq (Moq)
v4.20.72
Full Changelog
🔨 Other:
🔀 Merged:
v4.20.71
Full Changelog
🐛 Fixed bugs:
🔨 Other:
null
#1391🔀 Merged:
v4.20.70
Full Changelog
🔨 Other:
🔀 Merged:
v4.20.69
v4.20.2
🐛 Fixed bugs
v4.20.1
✨ Implemented enhancements
v4.20.0
✨ Implemented enhancements
Mock<T>.RaiseAsync
method for raising "async" events, i.e. events that use aFunc<..., Task>
orFunc<..., ValueTask>
delegate. (@stakx, #1313)setup.Verifiable(Times times, [string failMessage])
method to specify the expected number of calls upfront.mock.Verify[All]
can then be used to check whether the setup was called that many times. The upper bound (maximum allowed number of calls) will be checked right away, i.e. whenever a setup gets called. (@stakx, #1319)🔨 Other
ThrowsAsync
for non-genericValueTask
by @johnthcall in https://github.com/moq/moq/pull/1235mock.Protected().Verify<T>()
method overload by @stakx in https://github.com/moq/moq/pull/1325Fixed
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.