-
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
Merged
mainframev
merged 6 commits into
microsoft:master
from
mainframev:chore/eslint-migrate-to-ts-no-deprecated
Jan 17, 2025
Merged
chore: replace deprecation eslint plugin in favor of ts-eslint/no-deprecated #33602
mainframev
merged 6 commits into
microsoft:master
from
mainframev:chore/eslint-migrate-to-ts-no-deprecated
Jan 17, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mainframev
force-pushed
the
chore/eslint-migrate-to-ts-no-deprecated
branch
from
January 9, 2025 18:29
14abbfb
to
46fdc35
Compare
🕵 FluentUIV0 No visual regressions between this PR and main |
fabricteam
reviewed
Jan 9, 2025
finally this is happening, please measure the perf ( AFAIR the new plugin should be significantly faster ) ty |
mainframev
force-pushed
the
chore/eslint-migrate-to-ts-no-deprecated
branch
2 times, most recently
from
January 10, 2025 16:27
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 |
mainframev
force-pushed
the
chore/eslint-migrate-to-ts-no-deprecated
branch
from
January 13, 2025 15:30
d19fbf4
to
0bddbec
Compare
mainframev
requested review from
a team,
dzearing,
behowell,
khmakoto,
ThomasMichon,
Jahnp,
spmonahan,
tomi-msft,
dmytrokirpa and
phkuo
as code owners
January 13, 2025 17:57
Hotell
reviewed
Jan 14, 2025
layershifter
approved these changes
Jan 14, 2025
mainframev
force-pushed
the
chore/eslint-migrate-to-ts-no-deprecated
branch
from
January 15, 2025 09:40
0bddbec
to
828f854
Compare
fabricteam
reviewed
Jan 15, 2025
Hotell
approved these changes
Jan 16, 2025
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.
very happy to have this shipped ! pls ping me to admin merge if you wont get cxe-red approval soon. ty
sopranopillow
approved these changes
Jan 16, 2025
AtishayMsft
approved these changes
Jan 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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