Update deps, TS 5.6, remove node-fetch (#59907)
This commit is contained in:
Родитель
53039d3f05
Коммит
48f0b3cc38
|
@ -53,7 +53,7 @@
|
|||
// Note: if adding new languages, make sure settings.template.json is updated too.
|
||||
// Also, if updating typescript, update the one in package.json.
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/typescript-0.91.7.wasm",
|
||||
"https://plugins.dprint.dev/typescript-0.91.8.wasm",
|
||||
"https://plugins.dprint.dev/json-0.19.3.wasm",
|
||||
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
|
||||
]
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
23
package.json
23
package.json
|
@ -40,9 +40,9 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"@dprint/formatter": "^0.4.1",
|
||||
"@dprint/typescript": "0.91.7",
|
||||
"@dprint/typescript": "0.91.8",
|
||||
"@esfx/canceltoken": "^1.0.0",
|
||||
"@eslint/js": "^9.9.1",
|
||||
"@eslint/js": "^9.10.0",
|
||||
"@octokit/rest": "^21.0.2",
|
||||
"@types/chai": "^4.3.19",
|
||||
"@types/diff": "^5.2.2",
|
||||
|
@ -52,9 +52,9 @@
|
|||
"@types/node": "latest",
|
||||
"@types/source-map-support": "^0.5.10",
|
||||
"@types/which": "^3.0.4",
|
||||
"@typescript-eslint/rule-tester": "^8.3.0",
|
||||
"@typescript-eslint/type-utils": "^8.3.0",
|
||||
"@typescript-eslint/utils": "^8.3.0",
|
||||
"@typescript-eslint/rule-tester": "^8.5.0",
|
||||
"@typescript-eslint/type-utils": "^8.5.0",
|
||||
"@typescript-eslint/utils": "^8.5.0",
|
||||
"azure-devops-node-api": "^14.0.2",
|
||||
"c8": "^10.1.2",
|
||||
"chai": "^4.5.0",
|
||||
|
@ -63,26 +63,25 @@
|
|||
"diff": "^5.2.0",
|
||||
"dprint": "^0.47.2",
|
||||
"esbuild": "^0.23.1",
|
||||
"eslint": "^9.9.1",
|
||||
"eslint": "^9.10.0",
|
||||
"eslint-formatter-autolinkable-stylish": "^1.4.0",
|
||||
"eslint-plugin-regexp": "^2.6.0",
|
||||
"fast-xml-parser": "^4.4.1",
|
||||
"fast-xml-parser": "^4.5.0",
|
||||
"glob": "^10.4.5",
|
||||
"globals": "^15.9.0",
|
||||
"hereby": "^1.9.0",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"knip": "^5.27.5",
|
||||
"knip": "^5.30.1",
|
||||
"minimist": "^1.2.8",
|
||||
"mocha": "^10.7.3",
|
||||
"mocha-fivemat-progress-reporter": "^0.1.0",
|
||||
"monocart-coverage-reports": "^2.10.3",
|
||||
"ms": "^2.1.3",
|
||||
"node-fetch": "^3.3.2",
|
||||
"playwright": "^1.46.1",
|
||||
"playwright": "^1.47.0",
|
||||
"source-map-support": "^0.5.21",
|
||||
"tslib": "^2.7.0",
|
||||
"typescript": "^5.5.4",
|
||||
"typescript-eslint": "^8.3.0",
|
||||
"typescript": "^5.6.2",
|
||||
"typescript-eslint": "^8.5.0",
|
||||
"which": "^3.0.1"
|
||||
},
|
||||
"overrides": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import { Octokit } from "@octokit/rest";
|
||||
import assert from "assert";
|
||||
import ado from "azure-devops-node-api";
|
||||
import fetch from "node-fetch";
|
||||
|
||||
/**
|
||||
* @param {string} name
|
||||
|
|
Загрузка…
Ссылка в новой задаче