chore: expand overlay migration ESLint rules to popover, dropdown, dialog (#33001)

This commit is contained in:
yyh
2026-03-05 08:47:54 +08:00
committed by GitHub
parent df3c66a8ac
commit 9c9cb50981
3 changed files with 72 additions and 3 deletions

View File

@@ -195,6 +195,24 @@ export default antfu(
'**/base/confirm/index',
],
message: 'Deprecated: use @/app/components/base/ui/alert-dialog instead. See issue #32767.',
}, {
group: [
'**/base/popover',
'**/base/popover/index',
],
message: 'Deprecated: use @/app/components/base/ui/popover instead. See issue #32767.',
}, {
group: [
'**/base/dropdown',
'**/base/dropdown/index',
],
message: 'Deprecated: use @/app/components/base/ui/dropdown-menu instead. See issue #32767.',
}, {
group: [
'**/base/dialog',
'**/base/dialog/index',
],
message: 'Deprecated: use @/app/components/base/ui/dialog instead. See issue #32767.',
}],
}],
},