-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
chore: replace deprecation eslint plugin in favor of ts-eslint/no-deprecated #33602
base: master
Are you sure you want to change the base?
chore: replace deprecation eslint plugin in favor of ts-eslint/no-deprecated #33602
Conversation
14abbfb
to
46fdc35
Compare
🕵 FluentUIV0 No visual regressions between this PR and main |
@@ -4,7 +4,14 @@ | |||
"rules": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕵🏾♀️ visual regressions to review in the fluentuiv9 Visual Regression Report
Avatar Converged 2 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
Avatar Converged.badgeMask.chromium.png | 1 | Changed |
Avatar Converged.Badge Mask RTL.chromium.png | 13 | Changed |
finally this is happening, please measure the perf ( AFAIR the new plugin should be significantly faster ) ty |
6655f28
to
fc5293e
Compare
📊 Bundle size reportUnchanged fixtures
|
Pull request demo site: URL |
🕵 fluentui-web-components-v3 No visual regressions between this PR and main |
d19fbf4
to
0bddbec
Compare
apps/chart-docsite/.eslintrc.json
Outdated
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }] | ||
} | ||
}, | ||
"overrides": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why was this moved to overrides ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overlooked, fixed, thank you
0bddbec
to
828f854
Compare
@@ -4,7 +4,7 @@ | |||
"rules": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕵🏾♀️ visual regressions to review in the fluentuiv8 Visual Regression Report
react-charting-LineChart 1 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
react-charting-LineChart.Gaps.chromium.png | 1 | Changed |
eslint-plugin-deprecation is archived and no longer maintained. It's recommended to migrate to @typescript-eslint/no-deprecated before migrating to eslint v9.
perf for rule tested locally (nx run react:lint --skip-nx-cache):
~ 12% faster 🚀
Related Issue(s)
Partially implements #30334