Skip to content

Commit

Permalink
Merge #903
Browse files Browse the repository at this point in the history
903: chore(deps): update dependency @reactivex/ix-es2015-cjs to v2.4.3 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @​reactivex/ix-es2015-cjs | devDependencies | minor | `2.3.5` -> `2.4.3` | [source](https://renovatebot.com/gh/ReactiveX/IxJS) |

---

### Release Notes

<details>
<summary>ReactiveX/IxJS</summary>

### [`v2.4.3`](https://renovatebot.com/gh/ReactiveX/IxJS/releases/v2.4.3)

[Compare Source](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.4.2...v2.4.3)

New release of IxJS is now available.  This includes a number of new features and improvements to existing APIs.

#### New APIs are available

The following APIs have been added to `AsyncIterable`

-   [`batch`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/asynciterable/batch.ts)
-   [`toNodeStream`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/asynciterable/tonodestream.ts)

The following APIs have been added to `Iterable`

-   [`toNodeStream`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/iterable/tonodestream.ts)

##### API Fixes

-   [`AsyncIterable.fromNodeStream`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/asynciterable/fromnodestream.ts) has been optimized for streams and `AsyncIterables`
-   [`AsyncIterable.prototype.pipe`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/Ix.node.ts) now accepts Node.js `WritableStream` values in addition to operators.

##### Bug Fixes

-   **dependencies:** add rxjs to the production dependencies list ([54e5cf7](https://renovatebot.com/gh/ReactiveX/IxJS/commit/54e5cf7))

### [`v2.4.2`](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.4.0...v2.4.2)

[Compare Source](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.4.0...v2.4.2)

### [`v2.4.0`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/CHANGELOG.md#&#8203;240httpsgithubcomReactiveXIxJScomparev235v240-2019-01-03)

[Compare Source](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.5...v2.4.0)

##### Bug Fixes

-   **toObservable:** adds symbol-observable for rxjs interop ([273e697](https://renovatebot.com/gh/ReactiveX/IxJS/commit/273e697)), closes [#&#8203;245](https://renovatebot.com/gh/ReactiveX/IxJS/issues/245)

##### Features

-   add support for passing Node WritableStreams to `AsyncIterableX#pipe()` ([#&#8203;257](https://renovatebot.com/gh/ReactiveX/IxJS/issues/257)) ([9a1c5cc](https://renovatebot.com/gh/ReactiveX/IxJS/commit/9a1c5cc))

-   add `AsyncIterableX#toNodeStream()` ([#&#8203;257](https://renovatebot.com/gh/ReactiveX/IxJS/issues/257)) ([9a1c5cc](https://renovatebot.com/gh/ReactiveX/IxJS/commit/9a1c5cc))

-   add `AsyncIterableX#batch()` ([#&#8203;222](https://renovatebot.com/gh/ReactiveX/IxJS/issues/222)) ([9c9bd7e](https://renovatebot.com/gh/ReactiveX/IxJS/commit/9c9bd7e))

#### [2.3.5](https://renovatebot.com/gh/ReactiveX/IxJS/compare/9.2.0...v2.3.5) (2018-02-19)

##### Bug Fixes

-   **compile:** adding some missing exports to deal with typescript 2.7.x compat issue ([0b0c837](https://renovatebot.com/gh/ReactiveX/IxJS/commit/0b0c837)), closes [#&#8203;214](https://renovatebot.com/gh/ReactiveX/IxJS/issues/214)

##### Features

-   **orderby:** add piped orderby ([#&#8203;190](https://renovatebot.com/gh/ReactiveX/IxJS/issues/190)) ([aaa527a](https://renovatebot.com/gh/ReactiveX/IxJS/commit/aaa527a))

#### [2.3.4](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.3...v2.3.4) (2017-11-29)

##### Bug Fixes

-   **typings:** Fix optional predicate typings for user-defined typeguard predicates ([fedd563](https://renovatebot.com/gh/ReactiveX/IxJS/commit/fedd563))
-   **typings:** workaround typescript bugs when noImplicitAny or strictNullChecks are not true ([ce03239](https://renovatebot.com/gh/ReactiveX/IxJS/commit/ce03239))

#### [2.3.3](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.2...v2.3.3) (2017-11-21)

##### Reverts

-   **npm:** revert [`4493754`](https://renovatebot.com/gh/ReactiveX/IxJS/commit/4493754d9fbbc061347d8ef785704b61ecb486c5) ([564c600](https://renovatebot.com/gh/ReactiveX/IxJS/commit/564c600)), closes [#&#8203;163](https://renovatebot.com/gh/ReactiveX/IxJS/issues/163)

#### [2.3.2](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.1...v2.3.2) (2017-11-21)

##### Bug Fixes

-   **fromnodestream:** enable fromnodestream tests, fix minification problems ([#&#8203;156](https://renovatebot.com/gh/ReactiveX/IxJS/issues/156)) ([745d763](https://renovatebot.com/gh/ReactiveX/IxJS/commit/745d763))
-   **fromnodestream:** type fromNodeStream to accept NodeJS.ReadableStream interface ([3cbf2dd](https://renovatebot.com/gh/ReactiveX/IxJS/commit/3cbf2dd))
-   **FromObservableAsyncIterable:** Fix handling of asynchronously emitting Observables ([#&#8203;150](https://renovatebot.com/gh/ReactiveX/IxJS/issues/150)) ([2c7222c](https://renovatebot.com/gh/ReactiveX/IxJS/commit/2c7222c))
-   **readme:** fix lettable syntax ([0e46181](https://renovatebot.com/gh/ReactiveX/IxJS/commit/0e46181))

##### Features

-   **as:** Add static as convenience methods to wrap values as Async/Iterables ([#&#8203;154](https://renovatebot.com/gh/ReactiveX/IxJS/issues/154)) ([79a14c5](https://renovatebot.com/gh/ReactiveX/IxJS/commit/79a14c5))

#### [2.3.1](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.0...v2.3.1) (2017-11-08)

##### Bug Fixes

-   **single:** make iterable prototype single predicate an optional parameter again ([2bea5ab](https://renovatebot.com/gh/ReactiveX/IxJS/commit/2bea5ab)), closes [/github.com/ReactiveX/IxJS/pull/83#issuecomment-341832266](https://renovatebot.com/gh//github.com/ReactiveX/IxJS/pull/83/issues/issuecomment-341832266)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Jan 8, 2019
2 parents cabe4e1 + 8be112b commit 5ae59be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/neo-one-client-full-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@neo-one/node-core": "^1.0.1",
"@reactivex/ix-es2015-cjs": "2.3.5",
"@reactivex/ix-es2015-cjs": "2.4.3",
"@types/bn.js": "4.11.3",
"bn.js": "4.11.8",
"rxjs": "6.3.3"
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,16 @@
react-lifecycles-compat "^3.0.4"
warning "^3.0.0"

"@reactivex/ix-es2015-cjs@2.3.5", "@reactivex/ix-es2015-cjs@^2.3.5":
"@reactivex/ix-es2015-cjs@2.4.3":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@reactivex/ix-es2015-cjs/-/ix-es2015-cjs-2.4.3.tgz#9745fa341d9ee61e68fbea797cf72ab2cfba0013"
dependencies:
"@types/node" "^10.12.18"
is-stream "1.1.0"
rxjs "5.5.11"
tslib "^1.9.3"

"@reactivex/ix-es2015-cjs@^2.3.5":
version "2.3.5"
resolved "https://registry.yarnpkg.com/@reactivex/ix-es2015-cjs/-/ix-es2015-cjs-2.3.5.tgz#f50adc537e0c1fa91d68f5870bbc7e3d1ec9d327"
dependencies:
Expand Down

0 comments on commit 5ae59be

Please sign in to comment.