File tree Expand file tree Collapse file tree 5 files changed +6
-13
lines changed Expand file tree Collapse file tree 5 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 9
9
directory : " /" # Location of package manifests
10
10
schedule :
11
11
interval : " weekly"
12
- labels :
13
- - " npm dependencies"
Original file line number Diff line number Diff line change 19
19
- uses : actions/first-interaction@v1
20
20
with :
21
21
repo-token : ${{ secrets.GITHUB_TOKEN }}
22
- issue-message : " It's great to have your input on this project.' first issue "
23
- pr-message : " Thank you for contributing to this project, your support is much appreciated.' first pull request "
22
+ issue-message : " It's great to have your input on this project."
23
+ pr-message : " Thank you for contributing to this project, your support is much appreciated."
24
24
footer : " Stay awesome!"
Original file line number Diff line number Diff line change 1
- # Typescript Base Project
1
+ # Typescript Template
2
2
3
3
[ ![ CI] ( https://github.com/MathieuGermain/ts-base-project/actions/workflows/tests.yml/badge.svg )] ( https://github.com/MathieuGermain/ts-base-project/actions/workflows/tests.yml )
4
4
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ts-base-project " ,
2
+ "name" : " typescript-template " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Strict TypeScript template using yarn / Github Actions / CommonJS / TypeScript / Jest / ESLint / Prettier" ,
5
5
"type" : " commonjs" ,
38
38
"dependencies" : {},
39
39
"devDependencies" : {
40
40
"@types/jest" : " ^29.0.0" ,
41
- "@types/node" : " ^17.0.25 " ,
41
+ "@types/node" : " ^18.7.16 " ,
42
42
"@typescript-eslint/eslint-plugin" : " ^5.36.2" ,
43
43
"@typescript-eslint/parser" : " ^5.36.2" ,
44
44
"del-cli" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 737
737
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
738
738
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
739
739
740
- " @types/node@* " :
740
+ " @types/node@*" , "@types/node@^18.7.16" :
741
741
version "18.7.16"
742
742
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.16.tgz#0eb3cce1e37c79619943d2fd903919fc30850601"
743
743
integrity sha512-EQHhixfu+mkqHMZl1R2Ovuvn47PUw18azMJOTwSZr9/fhzHNGXAJ0ma0dayRVchprpCj0Kc1K1xKoWaATWF1qg==
744
744
745
- " @types/node@^17.0.25 " :
746
- version "17.0.45"
747
- resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
748
- integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
749
-
750
745
" @types/normalize-package-data@^2.4.0 " :
751
746
version "2.4.1"
752
747
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
You can’t perform that action at this time.
0 commit comments