Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

fix(deps): update dependency fp-ts to v2.16.0 #205

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fp-ts 2.10.5 -> 2.16.0 age adoption passing confidence

Release Notes

gcanti/fp-ts

v2.16.0

Compare Source

v2.15.0

Compare Source

New Feature

  • function
    • add LazyArg
  • add tap to
    • Either
    • IO
    • IOEither
    • IOOption
    • Option
    • Reader
    • ReaderEither
    • ReaderIO
    • ReaderTask
    • ReaderTaskEither
    • State
    • StateReaderTaskEither
    • Task
    • TaskEither
    • TaskOption
  • add flatMapNullable (dual) to
    • Either
    • IOEither
    • ReaderEither
    • ReaderTaskEither
    • StateReaderTaskEither
    • TaskEither
  • add flatMapOption (dual) to
    • Either
    • IOEither
    • ReaderEither
    • ReaderTaskEither
    • StateReaderTaskEither
    • TaskEither
  • add liftNullable to
    • Either
    • IOEither
    • ReaderEither
    • ReaderTaskEither
    • StateReaderTaskEither
    • TaskEither
  • add liftOption to
    • Either
    • IOEither
    • ReaderEither
    • ReaderTaskEither
    • StateReaderTaskEither
    • TaskEither
  • add flatMapEither (dual) to
    • IOEither
    • ReaderEither
    • ReaderTaskEither
    • TaskEither
  • Array
    • add index to flatMap
  • NonEmptyArray
    • add index to flatMap
  • ReadonlyArray
    • add index to flatMap
  • ReadonlyNonEmptyArray
    • add index to flatMap

v2.14.0

Compare Source

New Feature

  • add flatMap to
    • Either
    • IOEither
    • Reader
    • ReaderEither
    • ReaderIO
    • ReaderTask
    • ReaderTaskEither
    • StateReaderTaskEither
    • TaskEither
    • NonEmptyArray
    • ReadonlyNonEmptyArray
    • Tree
    • Array
    • Identity
    • IO
    • IOOption
    • Option
    • ReadonlyArray
    • State
    • Task
    • TaskOption

v2.13.2

Compare Source

v2.13.1

Compare Source

  • New Feature
  • Polish
    • backport from v3 some handy defaults defined in natural transformations/combinators/constructors (@​gcanti)
    • fix wrong type parameter order:
      • FromIO
        • chainIOK
      • FromTask
        • chainTaskK
        • chainFirstTaskK
      • Whiterable
        • FilterE1
      • TheseT
        • both
      • Either
        • apFirstW
        • apSecondW
      • IOEither
        • apFirstW
        • apSecondW
      • Reader
        • apFirstW
        • apSecondW
      • ReaderEither
        • apFirstW
        • apSecondW
      • ReaderTaskEither
        • apFirstW
        • apSecondW
      • StateReaderTaskEither
        • apFirstW
        • apSecondW
      • TaskEither
        • apFirstW
        • apSecondW
    • Apply
    • Either
      • remove useless type parameter in exists (@​gcanti)
    • ReadonlyRecord
    • TaskEither
    • These
    • Traversable
    • Writer
      • getChain requires a Semigroup instead of a Monoid (@​gcanti)
  • Deprecation

v2.13.0

Compare Source

BROKEN RELEASE

  • Experimental
    • add exports field to package.json in order to support moduleResolution node12/nodenext, #​1765 (@​gcanti)

v2.12.3

Compare Source

  • Polish
    • Apply
    • ReadonlyRecord
    • TaskEither
    • fix wrong type parameter order:
      • FromIO
        • chainIOK
      • FromTask
        • chainTaskK
        • chainFirstTaskK
      • Whiterable
        • FilterE1
      • TheseT
        • both
      • Either
        • apFirstW
        • apSecondW
      • IOEither
        • apFirstW
        • apSecondW
      • Reader
        • apFirstW
        • apSecondW
      • ReaderEither
        • apFirstW
        • apSecondW
      • ReaderTaskEither
        • apFirstW
        • apSecondW
      • StateReaderTaskEither
        • apFirstW
        • apSecondW
      • TaskEither
        • apFirstW
        • apSecondW

