upgrade: update dependency analyzer_plugin to ^0.14.0#449
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
upgrade: update dependency analyzer_plugin to ^0.14.0#449renovate[bot] wants to merge 1 commit intomainfrom
renovate[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.
📝 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
87c2661 to
cdbc7b1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.13.11→^0.14.0Warning
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.