rutvik110 / flutter_audio_waveforms

A UI library for easily adding audio waveforms to your apps, with several customization options.
https://pub.dev/packages/flutter_audio_waveforms
MIT License
121 stars 28 forks source link

Bump analyzer, very_good_analysis and dart_code_metrics #35

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps analyzer, very_good_analysis and dart_code_metrics. These dependencies needed to be updated together. Updates analyzer from 2.8.0 to 5.4.0

Changelog

Sourced from analyzer's changelog.

3.0.0

Language

  • Breaking Change #50902[]: Report a compile-time error for a continue statement having an invalid target.

    As per 18.15 of the language spec, it is a compile-time error for a continue label to have a target which is not a loop (for, do and while statements) or a switch member.

    Breakage is mitigated by changing the code to have the continue label properly target a valid labeled statement.

#50902: dart-lang/sdk#50902

Libraries

dart:core

  • Breaking change #49529[]:
    • Removed the deprecated List constructor, as it wasn't null safe. Use list literals (e.g. [] for an empty list or <int>[] for an empty typed list) or [List.filled][].
    • Removed the deprecated onError argument on [int.parse][], [double.parse][], and [num.parse][]. Use the [tryParse][] method instead.
    • Removed the deprecated [proxy][] and [Provisional][] annotations. The original proxy annotation has no effect in Dart 2, and the Provisional type and [provisional][] constant were only used internally during the Dart 2.0 development process.
    • Removed the deprecated [Deprecated.expires][] getter. Use [Deprecated.message][] instead.
    • Removed the deprecated [CastError][] error. Use [TypeError][] instead.
    • Removed the deprecated [FallThroughError][] error. The kind of fall-through previously throwing this error was made a compile-time error in Dart 2.0.
    • Removed the deprecated [NullThrownError][] error. This error is never thrown from null safe code.
    • Removed the deprecated [AbstractClassInstantiationError][] error. It was made a compile-time error to call the constructor of an abstract class in Dart 2.0.
    • Removed the deprecated [CyclicInitializationError]. Cyclic dependencies are no longer detected at runtime in null safe code. Such code will fail in other ways instead, possibly with a StackOverflowError.
    • Removed the deprecated [NoSuchMethodError][] default constructor. Use the [NoSuchMethodError.withInvocation][] named constructor instead.
    • Removed the deprecated [BidirectionalIterator][] class. Existing bidirectional iterators can still work, they just don't have a shared supertype locking them to a specific name for moving backwards.

... (truncated)

Commits


Updates very_good_analysis from 2.4.0 to 4.0.0+1

Release notes

Sourced from very_good_analysis's releases.

v4.0.0+1

  • docs: minor updates to documentation in README.md

v3.1.0

Thanks to @​lsaudon for the contribution 💙

v3.0.2

  • fix: remove deprecated invariant_booleans lint
  • fix: deprecate unawaited (use unawaited from dart:async instead).

v3.0.1

  • feat: use analyzer language modes instead of deprecated strong-mode
    language:
      strict-casts: true
      strict-inference: true
      strict-raw-types: true
    

v3.0.0

Changelog

Sourced from very_good_analysis's changelog.

4.0.0+1

  • docs: minor updates to documentation in README.md

4.0.0

3.1.0

3.0.2

  • fix: remove deprecated invariant_booleans lint
  • fix: deprecate unawaited (use unawaited from dart:async instead).

3.0.1

  • feat: use analyzer language modes instead of deprecated strong-mode
    language:
      strict-casts: true
      strict-inference: true
      strict-raw-types: true
    

... (truncated)

Commits


Updates dart_code_metrics from 4.8.0 to 5.5.1

Release notes

Sourced from dart_code_metrics's releases.

dart_code_metrics 5.5.1

What's Changed

New Contributors

Full Changelog: https://github.com/dart-code-checker/dart-code-metrics/compare/5.5.0...5.5.1

dart_code_metrics 5.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/dart-code-checker/dart-code-metrics/compare/5.4.0...5.5.0

dart_code_metrics 5.4.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from dart_code_metrics's changelog.

5.5.1

5.5.0

5.4.0

5.3.0

5.2.1

  • fix: avoid null check exception in the analyzer.

5.2.0

... (truncated)

Commits


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)