Skip to content

Support analyzer 14 (widen constraint to <15.0.0) #110

Description

@cursor

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions