changelog_bubbler 0.2.1 changelog_bubbler: ^0.2.1 copied to clipboard
Compiles changelogs from this package and every sub-package (between specified refs)
We analyzed this package 27 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/m-skolnick/changelog_bubbler.dart
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: changelog_bubbler
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
0 out of 0 API elements (100.0 %) have documentation comments.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Linux
-
✓ macOS
-
✓ Windows
These platforms are not supported:
Android
Cannot assign Android automatically to a binary only package.
iOS
Cannot assign iOS automatically to a binary only package.
Web
Cannot assign Web automatically to a binary only package.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:changelog_bubbler/src/bubbler_shell.dart
that imports:package:process_run/shell.dart
that imports:package:process_run/utils/process_result_extension.dart
that imports:package:process_run/src/lines_utils.dart
that imports:package:process_run/src/lines_utils_common.dart
that imports:package:process_run/src/common/import.dart
that imports:package:process_run/src/common/dartbin.dart
that imports:package:process_run/src/dartbin_impl.dart
that imports:package:process_run/src/user_config.dart
that imports:package:process_run/src/shell_utils.dart
that imports:package:process_run/src/shell_utils_common.dart
that imports:package:process_run/src/platform/platform.dart
that imports:package:process_run/src/platform/platform_stub.dart
that imports:package:process_run/src/shell_context_common.dart
that imports:package:process_run/src/shell_common.dart
that imports:package:process_run/src/io/io_import.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'whereNotNull' is deprecated and shouldn't be used. Use .nonNulls instead.
lib/src/change_manager.dart:51:57
╷
51 │ final urlSet = changedDeps.map((e) => e.trimmedUrl).whereNotNull().toSet();
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/change_manager.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
^2.0.0 |
2.6.0 | 2.6.0 |
collection |
^1.17.2 |
1.19.1 | 1.19.1 |
get_it |
^7.4.1 |
7.7.0 | 8.0.3 |
git |
^2.0.0 |
2.3.0 | 2.3.0 |
io |
^1.0.0 |
1.0.5 | 1.0.5 |
logger |
^1.3.0 |
1.4.0 | 2.5.0 |
meta |
^1.0.0 |
1.16.0 | 1.16.0 |
path |
^1.3.4 |
1.9.1 | 1.9.1 |
process_run |
^0.13.0 |
0.13.3+1 | 1.2.2+1 |
pub_semver |
^2.0.0 |
2.1.5 | 2.1.5 |
pubspec_lock_parse |
^2.2.0 |
2.2.0 | 2.2.0 |
pubspec_parse |
^1.2.3 |
1.4.0 | 1.4.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
checked_yaml |
- | 2.0.3 | 2.0.3 |
json_annotation |
- | 4.9.0 | 4.9.0 |
source_span |
- | 1.10.1 | 1.10.1 |
string_scanner |
- | 1.4.1 | 1.4.1 |
synchronized |
- | 3.3.0+3 | 3.3.0+3 |
term_glyph |
- | 1.2.2 | 1.2.2 |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^7.4.1` on get_it does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions get_it
to update the constraint.
The constraint `^1.3.0` on logger does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions logger
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.17
, Dart 3.6.0
.
Check the analysis log for details.