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 99 directory : " /" # Location of package manifests
1010 schedule :
1111 interval : " weekly"
12- labels :
13- - " npm dependencies"
Original file line number Diff line number Diff line change 1919 - uses : actions/first-interaction@v1
2020 with :
2121 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."
2424 footer : " Stay awesome!"
Original file line number Diff line number Diff line change 1- # Typescript Base Project
1+ # Typescript Template
22
33[ ![ 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 )
44
Original file line number Diff line number Diff line change 11{
2- "name" : " ts-base-project " ,
2+ "name" : " typescript-template " ,
33 "version" : " 1.0.0" ,
44 "description" : " Strict TypeScript template using yarn / Github Actions / CommonJS / TypeScript / Jest / ESLint / Prettier" ,
55 "type" : " commonjs" ,
3838 "dependencies" : {},
3939 "devDependencies" : {
4040 "@types/jest" : " ^29.0.0" ,
41- "@types/node" : " ^17.0.25 " ,
41+ "@types/node" : " ^18.7.16 " ,
4242 "@typescript-eslint/eslint-plugin" : " ^5.36.2" ,
4343 "@typescript-eslint/parser" : " ^5.36.2" ,
4444 "del-cli" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 737737 resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
738738 integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
739739
740- " @types/node@* " :
740+ " @types/node@*" , "@types/node@^18.7.16" :
741741 version "18.7.16"
742742 resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.16.tgz#0eb3cce1e37c79619943d2fd903919fc30850601"
743743 integrity sha512-EQHhixfu+mkqHMZl1R2Ovuvn47PUw18azMJOTwSZr9/fhzHNGXAJ0ma0dayRVchprpCj0Kc1K1xKoWaATWF1qg==
744744
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-
750745" @types/normalize-package-data@^2.4.0 " :
751746 version "2.4.1"
752747 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