khoadng / Boorusama

A mobile client for booru sites built with Flutter
GNU General Public License v3.0
130 stars 8 forks source link

chore(deps): bump fast_immutable_collections from 9.1.3 to 9.1.5 #274

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fast_immutable_collections from 9.1.3 to 9.1.5.

Changelog

Sourced from fast_immutable_collections's changelog.

[9.1.5] - 2023/05/31

  • Fixed type erasure in IMap.toJson and build issue for benchmark app.

[9.1.4] - 2023/05/27

  • Removed unnecessary map creation when deserializing IMap from Json.
  • Bumped environment to '>=2.14.0 <3.0.0'

[9.1.1] - 2023/04/27

  • Function compareObject now also compares enums by their name.

[9.0.0] - 2023/02/26

  • Version bump of dependencies: collection: ^1.17.0, meta: ^1.8.0

[8.2.0] - 2023/01/30

  • IList.replaceBy method lets you define a function to transform an item at a specific index location.

[8.1.1] - 2023/01/06

  • IList.indexOf extension fix (doesn't break anymore when list is empty and start is zero).

[8.1.0] - 2022/11/27

  • Iterable.intersectsWith extension.

[8.0.0] - 2022/10/27

  • Breaking change: IList.replaceFirstWhere signature is now IList<T> replaceFirstWhere(bool Function(T item) test, T Function(T? item) replacement, {bool addIfNotFound = false}) instead of IList<T> replaceFirstWhere(bool Function(T item) test, T to, {bool addIfNotFound = false}) In case this change breaks your code, the fix is simple. Instead of something like ilist.replaceFirstWhere((String item) => item=="1", "2") do this: ilist.replaceFirstWhere((String item) => item=="1", (_) => "2")

[7.4.3] - 2022/10/05

  • Small fix: Empty lists created with the List.concat extension can be sorted.

[7.4.2] - 2022/09/19

  • Docs improvement.

[7.4.1] - 2022/05/22

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like fast_immutable_collections is up-to-date now, so this is no longer needed.