erosson / ch2plan

Clicker Heroes 2 skill tree planner
https://ch2.erosson.org
GNU General Public License v3.0
4 stars 3 forks source link

Bump elm-community/maybe-extra from 5.0.0 to 5.2.0 in /www #63

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps elm-community/maybe-extra from 5.0.0 to 5.2.0.

Release notes

Sourced from elm-community/maybe-extra's releases.

5.2.0

  • New functions (#50):
    • andThen2
    • andThen3
    • andThen4
  • Fix license discrepancy in README (#52)
  • Add some documentation (#54)

5.1.0

  • New functions:
    • cons : Maybe.Maybe a -> List.List a -> List.List a
    • orList : List.List (Maybe.Maybe a) -> Maybe.Maybe a
    • orListLazy : List.List (() -> Maybe.Maybe a) -> Maybe.Maybe a
    • oneOf : List.List (a -> Maybe.Maybe b) -> a -> Maybe.Maybe b
  • Rewrite and reorganize docs
  • Add tests
Commits
  • b44a991 bump to 5.2.0
  • d6bc644 Merge pull request #54 from elm-community/docs
  • f401722 andMap docs show how to do mapN and andThenN
  • 00e319d describe unwrap in terms of case
  • 882815e Merge pull request #50 from ursi/andThenN
  • aec4720 Change the implementation of andThenN
  • 56c83cb add tests
  • 4954e92 move andThenN description from andThen2 to the section
  • 4a351f5 move andThenN above Applicative Functions
  • 9eee0a2 remove andThen5
  • Additional commits viewable in compare view


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)