From c5e01efdef5414407420d83a8183b2a086e8df74 Mon Sep 17 00:00:00 2001 From: jrandolf <86539915+jrandolf@users.noreply.github.com> Date: Mon, 21 Feb 2022 13:30:12 +0100 Subject: [PATCH] chore: update typescript to v4.5.5 (#8042) Co-authored-by: Randolf Jung --- package.json | 2 +- utils/doclint/check_public_api/index.js | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index b4ed6983aae..f8a29a5fb4a 100644 --- a/package.json +++ b/package.json @@ -113,6 +113,6 @@ "standard-version": "9.3.2", "text-diff": "1.0.1", "ts-node": "10.5.0", - "typescript": "4.4.4" + "typescript": "4.5.5" } } diff --git a/utils/doclint/check_public_api/index.js b/utils/doclint/check_public_api/index.js index 4c408f9a5ab..f1de72b2a01 100644 --- a/utils/doclint/check_public_api/index.js +++ b/utils/doclint/check_public_api/index.js @@ -411,21 +411,21 @@ function compareDocumentations(actual, expected) { 'Method ElementHandle.dragEnter() data', { actualName: 'Object', - expectedName: 'DragData', + expectedName: 'Protocol.Input.DragData', }, ], [ 'Method ElementHandle.dragOver() data', { actualName: 'Object', - expectedName: 'DragData', + expectedName: 'Protocol.Input.DragData', }, ], [ 'Method ElementHandle.drop() data', { actualName: 'Object', - expectedName: 'DragData', + expectedName: 'Protocol.Input.DragData', }, ], [ @@ -509,7 +509,7 @@ function compareDocumentations(actual, expected) { 'Method Mouse.dragEnter() data', { actualName: 'Object', - expectedName: 'DragData', + expectedName: 'Protocol.Input.DragData', }, ], [ @@ -523,7 +523,7 @@ function compareDocumentations(actual, expected) { 'Method Mouse.dragOver() data', { actualName: 'Object', - expectedName: 'DragData', + expectedName: 'Protocol.Input.DragData', }, ], [ @@ -537,7 +537,7 @@ function compareDocumentations(actual, expected) { 'Method Mouse.drop() data', { actualName: 'Object', - expectedName: 'DragData', + expectedName: 'Protocol.Input.DragData', }, ], [ @@ -723,7 +723,7 @@ function compareDocumentations(actual, expected) { 'Method Page.setUserAgent() userAgentMetadata', { actualName: 'Object', - expectedName: 'UserAgentMetadata', + expectedName: 'Protocol.Emulation.UserAgentMetadata', }, ], [ @@ -828,14 +828,14 @@ function compareDocumentations(actual, expected) { 'Method Page.setCookie() ...cookies', { actualName: '...Object', - expectedName: '...CookieParam', + expectedName: '...Protocol.Network.CookieParam', }, ], [ 'Method Page.emulateVisionDeficiency() type', { actualName: 'string', - expectedName: 'Object', + expectedName: 'Protocol.Emulation.SetEmulatedVisionDeficiencyRequest', }, ], [ @@ -996,7 +996,7 @@ function compareDocumentations(actual, expected) { 'Method Page.deleteCookie() ...cookies', { actualName: '...Object', - expectedName: '...DeleteCookiesRequest', + expectedName: '...Protocol.Network.DeleteCookiesRequest', }, ], [