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

build(deps): bump the dependencies-patch group across 1 directory with 2 updates #537

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the dependencies-patch group with 2 updates in the /packages/pub_dev_api_client directory: mockito and test.

Updates mockito from 5.4.4 to 5.4.5

Release notes

Sourced from mockito's releases.

package: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.
Changelog

Sourced from mockito's changelog.

5.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.
Commits

Updates test from 1.25.9 to 1.25.14

Release notes

Sourced from test's releases.

package:test v1.25.14

  • Use secure random for url secrets.

package:test v1.25.13

  • Allow the latest version of package:matcher.

package:test v1.25.12

  • Fix hang when running multiple precompiled browser tests.

package:test v1.25.11

  • Update to be forward compatible with package:shelf_web_socket version 3.x.

package:test v1.25.10

  • Update the package:vm_service constraint to allow version 15.x.
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner December 23, 2024 00:36
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Dec 23, 2024
@dependabot dependabot bot requested review from naipaka and removed request for a team December 23, 2024 00:36
@github-actions github-actions bot enabled auto-merge (squash) December 23, 2024 00:36
@naipaka
Copy link
Contributor

naipaka commented Dec 24, 2024

It depends on #534

…h 2 updates

Bumps the dependencies-patch group with 2 updates in the /packages/pub_dev_api_client directory: [mockito](https://github.com/dart-lang/mockito) and [test](https://github.com/dart-lang/test/tree/master/pkgs).


Updates `mockito` from 5.4.4 to 5.4.5
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/mockito/commits/v5.4.5)

Updates `test` from 1.25.9 to 1.25.14
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.25.14/pkgs)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/packages/pub_dev_api_client/dependencies-patch-0dbd6581ac branch from 6258d37 to 4d1b8cb Compare December 24, 2024 20:44
Copy link

codecov bot commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.43%. Comparing base (2cf768f) to head (2a78214).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #537   +/-   ##
=======================================
  Coverage   26.43%   26.43%           
=======================================
  Files          15       15           
  Lines         174      174           
=======================================
  Hits           46       46           
  Misses        128      128           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2cf768f...2a78214. Read the comment docs.

@github-actions github-actions bot merged commit bdb88d3 into main Dec 24, 2024
8 checks passed
@github-actions github-actions bot deleted the dependabot/pub/packages/pub_dev_api_client/dependencies-patch-0dbd6581ac branch December 24, 2024 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file flutter_app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant