Skip to content

Commit 566a272

Browse files
authored
chore: update WTR config to filter out deprecation warnings (#10055)
1 parent d97df2d commit 566a272

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wtr-utils.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ const argv = minimist(process.argv.slice(2));
1717
const HIDDEN_WARNINGS = [
1818
'<vaadin-crud> Unable to autoconfigure form because the data structure is unknown. Either specify `include` or ensure at least one item is available beforehand.',
1919
'The <vaadin-grid> needs the total number of items in order to display rows, which you can specify either by setting the `size` property, or by providing it to the second argument of the `dataProvider` function `callback` call.',
20-
'The Material theme is deprecated and will be removed in Vaadin 25.',
21-
/^WARNING: Since Vaadin .* is deprecated.*/u,
20+
/is deprecated/u,
2221
/Lit is in dev mode/u,
2322
];
2423

0 commit comments

Comments
 (0)