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

fix(deps): update dependency fp-ts to v2.16.6 #1004

Merged
merged 1 commit into from
Jun 22, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fp-ts 2.12.1 -> 2.16.6 age adoption passing confidence

Release Notes

gcanti/fp-ts (fp-ts)

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

Configuration

📅 Schedule: Branch creation - "every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the renovatebot label May 13, 2024
@renovate renovate bot changed the title fix(deps): update dependency fp-ts to v2.16.5 fix(deps): update dependency fp-ts to v2.16.6 May 19, 2024
@renovate renovate bot enabled auto-merge (squash) June 22, 2024 03:05
@renovate renovate bot merged commit 3a89683 into master Jun 22, 2024
2 of 9 checks passed
@renovate renovate bot deleted the renovate/fp-ts-2.x branch June 22, 2024 03:05
github-actions bot pushed a commit that referenced this pull request Sep 11, 2024
## [3.8.4](v3.8.3...v3.8.4) (2024-09-11)

### Bug Fixes

* **deps:** update dependency @scaleleap/amazon-marketplaces to v17.3.1 ([#1001](#1001)) ([7fcbed5](7fcbed5))
* **deps:** update dependency agentkeepalive to v4.5.0 ([#1002](#1002)) ([37b5662](37b5662))
* **deps:** update dependency axios to v0.28.1 ([#1003](#1003)) ([ecfff0f](ecfff0f))
* **deps:** update dependency fp-ts to v2.16.6 ([#1004](#1004)) ([3a89683](3a89683))
* **deps:** update dependency fp-ts to v2.16.8 ([#1014](#1014)) ([0028c2c](0028c2c))
* **deps:** update dependency fp-ts to v2.16.9 ([#1021](#1021)) ([499e865](499e865))
* **deps:** update dependency http-status-codes to v2.3.0 ([#1005](#1005)) ([134a848](134a848))
* **deps:** update dependency io-ts to v2.2.21 ([#994](#994)) ([128f0ee](128f0ee))
* **deps:** update dependency io-ts-types to v0.5.19 ([#995](#995)) ([0f589a2](0f589a2))
* **deps:** update dependency lazy-get-decorator to v2.2.1 ([#996](#996)) ([e208f84](e208f84))
* module not found in @scaleleap/amazon-marketplaces ([#1025](#1025)) ([251bdf9](251bdf9)), closes [#1023](#1023)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants