ljlm0402 / typescript-express-starter

πŸ“˜ Quick and Easy TypeScript Express Starter
http://npm.im/typescript-express-starter
MIT License
2.72k stars 420 forks source link

Create a new template MikroOrm #149 #159

Closed tamzidkarim closed 2 years ago

tamzidkarim commented 2 years ago

Content (μž‘μ—… λ‚΄μš©) πŸ“

Screenshot for work content (μž‘μ—… λ‚΄μš© μŠ€ν¬λ¦°μƒ·) πŸ“Έ

Links (링크) πŸ”—

Etc (기타 사항) πŸ”–

There are a bunch of dependencies that cause issues.
"ts-jest": "^27.0.7", "jest": "^27.0.6", "@types/jest": "^26.0.24" They are not compatiable with each other, so during npm installation you will encounter an error.

I have fixed them. Currently used, "@types/jest": "27.4.x", "jest": "27.4.x", "ts-jest": "^27.1.4". According to Jest official website, they suggest to use to similar @types version as jest itself. https://jestjs.io/docs/getting-started#using-typescript-via-ts-jest

Also I have removed, "@types/dotenv": "^8.2.0", "@types/helmet": "^4.0.0", "@types/winston": "^2.4.4", as types are now shipped with the package itself.

Check List (체크 사항) βœ…

ljlm0402 commented 2 years ago

@tamzidkarim

I sincerely thank you for a very nice contribution.

I confirmed the code, so I have a few parts I want to fix, will I leave Review? Or would you like to fix it after PR? Everything is perfect for your contribution to your contribution.

ljlm0402 commented 2 years ago

@tamzidkarim

There is an additional questions.

As a result of writing to other matters, the Jest related module and the deleted @Types module are the tasks that the module should be modified to all templates?

tamzidkarim commented 2 years ago

If it's something that needs to be fixed from my side then sure please leave a review I will change and push the update.

tamzidkarim commented 2 years ago

@tamzidkarim

There is an additional questions.

As a result of writing to other matters, the Jest related module and the deleted @Types module are the tasks that the module should be modified to all templates?

Well, I suppose it should be modified to all templates. But for now I have only made these changes with the new template. So please check from your side and if you find the same issues that I mentioned then all the templates should be changed.

tamzidkarim commented 2 years ago

@ljlm0402 hey in the readme it still says MikroORM(Develop). You might want to change that.

ljlm0402 commented 2 years ago

@tamzidkarim

The code is under review. After the review is complete, we plan to fix it along with the package version update.

tamzidkarim commented 2 years ago

Ok cool.