Skip to content
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

⬆️ Bump mockito from 5.4.2 to 5.4.3 #61

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps mockito from 5.4.2 to 5.4.3.

Changelog

Sourced from mockito's changelog.

5.4.3

  • Require analyzer 5.12.0, allow analyzer version 6.x;
  • Add example of writing a class to mock function objects.
  • Add support for the build_extensions build.yaml option
  • Require Dart >=3.1.0.
  • Potentially breaking Changed default String value returned by nice mocks' unstubbed method to include some useful info. This could break the tests that relied on getting an empty String from unstubbed methods.
  • Remove deprecated returnNullOnMissingStub and OnMissingStub.returnNull MockSpec options.
Commits
  • fb8a2b5 No public description
  • 2f41028 Merge pull request #719 from dart-lang:latest_lints
  • 8b5036b release later
  • ecc62f6 Update to the latest lints, require Dart 3.1, prepare release
  • dc3eb65 Generate valid functions with optional non-nullable arguments
  • fcb9779 Bump actions/checkout from 4.1.0 to 4.1.1 (#713)
  • 1c4a6ff Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#712)
  • b7d752e Use Dart SDK 3.1.0 for format check
  • ca537db Remove unneeded deprecation warning disable comment
  • 1a0d0e7 Remove deprecated returnNullOnMissingStub and OnMissingStub.returnNull
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 2023
Bumps [mockito](https://github.com/dart-lang/mockito) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](dart-lang/mockito@5.4.2...v5.4.3)

---
updated-dependencies:
- dependency-name: mockito
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/mockito-5.4.3 branch from ff930ad to 69c8ebc Compare November 20, 2023 23:14
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3945c4d) 96.56% compared to head (b40002d) 96.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   96.56%   96.07%   -0.50%     
==========================================
  Files          15       15              
  Lines         204      204              
==========================================
- Hits          197      196       -1     
- Misses          7        8       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@techouse techouse merged commit 2a3d363 into master Nov 21, 2023
4 of 5 checks passed
@techouse techouse deleted the dependabot/pub/mockito-5.4.3 branch November 21, 2023 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant