Merged
Conversation
This commit upgrades the following dependencies: - @tsconfig/node-lts: 20.1.0 -> 22.0.0 - @types/node: 20.10.5 -> 22.18.0 - @types/pino: 7.0.4 -> 7.0.0 - undici-types: 5.26.4 -> 6.21.0 Also updates logger methods to use `any[]` instead of `unknown[]` for better compatibility.
055d8f8 to
e82ada1
Compare
elegantcoder
approved these changes
Oct 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 의 종류는 어떤 것인가요?
수정이 필요하게된 이유가 무엇인가요? (Jira 이슈가 있다면 링크를 연결해주세요)
npm audit 으로 수정할 수 있는 보안 패치가 있어 적용합니다.
무엇을 어떻게 변경했나요?
This commit upgrades the following dependencies:
코드 변경을 이해하기 위한 배경지식이 필요하다면 설명 해주세요.
기본 종속성 패키지를 peer deps 로 변경합니다.