Skip to content

fix(deps): update dependency analyzer to v7.7.1#30

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/analyzer-7.x
Open

fix(deps): update dependency analyzer to v7.7.1#30
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/analyzer-7.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Apr 20, 2025

This PR contains the following updates:

Package Type Update Change
analyzer (source) dependencies minor 7.3.07.7.1

Release Notes

dart-lang/sdk (analyzer)

v7.7.0

  • Deprecated HasSinceSdkVersion, use Element2.sinceSdkVersion.

v7.6.0

  • Deprecated VariableElement.constantInitializer2, use constantInitializer instead.
  • Deprecated VariableFragment.initializer, use VariableElement.constantInitializer instead.
  • Deprecated ConstantInitializer.

v7.5.9

  • Deprecated JoinPatternVariableFragment.isConsistent and variables2.
    Use corresponding properties of JoinPatternVariableElement2 instead.

v7.5.8

v7.5.7

  • Deprecate LocalVariableFragment.nameOffset, use nameOffset2 instead.

v7.5.6

  • Deprecate EnumFragment.constants2, use EnumElement2.constants2 instead.

v7.5.5

  • Deprecate LocalVariableElement.hasInitializer and LocalVariableFragment.hasInitializer.
    This property is not useful and was not de-facto used.

v7.5.4

  • Deprecate PromotableFragment and PromotableElement.
    These interfaces are implementation details.

v7.5.3

  • Deprecate AugmentedExpression and AugmentedInvocation.
    This feature was removed from the specification.

v7.5.2

  • Deprecate LibraryElement.identifier, use uri instead.
  • Deprecate LibraryElement2.identifier, use uri instead.

v7.5.1

  • Deprecate ConstantEvaluationTarget itself, and its methods.
  • Deprecate methods of already deprecated AnalysisTarget.
  • Generate api.txt manifest.

v7.5.0

  • Deprecate methods inherited by ElementAnnotation from ConstantEvaluationTarget.
  • In the next major version ElementAnnotation will stop implementing ConstantEvaluationTarget.
  • Add ElementAnnotation.libraryFragment, as the replacement for the
    deprecations above. It provides enough information about the location.

v7.4.6

  • Deprecate PropertyAccessorFragment.variable3.
    Use PropertyAccessorElement2.variable3 instead.
  • Deprecate PropertyInducingFragment.getter2.
    Use PropertyInducingElement2.getter2 instead.
  • Deprecate PropertyInducingFragment.setter2.
    Use PropertyInducingElement2.setter2 instead.

v7.4.5

v7.4.4

v7.4.3

v7.4.2

v7.4.1

  • Restore InstanceElement.augmented getter.
    This API was removed in 7.4.0 under the assumption that its removal would
    not be a breaking change, because it was marked as @experimental.
    But it turns out that some clients had been published to pub that relied
    on it. So, these APIs were restored, and implemented on top of Element2.

v7.4.0

  • Updated SDK constraint to ^3.5.0.
  • Deprecated element model V1.
    See migration guide.

Configuration

📅 Schedule: Branch creation - "before 10am on Monday" 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 added the deps label Apr 20, 2025
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Apr 20, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade analyzer
Note: matcher is pinned to version 0.12.19 by flutter_test from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because pana 0.22.18 depends on test ^1.25.14 and test >=1.29.0 depends on analyzer >=8.0.0 <11.0.0, pana 0.22.18 requires analyzer >=8.0.0 <11.0.0 or test >=1.25.14 <1.29.0.
And because test >=1.28.0 <1.30.0 depends on matcher >=0.12.16 <0.12.19 and test >=1.25.13 <1.28.0 depends on matcher >=0.12.16 <0.12.18, pana 0.22.18 requires analyzer >=8.0.0 <11.0.0 or matcher >=0.12.16 <0.12.19.
And because every version of flutter_test from sdk depends on matcher 0.12.19 and sangria_lints depends on analyzer 7.7.1, pana 0.22.18 is incompatible with flutter_test from sdk.
So, because sangria_lints depends on both flutter_test from sdk and pana 0.22.18, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Try an upgrade of your constraints: flutter pub upgrade --major-versions
Failed to update packages.

@renovate renovate Bot force-pushed the renovate/analyzer-7.x branch from 4500284 to 23c7c58 Compare April 22, 2025 23:51
@renovate renovate Bot changed the title fix(deps): update dependency analyzer to v7.4.1 fix(deps): update dependency analyzer to v7.4.4 Apr 22, 2025
@renovate renovate Bot force-pushed the renovate/analyzer-7.x branch from 23c7c58 to 206f191 Compare May 9, 2025 20:10
@renovate renovate Bot changed the title fix(deps): update dependency analyzer to v7.4.4 fix(deps): update dependency analyzer to v7.4.5 May 9, 2025
@renovate renovate Bot force-pushed the renovate/analyzer-7.x branch from 206f191 to c7fed75 Compare July 5, 2025 12:13
@renovate renovate Bot changed the title fix(deps): update dependency analyzer to v7.4.5 fix(deps): update dependency analyzer to v7.5.4 Jul 5, 2025
@renovate renovate Bot force-pushed the renovate/analyzer-7.x branch from c7fed75 to 46e5a9a Compare July 12, 2025 20:06
@renovate renovate Bot changed the title fix(deps): update dependency analyzer to v7.5.4 fix(deps): update dependency analyzer to v7.5.6 Jul 12, 2025
@renovate renovate Bot force-pushed the renovate/analyzer-7.x branch from 46e5a9a to 82a6aba Compare July 20, 2025 20:12
@renovate renovate Bot changed the title fix(deps): update dependency analyzer to v7.5.6 fix(deps): update dependency analyzer to v7.7.0 Jul 20, 2025
@renovate renovate Bot force-pushed the renovate/analyzer-7.x branch from 82a6aba to 58955fe Compare August 3, 2025 12:04
@renovate renovate Bot changed the title fix(deps): update dependency analyzer to v7.7.0 fix(deps): update dependency analyzer to v7.7.1 Aug 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants