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

Update dependency ix to v4 #398

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

Update dependency ix to v4 #398

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ix ^3.0.2 -> ^4.5.2 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

ReactiveX/IxJS

v4.5.2

Compare Source

Bug Fixes
  • pipethrough: fix Iterable/AsyncIterable pipeThrough signature (#​338) (58dea12)

v4.5.1

Compare Source

Bug Fixes

v4.5.0

Compare Source

Features

4.4.1 (2021-07-11)

Bug Fixes

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Bug Fixes
  • src/asynciterable/operators/batch.ts: create rejected Promise on demand (#​328) (aa40ab1), closes #​320
  • src/asynciterable/operators/timeout.ts: ensure AsyncIterable timeout operator passes its values (#​327) (f5a213a), closes #​325
Documentation
  • docs/asynciterable/creating.md: Fix async iterable docs typo s/source/sink (#​317) (084658f)
Features
  • asynciterable-operators: Add bufferCountOrTime operator (#​324) (ee7c43e)

4.3.1 (2021-03-23)

Bug Fixes
chore
  • npm-release.sh: set concurrency to 1 to work around npm publish rate limits (825bdd8)
  • saferace.ts: add unlicense to safeRace.ts (c9c0a83)

v4.3.1

Compare Source

Bug Fixes
chore
  • npm-release.sh: set concurrency to 1 to work around npm publish rate limits (825bdd8)
  • saferace.ts: add unlicense to safeRace.ts (c9c0a83)

v4.3.0

Compare Source

Bug Fixes
  • Abort: Ensure removal of event listeners from AbortSignal (#​321) (d4de33b)

v4.2.0

Compare Source

Bug Fixes
  • umd: fix the UMD bundle export names so they don't conflict and overwrite each other (#​318) (c45eaa8)

v4.1.0

Compare Source

Bug Fixes
  • operators: export withLatestFrom and withAbort AsyncIterable operators (#​313) (19915b5)
  • operators: support Array.prototype.reduce signature in Iterable scan and reduce operators again. Fixes #​311 (#​312) (1d98746)
  • repeat-spec.ts: fix unhandled-rejection error in node v15 (7d84c87)
  • takeUntil: complete iterable immediately (#​315) (#​316) (97b2ca2)
chore
  • npm-release.sh: add prompt to enter npm OTP before release (f0c111e)
  • npm-release.sh: use npm run-script instead of npx run-s in release script (b03597d)
Documentation
  • readme: fix wrong result of samples and typo (16fe9b0)

v4.0.0

Compare Source

Continuous Integration
  • travis: update to the latest npm (d53de73)
Documentation
  • AsyncIterable: Add basic async-iterable docs (11c2037)
  • creation: split creation/converting (e8dfa97)
  • IxJS: Adding basic overview (10abfdc)
Features
  • Abort: Add basic abortsignal support (a66a7c8)

  • Abort: Add basic abortsignal support (07ba58c)

  • Abort: Add more aborts (b7832a6)

  • Abort: add more throws if aborted (2a489e1)

  • Abort: fix debounce (954ce58)

  • Abort: Fix most operators (08a4c08)

  • Abort: fix reduce (6e848f1)

  • Abort: Formatting (d9e75ef)

  • Abort: Update all JSDocs (313a1b4)

  • asasynciterable: add AsyncIterableTransform stream (e3d12a1)

  • min/max: Fix min and max (37e7c0a)

  • never: Adds never (64a9c31)

  • Adding converting docs and links (6c493ae)

  • Updating through withLatestFrom (79be89c)

  • Adding docs through map (cf6a509)

Bug Fixes
  • aborterror: add Symbol.hasInstance method to AbortSignal (c9d9f1e)
  • closure: fixing indexing (8692d0c)
  • debounce: fix AsyncIterable debounce and reenable tests (480996e)
  • extremaBy: fixing extrema/minBy (297d6e4)
  • maxby-spec: fix maxby test (2699e40)
  • minification: fix test failures breaking due to aggressive closure-compiler minification (a888ce8)
  • specs: fixing tests for single (2793801)
  • tests: Fix bad max test (3a853ee)
  • tests: Fixing tests (0affef1)
  • tests: Fixing tests (c0a3e68)
  • tests: Get closure working on tests (4c0705f)
Build System
  • jest: disable jest test caching (92a1978)
  • typescript: update typescript, tslib, and google-closure-compiler versions (37d66b3)
chore
Code Refactoring
  • abortsignal: remove AbortSignal interface (8ed7fca)
Styles
  • specs: reorder expected vs. actual comparisons for error-throwing tests (3cc1d8d)
Tests
  • umd: import test utils to fix missing window global when testing webpack-minified UMD bundles (111f854)

3.0.1 (2020-02-21)

chore
Documentation

2.5.3 (2019-03-27)

Bug Fixes
  • asynciterable#memoize: ensure memoize and publish source values are only pulled once (8392c50)

  • from: ensure iterable and asynciterable from methods accept iterators (8392c50)

  • observers: widen the return type of observer fns (8392c50)

  • asynciterable#tap: add selector function overload (8392c50)

Features
  • asynciterable-pipe: add tee, pipeTo, and pipeThrough to AsyncIterable prototype (873b8fe)

  • asynciterable-toDOMStream: add AsyncIterable#toDOMStream implementation (2e00c95)

  • asynciterable-fromDOMStream: add AsyncIterable.fromDOMStream implementation (2e00c95)

2.5.2 (2019-03-04)

Bug Fixes
  • asynciterable-pipe: fix asynciterable pipe typings (2e00c95)
Features
  • asynciterable-pipe: add tee, pipeTo, and pipeThrough to AsyncIterable prototype (873b8fe)

  • asynciterable-toDOMStream: add AsyncIterable#toDOMStream implementation (2e00c95)

  • asynciterable-fromDOMStream: add AsyncIterable.fromDOMStream implementation (2e00c95)

2.5.1 (2019-01-14)

Bug Fixes
  • exports: export all iterable and asynciterable operators (1f8870f)

  • asynciterable#scanProto: allow AsyncIterable#scan selector to return R | Promise (1f8870f)


Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant