chore: update typescript to v4.5.5 (#8042)

Co-authored-by: Randolf Jung <jrandolf@chromium.org>
This commit is contained in:
jrandolf 2022-02-21 13:30:12 +01:00 committed by GitHub
parent f0a2b517f5
commit c5e01efdef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -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"
}
}

View File

@ -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',
},
],
[