networkarch-flutter
networkarch-flutter copied to clipboard
Bump dart_code_metrics from 4.21.3 to 5.6.0
Bumps dart_code_metrics from 4.21.3 to 5.6.0.
Release notes
Sourced from dart_code_metrics's releases.
dart_code_metrics 5.6.0
What's Changed
- feat: add
allow-only-onceoption tono-magic-numberrule by@san-smithin dart-code-checker/dart-code-metrics#1173- chore: update bug report template by
@incendialin dart-code-checker/dart-code-metrics#1175- chore: update issue templates by
@incendialin dart-code-checker/dart-code-metrics#1176- chore: improve PR template by
@incendialin dart-code-checker/dart-code-metrics#1177- docs: remove old website by
@incendialin dart-code-checker/dart-code-metrics#1174- feat: add new rule correct-game-instantiating by
@incendialin dart-code-checker/dart-code-metrics#1163- feat: add static code diagnostic avoid-initializing-in-on-mount by
@incendialin dart-code-checker/dart-code-metrics#1165- feat: add avoid-creating-vector-in-update by
@incendialin dart-code-checker/dart-code-metrics#1166- feat: add static code diagnostic avoid-redundant-async-on-load by
@incendialin dart-code-checker/dart-code-metrics#1168- chore: remove unused code by
@incendialin dart-code-checker/dart-code-metrics#1157- fix: correctly support dartdoc tags for format-comment by
@incendialin dart-code-checker/dart-code-metrics#1182- fix: support assert(mounted) for use-setstate-synchronously by
@incendialin dart-code-checker/dart-code-metrics#1181- feat: add allow-nullable config option for avoid-returning-widgets by
@incendialin dart-code-checker/dart-code-metrics#1180- fix: fix moving to variable false positives by
@incendialin dart-code-checker/dart-code-metrics#1186- feat: add new config option by
@incendialin dart-code-checker/dart-code-metrics#1187- fix: check didChangeDependencies for avoid-unnecessary-setstate by
@incendialin dart-code-checker/dart-code-metrics#1188- fix: correctly handle dynamic type for avoid-passing-async-when-sync-expected by
@incendialin dart-code-checker/dart-code-metrics#1189- fix: correctly handle implicit type parameters for no-equal-arguments by
@incendialin dart-code-checker/dart-code-metrics#1190New Contributors
@san-smithmade their first contribution in dart-code-checker/dart-code-metrics#1173Full Changelog: https://github.com/dart-code-checker/dart-code-metrics/compare/5.5.1...5.6.0
dart_code_metrics 5.6.0-dev.1
What's Changed
- feat: add
allow-only-onceoption tono-magic-numberrule by@san-smithin dart-code-checker/dart-code-metrics#1173- chore: update bug report template by
@incendialin dart-code-checker/dart-code-metrics#1175- chore: update issue templates by
@incendialin dart-code-checker/dart-code-metrics#1176- chore: improve PR template by
@incendialin dart-code-checker/dart-code-metrics#1177- docs: remove old website by
@incendialin dart-code-checker/dart-code-metrics#1174- feat: add new rule correct-game-instantiating by
@incendialin dart-code-checker/dart-code-metrics#1163- feat: add static code diagnostic avoid-initializing-in-on-mount by
@incendialin dart-code-checker/dart-code-metrics#1165- feat: add avoid-creating-vector-in-update by
@incendialin dart-code-checker/dart-code-metrics#1166- feat: add static code diagnostic avoid-redundant-async-on-load by
@incendialin dart-code-checker/dart-code-metrics#1168New Contributors
@san-smithmade their first contribution in dart-code-checker/dart-code-metrics#1173Full Changelog: https://github.com/dart-code-checker/dart-code-metrics/compare/5.5.1...5.6.0-dev.1
dart_code_metrics 5.5.1
What's Changed
- docs(readme): update links to new docs base url path by
@arefimenkoin dart-code-checker/dart-code-metrics#1160- fix: export missing parts of public API by
@incendialin dart-code-checker/dart-code-metrics#1161- feat: support context.mounted for use-setstate-synchronously by
@incendialin dart-code-checker/dart-code-metrics#1164
... (truncated)
Changelog
Sourced from dart_code_metrics's changelog.
5.6.0
- fix: correctly handle implicit type parameters for
no-equal-arguments.- fix: correctly handle
dynamictype foravoid-passing-async-when-sync-expected.- fix: check
didChangeDependenciesforavoid-unnecessary-setstate.- fix: add new config option for
no-equal-arguments.- feat: add
allow-nullableconfig option foravoid-returning-widgets.- fix: support
assert(mounted)foruse-setstate-synchronously.- fix: correctly support dartdoc tags for
format-comment.- fix: resolve several false-positives with while loops, setters and implicit type parameters for
prefer-moving-to-variable.5.6.0-dev.1
- docs: remove old website
- feat: add static code diagnostic
correct-game-instantiating.- feat: add static code diagnostic
avoid-initializing-in-on-mount.- feat: add static code diagnostic
avoid-creating-vector-in-update.- feat: add static code diagnostic
avoid-redundant-async-on-load.5.5.1
- fix: export missing parts of public API.
- feat: support
context.mountedforuse-setstate-synchronously.- feat: add
allow-only-onceoption tono-magic-number.5.5.0
- fix: partially handle normal completion function body for
avoid-redundant-async.- fix: ignore enum constant arguments for
no-magic-number.- fix: correctly handle prefixed enums and static instance fields for
prefer-moving-to-variable.- feat: add static code diagnostic
prefer-provide-intl-description.- feat: exclude
.freezed.dartfiles by default.- fix: handle try and switch statements for
use-setstate-synchronously- chore: restrict
analyzerversion to>=5.1.0 <5.4.0.- fix: ignore method invocations in a variable declaration for
prefer-moving-to-variable.- feat: add
allow-initializedoption toavoid-late-keyword.- feat: add
ignored-typesoption toavoid-late-keyword.- fix: support tear-off methods for
check-unnecessary-nullable.- fix: correctly handle empty comment sentence for
format-comment.- feat: support type=lint suppression.
5.4.0
- feat: ignore tear-off methods for
avoid-unused-parameters.- feat: show warning for rules without config that require config to work.
- fix: correctly handle FunctionExpressions for
avoid-redundant-async.- feat: support ignoring nesting for
prefer-conditional-expressions.- fix: ignore Providers for
avoid-returning-widgets.- feat: add
use-setstate-synchronously.- fix: correctly invalidate edge cases for
use-setstate-synchronously.
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)