-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typescriptとeslintまわりのpackage.jsonを書き換え #289
typescriptとeslintまわりのpackage.jsonを書き換え #289
Conversation
circle ciのnodeのversionが古かったので上げました。 |
Secrets Scan with Trivyはこのプルリクでは対応せず、別途プルリクを出します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- image: circleci/node:lts-browsers | ||
- image: cimg/node:18.18.1-browsers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
circleci imageは古いからcimgにする
cimg/nodeのltsは20.10.0のエイリアスになる。
LTSに追従したい気持ちはあるが、一旦18明示していでもいいかもねという感想
https://circleci.com/developer/images/image/cimg/node
"eslint": "^6.7.2 || ^7.0.0 || ^8.0.0", | ||
"prettier": "^1.19.1 || ^2.0.0", | ||
"typescript": "^3.7.4 || ^4.0.0" | ||
"typescript": "^3.7.4 || ^4.0.0 || ^5.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
古いバージョンは捨てていきたい気持ち
(別PRでやろう!)
手元で試してみてという話をした |
https://github.com/globis-org/frontend-standard/pulls
を参考にtypescriptとeslintまわりのpackage.jsonを書き換えました。
テストは
yarn workspaces run test
を実行したのみですが、ほかにできることがあれば教えてください。