v2.12.2

Compare Source

  • Polish

v2.12.1

Compare Source

v2.12.0

Compare Source

v2.11.10

Compare Source

v2.11.9

Compare Source

v2.11.8

Compare Source

v2.11.7

Compare Source

v2.11.6

Compare Source

  • Polish
    • ReaderEither
      • orElseFirstW: intersect dependencies like orElseW (@​gcanti)
    • ReaderTaskEither

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

  • string
    • split now returns a ReadonlyNonEmptyArray
  • TaskOption
    • add missing FromEither instance
  • some signature changes in 2.11.0-rc.1 caused type inference issues
    • Array / ReadonlyArray
      • revert isOutOfBound signature change
      • revert isEmpty signature change
      • revert size signature change
    • Either
      • revert exists signature change
      • revert elem signature change
    • These
      • revert exists signature change
      • revert elem signature change
    • NonEmptyArray / ReadonlyNonEmptyArray
      • revert isOutOfBound signature change
    • Set / ReadonlySet
      • revert isEmpty signature change
      • revert size signature change
    • Map / ReadonlyMap
      • revert isEmpty signature change
      • revert size signature change

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 has been generated by Mend Renovate. View repository job log here.

@mergify mergify bot added the mergify label Jul 26, 2021
@renovate renovate bot force-pushed the renovate/fp-ts-2.x branch from 0a976cc to 8e87017 Compare July 28, 2021 11:32
@renovate renovate bot changed the title fix(deps): update dependency fp-ts to v2.11.0 fix(deps): update dependency fp-ts to v2.11.1 Jul 28, 2021
@renovate renovate bot force-pushed the renovate/fp-ts-2.x branch from 8e87017 to 3d013c0 Compare October 19, 2021 02:29
@renovate renovate bot changed the title fix(deps): update dependency fp-ts to v2.11.1 fix(deps): update dependency fp-ts to v2.11.5 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/fp-ts-2.x branch from 3d013c0 to 34ec8fc Compare March 7, 2022 12:08
@renovate renovate bot changed the title fix(deps): update dependency fp-ts to v2.11.5 fix(deps): update dependency fp-ts to v2.11.8 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/fp-ts-2.x branch from 34ec8fc to 60dd73d Compare March 26, 2022 13:47
@renovate renovate bot changed the title fix(deps): update dependency fp-ts to v2.11.8 fix(deps): update dependency fp-ts to v2.11.9 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/fp-ts-2.x branch from 60dd73d to 3d07c73 Compare April 25, 2022 00:28
@renovate renovate bot changed the title fix(deps): update dependency fp-ts to v2.11.9 fix(deps): update dependency fp-ts to v2.12.0 Apr 25, 2022
@renovate renovate bot changed the title fix(deps): update dependency fp-ts to v2.12.0 fix(deps): update dependency fp-ts to v2.12.1 May 15, 2022
@renovate renovate bot force-pushed the renovate/fp-ts-2.x branch from 3d07c73 to 65124ef Compare May 15, 2022 22:03
@renovate renovate bot force-pushed the renovate/fp-ts-2.x branch from 65124ef to 10e6588 Compare September 25, 2022 16:33
@renovate renovate bot changed the title fix(deps): update dependency fp-ts to v2.12.1 fix(deps): update dependency fp-ts to v2.12.3 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/fp-ts-2.x branch from 10e6588 to f5752f3 Compare November 20, 2022 18:45
@renovate renovate bot changed the title fix(deps): update dependency fp-ts to v2.12.3 fix(deps): update dependency fp-ts to v2.13.1 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/fp-ts-2.x branch from f5752f3 to d31a932 Compare May 28, 2023 10:08
@renovate renovate bot changed the title fix(deps): update dependency fp-ts to v2.13.1 fix(deps): update dependency fp-ts to v2.16.0 May 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants