Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update mobile #13921

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update mobile #13921

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2024

This PR contains the following updates:

Package Type Update Change
custom_lint dev_dependencies minor ^0.6.4 -> ^0.7.0
custom_lint_builder dependencies minor ^0.6.4 -> ^0.7.0
maplibre_gl dependencies minor 0.19.0+2 -> 0.20.0
timezone dependencies minor ^0.9.2 -> ^0.10.0
video_player_android (source) dependencies minor 2.6.0 -> 2.7.16

Release Notes

invertase/dart_custom_lint (custom_lint)

v0.7.0

Compare Source

maplibre/flutter-maplibre-gl (maplibre_gl)

v0.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: maplibre/flutter-maplibre-gl@v0.19.0+2...v0.20.0

srawlins/timezone (timezone)

v0.10.0

  • Update time zone-updating script to use rearguard.zi.
  • Convert browser.dart to use package:http instead of dart:html for HTTP
    requests.
  • Time zone database updated to 2024b. For your convenience here is the
    announcement for 2024b.
flutter/packages (video_player_android)

v2.7.16

Compare Source

  • Updates internal Pigeon API to use newer features.

v2.7.15

Compare Source

  • Changes the rotation correction calculation for Android API 29+ to use
    the one that is reported by the video's format instead of the unapplied
    rotation degrees that Exoplayer does not report on Android API 21+.
  • Changes the rotation correction calculation for Android APIs 21-28 to 0
    because the Impeller backend used on those API versions correctly rotates
    the video being played automatically.

v2.7.13

Compare Source

  • When AndroidVideoPlayer attempts to operate on a textureId that is not
    active (i.e. it was previously disposed or never created), the resulting
    platform exception is more informative than a "NullPointerException".

v2.7.12

Compare Source

  • Fixes a bug where
    additional harmless but annoying warnings in the form of native stack traces
    would be printed when the app was backgrounded. There may be additional
    warnings that are not yet fixed, but this should address the
    most common case.

v2.7.11

Compare Source

  • Fixes a bug where a
    harmless but annoying warning in the form of a native stack trace would be
    printed when a previously disposed video player received a trim memory event
    (i.e. by backgrounding).

v2.7.10

Compare Source

  • Fixes a bug where
    disposing a video player (including implicitly by switching tabs or views
    in a running app) would cause native stack traces.

v2.7.9

Compare Source

  • Updates Java compatibility version to 11.

v2.7.8

Compare Source

  • Updates Pigeon for non-nullable collection type support.

v2.7.7

Compare Source

  • Removes the flag to treat warnings as errors in client builds.

v2.7.6

Compare Source

  • Fixes a bug where
    resuming a video player would cause a Bad state: Future already completed.

v2.7.5

Compare Source

  • Add a deprecation suppression in advance of a new SurfaceProducer API.

v2.7.3

Compare Source

  • Updates Media3-ExoPlayer to 1.4.1.

v2.7.2

Compare Source

  • Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.

  • Re-adds Impeller support.

v2.7.1

Compare Source

  • Updates internal Pigeon API to use newer features.

Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changelog:skip dependencies Pull requests that update a dependency file 📱mobile labels Nov 5, 2024
Copy link
Contributor Author

renovate bot commented Nov 5, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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: mobile/immich_lint/pubspec.lock
Command failed: dart pub upgrade custom_lint_builder
Because custom_lint_builder >=0.7.0 depends on custom_lint_visitor ^1.0.0 and custom_lint_visitor >=1.0.0+6.11.0 depends on analyzer 6.11.0, custom_lint_builder >=0.7.0 requires analyzer 6.11.0 or custom_lint_visitor >=1.0.0 <1.0.0+6.11.0.
And because custom_lint_visitor <1.0.0+6.11.0 depends on analyzer 6.7.0 and analyzer >=6.9.0 depends on macros >=0.1.3-main.0 <0.1.4, custom_lint_builder >=0.7.0 requires macros >=0.1.3-main.0 <0.1.4 or analyzer 6.7.0.
And because macros >=0.1.3-main.0 depends on _macros 0.3.3 from sdk which doesn't match any versions, custom_lint_builder >=0.7.0 requires analyzer 6.7.0.
So, because immich_mobile_immich_lint depends on both analyzer ^6.8.0 and custom_lint_builder ^0.7.0, version solving failed.


You can try one of the following suggestions to make the pubspec resolve:
* Consider downgrading your constraint on custom_lint_builder: dart pub add custom_lint_builder:^0.6.8
* Consider downgrading your constraint on analyzer: dart pub add analyzer:^6.7.0

File name: mobile/pubspec.lock
Command failed: flutter pub upgrade custom_lint maplibre_gl timezone video_player_android
Because immich_mobile depends on flutter_local_notifications ^17.2.1+2 which depends on timezone ^0.9.0, timezone ^0.9.0 is required.
So, because immich_mobile depends on timezone ^0.10.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on timezone: flutter pub add timezone:^0.9.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip dependencies Pull requests that update a dependency file 📱mobile
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants