Skip to content

Commit

Permalink
Raise DDC to ^0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akaiser committed Apr 6, 2024
1 parent 4971e49 commit 51a2e08
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.1.6

- Raise DDC version to `^0.1.4`. // TODO
- Raise DDC version to `^0.1.4`.
- Require Dart `^3.3.0`.

## 0.1.5
Expand Down
2 changes: 1 addition & 1 deletion lib/src/deps_unused/deps_unused_checker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DepsUnusedChecker extends lib.DepsUnusedChecker with CheckWithExitMixin {
final messagePrefix = params.fix ? 'Fixed' : 'Found';
logger.warn('== $messagePrefix unused packages ==');
logger.warn('Path: ${params.path}/pubspec.yaml');
_printDependencies('Dependencies', results.dependencies);
_printDependencies('Dependencies', results.mainDependencies);
_printDependencies('Dev Dependencies', results.devDependencies);
return 1;
}
Expand Down
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ packages:
dependency: "direct dev"
description:
name: build_runner
sha256: "581bacf68f89ec8792f5e5a0b2c4decd1c948e97ce659dc783688c8a88fbec21"
sha256: "3ac61a79bfb6f6cc11f693591063a7f19a7af628dc52f141743edac5c16e8c22"
url: "https://pub.dev"
source: hosted
version: "2.4.8"
version: "2.4.9"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -109,10 +109,10 @@ packages:
dependency: transitive
description:
name: built_value
sha256: fedde275e0a6b798c3296963c5cd224e3e1b55d0e478d5b7e65e6b540f363a0e
sha256: c7913a9737ee4007efedaffc968c049fd0f3d0e49109e778edc10de9426005cb
url: "https://pub.dev"
source: hosted
version: "8.9.1"
version: "8.9.2"
checked_yaml:
dependency: transitive
description:
Expand Down Expand Up @@ -165,10 +165,10 @@ packages:
dependency: "direct main"
description:
name: dart_dependency_checker
sha256: e3685da758e2a0a44156e6c739ad6b2fc0b9ef7b184a32ab2e18c673bd365ee9
sha256: "571edf086a9401d4b53b4e2fa4d1a4c6882b24700b02fbe784e6c70d0066c986"
url: "https://pub.dev"
source: hosted
version: "0.1.3"
version: "0.1.4"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -205,10 +205,10 @@ packages:
dependency: transitive
description:
name: frontend_server_client
sha256: "408e3ca148b31c20282ad6f37ebfa6f4bdc8fede5b74bc2f08d9d92b55db3612"
sha256: f64a0333a82f30b0cca061bc3d143813a486dc086b574bfb233b7c1372427694
url: "https://pub.dev"
source: hosted
version: "3.2.0"
version: "4.0.0"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -293,10 +293,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
sha256: "25dfcaf170a0190f47ca6355bdd4552cb8924b430512ff0cafb8db9bd41fe33b"
url: "https://pub.dev"
source: hosted
version: "1.12.0"
version: "1.14.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -493,10 +493,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: e7d5ecd604e499358c5fe35ee828c0298a320d54455e791e9dcf73486bc8d9f0
sha256: a75f83f14ad81d5fe4b3319710b90dec37da0e22612326b696c9e1b8f34bbf48
url: "https://pub.dev"
source: hosted
version: "14.1.0"
version: "14.2.0"
watcher:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ environment:

dependencies:
args: ^2.4.2
dart_dependency_checker: ^0.1.3
dart_dependency_checker: ^0.1.4
yaansi: ^0.9.1
yaml: ^3.1.2

dev_dependencies:
build_runner: ^2.4.8
build_runner: ^2.4.9
build_version: ^2.1.1
lints: ^3.0.0
test: ^1.25.2

0 comments on commit 51a2e08

Please sign in to comment.