Skip to content

Versions and build_test 3.0.0 fixes. #817

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 5.4.7-wip
## 5.5.0

* Switch to `build` 3.0.0.
* Require Dart SDK ^3.7.0.

## 5.4.6
Expand Down
20 changes: 14 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mockito
version: 5.4.6
version: 5.5.0
description: >-
A mock framework inspired by Mockito with APIs for Fakes, Mocks,
behavior verification, and stubbing.
Expand All @@ -14,21 +14,29 @@ environment:

dependencies:
analyzer: '>=6.9.0 <8.0.0'
build: ^2.4.1
build: ^3.0.0-dev
code_builder: ^4.5.0
collection: ^1.19.0
dart_style: '>=2.3.7 <4.0.0'
matcher: ^0.12.16
meta: ^1.15.0
path: ^1.9.0
source_gen: ">=1.4.0 <3.0.0"
source_gen: ^3.0.0-dev
test_api: ">=0.6.1 <0.8.0"

dev_dependencies:
build_runner: ^2.4.11
build_test: ^2.1.7
build_web_compilers: ^4.0.11
build_runner: ^2.5.0
build_test: ^3.0.0
build_web_compilers: ^4.2.0
http: ^1.0.0
lints: ^5.1.0
logging: ^1.0.0
package_config: ^2.1.1
test: ^1.24.4

dependency_overrides:
source_gen:
git:
url: https://github.com/dart-lang/source_gen
path: source_gen
ref: 6c9702e7152e61b16c8adec3f3011bda738b0e29
Loading