mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Update dependency rxjs to ^7.8.2 (main) (#212184)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rxjs](https://rxjs.dev) ([source](https://redirect.github.com/reactivex/rxjs)) | dependencies | patch | [`^7.8.1` -> `^7.8.2`](https://renovatebot.com/diffs/npm/rxjs/7.8.1/7.8.2) | --- ### Release Notes <details> <summary>reactivex/rxjs (rxjs)</summary> ### [`v7.8.2`](https://redirect.github.com/reactivex/rxjs/compare/7.8.1...e5351d02e225e275ac0e497c7b66eaa5f0c88791) [Compare Source](https://redirect.github.com/reactivex/rxjs/compare/7.8.1...e5351d02e225e275ac0e497c7b66eaa5f0c88791) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNvcmUiLCJiYWNrcG9ydDpwcmV2LW1pbm9yIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
This commit is contained in:
parent
9100170e29
commit
2c883c1018
4 changed files with 7 additions and 7 deletions
|
@ -1262,7 +1262,7 @@
|
|||
"reselect": "^4.1.8",
|
||||
"resize-observer-polyfill": "1.5.1",
|
||||
"rison-node": "1.0.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"rxjs": "^7.8.2",
|
||||
"safe-squel": "^5.12.5",
|
||||
"seedrandom": "^3.0.5",
|
||||
"semver": "^7.7.1",
|
||||
|
|
|
@ -125,7 +125,7 @@ function throttle<T>(timeout: number) {
|
|||
|
||||
const emit = () => {
|
||||
if (hasValue) {
|
||||
subscriber.next(latest);
|
||||
subscriber.next(latest!);
|
||||
hasValue = false;
|
||||
latest = undefined;
|
||||
}
|
||||
|
|
|
@ -108,7 +108,7 @@ export const createKbnUrlStateStorage = (
|
|||
}
|
||||
},
|
||||
change$: <State>(key: string) =>
|
||||
new Observable((observer) => {
|
||||
new Observable<void>((observer) => {
|
||||
const unlisten = url.listen(() => {
|
||||
observer.next();
|
||||
});
|
||||
|
|
|
@ -29713,10 +29713,10 @@ rxjs@^6.4.0, rxjs@^6.6.0, rxjs@^6.6.7:
|
|||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
rxjs@^7.4.0, rxjs@^7.5.5, rxjs@^7.8.1:
|
||||
version "7.8.1"
|
||||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
|
||||
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
|
||||
rxjs@^7.4.0, rxjs@^7.5.5, rxjs@^7.8.1, rxjs@^7.8.2:
|
||||
version "7.8.2"
|
||||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.2.tgz#955bc473ed8af11a002a2be52071bf475638607b"
|
||||
integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue