-
Notifications
You must be signed in to change notification settings - Fork 24
Commit 3a89683
authored
fix(deps): update dependency fp-ts to v2.16.6 (#1004)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fp-ts](https://togithub.com/gcanti/fp-ts) | [`2.12.1` ->
`2.16.6`](https://renovatebot.com/diffs/npm/fp-ts/2.12.1/2.16.6) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>gcanti/fp-ts (fp-ts)</summary>
###
[`v2.16.6`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2166)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.16.5...89a772e95e414acee679f42f56527606f7b61f30)
**Polish**
Allow dependencies to be widen when using orLeft
[#​1938](https://togithub.com/gcanti/fp-ts/issues/1938)
###
[`v2.16.5`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2165)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/7e70370cfe1f4f416c12d5d869d47d04018d670d...2.16.5)
**Polish**
Resolved a RangeError where the maximum call stack size was exceeded
when invoking `chainWithIndex`,
[#​1931](https://togithub.com/gcanti/fp-ts/issues/1931)
###
[`v2.16.4`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2164)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/dbd420c05481020c67852c0744b8f4d15b3b80ea...7e70370cfe1f4f416c12d5d869d47d04018d670d)
**Polish**
Fix `__PURE__` annotation placement, closes
[#​1926](https://togithub.com/gcanti/fp-ts/issues/1926)
###
[`v2.16.3`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2163)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/0d5f67db78730050620271a50deaaa897bc4525b...dbd420c05481020c67852c0744b8f4d15b3b80ea)
**Polish**
`Either.ts`: `toError`: Don't fail when a value can't be converted to a
primitive, [#​1924](https://togithub.com/gcanti/fp-ts/issues/1924)
###
[`v2.16.2`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2162)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/01b8661f2fa594d6f2010573f010d358e6808d13...0d5f67db78730050620271a50deaaa897bc4525b)
**Polish**
Fix `"__PURE__"` annotation placement
[#​1919](https://togithub.com/gcanti/fp-ts/issues/1919), closes
[#​1916](https://togithub.com/gcanti/fp-ts/issues/1916)
###
[`v2.16.1`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2161)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.16.0...01b8661f2fa594d6f2010573f010d358e6808d13)
**Bug Fix**
- fix type signature of `ReaderTaskEither.tapReaderIO`,
[#​1895](https://togithub.com/gcanti/fp-ts/issues/1895)
###
[`v2.16.0`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2160)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.15.0...2.16.0)
- `tapEither` (dual) (aka `chainFirstEitherK` / `chainFirstEitherKW`)
[https://github.com/gcanti/fp-ts/pull/1864](https://togithub.com/gcanti/fp-ts/pull/1864)
- `tapIO` (dual) (aka `chainFirstIOK`)
[https://github.com/gcanti/fp-ts/pull/1865](https://togithub.com/gcanti/fp-ts/pull/1865)
- `as` / `asUnit`
[https://github.com/gcanti/fp-ts/pull/1867](https://togithub.com/gcanti/fp-ts/pull/1867)
- `tapTask` (dual) (aka `chainFirstTaskK`)
[https://github.com/gcanti/fp-ts/pull/1869](https://togithub.com/gcanti/fp-ts/pull/1869)
- `mapError` (dual) (aka `mapLeft`)
[https://github.com/gcanti/fp-ts/pull/1870](https://togithub.com/gcanti/fp-ts/pull/1870)
- `mapBoth` (dual) (aka `bimap`)
[https://github.com/gcanti/fp-ts/pull/1872](https://togithub.com/gcanti/fp-ts/pull/1872)
- `tapReader` (dual) (aka `chainFirstReaderK` / `chainFirstIReaderKW`)
[https://github.com/gcanti/fp-ts/pull/1871](https://togithub.com/gcanti/fp-ts/pull/1871)
- `tapReaderEither` (dual) (aka `chainFirstReaderEitherK` /
`chainFirstEitherKW`)
[https://github.com/gcanti/fp-ts/pull/1873](https://togithub.com/gcanti/fp-ts/pull/1873)
- `tapReaderIO` (dual) (aka `chainFirstReaderIOK`)
[https://github.com/gcanti/fp-ts/pull/1873](https://togithub.com/gcanti/fp-ts/pull/1873)
- `tapReaderTask` (dual) (aka `chainFirstReaderTaskK`)
[https://github.com/gcanti/fp-ts/pull/1873](https://togithub.com/gcanti/fp-ts/pull/1873)
- `tapTaskEither` (dual) (aka `chainFirstTaskEitherK` /
`chainFirstTaskEitherKW`)
[https://github.com/gcanti/fp-ts/pull/1873](https://togithub.com/gcanti/fp-ts/pull/1873)
- `flatMapReaderTask` (dual) (aka `chainReaderTaskK` /
`chainReaderTaskKW`)
[https://github.com/gcanti/fp-ts/pull/1874](https://togithub.com/gcanti/fp-ts/pull/1874)
- `flatMapTaskEither` (dual) (aka `chainTaskEitherK` /
`chainTaskEitherKW`)
[https://github.com/gcanti/fp-ts/pull/1874](https://togithub.com/gcanti/fp-ts/pull/1874)
- `flatMapIO` (dual) (aka `chainIOK`)
[https://github.com/gcanti/fp-ts/pull/1874](https://togithub.com/gcanti/fp-ts/pull/1874)
- `Option.orElse` (dual) (aka `alt` / `altW`)
[https://github.com/gcanti/fp-ts/pull/1868](https://togithub.com/gcanti/fp-ts/pull/1868)
- `flatMapTask` (dual) (aka `chainTaskK`)
[https://github.com/gcanti/fp-ts/pull/1876](https://togithub.com/gcanti/fp-ts/pull/1876)
- `flatMapReader` (dual) (aka `chainReaderK` / `chainReaderKW`)
[https://github.com/gcanti/fp-ts/pull/1876](https://togithub.com/gcanti/fp-ts/pull/1876)
- `flatMapReaderIO` (dual) (aka `chainReaderIOK` / `chainReaderIOKW`)
[https://github.com/gcanti/fp-ts/pull/1879](https://togithub.com/gcanti/fp-ts/pull/1879)
- `flatMap*` (aka `chain*K` / `chain*KW`)
[https://github.com/gcanti/fp-ts/pull/1880](https://togithub.com/gcanti/fp-ts/pull/1880)
###
[`v2.15.0`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2150)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.14.0...2.15.0)
**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`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2140)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.13.2...2.14.0)
**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`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2132)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.13.1...2.13.2)
- add `chainOptionKW`,
[#​1846](https://togithub.com/gcanti/fp-ts/issues/1846)
([@​DenisFrezzato](https://togithub.com/DenisFrezzato))
###
[`v2.13.1`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2131)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.13.0...2.13.1)
- **New Feature**
- new modules:
- `ReaderIO`,
[#​1738](https://togithub.com/gcanti/fp-ts/issues/1738)
([@​sukovanej](https://togithub.com/sukovanej))
- do notation:
- add `let` helpers,
[#​1725](https://togithub.com/gcanti/fp-ts/issues/1725)
([@​Punie](https://togithub.com/Punie))
- `Alternative`
- add `getAlternativeMonoid`,
[#​1717](https://togithub.com/gcanti/fp-ts/issues/1717)
([@​willheslam](https://togithub.com/willheslam))
- `function`
- `flip` is now curried,
[#​1748](https://togithub.com/gcanti/fp-ts/issues/1748)
([@​thewilkybarkid](https://togithub.com/thewilkybarkid))
- `pipeable`
- add pipeable helpers,
[#​1764](https://togithub.com/gcanti/fp-ts/issues/1764)
([@​gcanti](https://togithub.com/gcanti))
- `alt`
- `ap`
- `bimap`
- `chain`
- `compose`
- `contramap`
- `extend`
- `filter`
- `filterMap`
- `filterMapWithIndex`
- `filterWithIndex`
- `foldMap`
- `foldMapWithIndex`
- `map`
- `mapLeft`
- `mapWithIndex`
- `partition`
- `partitionMap`
- `partitionMapWithIndex`
- `partitionWithIndex`
- `promap`
- `reduce`
- `reduceRight`
- `reduceRightWithIndex`
- `reduceWithIndex`
- `ReaderTask`
- add `ReaderIO` constructors/combinators,
[#​1773](https://togithub.com/gcanti/fp-ts/issues/1773)
([@​thewilkybarkid](https://togithub.com/thewilkybarkid))
- `ReaderTaskEither`
- add `ReaderIO` constructors/combinators,
[#​1774](https://togithub.com/gcanti/fp-ts/issues/1774)
([@​thewilkybarkid](https://togithub.com/thewilkybarkid))
- `TaskEither`
- add `chainTaskOptionKW`,
[#​1744](https://togithub.com/gcanti/fp-ts/issues/1744)
([@​AmirabbasJ](https://togithub.com/AmirabbasJ))
- **Polish**
- backport from v3 some handy defaults defined in natural
transformations/combinators/constructors
([@​gcanti](https://togithub.com/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`
- add `ap` overloadings,
[#​1721](https://togithub.com/gcanti/fp-ts/issues/1721)
([@​waynevanson](https://togithub.com/waynevanson))
- `Either`
- remove useless type parameter in `exists`
([@​gcanti](https://togithub.com/gcanti))
- `ReadonlyRecord`
- fix `fromEntries` return type, closes
[#​1745](https://togithub.com/gcanti/fp-ts/issues/1745)
([@​gcanti](https://togithub.com/gcanti))
- `TaskEither`
- fix `fromPredicate` signature
([@​gcanti](https://togithub.com/gcanti))
- `These`
- add missing `fromPredicate`
([@​gcanti](https://togithub.com/gcanti))
- remove useless type parameter in `exists`
([@​gcanti](https://togithub.com/gcanti))
- `Traversable`
- add more overloadings to traverse / sequence helpers,
[#​1758](https://togithub.com/gcanti/fp-ts/issues/1758)
([@​gcanti](https://togithub.com/gcanti))
- `Writer`
- `getChain` requires a `Semigroup` instead of a `Monoid`
([@​gcanti](https://togithub.com/gcanti))
- **Deprecation**
- `function`
- deprecate uncurried `flip` function,
[#​1748](https://togithub.com/gcanti/fp-ts/issues/1748)
([@​thewilkybarkid](https://togithub.com/thewilkybarkid))
### [`v2.13.0`](https://togithub.com/gcanti/fp-ts/releases/tag/2.13.0)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.12.3...2.13.0)
##### BROKEN RELEASE
- **Experimental**
- add `exports` field to `package.json` in order to support
moduleResolution node12/nodenext,
[#​1765](https://togithub.com/gcanti/fp-ts/issues/1765)
([@​gcanti](https://togithub.com/gcanti))
### [`v2.12.3`](https://togithub.com/gcanti/fp-ts/releases/tag/2.12.3)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.12.2...2.12.3)
- **Polish**
- `Apply`
- add `ap` overloadings,
[#​1721](https://togithub.com/gcanti/fp-ts/issues/1721)
([@​waynevanson](https://togithub.com/waynevanson))
- `ReadonlyRecord`
- fix `fromEntries` return type, closes
[#​1745](https://togithub.com/gcanti/fp-ts/issues/1745)
([@​gcanti](https://togithub.com/gcanti))
- `TaskEither`
- add `chainTaskOptionKW`,
[#​1744](https://togithub.com/gcanti/fp-ts/issues/1744)
([@​AmirabbasJ](https://togithub.com/AmirabbasJ))
- 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`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#2122)
[Compare
Source](https://togithub.com/gcanti/fp-ts/compare/2.12.1...2.12.2)
- **Polish**
- `ReadonlyRecord` / `Record`
- add `Applicative4` overloadings to `traverse` / `traverseWithIndex`,
[#​1733](https://togithub.com/gcanti/fp-ts/issues/1733)
([@​mlegenhausen](https://togithub.com/mlegenhausen))
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ScaleLeap/amazon-advertising-api-sdk).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlYm90Il19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 37b5662 commit 3a89683Copy full SHA for 3a89683
2 files changed
+8
-8
lines changed+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
0 commit comments