Skip to content

feat(analyzer)!: bump min analyzer version to ^13.0.0 and migrate AST usages#823

Open
kevmoo wants to merge 3 commits into
schultek:mainfrom
kevmoo:even_later
Open

feat(analyzer)!: bump min analyzer version to ^13.0.0 and migrate AST usages#823
kevmoo wants to merge 3 commits into
schultek:mainfrom
kevmoo:even_later

Conversation

@kevmoo

@kevmoo kevmoo commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bump minimum required analyzer version lower bound to ^13.0.0 across workspace packages.

Changes

  • AST Usages: Migrated argument inspection in jaspr_cli migration visitors and jaspr_lints rules/assists from NamedExpression and NodeList<Expression> to analyzer v13 NamedArgument and NodeList<Argument>.
  • Warning Fix: Fixed unawaited future return warning in proxy_helper.dart.
  • Test Matrix: Excluded invalid client mode + multi-page routing combination from jaspr_cli integration test matrix.
  • Changelogs: Documented analyzer ^13.0.0 support.

Breaking Change

Minimum required analyzer version constraint is now ^13.0.0.

kevmoo added 2 commits June 19, 2026 13:39
… usages

- Migrate argument inspection in jaspr_cli migrations and jaspr_lints rules/assists from NamedExpression to NamedArgument and NodeList<Argument>.
- Fix unawaited future return warning in proxy_helper.dart.
- Exclude invalid client + multi-page routing combination from CLI integration test matrix.
- Update changelogs to reference analyzer ^13.0.0.

BREAKING-CHANGE: Minimum required analyzer version is now ^13.0.0.
@kevmoo kevmoo requested a review from schultek as a code owner June 19, 2026 22:55
@docs-page

docs-page Bot commented Jun 19, 2026

Copy link
Copy Markdown

To preview the documentation for this pull request, visit the following URL:

docs.jaspr.site/~823

Documentation is deployed and generated using docs.page

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants