chore(deps-dev): Bump the dev-dependencies group with 2 updates (#11695)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-22 14:27:32 +01:00 committed by GitHub
parent dc3c8f09b0
commit 2b094b7c67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 43 additions and 43 deletions

16
package-lock.json generated
View File

@ -41,12 +41,12 @@
"license-checker": "25.0.1",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",
"prettier": "3.2.2",
"prettier": "3.2.4",
"semver": "7.5.4",
"sinon": "17.0.1",
"source-map-support": "0.5.21",
"spdx-satisfies": "5.0.1",
"tsd": "0.30.3",
"tsd": "0.30.4",
"tsx": "4.7.0",
"typescript": "5.3.3",
"wireit": "0.14.3"
@ -8168,9 +8168,9 @@
}
},
"node_modules/prettier": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.2.tgz",
"integrity": "sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==",
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz",
"integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==",
"bin": {
"prettier": "bin/prettier.cjs"
},
@ -9966,9 +9966,9 @@
}
},
"node_modules/tsd": {
"version": "0.30.3",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.30.3.tgz",
"integrity": "sha512-xoEp6JPqpT9Ti9wGX5qgy7URp0lrmxN7YkbsyphBzdc1SYiXvJYgRXSIVvSZz42+/Wd/R1kBOMbgGC6rtiKxqQ==",
"version": "0.30.4",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.30.4.tgz",
"integrity": "sha512-ncC4SwAeUk0OTcXt5h8l0/gOLHJSp9ogosvOADT6QYzrl0ITm398B3wkz8YESqefIsEEwvYAU8bvo7/rcN/M0Q==",
"dev": true,
"dependencies": {
"@tsd/typescript": "~5.3.3",

View File

@ -156,12 +156,12 @@
"license-checker": "25.0.1",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",
"prettier": "3.2.2",
"prettier": "3.2.4",
"semver": "7.5.4",
"sinon": "17.0.1",
"source-map-support": "0.5.21",
"spdx-satisfies": "5.0.1",
"tsd": "0.30.3",
"tsd": "0.30.4",
"tsx": "4.7.0",
"typescript": "5.3.3",
"wireit": "0.14.3"

View File

@ -3,7 +3,7 @@
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "../build"
"outDir": "../build",
},
"references": [{"path": "../../tsconfig.json"}]
"references": [{"path": "../../tsconfig.json"}],
}

View File

@ -3,6 +3,6 @@
"files": [],
"references": [
{"path": "src/tsconfig.esm.json"},
{"path": "src/tsconfig.cjs.json"}
]
{"path": "src/tsconfig.cjs.json"},
],
}

View File

@ -3,8 +3,8 @@
"compilerOptions": {
"rootDir": "src/",
"outDir": "build/",
"types": ["node"]
"types": ["node"],
},
"include": ["src/**/*"],
"references": [{"path": "../tsconfig.json"}]
"references": [{"path": "../tsconfig.json"}],
}

View File

@ -10,8 +10,8 @@
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"sourceMap": true,
"types": ["node"]
"types": ["node"],
},
"include": ["src/**/*"],
"exclude": ["src/**/files/**/*"]
"exclude": ["src/**/files/**/*"],
}

View File

@ -3,6 +3,6 @@
"compilerOptions": {
"declarationMap": false,
"outDir": "../lib/esm/third_party",
"sourceMap": false
}
"sourceMap": false,
},
}

View File

@ -3,6 +3,6 @@
"files": [],
"references": [
{"path": "src/tsconfig.esm.json"},
{"path": "src/tsconfig.cjs.json"}
]
{"path": "src/tsconfig.cjs.json"},
],
}

View File

@ -6,11 +6,11 @@
// just stick with ol'fashion path resolution.
"baseUrl": ".",
"paths": {
"puppeteer-core/internal/*": ["../puppeteer-core/lib/esm/puppeteer/*"]
}
"puppeteer-core/internal/*": ["../puppeteer-core/lib/esm/puppeteer/*"],
},
},
"references": [
{"path": "src/tsconfig.esm.json"},
{"path": "src/tsconfig.cjs.json"}
]
{"path": "src/tsconfig.cjs.json"},
],
}

View File

@ -6,7 +6,7 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "lib",
"rootDir": "src"
"rootDir": "src",
},
"include": ["src"]
"include": ["src"],
}

View File

@ -2,6 +2,6 @@
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext"
}
"moduleResolution": "NodeNext",
},
}

View File

@ -4,7 +4,7 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "build",
"rootDir": "src"
"rootDir": "src",
},
"include": ["src"]
"include": ["src"],
}

View File

@ -4,7 +4,7 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "build",
"rootDir": "src"
"rootDir": "src",
},
"include": ["src"]
"include": ["src"],
}

View File

@ -6,6 +6,6 @@
"sourceMap": true,
"declaration": false,
"declarationMap": false,
"composite": false
}
"composite": false,
},
}

View File

@ -6,6 +6,6 @@
"sourceMap": true,
"declaration": false,
"declarationMap": false,
"composite": false
}
"composite": false,
},
}

View File

@ -9,6 +9,6 @@
"declarationMap": false,
"sourceMap": false,
"composite": false,
"removeComments": true
}
"removeComments": true,
},
}

View File

@ -8,6 +8,6 @@
"sourceMap": true,
"declaration": false,
"declarationMap": false,
"composite": false
}
"composite": false,
},
}

View File

@ -1,4 +1,4 @@
{
"extends": "../tsconfig.base.json",
"files": ["../package.json"]
"files": ["../package.json"],
}