Skip to content

upgrade: update dependency analyzer to v14 - #507

Open
renovate[bot] wants to merge 1 commit into
mainfrom
upgrade-renovate-analyzer-14.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
upgrade-renovate-analyzer-14.x

Conversation

@renovate

@renovate renovate Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dart-lang/sdk (analyzer)

v14.4.0

  • Added experimental CompilationUnit.lookupThisType, which queries the type of
    this at an arbitrary offset within the compilation unit.
  • Removed experimental FunctionBody.lookupThisType. Use
    CompilationUnit.lookupThisType instead; unlike the removed method, it also
    works at offsets that aren't inside a function body (for example inside the
    initializer of a late instance field).

v14.3.0

  • The version 14.2.0 was retracted because of adding acccidental files.

v14.1.0

  • Internal changes only

v14.0.0

  • Breaking Change: Removed FormalParameterElement.isInitializingFormal. Use type checks (element is FieldFormalParameterElement) instead.
  • Breaking Change: Removed FormalParameterElement.isSuperFormal. Use type checks (element is SuperFormalParameterElement) instead.
  • Breaking Change: Removed PackageConfigFileBuilder from package:analyzer/utilities/package_config_file_builder.dart. Use package:analyzer_testing/package_config_file_builder.dart instead.
  • Breaking Change: Removed FormalParameterElement.formalParameters. Use FormalParameterElement.type instead.
  • Breaking Change: Removed FormalParameterElement.typeParameters. Use FormalParameterElement.type instead.

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 requested a review from ronnnnn as a code owner September 5, 2026 18:08
@renovate renovate Bot added the dep Dependency updates or problems label Sep 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dep Dependency updates or problems

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant