Skip to content

fix(deps): update dependency analyzer to v13#73

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/analyzer-13.x
Apr 22, 2026
Merged

fix(deps): update dependency analyzer to v13#73
renovate[bot] merged 1 commit intomainfrom
renovate/analyzer-13.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 22, 2026

This PR contains the following updates:

Package Type Update Change
analyzer (source) dependencies major <13.0.0<14.0.0

Release Notes

dart-lang/sdk (analyzer)

v13.0.0

  • Breaking Change: MixinFragment.superclassConstraints has been removed. Use fragment.element.superclassConstraints instead.
  • Breaking Change: DefaultFormalParameter has been removed. Default values for parameters are now represented compositionally via a defaultClause property on all FormalParameter nodes.
  • Breaking Change: SimpleFormalParameter and FunctionTypedFormalParameter have been removed and replaced by RegularFormalParameter.
  • Breaking Change: Function-typed parameters are now represented compositionally via a functionTypedSuffix property on FormalParameter.
  • Breaking Change: NormalFormalParameter has been removed from the AST hierarchy.
  • Breaking Change: AstVisitor methods visitDefaultFormalParameter, visitSimpleFormalParameter, and visitFunctionTypedFormalParameter have been removed. Use visitRegularFormalParameter instead for standard parameters.
  • Added FormalParameterDefaultClause and FunctionTypedFormalParameterSuffix AST nodes to represent parameter defaults and function-typed parameter structures.
  • Breaking Change: NamedExpression has been removed and replaced with NamedArgument in ArgumentList and RecordLiteralNamedField in RecordLiteral.
  • Breaking Change: Added Argument and RecordLiteralField AST node interfaces, which Expression now implements.
  • Breaking Change: ArgumentList.arguments now returns NodeList<Argument> instead of NodeList<Expression>.
  • Breaking Change: RecordLiteral.fields now returns NodeList<RecordLiteralField> instead of NodeList<Expression>.
  • Breaking Change: AstVisitor.visitNamedExpression has been removed. Use visitNamedArgument and visitRecordLiteralNamedField instead.
  • Breaking Change: FormalParameterElement.firstFragment and .fragments now return FormalParameterFragment (instead of specific parameter fragment subtypes like FieldFormalParameterFragment), making formal parameter fragments heterogeneous to support augmentations.
  • Added LabelReference AST node to represent references to labels without them being in the expression hierarchy.
  • Breaking Change: Label now uses a Token name instead of SimpleIdentifier label.
  • Breaking Change: BreakStatement.label and ContinueStatement.label now return LabelReference? instead of SimpleIdentifier?.

Configuration

📅 Schedule: (in timezone Africa/Johannesburg)

  • Branch creation
    • "after 9pm,before 6am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies renovate bot related dependency upgrades label Apr 22, 2026
@renovate renovate Bot enabled auto-merge (squash) April 22, 2026 20:44
@renovate renovate Bot added the dependencies renovate bot related dependency upgrades label Apr 22, 2026
@github-actions
Copy link
Copy Markdown

LCOV of commit 92e24ca during Test Package #217

  lines......: 64.1% (1606 of 2505 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

Full coverage report

@renovate renovate Bot merged commit 179b30e into main Apr 22, 2026
1 check passed
@renovate renovate Bot deleted the renovate/analyzer-13.x branch April 22, 2026 20:47
FilledStacks pushed a commit that referenced this pull request Apr 22, 2026
## [2.0.3](v2.0.2...v2.0.3) (2026-04-22)

### Bug Fixes

* **deps:** update dependency analyzer to v13 ([#73](#73)) ([179b30e](179b30e))
@FilledStacks
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

dependencies renovate bot related dependency upgrades released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant