-
Notifications
You must be signed in to change notification settings - Fork 0
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
[공통] ts-monorepo-template 를 최신화합니다. #10
Conversation
|
변경된 파일이 없습니다. commit을 확인해주세요. |
ci! |
@byhhh2 님 이거 eslint peer가 제대로 안깔리는데,, 음... root에다가 깔아야 하나요? |
.github/workflows/ci.yaml
Outdated
with: | ||
version: 8 | ||
version: 9.1.1 | ||
run_install: true | ||
- run: pnpm run prettier |
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.
요거 쓰지말고 대신 package.json
의 engine 따라가게하실수 있을까여?
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.
네잉
package.json
Outdated
"packageManager": "pnpm@8.14.3" | ||
"packageManager": "pnpm@9.1.1" |
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.
요거 저희 베이스 이미지 최신인 9.12.3으로 하시죠~
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.
네넵 그럼 이거 로컬에서 corepack enabled 처리 해야되는거죠??
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.
node 도 22로 올릴까요?
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.
네넵 그럼 이거 로컬에서 corepack enabled 처리 해야되는거죠??
네네 그리고 step 에 corepack enable 추가하시면 될듯
node 도 22로 올릴까요?
굿굿
eslint 도 올려야되는데.. |
이거 아예 breaking change이던데.... 이번에 pite 만들면서 갈까요? |
eslint 9 미만이 완전히 지원중단이 되서 대체를 해야하는데, 다른분꼐 부탁드리곘습니다. |
@2-one-week 님! 이상하게.. peer 버전이 https://github.com/NaverPayDev/code-style/blob/main/packages/eslint-config/package.json#L22 |
@byhhh2 님 eslint 애들이 deprecated 처리해버리면서 최신으로 깔아버린 것 같습니다..? |
@2-one-week 님 |
@yongholeeme 갓 용 호 |
일단 devDeps에 설치해서 caaefcd 이렇게 가볼게여 |
@byhhh2 님 오잉 어떻게 말씀이실까요? |
@2-one-week 님! |
예썰~0d78ea5 |
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.
LGTM~~ 감사합니다 👍
감삼다~ |
Related Issue
Describe your changes
ts-monorepo-template 를 최신화합니다.
Request