Conversation
|
WalkthroughThis PR replaces all occurrences of the deprecated Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (24)
🧰 Additional context used📓 Path-based instructions (2)**/*.{test,spec}.?(c|m)[jt]s?(x)📄 CodeRabbit inference engine (AGENTS.md)
Files:
apps/api/test/**📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (13)📓 Common learnings📚 Learning: 2025-07-13T09:23:43.820ZApplied to files:
📚 Learning: 2025-06-09T05:10:32.105ZApplied to files:
📚 Learning: 2025-10-26T05:12:25.095ZApplied to files:
📚 Learning: 2025-07-20T05:37:40.565ZApplied to files:
📚 Learning: 2025-10-14T07:15:35.199ZApplied to files:
📚 Learning: 2025-06-29T11:20:13.668ZApplied to files:
📚 Learning: 2025-10-26T05:12:25.095ZApplied to files:
📚 Learning: 2025-08-23T05:20:36.940ZApplied to files:
📚 Learning: 2025-08-23T05:20:36.940ZApplied to files:
📚 Learning: 2025-08-23T05:16:26.866ZApplied to files:
📚 Learning: 2025-10-26T05:12:25.095ZApplied to files:
📚 Learning: 2025-10-26T05:12:25.095ZApplied to files:
🔇 Additional comments (26)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 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. Comment |
🌏 Preview Deployments
Built from commit: 🤖 This comment will be updated automatically when you push new commits to this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Pull Request Overview
This PR migrates from the @luxass/unicode-utils package to the scoped @unicode-utils/core package (version 0.12.0-beta.18). The migration updates all import statements and package.json dependencies across the codebase.
- Updated all import statements from
@luxass/unicode-utilsto@unicode-utils/core - Updated package catalog version from 0.12.0-beta.14 to 0.12.0-beta.18
- Updated pnpm workspace configuration to exclude
@unicode-utils/*from minimum release age
Reviewed Changes
Copilot reviewed 24 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| vscode/src/lib/files.ts | Updated import statement to use new package |
| vscode/src/composables/useUCDExplorer.ts | Updated import statement to use new package |
| vscode/src/commands/open-entry.ts | Updated import statement to use new package |
| vscode/package.json | Replaced dependency with new package |
| pnpm-workspace.yaml | Updated catalog and minimumReleaseAgeExclude to reference new package |
| pnpm-lock.yaml | Updated lockfile with new package resolutions |
| packages/ucd-store/test/*.test.ts | Updated test file imports to use new package |
| packages/ucd-store/src/internal/mirror.ts | Updated import statement to use new package |
| packages/ucd-store/package.json | Replaced dependency with new package |
| packages/ucd-store-v2/package.json | Replaced dependency with new package |
| packages/shared/package.json | Replaced dependency with new package |
| packages/cli/test/cmd/store/init.test.ts | Updated test file import to use new package |
| packages/cli/src/cmd/store/_shared.ts | Updated import statement to use new package |
| packages/cli/package.json | Replaced dependency with new package |
| apps/api/test/routes/v1_versions.test.ts | Updated test mocks and imports to use new package |
| apps/api/src/routes/v1_versions/routes.ts | Updated import statement to use new package |
| apps/api/package.json | Replaced dependency with new package |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🔗 Linked issue
📚 Description
We recently made some changes to the unicode-utils repository. So we need to migrate to their new package structure.
This should just work, but it could very well be that there is some small changes.
Summary by CodeRabbit