Skip to content

Bump analyzer, very_good_analysis and dart_code_metrics#35

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/analyzer-and-very_good_analysis-and-dart_code_metrics-5.4.0
Open

Bump analyzer, very_good_analysis and dart_code_metrics#35
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/analyzer-and-very_good_analysis-and-dart_code_metrics-5.4.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 12, 2023

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: dart-code-checker/dart-code-metrics@5.5.0...5.5.1

dart_code_metrics 5.5.0

What's Changed

New Contributors

Full Changelog: dart-code-checker/dart-code-metrics@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)

Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg), [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) and [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics). These dependencies needed to be updated together.

Updates `analyzer` from 2.8.0 to 5.4.0
- [Release notes](https://github.com/dart-lang/sdk/releases)
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg)

Updates `very_good_analysis` from 2.4.0 to 4.0.0+1
- [Release notes](https://github.com/VeryGoodOpenSource/very_good_analysis/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/very_good_analysis/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/very_good_analysis@v2.4.0...v4.0.0)

Updates `dart_code_metrics` from 4.8.0 to 5.5.1
- [Release notes](https://github.com/dart-code-checker/dart-code-metrics/releases)
- [Changelog](https://github.com/dart-code-checker/dart-code-metrics/blob/master/CHANGELOG.md)
- [Commits](dart-code-checker/dart-code-metrics@4.8.0...5.5.1)

---
updated-dependencies:
- dependency-name: analyzer
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: very_good_analysis
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: dart_code_metrics
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants