Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 10, 2019

This PR contains the following updates:

Package Type Update Change
rxjs dependencies minor 6.4.0 -> 6.5.3
rxjs devDependencies minor ~6.4.0 -> ~6.5.0

Release Notes

reactivex/rxjs

v6.5.3

Compare Source

Bug Fixes

v6.5.2

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • concat: Generic signature changed. Recommend not explicitly passing generics, just let inference do its job. If you must, cast with as.
  • of: Generic signature changed, do not specify generics, allow them to be inferred or use as
  • of: Use with more than 9 arguments, where the last argument is a SchedulerLike may result in the wrong type which includes the SchedulerLike, even though the run time implementation does not support that. Developers should be using scheduled instead
  • TS: RxJS requires TS 3.5
  • rxjs-compat: rxjs/Rx is no longer a valid import site.
  • rxjs-compat: rxjs-compat is not published for v7 (yet)
  • race: race() will no longer subscribe to subsequent observables if a provided source synchronously errors or completes. This means side effects that might have occurred during subscription in those rare cases will no longer occur.

6.5.3 (2019-09-03)

Bug Fixes

6.5.2 (2019-05-10)

Bug Fixes

6.5.1 (2019-04-23)

Bug Fixes

v6.5.1

Compare Source

Bug Fixes

v6.5.0

Compare Source

Bug Fixes
Features
  • combineLatest: deprecated rest argument and scheduler signatures (#​4641) (6661c79), closes #​4640
  • fromFetch: We now export a fromFetch static observable creation method from rxjs/fetch. Mirrors native fetch only it's lazy and cancellable via Observable interface. (#​4702) (5a1ef86)
  • forkJoin: accepts a dictionary of sources (#​4640) (b5a2ac9)
  • partition: new partition observable creation function. Old partition operator is deprecated (#​4419) (#​4685) (d5d6980)
  • scheduled: Add scheduled creation function to use to create scheduled observable of values. Deprecate scheduled versions of from, range, et al. (#​4595) (f57e1fc)
Performance Improvements

Renovate configuration

📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.

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

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

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

@forking-renovate forking-renovate bot added the target: major This PR is targeted for the next major release label May 10, 2019
@renovate-bot renovate-bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from d34b866 to 956acfa Compare May 23, 2019 17:18
@renovate-bot renovate-bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 849bbcd to 02d2a42 Compare June 6, 2019 23:04
@renovate-bot renovate-bot force-pushed the renovate/rxjs-6.x branch 4 times, most recently from 0ae096e to 21e89ba Compare June 28, 2019 19:32
@renovate-bot renovate-bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from ee12085 to f2244d0 Compare July 2, 2019 21:06
@renovate-bot renovate-bot force-pushed the renovate/rxjs-6.x branch 3 times, most recently from ef2fa2a to 33f2591 Compare July 16, 2019 15:29
@renovate-bot renovate-bot force-pushed the renovate/rxjs-6.x branch 3 times, most recently from 7a73776 to d6e0fd8 Compare July 30, 2019 23:24
@renovate-bot renovate-bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 4a02363 to c06d8e2 Compare August 12, 2019 17:29
@renovate-bot renovate-bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 0f26220 to e57b865 Compare September 3, 2019 20:51
@renovate-bot renovate-bot changed the title build: update rxjs to version 6.5.2 build: update rxjs to version 6.5.3 Sep 3, 2019
@renovate-bot renovate-bot changed the title build: update rxjs to version 6.5.3 build: update rxjs to version 6.5.3 - autoclosed Sep 24, 2019
@renovate-bot renovate-bot deleted the renovate/rxjs-6.x branch September 24, 2019 20:19
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants