Closed tamzidkarim closed 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.
@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?
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
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.
@ljlm0402 hey in the readme it still says MikroORM(Develop). You might want to change that.
@tamzidkarim
The code is under review. After the review is complete, we plan to fix it along with the package version update.
Ok cool.
Content (μμ λ΄μ©) π
Screenshot for work content (μμ λ΄μ© μ€ν¬λ¦°μ·) πΈ
Links (λ§ν¬) π
Issue Links (μ΄μ λ§ν¬) https://github.com/ljlm0402/typescript-express-starter/issues/149
API Links (API μ€ν© λ¬Έμ) https://github.com/mikro-orm/mikro-orm
Development Links (κ°λ° λ¬Έμ) https://github.com/tamzidkarim/typescript-express-starter
Document Links (κΈ°ν λ¬Έμ) https://mikro-orm.io/docs/installation
Design Links (λμμΈ λ¬Έμ) https://github.com/mikro-orm/express-ts-example-app
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 (μ²΄ν¬ μ¬ν) β