chore: upgrade @types/node to 16.x (#23429)

Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Kristo Jorgenson 2023-06-02 10:04:41 +02:00 committed by GitHub
parent 1d5add6d99
commit a4a363f4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 31 additions and 40 deletions

View File

@ -17,7 +17,7 @@
### Getting Code
Make sure you're running Node.js 14+ and NPM 8+, to verify and upgrade NPM do:
Make sure you're running Node.js 16+ and NPM 8+, to verify and upgrade NPM do:
```bash
node --version

View File

@ -28,11 +28,11 @@ await page.evaluate(`(async() => {
## Node.js requirements
* langs: js
Playwright requires Node.js version 14 or above
Playwright requires Node.js version 16 or above
### ReferenceError: URL is not defined
Playwright requires Node.js 14 or higher.
Playwright requires Node.js 16 or higher.
### Unknown file extension ".ts"

29
package-lock.json generated
View File

@ -24,7 +24,7 @@
"@types/babel__core": "^7.20.0",
"@types/codemirror": "^5.60.7",
"@types/formidable": "^2.0.4",
"@types/node": "=14.18.34",
"@types/node": "^16.18.34",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/resize-observer-browser": "^0.1.7",
@ -1505,9 +1505,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "14.18.34",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.34.tgz",
"integrity": "sha512-hcU9AIQVHmPnmjRK+XUUYlILlr9pQrsqSrwov/JK1pnf3GTQowVBhx54FbvM0AU/VXGH4i3+vgXS5EguR7fysA=="
"version": "16.18.34",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.34.tgz",
"integrity": "sha512-VmVm7gXwhkUimRfBwVI1CHhwp86jDWR04B5FGebMMyxV90SlCmFujwUHrxTD4oO+SOYU86SoxvhgeRQJY7iXFg=="
},
"node_modules/@types/normalize-package-data": {
"version": "2.4.1",
@ -2777,12 +2777,6 @@
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz",
"integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA=="
},
"node_modules/electron/node_modules/@types/node": {
"version": "16.18.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.6.tgz",
"integrity": "sha512-vmYJF0REqDyyU0gviezF/KHq/fYaUbFhkcNbQCuPGFQj6VTbXuHZoxs/Y7mutWe73C8AC6l9fFu8mSYiBAqkGA==",
"dev": true
},
"node_modules/electron/node_modules/debug": {
"version": "2.6.9",
"dev": true,
@ -6227,6 +6221,9 @@
"packages/playwright-core": {
"version": "1.35.0-next",
"license": "Apache-2.0",
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=14"
}
@ -7472,9 +7469,9 @@
"dev": true
},
"@types/node": {
"version": "14.18.34",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.34.tgz",
"integrity": "sha512-hcU9AIQVHmPnmjRK+XUUYlILlr9pQrsqSrwov/JK1pnf3GTQowVBhx54FbvM0AU/VXGH4i3+vgXS5EguR7fysA=="
"version": "16.18.34",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.34.tgz",
"integrity": "sha512-VmVm7gXwhkUimRfBwVI1CHhwp86jDWR04B5FGebMMyxV90SlCmFujwUHrxTD4oO+SOYU86SoxvhgeRQJY7iXFg=="
},
"@types/normalize-package-data": {
"version": "2.4.1",
@ -8332,12 +8329,6 @@
"extract-zip": "^1.0.3"
},
"dependencies": {
"@types/node": {
"version": "16.18.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.6.tgz",
"integrity": "sha512-vmYJF0REqDyyU0gviezF/KHq/fYaUbFhkcNbQCuPGFQj6VTbXuHZoxs/Y7mutWe73C8AC6l9fFu8mSYiBAqkGA==",
"dev": true
},
"debug": {
"version": "2.6.9",
"dev": true,

View File

@ -6,7 +6,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"
@ -59,7 +59,7 @@
"@types/babel__core": "^7.20.0",
"@types/codemirror": "^5.60.7",
"@types/formidable": "^2.0.4",
"@types/node": "=14.18.34",
"@types/node": "^16.18.34",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/resize-observer-browser": "^0.1.7",

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -421,7 +421,7 @@ export class SocksProxy extends EventEmitter implements SocksConnectionClient {
const localAddress = socket.localAddress;
const localPort = socket.localPort;
this._directSockets.set(request.uid, socket);
this._connections.get(request.uid)?.socketConnected(localAddress, localPort);
this._connections.get(request.uid)?.socketConnected(localAddress!, localPort!);
} catch (error) {
this._connections.get(request.uid)?.socketFailed(error.code);
}
@ -557,7 +557,7 @@ export class SocksProxyHandler extends EventEmitter {
const localAddress = socket.localAddress;
const localPort = socket.localPort;
this._sockets.set(uid, socket);
const payload: SocksSocketConnectedPayload = { uid, host: localAddress, port: localPort };
const payload: SocksSocketConnectedPayload = { uid, host: localAddress!, port: localPort! };
debugLogger.log('socks', `[${uid}] <= connected to network ${payload.host}:${payload.port}`);
this.emit(SocksProxyHandler.Events.SocksConnected, payload);
} catch (error) {

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"main": "index.js",
"exports": {

View File

@ -55,7 +55,7 @@ let processRunner: ProcessRunner;
let processName: string;
const startingEnv = { ...process.env };
process.on('message', async message => {
process.on('message', async (message: any) => {
if (message.method === '__init__') {
const { processParams, runnerParams, runnerScript } = message.params as { processParams: ProcessInitParams, runnerParams: any, runnerScript: string };
setTtyParams(process.stdout, processParams.stdoutParams);

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"