jayjah / calendarific_dart

A dart package to retrieve data from calendarific API
https://pub.dev/packages/calendarific_dart
MIT License
1 stars 0 forks source link

Bump dart_code_metrics from 4.15.1 to 4.19.1 #27

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps dart_code_metrics from 4.15.1 to 4.19.1.

Release notes

Sourced from dart_code_metrics's releases.

dart_code_metrics 4.19.1

What's Changed

Full Changelog: https://github.com/dart-code-checker/dart-code-metrics/compare/4.19.0...4.19.1

dart_code_metrics 4.19.0

What's Changed

Full Changelog: https://github.com/dart-code-checker/dart-code-metrics/compare/4.18.3...4.19.0

dart_code_metrics 4.18.3

What's Changed

  • fix: fix regression in avoid-unnecessary-type-assertions by @​incendial

Full Changelog: https://github.com/dart-code-checker/dart-code-metrics/compare/4.18.2...4.18.3

dart_code_metrics 4.18.2

What's Changed

Full Changelog: https://github.com/dart-code-checker/dart-code-metrics/compare/4.18.1...4.18.2

dart_code_metrics 4.18.1

What's Changed

  • fix: fix regression in is! checks for avoid-unnecessary-type-assertions by @​incendial
  • chore: revert analyzer_plugin new api by @​incendial

Full Changelog: https://github.com/dart-code-checker/dart-code-metrics/compare/4.18.0...4.18.1

dart_code_metrics 4.18.0

What's Changed

... (truncated)

Changelog

Sourced from dart_code_metrics's changelog.

4.19.1

4.19.0

4.18.3

4.18.2

  • fix: use empty analysis options exclude to properly resolve units and speed up commands analysis.

4.18.1

4.18.0

4.18.0-dev.2

  • chore: restrict analyzer version to >=4.1.0 <4.7.0.

4.18.0-dev.1

  • chore: restrict analyzer version to >=4.1.0 <4.5.0.
  • chore: restrict analyzer_plugin version to >=0.11.0 <0.12.0.
  • feat: replace relative path in reporters output with absolute to support IDE clicks.

... (truncated)

Commits
  • ac6857a build: update version
  • 1369ced fix: make avoid-redundant-async correctly handle nullable return values (#1009)
  • 9ac53f1 fix: make avoid-wrapping-in-padding trigger only on Container widget (#1008)
  • d7ec196 build: update version
  • b235f78 feat: add static code diagnostic consistent-update-render-object (#1004)
  • e773d30 feat: add static code diagnostic check-for-equals-in-render-object-setters (#...
  • 3dd127e feat: add static code diagnostic avoid-redundant-async (#1002)
  • 1d8e535 feat: add static code diagnostic prefer-correct-test-file-name (#1000)
  • a254d6e feat: add static code diagnostic prefer-iterable-of (#999)
  • 36baaa5 chore: disable deprecated standart rule
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #32.