fix(deps): update dependency @lynx-js/web-elements to v0.12.9 - #2113
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency @lynx-js/web-elements to v0.12.9#2113renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
|
Claude finished @renovate[bot]'s task in 2m 31s —— View job 🤖 Renovate 의존성 분석 완료🛡️ 공급망 보안 분석Install Scripts 검사
패키지 신뢰도
npm audit 결과✅ 취약점 없음 (사전 검사 완료) 📦 업데이트 요약
🔍 상세 분석@lynx-js/web-elements
|
| 패키지 | 필요 여부 | 타입 | 파일 | 판단 근거 |
|---|---|---|---|---|
| docs | 불필요 | - | - | private 패키지, 릴리스 대상 아님 |
판단:
docs/package.json의"private": true로 인해 npm 배포 대상이 아님- SEED Design의 public 패키지들(
@seed-design/react,@seed-design/lynx-react등)은 영향받지 않음 - 기존 changeset(
quick-icons-secure.md)은 별도 패키지(rsbuild-plugin-lynx-icon)의 sharp 업데이트 관련
🎯 결론
✅ 머지 권장
이유:
- 🟢 보안: install scripts 없음, npm audit 취약점 없음, 신뢰할 수 있는 공식 패키지
- 🟢 안정성: patch 업데이트로 버그 수정만 포함 (breaking change 없음)
- 🟢 영향 범위: private 패키지에만 영향, 실제 사용처 없어 리스크 없음
- 🟢 준비: 향후 Lynx 통합 시 더 안정적인 버전 사용 가능
권고 사항:
- ✅ 즉시 머지 가능
- ℹ️ Lynx 컴포넌트 미리보기 구현 시 foldview/XList 버그 수정 혜택
- ℹ️ 별도 테스트나 changeset 불필요
Contributor
Alpha Preview (Stackflow SPA)
|
Contributor
Alpha Preview (Storybook)
|
Contributor
Alpha Preview (Docs)
|
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.
This PR contains the following updates:
0.12.7→0.12.9Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
lynx-family/lynx-stack (@lynx-js/web-elements)
v0.12.9Compare Source
Patch Changes
Clamp the
setFoldExpandedoffset of<x-foldview-ng>to the scrollable length. (#3290)setFoldExpandedcalled the nativescrollTo, bypassing the clamping done by thescrollTopsetter. A page collapsing its header with a deliberately large offset(e.g.
offset: '99999px') scrolled past the end, which does not happen on native.Give
<x-foldview-header-ng>awidth: 100%. (#3290)The element is laid out with
position: absolutebut had no width, so it shrank tofit its content instead of filling the foldview.
v0.12.8Compare Source
Patch Changes
Keep XList scroll offsets and automatic scrolling aligned with its configured orientation. (#3357)
Updated dependency
dompurifyto^3.4.13. (#3417)Updated dependency
markdown-itto^15.0.0. (#3423)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.