Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

fix(deps): update dependency collection to ^1.19.0 - autoclosed #292

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2024

This PR contains the following updates:

Package Type Update Change
collection dependencies minor ^1.18.0 -> ^1.19.0

Warning

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


Release Notes

dart-lang/collection (collection)

v1.19.0

Compare Source

  • Adds shuffled to IterableExtension.
  • Shuffle IterableExtension.sample results.
  • Fix mergeSort when the runtime iterable generic is a subtype of the static
    generic.
  • CanonicalizedMap: added constructor fromEntries.
  • Mark "mixin" classes as mixin.
  • extension IterableIterableExtension<T> on Iterable<Iterable<T>>
    • Add flattenedToList as a performance improvement over flattened.
    • Add flattenedToSet as new behavior for flattening to unique elements.
  • Deprecate transitiveClosure. Consider using package:graphs.
  • Deprecate whereNotNull() from IterableNullableExtension. Use nonNulls
    instead - this is an equivalent extension available in Dart core since
    version 3.0.
  • Require Dart ^3.4.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link
Contributor Author

renovate bot commented Jun 15, 2024

⚠️ 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 collection
Note: collection is pinned to version 1.18.0 by flutter_test from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because every version of flutter_test from sdk depends on collection 1.18.0 and pigeon depends on collection ^1.19.0, flutter_test from sdk is forbidden.
So, because pigeon depends on flutter_test from sdk, version solving failed.


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

@renovate renovate bot force-pushed the renovate/collection-1.x branch 2 times, most recently from f5c2502 to 5111ba1 Compare July 29, 2024 12:03
@renovate renovate bot force-pushed the renovate/collection-1.x branch from 5111ba1 to 26c8d9c Compare August 10, 2024 05:23
@renovate renovate bot changed the title fix(deps): update dependency collection to ^1.19.0 fix(deps): update dependency collection to ^1.19.0 - autoclosed Sep 4, 2024
@renovate renovate bot closed this Sep 4, 2024
@renovate renovate bot deleted the renovate/collection-1.x branch September 4, 2024 08:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants