Summary
Please widen source_gen_test's analyzer constraint to allow analyzer 14.
Current (source_gen_test 1.3.6):
analyzer: '>=9.0.0 <14.0.0'
Latest analyzer on pub.dev is 14.1.0.
Why this matters
json_serializable uses source_gen_test as a dev_dependency. Even after widening json_serializable / source_helper to allow analyzer 14, the test workspace cannot resolve analyzer 14 until source_gen_test also allows it (or tests override the dependency).
This does not block publishing/consuming json_serializable itself, but it does block CI for analyzer 14 upgrades in packages that depend on source_gen_test.
Related:
Thanks!
Summary
Please widen
source_gen_test'sanalyzerconstraint to allow analyzer 14.Current (
source_gen_test1.3.6):Latest
analyzeron pub.dev is14.1.0.Why this matters
json_serializableusessource_gen_testas a dev_dependency. Even after wideningjson_serializable/source_helperto allow analyzer 14, the test workspace cannot resolve analyzer 14 untilsource_gen_testalso allows it (or tests override the dependency).This does not block publishing/consuming
json_serializableitself, but it does block CI for analyzer 14 upgrades in packages that depend onsource_gen_test.Related:
Thanks!