Skip to content

chore(deps): update dependency mockito to v5.4.5 - autoclosed #336

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2023

This PR contains the following updates:

Package Type Update Change
mockito dev_dependencies patch 5.4.0 -> 5.4.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dart-lang/mockito (mockito)

v5.4.5

  • Ignore "must_be_immutable" warning in generated files. Mocks cannot be made
    immutable anyway, but this way users aren't prevented from using generated
    mocks altogether.
  • Require Dart SDK ^3.6.0.
  • Require analyzer: '>=6.9.0 <8.0.0'.
  • Require dart_style: '>=2.3.7 <4.0.0', so that the current Dart language
    version can be passed to DartFormatter.
  • Require source_gen: ">=1.4.0 <3.0.0".
  • Add support for extension types.
  • Add topics to pubspec.yaml.
  • Fix a bug where type aliases in type arguments were not correctly
    resolved.
  • Fix a bug where record types were not correctly resolved.

v5.4.4

  • Use posix style for local imports.
  • Allow test_api ^0.7.0.

v5.4.3

Compare Source

  • 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.

v5.4.2

  • Require code_builder 4.5.0.
  • Add support for records.
  • Fixed the bug with missing imports for unused type alias arguments.

v5.4.1

  • Deprecate the mixingIn argument to MockSpec. Best practice is to avoid
    any concrete implementation in classes which extend Mock.
  • Fixed generation for clashing type variable names.
  • Require Dart >= 2.19.0.
  • Require analyzer 5.11.0.
  • Fail to generate mocks of sealed/base/final classes.
  • Add new thenReturnInOrder method to mock multiple calls to a single method
    in order.
  • Add provideDummy/provideDummyBuilder functions for users to supply dummy
    values to Mockito, to cover cases where codegen can't create one.
  • Allow generating mocks for classes with methods/getters returning non-nullable
    unknown types.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency mockito to v5.4.0 Update dependency mockito to v5.4.0 - autoclosed Mar 24, 2023
@renovate renovate bot closed this Mar 24, 2023
@renovate renovate bot deleted the renovate/mockito-5.x branch March 24, 2023 15:49
@renovate renovate bot changed the title Update dependency mockito to v5.4.0 - autoclosed Update dependency mockito to v5.4.0 Mar 27, 2023
@renovate renovate bot reopened this Mar 27, 2023
@renovate renovate bot restored the renovate/mockito-5.x branch March 27, 2023 18:42
@renovate renovate bot changed the title Update dependency mockito to v5.4.0 Update dependency mockito to v5.4.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/mockito-5.x branch from d234790 to 92d89d7 Compare May 28, 2023 12:23
@renovate renovate bot changed the title Update dependency mockito to v5.4.1 chore(deps): update dependency mockito to v5.4.1 May 29, 2023
@renovate renovate bot changed the title chore(deps): update dependency mockito to v5.4.1 chore(deps): update dependency mockito to v5.4.2 Jun 10, 2023
@renovate renovate bot force-pushed the renovate/mockito-5.x branch from 92d89d7 to 8a92350 Compare June 10, 2023 03:50
@renovate renovate bot changed the title chore(deps): update dependency mockito to v5.4.2 chore(deps): update dependency mockito to v5.4.3 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/mockito-5.x branch from 8a92350 to 031bfa1 Compare November 21, 2023 21:26
@renovate renovate bot changed the title chore(deps): update dependency mockito to v5.4.3 chore(deps): update dependency mockito to v5.4.4 Dec 14, 2023
@renovate renovate bot force-pushed the renovate/mockito-5.x branch from 031bfa1 to f36b4a0 Compare December 14, 2023 22:20
@renovate renovate bot force-pushed the renovate/mockito-5.x branch from f36b4a0 to 4d209c6 Compare December 18, 2024 20:08
@renovate renovate bot changed the title chore(deps): update dependency mockito to v5.4.4 chore(deps): update dependency mockito to v5.4.5 Dec 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency mockito to v5.4.5 chore(deps): update dependency mockito to v5.4.5 - autoclosed Jan 17, 2025
@renovate renovate bot closed this Jan 17, 2025
@renovate renovate bot deleted the renovate/mockito-5.x branch January 17, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants