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

fix(deps): update dependency rxjs to v7 #1836

Merged
merged 2 commits into from
Dec 22, 2021
Merged

fix(deps): update dependency rxjs to v7 #1836

merged 2 commits into from
Dec 22, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rxjs (source) 6.6.7 -> 7.4.0 age adoption passing confidence

Release Notes

reactivex/rxjs

v7.4.0

Compare Source

Features

7.3.1 (2021-10-01)

Bug Fixes
  • Schedulers: Throwing a falsy error in a scheduled function no longer results in strange error objects. (#​6594) (c70fcc0)
  • scheduling with Rx-provided schedulers will no longer leak action references (#​6562) (ff5a748), closes #​6561
  • forkJoin: now finalizes sources before emitting (#​6546) (c52ff2e), closes #​4914
  • observeOn: release action references on teardown (321d205)
  • types: update schedule signature overload (c61e57c)

v7.3.1

Compare Source

Bug Fixes
  • Schedulers: Throwing a falsy error in a scheduled function no longer results in strange error objects. (#​6594) (c70fcc0)
  • scheduling with Rx-provided schedulers will no longer leak action references (#​6562) (ff5a748), closes #​6561
  • forkJoin: now finalizes sources before emitting (#​6546) (c52ff2e), closes #​4914
  • observeOn: release action references on teardown (321d205)
  • types: update schedule signature overload (c61e57c)

v7.3.0

Compare Source

Bug Fixes
Features
  • retry: Now supports configurable delay as a named argument (#​6421) (5f69795)
  • tap: Now supports subscribe, unsubscribe, and finalize handlers (#​6527) (eb26cbc)

v7.2.0

Compare Source

Bug Fixes
  • debounceTime: unschedule dangling task on unsubscribe before complete (#​6464) (7ab0a4c)
  • fromEvent: Types now properly infer when resultSelector is provided (#​6447) (39b9d81)
Features
  • Operators are all exported at the top level, from "rxjs". From here on out, we encourage top-level imports with RxJS. Importing from rxjs/operators will be deprecated soon. (#​6488) (512adc2), closes #​6242

v7.1.0

Compare Source

Bug Fixes
  • returned operator functions from multicast operators share, publish, publishReplay are now referentially transparent. Meaning if you take the result of calling publishReplay(3) and pass it to more than one observable's pipe method, it will behave the same in each case, rather than having a cumulative effect, which was a regression introduced sometime in version 6. If you required this broken behavior, there is a workaround posted here (#​6410) (e2f2e51), closes /github.com/ReactiveX/rxjs/pull/6410#issuecomment-846087374 #​5411
Features
  • All subjects now have an observed property. This will allow users to check whether a subject has current subscribers without us allowing access to the observers array, which is going to be made private in future versions. (#​6405) (f47425d)
  • groupBy: Support named arguments, support ObservableInputs for duration selector (#​5679) (7a99397)
  • share: use another observable to control resets (#​6169) (12c3716)

7.0.1 (2021-05-12)

Bug Fixes
  • bindCallback: resulting function now recreated underlying Subject and is reusable once again. (#​6369) (abf2bc1)
  • retry: properly handles retry counts smaller than 1. (#​6359) (e797bd7)
  • share: properly closes synchronous "firehose" sources. (#​6370) (2271a91)
  • Observable teardowns now properly called if useDeprecatedSynchronousErrorHandling is true. (#​6365) (e19e104), closes #​6364
  • Subscription: properly release parent subscriptions when unsubscribed. (#​6352) (88331d2), closes #​6351 #​6351
  • node: do not reference DOM-related imports to assist in node usage. (#​6305) (b24818e), closes #​6297

v7.0.1

Compare Source

Bug Fixes
  • bindCallback: resulting function now recreated underlying Subject and is reusable once again. (#​6369) (abf2bc1)
  • retry: properly handles retry counts smaller than 1. (#​6359) (e797bd7)
  • share: properly closes synchronous "firehose" sources. (#​6370) (2271a91)
  • Observable teardowns now properly called if useDeprecatedSynchronousErrorHandling is true. (#​6365) (e19e104), closes #​6364
  • Subscription: properly release parent subscriptions when unsubscribed. (#​6352) (88331d2), closes #​6351 #​6351
  • node: do not reference DOM-related imports to assist in node usage. (#​6305) (b24818e), closes #​6297

v7.0.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 2 times, most recently from 872d51f to d67ec74 Compare October 6, 2021 23:42
@codecov-commenter
Copy link

codecov-commenter commented Dec 21, 2021

Codecov Report

Merging #1836 (d855f86) into master (135ee53) will increase coverage by 6.71%.
The diff coverage is n/a.

❗ Current head d855f86 differs from pull request most recent head af13aa0. Consider uploading reports for the commit af13aa0 to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1836      +/-   ##
============================================
+ Coverage     83.61%   90.32%   +6.71%     
+ Complexity     1245      147    -1098     
============================================
  Files           156       17     -139     
  Lines          3643      341    -3302     
  Branches        258       34     -224     
============================================
- Hits           3046      308    -2738     
+ Misses          464       18     -446     
+ Partials        133       15     -118     
Impacted Files Coverage Δ
...ric/boot/admin/server/notify/TelegramNotifier.java
.../web/client/cookies/CookieStoreCleanupTrigger.java
...java/de/codecentric/boot/admin/NotifierConfig.java
...ic/boot/admin/server/notify/PagerdutyNotifier.java
...er/notify/filter/InstanceIdNotificationFilter.java
...codecentric/boot/admin/server/utils/MediaType.java
...fig/AdminServerInstanceWebClientConfiguration.java
...boot/admin/SpringBootAdminReactiveApplication.java
.../admin/server/utils/jackson/AdminServerModule.java
...ric/boot/admin/server/notify/DingTalkNotifier.java
... and 129 more

Continue to review full report at Codecov.

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

@SteKoe SteKoe requested a review from a team December 21, 2021 16:29
@SteKoe SteKoe changed the title fix(deps): update dependency rxjs to v7 chore(deps): update dependency rxjs to v7 Dec 21, 2021
@renovate renovate bot changed the title chore(deps): update dependency rxjs to v7 fix(deps): update dependency rxjs to v7 Dec 21, 2021
@SteKoe SteKoe merged commit 11e35b1 into master Dec 22, 2021
@SteKoe SteKoe deleted the renovate/rxjs-7.x branch December 22, 2021 09:55
SteKoe added a commit that referenced this pull request Dec 22, 2021
…centric/spring-boot-admin into renovate/codecov-codecov-action-2.x

* 'renovate/codecov-codecov-action-2.x' of github.com:codecentric/spring-boot-admin: (45 commits)
  chore(deps): update codecov/codecov-action action to v2
  chore(deps): update dependency com.hazelcast:hazelcast to v4.2.4 (#1894)
  chore(deps): update dependency ch.qos.logback:logback-classic to v1.2.9 (#1892)
  chore(deps): update dependency ch.qos.logback:logback-core to v1.2.9 (#1893)
  chore(deps): update actions/cache action to v2.1.7 (#1891)
  fix(#1868): JavaScript error in startup view when using Spring Boot 2.6
  fix(deps): update dependency core-js to v3.20.0 (#1715)
  fix(deps): update dependency vue-i18n to v8.26.7 (#1811)
  chore(deps): update dependency webpack-bundle-analyzer to v4 (#1825)
  chore(deps): update jest monorepo (major) (#1827)
  chore(deps): update dependency rxjs to v7 (#1836)
  chore(deps): update d3
  chore(npm): update supported engines to node >= 15 and npm >= 7
  chore(deps): remove unused dependency css-loader (#1818)
  fix: value maybe null (#1873)
  fix: bean.aliases maybe null (#1874)
  fix(CVE-2021-43466): bump thymeleaf to 3.0.14.RELEASE (#1884)
  chore(deps): update java docker tag to v9 (#1826)
  chore(deps): update dependency org.awaitility:awaitility to v4.1.1 (#1856)
  Fix toggle button for loggers when there are more than 1 instances. (#1880)
  ...
SteKoe added a commit that referenced this pull request Dec 22, 2021
…er-3.x

* origin/master: (36 commits)
  chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 (#1896)
  chore(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.5 (#1895)
  chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3 (#1822)
  chore(deps): update codecov/codecov-action action to v2 (#1814)
  chore(deps): update dependency com.hazelcast:hazelcast to v4.2.4 (#1894)
  chore(deps): update dependency ch.qos.logback:logback-classic to v1.2.9 (#1892)
  chore(deps): update dependency ch.qos.logback:logback-core to v1.2.9 (#1893)
  chore(deps): update actions/cache action to v2.1.7 (#1891)
  fix(#1868): JavaScript error in startup view when using Spring Boot 2.6
  fix(deps): update dependency core-js to v3.20.0 (#1715)
  fix(deps): update dependency vue-i18n to v8.26.7 (#1811)
  chore(deps): update dependency webpack-bundle-analyzer to v4 (#1825)
  chore(deps): update jest monorepo (major) (#1827)
  chore(deps): update dependency rxjs to v7 (#1836)
  chore(deps): update d3
  chore(npm): update supported engines to node >= 15 and npm >= 7
  chore(deps): remove unused dependency css-loader (#1818)
  fix: value maybe null (#1873)
  fix: bean.aliases maybe null (#1874)
  fix(CVE-2021-43466): bump thymeleaf to 3.0.14.RELEASE (#1884)
  ...
SteKoe added a commit that referenced this pull request Dec 22, 2021
…r-12.x

* origin/master: (28 commits)
  chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 (#1896)
  chore(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.5 (#1895)
  chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3 (#1822)
  chore(deps): update codecov/codecov-action action to v2 (#1814)
  chore(deps): update dependency com.hazelcast:hazelcast to v4.2.4 (#1894)
  chore(deps): update dependency ch.qos.logback:logback-classic to v1.2.9 (#1892)
  chore(deps): update dependency ch.qos.logback:logback-core to v1.2.9 (#1893)
  chore(deps): update actions/cache action to v2.1.7 (#1891)
  fix(#1868): JavaScript error in startup view when using Spring Boot 2.6
  fix(deps): update dependency core-js to v3.20.0 (#1715)
  fix(deps): update dependency vue-i18n to v8.26.7 (#1811)
  chore(deps): update dependency webpack-bundle-analyzer to v4 (#1825)
  chore(deps): update jest monorepo (major) (#1827)
  chore(deps): update dependency rxjs to v7 (#1836)
  chore(deps): update d3
  chore(npm): update supported engines to node >= 15 and npm >= 7
  chore(deps): remove unused dependency css-loader (#1818)
  fix: value maybe null (#1873)
  fix: bean.aliases maybe null (#1874)
  fix(CVE-2021-43466): bump thymeleaf to 3.0.14.RELEASE (#1884)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants