Update deps, dprint plugins (#59810)

This commit is contained in:
Jake Bailey 2024-08-30 15:48:32 -07:00 committed by GitHub
parent 6260f7ab78
commit a709f9899c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 588 additions and 713 deletions

View File

@ -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.6.wasm",
"https://plugins.dprint.dev/typescript-0.91.7.wasm",
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
]

1269
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,21 +40,21 @@
],
"devDependencies": {
"@dprint/formatter": "^0.4.1",
"@dprint/typescript": "0.91.6",
"@dprint/typescript": "0.91.7",
"@esfx/canceltoken": "^1.0.0",
"@eslint/js": "^9.9.0",
"@octokit/rest": "^21.0.1",
"@types/chai": "^4.3.17",
"@types/diff": "^5.2.1",
"@eslint/js": "^9.9.1",
"@octokit/rest": "^21.0.2",
"@types/chai": "^4.3.19",
"@types/diff": "^5.2.2",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.7",
"@types/ms": "^0.7.34",
"@types/node": "latest",
"@types/source-map-support": "^0.5.10",
"@types/which": "^3.0.4",
"@typescript-eslint/rule-tester": "^8.1.0",
"@typescript-eslint/type-utils": "^8.1.0",
"@typescript-eslint/utils": "^8.1.0",
"@typescript-eslint/rule-tester": "^8.3.0",
"@typescript-eslint/type-utils": "^8.3.0",
"@typescript-eslint/utils": "^8.3.0",
"azure-devops-node-api": "^14.0.2",
"c8": "^10.1.2",
"chai": "^4.5.0",
@ -62,8 +62,8 @@
"chokidar": "^3.6.0",
"diff": "^5.2.0",
"dprint": "^0.47.2",
"esbuild": "^0.23.0",
"eslint": "^9.9.0",
"esbuild": "^0.23.1",
"eslint": "^9.9.1",
"eslint-formatter-autolinkable-stylish": "^1.4.0",
"eslint-plugin-regexp": "^2.6.0",
"fast-xml-parser": "^4.4.1",
@ -71,18 +71,18 @@
"globals": "^15.9.0",
"hereby": "^1.9.0",
"jsonc-parser": "^3.3.1",
"knip": "^5.27.2",
"knip": "^5.27.5",
"minimist": "^1.2.8",
"mocha": "^10.7.3",
"mocha-fivemat-progress-reporter": "^0.1.0",
"monocart-coverage-reports": "^2.10.2",
"monocart-coverage-reports": "^2.10.3",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"playwright": "^1.46.0",
"playwright": "^1.46.1",
"source-map-support": "^0.5.21",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0",
"typescript-eslint": "^8.3.0",
"which": "^3.0.1"
},
"overrides": {