Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2026

This PR contains the following updates:

Package Type Update Change
analyzer (source) dependencies major ^8.0.010.0.1

Release Notes

dart-lang/sdk (analyzer)

v10.0.1

  • Require version ^1.18.0 of the meta package.

v10.0.0

  • Deprecations in ClassDeclaration:
    • Properties leftBracket, members, rightBracket are deprecated; use
      body instead.
    • Properties name, typeParameters are deprecated; use namePart instead.
  • Deprecations in EnumDeclaration:
    • Properties leftBracket, constants, members, rightBracket are
      deprecated; use body instead.
    • Properties name, typeParameters are deprecated; use namePart instead.
  • Deprecations in ExtensionDeclaration:
    • Properties leftBracket, members, rightBracket are deprecated; use
      body instead.
  • Deprecations in ExtensionTypeDeclaration:
    • Properties leftBracket, constants, members, rightBracket are
      deprecated; use body instead.
    • Properties constKeyword, name, representation, typeParameters are
      deprecated; use primaryConstructor instead.
  • Breaking Change: While the deprecated members mentioned above still exist
    in the AST, their parent nodes have changed. This means that code relying on
    specific parent-child relationships for these nodes might break.
  • Breaking Change: Remove deprecated DiagnosticOrErrorListener and the
    DiagnosticOrErrorListenerExtension extension.
  • Breaking Change: Remove deprecated RecordingDiagnosticListener.onError
    and BooleanDiagnosticListener.onError methods.
  • Deprecate LintCode.new's hasPublishedDocs parameter.
  • Add RemovedAnalysisRule as the preferred way to represent removed lint
    rules. Deprecated RuleState.removed (which was the previous way to do so).
  • Deprecate ConstructorElement.isSynthetic.
    Use isOriginDeclaration, isOriginImplicitDefault,
    isOriginMixinApplication instead.
  • Deprecate TopLevelVariableElement.isSynthetic.
    Use isOriginDeclaration, isOriginGetterSetter.
  • Deprecate FieldElement.isSynthetic.
    Use isOriginDeclaration, isOriginGetterSetter,
    isOriginDeclaringFormalParameter, isOriginEnumValues instead.
  • Deprecate PropertyAccessorElement.isSynthetic.
    Use isOriginDeclaration, isOriginInterface, isOriginVariable instead.
  • Deprecate Element.isSynthetic; use isOriginXyz properties instead.
  • Deprecate LibraryElement.isSynthetic; use isOriginNotExistingFile instead.
  • Document that the class SyntacticEntity is not intended to be subclassed by
    clients.
  • Deprecate DiagnosticCode.name and DiagnosticCode.uniqueName. Use
    DiagnosticCode.lowerCaseName and DiagnosticCode.lowerCaseUniqueName
    instead.
  • Breaking Change: Remove GitPluginSource, PathPluginSource,
    PluginConfiguration, PluginSource, VersionedPluginSource from the
    public API.
  • Breaking Change: Remove deprecated
    AnalysisOptions.pluginConfigurations.

v9.0.0

  • Remove deprecated field Diagnostic.data.
  • In the method DiagnosticReporter.atOffset and the constructors
    Diagnostic.tmp and Diagnostic.forValues, remove the deprecated named
    parameter errorCode, and make the named parameter diagnosticCode
    non-nullable and required.
  • Remove deprecated DiagnosticReporter.atOffset named parameter, errorCode.
  • Remove deprecated BooleanErrorListener.
  • Remove deprecated RecordingErrorListener.
  • Remove deprecated AnalysisErrorListener.NULL_LISTENER.
  • Remove deprecated AstNodeExtension.
  • Remove deprecated NullShortableExpression.
  • Remove deprecated getters and methods from AST and element model.
  • Remove deprecated PartDirective.configurations.
  • Remove deprecated TypeDefiningElement.
  • Remove deprecated TypeAliasElement.aliasedElement.
  • Remove deprecated resolveFile2.
  • Remove deprecated ErrorCode.
  • Remove deprecated ErrorSeverity.
  • Remove deprecated ErrorType.
  • Remove deprecated AnalysisErrorListener.
  • Remove deprecated RecordingDiagnosticListener.errors.
  • Remove deprecated RecordingDiagnosticListener.getErrorForSource.
  • Deprecate BooleanDiagnosticListener.onError in favor of .onDiagnostic.
  • Deprecate RecordingDiagnosticListener.onError in favor of .onDiagnostic.
  • Deprecate DiagnosticOrErrorListener in favor of DiagnosticListener.

Configuration

📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Africa/Johannesburg, 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 Jan 7, 2026
@renovate renovate bot enabled auto-merge (squash) January 7, 2026 20:46
@renovate renovate bot force-pushed the renovate/analyzer-10.x branch from 521fd12 to 00e68db Compare January 17, 2026 01:55
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant