@coveord/plasma-mantine 52.13.1 → 52.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@52.13.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@52.13.1 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 78 files, copied 1 file with swc (416.38ms)
6
- Successfully compiled: 78 files, copied 1 file with swc (537.39ms)
5
+ Successfully compiled: 78 files, copied 1 file with swc (700.56ms)
6
+ Successfully compiled: 78 files, copied 1 file with swc (705.37ms)
7
7
 
@@ -1,41 +1,43 @@
1
1
 
2
- > @coveord/plasma-mantine@52.13.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@52.13.1 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > TZ=UTC vitest run "--silent"
4
4
 
5
+  Vitest  "deps.registerNodeLoader" is deprecated.If you rely on aliases inside external packages, use "deps.optimizer.web.include" instead.
6
+  Vitest  "deps.registerNodeLoader" is deprecated.If you rely on aliases inside external packages, use "deps.optimizer.web.include" instead.
5
7
 
6
-  RUN  v0.33.0 /home/runner/work/plasma/plasma/packages/mantine
8
+  RUN  v0.34.1 /home/runner/work/plasma/plasma/packages/mantine
7
9
 
8
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (15 tests) 6584ms
9
- ✓ src/components/table/__tests__/Table.spec.tsx  (14 tests) 10938ms
10
- ✓ src/components/modal-wizard/__tests__/ModalWizard.spec.tsx  (9 tests) 5945ms
11
- ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 2094ms
12
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (7 tests) 1177ms
13
- ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 1788ms
14
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (6 tests) 1490ms
15
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests) 20950ms
16
- ✓ src/components/table/__tests__/TableFilter.spec.tsx  (5 tests) 3242ms
17
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests) 16442ms
18
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests) 1531ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx  (3 tests) 2740ms
20
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 545ms
21
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (4 tests) 13214ms
22
- ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 658ms
23
- ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 508ms
24
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (2 tests) 2124ms
25
- ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 1836ms
26
- ✓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test) 70ms
27
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 986ms
28
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests) 412ms
29
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (3 tests) 3794ms
30
- ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 24ms
31
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 847ms
32
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 408ms
33
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (2 tests) 164ms
34
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 223ms
35
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 69ms
10
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (15 tests) 9518ms
11
+ ✓ src/components/table/__tests__/Table.spec.tsx  (14 tests) 13683ms
12
+ ✓ src/components/modal-wizard/__tests__/ModalWizard.spec.tsx  (9 tests) 8020ms
13
+ ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 2752ms
14
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (7 tests) 1584ms
15
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 2262ms
16
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (6 tests) 1826ms
17
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests) 28584ms
18
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx  (5 tests) 4231ms
19
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests) 21822ms
20
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests) 1884ms
21
+ ✓ src/components/table/__tests__/TableActions.spec.tsx  (3 tests) 3737ms
22
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 713ms
23
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (4 tests) 17313ms
24
+ ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 904ms
25
+ ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 788ms
26
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (2 tests) 2715ms
27
+ ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 2123ms
28
+ ✓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test) 94ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 1330ms
30
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests) 577ms
31
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (3 tests) 4533ms
32
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 32ms
33
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 1175ms
34
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 517ms
35
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (2 tests) 235ms
36
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 277ms
37
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 95ms
36
38
 
37
39
   Test Files  28 passed (28)
38
40
   Tests  136 passed (136)
39
-  Start at  19:43:02
40
-  Duration  191.50s (transform 593ms, setup 7.59s, collect 62.49s, tests 100.80s, environment 12.24s, prepare 2.04s)
41
+  Start at  19:47:28
42
+  Duration  265.75s (transform 1.97s, setup 9.49s, collect 97.70s, tests 133.32s, environment 14.99s, prepare 2.74s)
41
43