Skip to content

upgrade: update dependency analyzer_plugin to v0.14.7#449

Open
renovate[bot] wants to merge 1 commit intomainfrom
upgrade-renovate-analyzer_plugin-0.x
Open

upgrade: update dependency analyzer_plugin to v0.14.7#449
renovate[bot] wants to merge 1 commit intomainfrom
upgrade-renovate-analyzer_plugin-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2026

This PR contains the following updates:

Package Type Update Change
analyzer_plugin (source) dependencies minor ^0.13.110.14.7

Warning

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


Release Notes

dart-lang/sdk (analyzer_plugin)

v0.14.7

  • Require version 12.0.0 of the analyzer package.

v0.14.5

  • Require version ^11.0.0-0 of the analyzer package.

v0.14.4

  • Require version 10.3.0-dev of the analyzer package.

v0.14.3

  • Require version 10.1.0 of the analyzer package.

v0.14.2

  • Require version 10.0.2 of the analyzer package.

v0.14.1

  • Require version 10.0.1 of the analyzer package.

v0.14.0

  • Require version 10.0.0 of the analyzer package.
  • AssistContributorMixin is now a mixin.
  • Remove deprecated methodBeingCopied parameters on various methods.
  • Remove ChangeBuilder.new's deprecated eol parameter.
  • Remove ChangeBuilder.addDartFileEdit's deprecated importPrefixGenerator parameter.
  • Remove the deprecated ChangeBuilder.copy method.
  • Remove the deprecated RangeFactory.error method.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Asia/Tokyo, 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 January 13, 2026 16:47
@renovate renovate bot added the dep Dependency updates or problems label Jan 13, 2026
@renovate renovate bot force-pushed the upgrade-renovate-analyzer_plugin-0.x branch from 8019852 to d74049e Compare January 20, 2026 01:55
@renovate renovate bot changed the title upgrade: update dependency analyzer_plugin to v0.14.0 upgrade: update dependency analyzer_plugin to v0.14.1 Jan 20, 2026
@renovate renovate bot force-pushed the upgrade-renovate-analyzer_plugin-0.x branch from d74049e to 142efdf Compare February 2, 2026 22:28
@renovate renovate bot changed the title upgrade: update dependency analyzer_plugin to v0.14.1 upgrade: update dependency analyzer_plugin to v0.14.2 Feb 2, 2026
devin-ai-integration[bot]

This comment was marked as resolved.

@renovate renovate bot force-pushed the upgrade-renovate-analyzer_plugin-0.x branch from 142efdf to 0ac9d19 Compare February 20, 2026 18:12
@renovate renovate bot changed the title upgrade: update dependency analyzer_plugin to v0.14.2 upgrade: update dependency analyzer_plugin to v0.14.3 Feb 20, 2026
Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 4 new potential issues.

Open in Devin Review


analyzer: '>=8.0.0 <9.0.0'
analyzer_plugin: ^0.13.0
analyzer_plugin: 0.14.3
Copy link

@devin-ai-integration devin-ai-integration bot Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 Version constraint changed from caret to exact pin

The analyzer_plugin dependency changed from ^0.13.11 (>=0.13.11 <0.14.0) to 0.14.7 (exact version). This is both a major version jump (0.13.x → 0.14.x) and a constraint style change (caret range → exact pin). The other dependencies in these same files use a mix of styles (^ for analyzer, analysis_server_plugin, etc., and exact pins for dev dependencies like test and analyzer_testing). It's worth confirming whether the exact pin is intentional here or if ^0.14.7 was intended to allow future 0.14.x patch updates, consistent with how analyzer: ^9.0.0 and analysis_server_plugin: ^0.3.1 are specified.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

analyzer: '>=8.0.0 <9.0.0'
analyzer_plugin: ^0.13.0
analyzer_plugin: 0.14.3
analysis_server_plugin: ^0.3.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 analysis_server_plugin constraint may also need updating

All three packages also depend on analysis_server_plugin: ^0.3.0. Since analyzer_plugin 0.14.x requires analyzer 10.x, the analysis_server_plugin version may also need to be checked for compatibility with analyzer 10.x. The current constraint ^0.3.0 should be verified to ensure it works with the newer analyzer version to avoid a similar version conflict.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.


analyzer: '>=8.0.0 <9.0.0'
analyzer_plugin: ^0.13.0
analyzer_plugin: 0.14.3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Info: Codebase does not use deprecated APIs removed in 0.14.0

I searched the codebase for usages of the deprecated APIs that were removed in analyzer_plugin 0.14.0 according to the release notes:

  • methodBeingCopied parameters - not found
  • ChangeBuilder.new's eol parameter - not found
  • addDartFileEdit's importPrefixGenerator parameter - not found
  • ChangeBuilder.copy method - not found
  • RangeFactory.error method - not found
  • AssistContributorMixin - not found

The codebase uses ChangeBuilder and addDartFileEdit in files like packages/nilts/lib/src/lints/unsafe_null_assertion.dart:120 and packages/nilts_clock/lib/src/lints/using_date_time_now.dart:121, but only with the non-deprecated APIs. This means the upgrade would not cause breaking changes to the Dart code itself - only the dependency resolution issue is blocking.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@renovate renovate bot force-pushed the upgrade-renovate-analyzer_plugin-0.x branch from 0ac9d19 to 83663e2 Compare February 24, 2026 17:59
@renovate renovate bot changed the title upgrade: update dependency analyzer_plugin to v0.14.3 upgrade: update dependency analyzer_plugin to v0.14.4 Feb 24, 2026
Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 0 new potential issues.

Open in Devin Review

@renovate renovate bot force-pushed the upgrade-renovate-analyzer_plugin-0.x branch from 83663e2 to 80929f2 Compare March 2, 2026 21:46
@renovate renovate bot changed the title upgrade: update dependency analyzer_plugin to v0.14.4 upgrade: update dependency analyzer_plugin to v0.14.5 Mar 2, 2026
devin-ai-integration[bot]

This comment was marked as resolved.

@renovate renovate bot force-pushed the upgrade-renovate-analyzer_plugin-0.x branch from 80929f2 to 29977c1 Compare March 14, 2026 07:24
Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 0 new potential issues.

Open in Devin Review

@renovate renovate bot force-pushed the upgrade-renovate-analyzer_plugin-0.x branch from 29977c1 to 87c2661 Compare March 20, 2026 04:59
@renovate renovate bot changed the title upgrade: update dependency analyzer_plugin to v0.14.5 upgrade: update dependency analyzer_plugin to v0.14.7 Mar 20, 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