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

build(deps-dev): Bump rxjs from 8.0.0-alpha.9 to 8.0.0-alpha.10 #316

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2023

Bumps rxjs from 8.0.0-alpha.9 to 8.0.0-alpha.10.

Changelog

Sourced from rxjs's changelog.

8.0.0-alpha.10 (2023-05-25)

Bug Fixes

  • asapScheduler: No longer stops after scheduling twice during flush (#7198) (414a692), closes ReactiveX#7196
  • buffer: subscribe to the closing notifier before the source (#7185) (f37be62)
  • elementAt: Reentrant errors no longer supercede results (6146604), closes #5487
  • first/take: behave properly with reentrant errors and completions (65bff45), closes #5487
  • forkJoin: the first empty source will now cause an EmptyError (#7266) (4ca507a), closes #5561
  • groupBy: will no longer leak inner subscriptions (#7252) (9ed27bf), closes #6805
  • subjects: All subjects will now correctly be closed after complete() and error(). Removed ObjectUnsubscribedError. Unsubscribed subjects will no longer throw. (c71d2fc), closes #7200 #7209
  • takeWhile: reentrant errors and completions behave properly (f83d7e3), closes #5487
  • throttle: properly handle default ThrottleConfig values (#7176) (b7a4e94)
  • windowWhen: don't signal on complete (67992c4), closes #6876

Features

  • ajax: Drop IE support (#7184) (4e14361)
  • combineLatest: remove deprecated combineLatest scheduler signature (82bff35)
  • combineLatest: remove deprecated spread signature (#7168) (f03c8bf)
  • combineLatest: removed deprecated combineLatest operator (d6bf2cb)
  • concat: removed deprecated concat operator (#7162) (3807dae)
  • concatMap: removed deprecated concatMap(project, resultSelector) call pattern (674bf01)
  • concatMapTo: removed deprecated concatMapTo(observable, resultSelector) call pattern (d552e22)
  • endWith: removed deprecated endWith(value, scheduler) call pattern (#7163) (1ad9425)
  • exhaustMap: removed deprecated exhaustMap(project, resultSelector) call pattern (04269d4)
  • find: removed deprecated find(predicate, thisArg) call pattern (25215c7)
  • findIndex: removed deprecated findIndex(predicate, thisArg) call pattern (cd54089)
  • from: Remove deprecated scheduler signature. (f64eb63)
  • map: removed deprecated map(project, thisArg) call pattern (#7158) (d7eab2b)
  • mergeMap: removed deprecated mergeMap(project, resultSelector) call pattern (8f9a5e3)
  • mergeMapTo: removed deprecated mergeMapTo(observable, resultSelector) call pattern (b5a91c9)
  • observable: removed deprecated pairs function (071b448)
  • Observable: now implements Symbol.asyncIterator (#7189) (256ab5c)
  • Observable: RxJS doesn't even lift. (#7202) (e0bdccf), closes #7201
  • of: removed deprecated of(...values, scheduler) call pattern (#7220) (458cbe9)
  • operate: Adds new subscriber chaining mechanism for operator creation (804e9c7)
  • operator: removed deprecated combineAll operator (981c9c8)
  • operator: removed deprecated exhaust operator (6965b8a)
  • operator: removed deprecated flatMap operator (099a4f1)
  • operator: removed deprecated merge operator (f97c73d)
  • operator: removed deprecated multicast operator (709be5a)
  • operator: removed deprecated onErrorResumeNext operator (de7becf)
  • operator: removed deprecated pluck operator (fd1936d)
  • operator: removed deprecated publish operator (2cd2b88)
  • operator: removed deprecated publishBehavior operator (a65f878)
  • operator: removed deprecated publishLast operator (3ea5f99)
  • operator: removed deprecated publishReplay operator (5dd12e4)
  • operator: removed deprecated race operator (8fd5ced)
  • operator: removed deprecated refCount operator (e477847)

... (truncated)

Commits
  • 7d16b8f chore(commit): 8.0.0-alpha.10
  • 673ae41 chore: correct version in package.json
  • bbdce3b feat(startWith): remove deprecated scheduler signature. (#7166)
  • 4ca507a fix(forkJoin): the first empty source will now cause an EmptyError (#7266)
  • 8e86624 chore: Resolve review comments
  • 09fe94c refactor: Delete OperatorSubscriber, no longer used.
  • 5643206 test(Subject): update generic operator test to use operate function.
  • 74ff532 refactor(fetch): use new operate function.
  • c322d42 refactor(forkJoin): use new operate function.
  • bcc020b refactor(zip): use new operate function.
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> dependency will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> dependency will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Aug 9, 2023
@dependabot dependabot bot requested review from flexdevelopment, a team and unicornware August 9, 2023 03:56
@unicornware unicornware enabled auto-merge (squash) August 9, 2023 03:56
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #316 (80dfb1a) into main (530c25f) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #316   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines         4251      4251           
  Branches       150       150           
=========================================
  Hits          4251      4251           
Flag Coverage Δ
node16 100.00% <ø> (ø)
node18 100.00% <ø> (ø)
node19 100.00% <ø> (ø)
node20 100.00% <ø> (ø)
Components Coverage Δ
cli 100.00% <ø> (ø)
config 100.00% <ø> (ø)
internal 100.00% <ø> (ø)
plugins 100.00% <ø> (ø)
utils 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d6c9df4...80dfb1a. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rxjs-8.0.0-alpha.10 branch from 0b2cd15 to c017ccd Compare August 9, 2023 04:07
flexdevelopment
flexdevelopment previously approved these changes Aug 9, 2023
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@unicornware unicornware dismissed flexdevelopment’s stale review August 9, 2023 04:37

The merge-base changed after approval.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rxjs-8.0.0-alpha.10 branch 2 times, most recently from 98a151b to 88c8b91 Compare August 9, 2023 04:56
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Bumps [rxjs](https://github.com/reactivex/rxjs) from 8.0.0-alpha.9 to 8.0.0-alpha.10.
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@8.0.0-alpha.9...8.0.0-alpha.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rxjs-8.0.0-alpha.10 branch from 88c8b91 to 80dfb1a Compare August 9, 2023 05:02
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@unicornware unicornware merged commit 134b3a8 into main Aug 9, 2023
27 checks passed
@unicornware unicornware deleted the dependabot/npm_and_yarn/rxjs-8.0.0-alpha.10 branch August 9, 2023 05:05
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:dependencies dependency updates type:build changes to the build system or external dependencies
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants