-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guard against similar package names in renamed-package-scope ESLint rule #2732
Conversation
🦋 Changeset detectedLatest commit: 3acac4e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: 0 B Total Size: 640 kB ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2732 +/- ##
==========================================
+ Coverage 86.93% 87.47% +0.54%
==========================================
Files 211 211
Lines 11906 11906
Branches 1528 1550 +22
==========================================
+ Hits 10350 10415 +65
+ Misses 1506 1441 -65
Partials 50 50 |
Purpose
While upgrading the dashboard to Circuit UI v9, I discovered that the
renamed-package-scope
ESLint rule matches unrelated package imports for@sumup/circuit-ui-form
.While fixing this issue, I found two broken unit tests. They slipped through because the the global test script doesn't run tests in
packages/eslint-plugin-circuit-ui
for some reason.Approach and changes
renamed-package-scope
ESLint ruleno-renamed-props
migration that got lost in the refactor of Migrate to the new typography APIs internally #2728Definition of done