Skip to content

Commit 9a30ecd

Browse files
authored
Remove watchdogs, unused script deps (DefinitelyTyped#73383)
1 parent 4847360 commit 9a30ecd

File tree

6 files changed

+2
-299
lines changed

6 files changed

+2
-299
lines changed

.github/workflows/watchdog-publisher.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/watchdog-typescript-bot.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ It may be helpful for contributors experiencing any issues with their PRs and pa
1919

2020
- Most recent build [type-checked/linted](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) cleanly: [![Build status](https://github.com/DefinitelyTyped/DefinitelyTyped/actions/workflows/CI.yml/badge.svg?branch=master&event=push)](https://github.com/DefinitelyTyped/DefinitelyTyped/actions/workflows/CI.yml?query=branch%3Amaster+event%3Apush)
2121
- All packages are type-checking/linting cleanly: [![Build status](https://github.com/DefinitelyTyped/DefinitelyTyped/actions/workflows/CI.yml/badge.svg?branch=master&event=schedule)](https://github.com/DefinitelyTyped/DefinitelyTyped/actions/workflows/CI.yml?query=branch%3Amaster+event%3Aschedule)
22-
- All packages are being [published to npm](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/publisher) in under an hour and a half: [![Publish Status](https://github.com/DefinitelyTyped/DefinitelyTyped/actions/workflows/watchdog-publisher.yml/badge.svg)](https://github.com/DefinitelyTyped/DefinitelyTyped/actions/workflows/watchdog-publisher.yml)
23-
- [typescript-bot](https://github.com/typescript-bot) has been active on Definitely Typed: [![Activity Status](https://github.com/DefinitelyTyped/DefinitelyTyped/actions/workflows/watchdog-typescript-bot.yml/badge.svg)](https://github.com/DefinitelyTyped/DefinitelyTyped/actions/workflows/watchdog-typescript-bot.yml)
22+
- All packages are being [published to npm](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/publisher): [![Publish Status](https://github.com/microsoft/DefinitelyTyped-tools/actions/workflows/publish-packages.yml/badge.svg?event=schedule)](https://github.com/microsoft/DefinitelyTyped-tools/actions/workflows/publish-packages.yml)
2423
- Current [infrastructure status updates](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/44317)
2524

2625
If anything here seems wrong or any of the above are failing, please let us know in [the Definitely Typed channel on the TypeScript Community Discord server](https://discord.gg/typescript).

scripts/package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,16 @@
99
"@types/d3-time": "^3.0.0",
1010
"@types/d3-time-format": "^4.0.0",
1111
"@types/jsdom": "^21.1.0",
12-
"@types/json-stable-stringify": "^1.0.0",
1312
"@types/node": "*",
14-
"@types/shelljs": "^0.8.0",
1513
"@types/w3c-xmlserializer": "^2.0.0",
16-
"@types/yargs": "^17.0.0",
17-
"comment-json": "^4.2.3",
1814
"d3-array": "^3.0.2",
1915
"d3-axis": "^3.0.0",
2016
"d3-scale": "^4.0.0",
2117
"d3-selection": "^3.0.0",
2218
"d3-time": "^3.0.0",
2319
"d3-time-format": "^4.0.0",
2420
"jsdom": "^17.0.0",
25-
"json-stable-stringify": "^1.0.2",
2621
"octokit": "^4.0.2",
27-
"shelljs": "^0.8.5",
28-
"typescript": "next",
29-
"w3c-xmlserializer": "^2.0.0",
30-
"yargs": "^17.1.1"
22+
"w3c-xmlserializer": "^2.0.0"
3123
}
3224
}

scripts/watchdog-publisher.js

Lines changed: 0 additions & 185 deletions
This file was deleted.

scripts/watchdog-typescript-bot.js

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)