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

Bump rxjs from 7.8.0 to 7.8.1 #216

Merged
merged 2 commits into from
Apr 29, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2023

Bumps rxjs from 7.8.0 to 7.8.1.

Changelog

Sourced from rxjs's changelog.

8.0.0-alpha.7 (2022-12-15)

Merged in changes from 7.8.0

8.0.0-alpha.6 (2022-12-15)

Merged in changes from 7.7.0

8.0.0-alpha.5 (2022-09-25)

Merged updates from 7.x branch

8.0.0-alpha.4 (2022-07-11)

Bug Fixes

  • add missing deprecated JSDoc tag to pluck overload signatures (#6896) (08a549b)

Features

  • Subscriber: ctor no longer deprecated. Creates safe subscribers. (ac2b001)
  • Subscriber.create: Removed. (826d807)

BREAKING CHANGES

  • Subscriber.create: Subscriber.create has been removed. Please use new Subscriber instead.

8.0.0-alpha.1 (2022-02-08)

Merged updates from 7.x branch

8.0.0-alpha.0 (2022-01-13)

Bug Fixes

  • takeWhile Boolean constructor types (#6633) (edbaf4f)
  • forEach: properly unsubs after error in next handler (#6677) (4c675b8), closes #6676
  • WebSocketSubject: handle slow WebSocket close (#6708) (bf3831b), closes #4650 #3935
  • RxJS now supports tslib 2.x, rather than just 2.1.x (#6692) (d5d98bc), closes #6689
  • schedulers will no longer error while rescheduling and unsubscribing during flushes (7f9c8d3), closes #6672

Features

  • empty: removed deprecated empty function. (9bab0d0)
  • forEach: Removed PromiseCtor argument (#6736) (b7ba41c)
  • never: remove never function (25cdca6)
  • Notification: Removed Notification class. (ca4d42a)
  • Observable.create: removed (#6602) (fb94ee8)
  • subscribe: Removed deprecated fn, fn, fn call pattern. (#6757) (ef59c7e)
  • tap: Removed deprecated tap(fn, fn, fn) call pattern. (#6759) (2c0b3e5)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.8.0 to 7.8.1.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/commits)

---
updated-dependencies:
- dependency-name: rxjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 26, 2023
@czprz czprz merged commit fc7d1ef into main Apr 29, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rxjs-7.8.1 branch April 29, 2023 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant