pulumi_docker 5.2.0+1
pulumi_docker: ^5.2.0+1 copied to clipboard
A Pulumi package for interacting with Docker in Pulumi programs
We analyzed this package 44 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Could not find any pubspec.yaml in the repository.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: pulumi_docker, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
1408 out of 1826 API elements (77.1 %) have documentation comments.
Some symbols that are missing documentation: index, index.BuilderVersion.fromValue, index.BuilderVersion.wireValue, index.BuildxBuilder.childResources, index.BuildxBuilder.completionSources.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:pulumi_docker/pulumi_docker.dartthat imports:package:pulumi_docker/providers.dartthat imports:package:pulumi_docker/src/providers.dartthat imports:package:pulumi_docker/src/providers/terraform_config_args.dartthat imports:package:pulumi/pulumi.dartthat imports:package:pulumi/src/stash.dartthat imports:package:pulumi/src/resource/custom_resource.dartthat imports:package:pulumi/src/resource/resource_transformation.dartthat imports:package:pulumi/src/resource/resource_options.dartthat imports:package:pulumi/src/resource/resource_hooks.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
INFO: Unnecessary 'this.' qualifier.
lib/src/index/buildx_builder.dart:266:5
╷
266 │ this.name = registerOutput<String>('name');
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/index/buildx_builder.dart
INFO: Unnecessary 'this.' qualifier.
lib/src/index/container.dart:757:5
╷
757 │ this.name = registerOutput<String>('name');
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/index/container.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
pulumi |
^3.0.0 |
3.1.1 | 3.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 91.0.0 | 108.0.0 | |
analyzer |
- | 8.4.1 | 14.4.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
build |
- | 4.0.7 | 4.0.11 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dart_style |
- | 3.1.3 | 3.1.13 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
glob |
- | 2.2.0 | 2.2.0 | |
google_cloud |
- | 0.5.0 | 0.5.0 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 2.3.3 | 2.3.3 | |
grpc |
- | 5.1.0 | 5.1.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
package_config |
- | 2.2.0 | 3.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
protobuf |
- | 6.1.0 | 6.1.0 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
source_gen |
- | 4.2.4 | 4.3.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.6.0 | 4.6.0 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 172 errors:
IMPLEMENTS_NON_CLASS-lib/src/index/builder_version.dart:4:32- Classes and mixins can only implement other classes and mixins.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/index/buildx_builder.dart:190:11- The argument type 'ResourceOptions' can't be assigned to the parameter type 'CustomResourceOptions'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/index/buildx_builder.dart:218:16- The argument type 'ResourceOptions' can't be assigned to the parameter type 'CustomResourceOptions?'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Dart 3.13.1.
Check the analysis log for details.