Update dependency comlink to v4.4.0 (#62628)

* Update dependency comlink to v4.4.0

* explicitly mark the error as unknown

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
pull/62668/head^2
renovate[bot] 2 years ago committed by GitHub
parent 8d7e7693f2
commit 4c8c243c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 2
      public/app/features/live/centrifuge/remoteObservable.ts
  3. 11
      yarn.lock

@ -316,7 +316,7 @@
"centrifuge": "3.1.0",
"classnames": "2.3.2",
"combokeys": "^3.0.0",
"comlink": "4.3.1",
"comlink": "4.4.0",
"common-tags": "1.8.2",
"core-js": "3.27.1",
"d3": "7.8.2",

@ -14,7 +14,7 @@ export const remoteObservableAsObservable = <T>(remoteObs: comlink.RemoteObject<
comlink.proxy((nextValueInRemoteObs: T) => {
subscriber.next(nextValueInRemoteObs);
}),
comlink.proxy((err) => {
comlink.proxy((err: unknown) => {
subscriber.error(err);
}),
comlink.proxy(() => {

@ -16151,7 +16151,14 @@ __metadata:
languageName: node
linkType: hard
"comlink@npm:4.3.1, comlink@npm:^4.3.0":
"comlink@npm:4.4.0":
version: 4.4.0
resolution: "comlink@npm:4.4.0"
checksum: 429dc83e36d35c3dfd17e86343142ed3526fe2310a18f3816d0380eb9a162b50272bb40f7426e1c5a1f04f44203a178b60a4a0bcabed01d675d91474c53788f7
languageName: node
linkType: hard
"comlink@npm:^4.3.0":
version: 4.3.1
resolution: "comlink@npm:4.3.1"
checksum: 557360a6558708c55aff74a25f834bfb9bfca8a42444682c4d5aead57681534a0206202be2a2760b4de124c3ba6d485b08978b6d5469cb3d26bf1438ee28a4f1
@ -22155,7 +22162,7 @@ __metadata:
classnames: 2.3.2
codeowners: ^5.1.1
combokeys: ^3.0.0
comlink: 4.3.1
comlink: 4.4.0
common-tags: 1.8.2
copy-webpack-plugin: 11.0.0
core-js: 3.27.1

Loading…
Cancel
Save