fix(js_analyze): mention which dependency the useExhaustiveDependencies fix adds to the list#9243
fix(js_analyze): mention which dependency the useExhaustiveDependencies fix adds to the list#9243ematipico merged 2 commits intobiomejs:mainfrom
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
WalkthroughUpdates the useExhaustiveDependencies quick-fix logic to extract the dependency name and its capture range from nested captures, build the new array element from that range, and include the actual dependency name in the diagnostic message. Adds a patch-level changeset entry updating version metadata. No public API signatures changed. Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Comment |
Merging this PR will not alter performance
Comparing Footnotes
|
🦋 Changeset detectedLatest commit: 5553994 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
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 |
Summary
mention in the
useExhaustiveDependenciesquick fix which dependency it will add to the dependency list.Closes #7813
Test Plan
unit tests
Docs