flutter_instagram
flutter_instagram copied to clipboard
Update dependency equatable to v2
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| equatable | dependencies | major | ^1.2.5 -> 2.0.7 |
Release Notes
felangel/equatable (equatable)
v2.0.7
- revert:
equalsinequatable_utils(#β190) - fix: explicitly handle num equality comparisons (#β189)
v2.0.6
- perf: improve equality comparison performance (#β173)
- docs: improve snippet in
README(#β184) - chore: upgrade example to Dart >=3.5.0
- chore: add funding and topics to
pubspec.yaml(#β176) - chore: add performance benchmarks
- chore: fix typo in inline API docs (#β170)
- refactor: simplify
toStringlogic (#β140) - docs: add nullable props example to
README - refactor: update
analysis_options.yaml(#β169) - fix: add
@immutabletoEquatableMixin(#β154)
v2.0.5
- fix: resolves
T not a subtype of type 'Comparable<dynamic>'when computinghashCode
v2.0.4
- fix: use
SplayTreeSetto resolve inconsistenthashCodefor properties of typeSet(#β142)
v2.0.3
- fix: revert
EquatableMixin== to useObject(#β122)
v2.0.2
- fix:
Mapprop with non-comparable key
v2.0.1
- fix:
hashCodeshould be the same for equal objects (Mapfix)
v2.0.0
- BREAKING: opt into null safety
- feat!: upgrade Dart SDK constraints to
>=2.12.0-0 <3.0.0
- feat!: upgrade Dart SDK constraints to
- BREAKING: stringify prints "null" for null properties instead of ""
- feat:
EquatableConfig.stringifydefaults totruein debug mode. - fix: support legacy equality overrides with
EquatableMixin - fix: iterable equality comparisons (#β101)
- fix: stringify instance with long properties (#β94)
- chore: update dependencies
collection: ^1.15.0meta: ^1.3.0
- docs: minor updates to
READMEandexample
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.
β οΈ 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 equatable
The current Dart SDK version is 2.10.5.
Because flutter_new_instagram depends on equatable >=2.0.0-nullsafety.0 which requires SDK version >=2.12.0-0 <4.0.0, version solving failed.
pub upgrade failed (1; Because flutter_new_instagram depends on equatable >=2.0.0-nullsafety.0 which requires SDK version >=2.12.0-0 <4.0.0, version solving failed.)