@coveord/plasma-mantine 56.2.3 → 56.2.4

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,9 +1,9 @@
1
1
 
2
- > @coveord/plasma-mantine@56.2.2 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.2.3 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3493) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
5
+ (node:3614) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
6
6
  (Use `node --trace-deprecation ...` to show where the warning was created)
7
- Successfully compiled: 135 files, copied 57 files with swc (393.98ms)
8
- Successfully compiled: 135 files, copied 57 files with swc (450.75ms)
7
+ Successfully compiled: 135 files, copied 57 files with swc (490.64ms)
8
+ Successfully compiled: 135 files, copied 57 files with swc (517.01ms)
9
9
 
@@ -1,79 +1,78 @@
1
1
 
2
- > @coveord/plasma-mantine@56.2.2 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.2.3 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > cross-env TZ=UTC vitest run --silent
4
4
 
5
5
 
6
6
   RUN  v3.2.4 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- 7:30:04 PM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.54.0/node_modules/monaco-editor/esm/vs/base/common/marked/marked.js.
8
+ 12:51:26 PM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.54.0/node_modules/monaco-editor/esm/vs/base/common/marked/marked.js.
9
9
  Error: An error occurred while trying to read the map file at marked.esm.js.map
10
10
  Error: ENOENT: no such file or directory, open '/home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.54.0/node_modules/monaco-editor/esm/vs/base/common/marked/marked.esm.js.map'
11
11
  at async open (node:internal/fs/promises:642:25)
12
12
  at async Object.readFile (node:internal/fs/promises:1279:14)
13
13
  at async extractSourcemapFromFile (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.8_jiti@2.6.0_sugarss@5.0.1_postcss@8.5.6__yaml@2.8.1/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:11154:53)
14
14
  at async loadAndTransform (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.8_jiti@2.6.0_sugarss@5.0.1_postcss@8.5.6__yaml@2.8.1/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:35700:27)
15
- 7:30:04 PM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.54.0/node_modules/monaco-editor/esm/vs/base/browser/dompurify/dompurify.js.
15
+ 12:51:26 PM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.54.0/node_modules/monaco-editor/esm/vs/base/browser/dompurify/dompurify.js.
16
16
  Error: An error occurred while trying to read the map file at purify.es.mjs.map
17
17
  Error: ENOENT: no such file or directory, open '/home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.54.0/node_modules/monaco-editor/esm/vs/base/browser/dompurify/purify.es.mjs.map'
18
18
  at async open (node:internal/fs/promises:642:25)
19
19
  at async Object.readFile (node:internal/fs/promises:1279:14)
20
20
  at async extractSourcemapFromFile (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.8_jiti@2.6.0_sugarss@5.0.1_postcss@8.5.6__yaml@2.8.1/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:11154:53)
21
21
  at async loadAndTransform (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.8_jiti@2.6.0_sugarss@5.0.1_postcss@8.5.6__yaml@2.8.1/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:35700:27)
22
- ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 937ms
23
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 977ms
24
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1346ms
25
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 532ms
26
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 997ms
27
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  382ms
28
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 1912ms
29
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 177ms
30
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 577ms
31
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 573ms
32
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 623ms
33
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 1070ms
34
- ✓ Table.Predicate > goes back to the first page when changing the predicate  717ms
35
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3008ms
36
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  489ms
37
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  530ms
38
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  370ms
39
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1295ms
40
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 436ms
41
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 361ms
42
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1457ms
43
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1349ms
44
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 2883ms
45
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2668ms
46
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 1648ms
47
- ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  415ms
48
- ✓ DateTimeRangePicker > can change the date and time  1144ms
49
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 221ms
50
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 358ms
51
- ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell  300ms
52
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
53
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 246ms
54
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 305ms
22
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 886ms
23
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 901ms
24
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1290ms
25
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 590ms
26
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 962ms
27
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  339ms
28
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 1797ms
29
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 153ms
30
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 582ms
31
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 537ms
32
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 605ms
33
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 987ms
34
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  650ms
35
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 2771ms
36
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  433ms
37
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  472ms
38
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  360ms
39
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1209ms
40
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 471ms
41
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 328ms
42
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1329ms
43
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1240ms
44
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 2831ms
45
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2578ms
46
+ ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 1732ms
47
+ ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  371ms
48
+ ✓ DateTimeRangePicker > can change the date and time  1257ms
49
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 182ms
50
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 334ms
51
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 236ms
52
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 12ms
53
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 270ms
55
54
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
56
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 248ms
57
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 489ms
58
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  404ms
59
- ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 129ms
60
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 27ms
61
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1324ms
62
- ✓ EditableDateRangePicker > updates when editing values  1113ms
63
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 282ms
64
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 14ms
65
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 291ms
66
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 250ms
67
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 167ms
68
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 137ms
69
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 68ms
70
- ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 103ms
71
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 179ms
72
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 43ms
73
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
55
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 220ms
56
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 480ms
57
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  395ms
58
+ ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 130ms
59
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 25ms
60
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1189ms
61
+ ✓ EditableDateRangePicker > updates when editing values  997ms
62
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 328ms
63
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 9ms
64
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 280ms
65
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 234ms
66
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 163ms
67
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 119ms
68
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 61ms
69
+ ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 105ms
70
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 138ms
71
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 37ms
72
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 37ms
74
73
 
75
74
   Test Files  38 passed | 1 skipped (39)
76
75
   Tests  248 passed | 6 skipped (254)
77
-  Start at  19:29:55
78
-  Duration  81.43s (transform 7.26s, setup 8.80s, collect 173.33s, tests 24.44s, environment 18.95s, prepare 3.68s)
76
+  Start at  12:51:17
77
+  Duration  79.02s (transform 7.01s, setup 8.63s, collect 169.49s, tests 23.34s, environment 18.99s, prepare 3.73s)
79
78