dart-code-checker / dart-code-metrics

Software analytics tool that helps developers analyse and improve software quality.
https://dcm.dev
Other
860 stars 265 forks source link

Support latest analyzer 5.10.0 #1216

Closed asaarnak closed 1 year ago

asaarnak commented 1 year ago

image

asaarnak commented 1 year ago

Our analyzer update is blocked: image

asaarnak commented 1 year ago

Seems like there is a pull request already: #1214

asaarnak commented 1 year ago

Maybe we should use ^5.1.0 instead of ">=5.1.0 <5.9.0" in this dependency as it shouldn't be breaking change?

incendial commented 1 year ago

Maybe we should use ^5.1.0 instead of ">=5.1.0 <5.9.0" in this dependency as it shouldn't be breaking change?

It's not possible due to the analyzer not following the semver. Sometimes breaking changes can appear in minor releases.

incendial commented 1 year ago

Available in 5.7.1

asaarnak commented 1 year ago

Maybe we should use ^5.1.0 instead of ">=5.1.0 <5.9.0" in this dependency as it shouldn't be breaking change?

It's not possible due to the analyzer not following the semver. Sometimes breaking changes can appear in minor releases.

Ok, thanks! How often this happens?

incendial commented 1 year ago

Have no idea, but what matters is that it happens