Skip to content

chore(tooltip): useId를 @sipe-team/hooks로 교체 - #319

Merged
3o14 merged 3 commits into
devfrom
refactor/useid-tooltip-wonju
Aug 4, 2026
Merged

chore(tooltip): useId를 @sipe-team/hooks로 교체#319
3o14 merged 3 commits into
devfrom
refactor/useid-tooltip-wonju

Conversation

@3o14

@3o14 3o14 commented Aug 4, 2026

Copy link
Copy Markdown
Member

요약

Tooltip 내부 id 생성 방식을 React의 raw useId 대신 @sipe-team/hooksuseId로 교체합니다. Accordion에 이미 적용된 공유 훅과 동일한 패턴으로 통일하기 위함이며, 생성되는 id에 side- 접두어가 붙는 것 외에 동작 변화는 없습니다.

변경 사항

  • Tooltip.tsxuseId import를 react에서 @sipe-team/hooks로 교체
  • @sipe-team/tooltip 패키지에 @sipe-team/hooks 의존성 추가
  • patch changeset 추가

@changeset-bot

changeset-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: d0720b0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@sipe-team/tooltip Patch
@sipe-team/side Patch
docs Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
side Ready Ready Preview Aug 4, 2026 9:50am

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (2)
  • main
  • release/v1

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: e1d839ca-dae3-43b6-8a9e-df42f81430e1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

pnpm-lock.yaml still referenced jest-axe/@types/jest-axe that were
removed from packages/tooltip/package.json, causing CI's
--frozen-lockfile install step to fail.
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
packages/tooltip/src/Tooltip.tsx 94.05% <ø> (+0.24%) ⬆️

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@3o14
3o14 merged commit 9b392a8 into dev Aug 4, 2026
8 checks passed
@3o14
3o14 deleted the refactor/useid-tooltip-wonju branch August 4, 2026 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants