forked from DefinitelyTyped/DefinitelyTyped
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ./scripts a package, make scripts typecheck, remove old stuff, w…
…orkflow updates (DefinitelyTyped#67128)
- Loading branch information
1 parent
6db928c
commit fe7aab5
Showing
20 changed files
with
165 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,16 @@ jobs: | |
with: | ||
version: latest | ||
run_install: | | ||
- args: [--filter, .] | ||
- args: [--filter, ., --filter, '{./scripts}...'] | ||
- run: git config --global user.email "[email protected]" | ||
- run: git config --global user.name "TypeScript Bot" | ||
|
||
- run: pnpm run update-codeowners | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
|
||
- uses: stefanzweifel/[email protected] | ||
with: | ||
commit_author: 'TypeScript Bot <[email protected]>' | ||
commit_message: '🤖 Update CODEOWNERS' | ||
commit_user_email: '[email protected]' | ||
commit_user_name: 'TypeScript Bot' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
packages: | ||
- 'scripts' | ||
- 'types/**' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"private": true, | ||
"type": "module", | ||
"devDependencies": { | ||
"@octokit/core": "^3.5.1", | ||
"@types/d3-array": "^3.0.0", | ||
"@types/d3-axis": "^3.0.0", | ||
"@types/d3-scale": "^4.0.0", | ||
"@types/d3-selection": "^3.0.0", | ||
"@types/d3-time": "^3.0.0", | ||
"@types/d3-time-format": "^4.0.0", | ||
"@types/jsdom": "^21.1.0", | ||
"@types/json-stable-stringify": "^1.0.0", | ||
"@types/node": "*", | ||
"@types/shelljs": "^0.8.0", | ||
"@types/w3c-xmlserializer": "^2.0.0", | ||
"@types/yargs": "^17.0.0", | ||
"comment-json": "^4.2.3", | ||
"d3-array": "^3.0.2", | ||
"d3-axis": "^3.0.0", | ||
"d3-scale": "^4.0.0", | ||
"d3-selection": "^3.0.0", | ||
"d3-time": "^3.0.0", | ||
"d3-time-format": "^4.0.0", | ||
"jsdom": "^17.0.0", | ||
"json-stable-stringify": "^1.0.2", | ||
"shelljs": "^0.8.5", | ||
"typescript": "next", | ||
"w3c-xmlserializer": "^2.0.0", | ||
"yargs": "^17.1.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.