Skip to content

Commit feeffab

Browse files
Bump build_runner, yaml, process, meta, logging and mockito
Bumps [build_runner](https://github.com/dart-lang/build), [yaml](https://github.com/dart-lang/tools/tree/main/pkgs), [process](https://github.com/dart-lang/tools/tree/main/pkgs), [meta](https://github.com/dart-lang/sdk/tree/main/pkg), [logging](https://github.com/dart-lang/core/tree/main/pkgs) and [mockito](https://github.com/dart-lang/mockito). These dependencies needed to be updated together. Updates `build_runner` from 2.4.13 to 2.9.0 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](dart-lang/build@build_runner-v2.4.13...build_runner-v2.9.0) Updates `yaml` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/yaml-v3.1.3/pkgs) Updates `process` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/process-v5.0.5/pkgs) Updates `meta` from 1.16.0 to 1.17.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/1.17.0/pkg) Updates `logging` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/logging-v1.3.0/pkgs) Updates `mockito` from 5.4.4 to 5.5.1 - [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.5.1) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: yaml dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: process dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: meta dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: logging dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: mockito dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d42e440 commit feeffab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cipd_packages/device_doctor/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ environment:
88
dependencies:
99
args: 2.7.0
1010
file: any
11-
logging: 1.2.0
12-
meta: 1.16.0
11+
logging: 1.3.0
12+
meta: 1.17.0
1313
path: 1.9.1
1414
platform: any
15-
process: 5.0.4
15+
process: 5.0.5
1616
retry: 3.1.2
17-
yaml: 3.1.2
17+
yaml: 3.1.3
1818

1919
dev_dependencies:
20-
build_runner: 2.4.13
20+
build_runner: 2.9.0
2121
fake_async: 1.3.3
22-
mockito: 5.4.4
22+
mockito: 5.5.1
2323
test: 1.26.3

0 commit comments

Comments
 (0)