upgrade: update dependency analyzer_plugin to v0.14.7#449
upgrade: update dependency analyzer_plugin to v0.14.7#449renovate[bot] wants to merge 1 commit intomainfrom
Conversation
8019852 to
d74049e
Compare
d74049e to
142efdf
Compare
142efdf to
0ac9d19
Compare
packages/nilts/pubspec.yaml
Outdated
|
|
||
| analyzer: '>=8.0.0 <9.0.0' | ||
| analyzer_plugin: ^0.13.0 | ||
| analyzer_plugin: 0.14.3 |
There was a problem hiding this comment.
🚩 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.
Was this helpful? React with 👍 or 👎 to provide feedback.
packages/nilts/pubspec.yaml
Outdated
| analyzer: '>=8.0.0 <9.0.0' | ||
| analyzer_plugin: ^0.13.0 | ||
| analyzer_plugin: 0.14.3 | ||
| analysis_server_plugin: ^0.3.0 |
There was a problem hiding this comment.
🚩 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.
Was this helpful? React with 👍 or 👎 to provide feedback.
packages/nilts/pubspec.yaml
Outdated
|
|
||
| analyzer: '>=8.0.0 <9.0.0' | ||
| analyzer_plugin: ^0.13.0 | ||
| analyzer_plugin: 0.14.3 |
There was a problem hiding this comment.
📝 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:
methodBeingCopiedparameters - not foundChangeBuilder.new'seolparameter - not foundaddDartFileEdit'simportPrefixGeneratorparameter - not foundChangeBuilder.copymethod - not foundRangeFactory.errormethod - not foundAssistContributorMixin- 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.
Was this helpful? React with 👍 or 👎 to provide feedback.
0ac9d19 to
83663e2
Compare
83663e2 to
80929f2
Compare
80929f2 to
29977c1
Compare
29977c1 to
87c2661
Compare
This PR contains the following updates:
^0.13.11→0.14.7Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dart-lang/sdk (analyzer_plugin)
v0.14.712.0.0of theanalyzerpackage.v0.14.5^11.0.0-0of theanalyzerpackage.v0.14.410.3.0-devof theanalyzerpackage.v0.14.310.1.0of theanalyzerpackage.v0.14.210.0.2of theanalyzerpackage.v0.14.110.0.1of theanalyzerpackage.v0.14.010.0.0of theanalyzerpackage.AssistContributorMixinis now a mixin.methodBeingCopiedparameters on various methods.ChangeBuilder.new's deprecatedeolparameter.ChangeBuilder.addDartFileEdit's deprecatedimportPrefixGeneratorparameter.ChangeBuilder.copymethod.RangeFactory.errormethod.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.
This PR was generated by Mend Renovate. View the repository job log.