Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(deps): update dependency fp-ts to ^2.16.9 #173

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fp-ts ^2.11.4 -> ^2.16.9 age adoption passing confidence

Release Notes

gcanti/fp-ts (fp-ts)

v2.16.9

Compare Source

Polish

Support strictBuiltinIteratorReturn, #​1949

v2.16.8

Compare Source

Polish

Remove useless pure comment, closes #​1937

v2.16.7

Compare Source

Polish

Add tap for Identity #​1943

v2.16.6

Compare Source

Polish

Allow dependencies to be widen when using orLeft #​1938

v2.16.5

Compare Source

Polish

Resolved a RangeError where the maximum call stack size was exceeded when invoking chainWithIndex, #​1931

v2.16.4

Compare Source

Polish

Fix __PURE__ annotation placement, closes #​1926

v2.16.3

Compare Source

Polish

Either.ts: toError: Don't fail when a value can't be converted to a primitive, #​1924

v2.16.2

Compare Source

Polish

Fix "__PURE__" annotation placement #​1919, closes #​1916

v2.16.1

Compare Source

Bug Fix

  • fix type signature of ReaderTaskEither.tapReaderIO, #​1895

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


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.

@renovate renovate bot requested a review from fuxingloh as a code owner August 20, 2022 07:39
@renovate renovate bot added the kind/dependencies Pull requests that update a dependency file label Aug 20, 2022
@codecov
Copy link

codecov bot commented Aug 20, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.36%. Comparing base (c3dc330) to head (fe7ddb1).

Current head fe7ddb1 differs from pull request most recent head 73b87d4

Please upload reports for the commit 73b87d4 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #173   +/-   ##
=======================================
  Coverage   98.36%   98.36%           
=======================================
  Files          14       14           
  Lines         552      552           
  Branches      153      153           
=======================================
  Hits          543      543           
  Misses          9        9           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.12.2 bump(deps): update dependency fp-ts to ^2.12.3 Aug 31, 2022
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.12.3 bump(deps): update dependency fp-ts to ^2.13.0 Oct 17, 2022
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.13.0 bump(deps): update dependency fp-ts to ^2.13.1 Oct 17, 2022
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.13.1 Update dependency fp-ts to ^2.13.1 Dec 17, 2022
@renovate renovate bot changed the title Update dependency fp-ts to ^2.13.1 bump(deps): update dependency fp-ts to ^2.13.1 Dec 17, 2022
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.13.1 bump(deps): update dependency fp-ts to ^2.13.2 Apr 19, 2023
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.13.2 bump(deps): update dependency fp-ts to ^2.14.0 Apr 20, 2023
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.14.0 bump(deps): update dependency fp-ts to ^2.15.0 May 8, 2023
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.15.0 bump(deps): update dependency fp-ts to ^2.16.0 May 25, 2023
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.16.0 bump(deps): update dependency fp-ts to ^2.16.1 Jul 27, 2023
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.16.1 bump(deps): update dependency fp-ts to ^2.16.2 Jan 3, 2024
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.16.2 bump(deps): update dependency fp-ts to ^2.16.3 Mar 11, 2024
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.16.3 bump(deps): update dependency fp-ts to ^2.16.4 Mar 18, 2024
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.16.4 bump(deps): update dependency fp-ts to ^2.16.5 Mar 25, 2024
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.16.5 bump(deps): update dependency fp-ts to ^2.16.6 May 19, 2024
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.16.6 bump(deps): update dependency fp-ts to ^2.16.7 Jun 29, 2024
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.16.7 bump(deps): update dependency fp-ts to ^2.16.8 Jul 7, 2024
@renovate renovate bot changed the title bump(deps): update dependency fp-ts to ^2.16.8 bump(deps): update dependency fp-ts to ^2.16.9 Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants