@coveord/plasma-mantine 56.2.1 → 56.2.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,9 +1,9 @@
1
1
 
2
- > @coveord/plasma-mantine@56.2.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.2.1 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:4110) [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:4238) [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 (258.4ms)
8
- Successfully compiled: 135 files, copied 57 files with swc (412.53ms)
7
+ Successfully compiled: 135 files, copied 57 files with swc (407.74ms)
8
+ Successfully compiled: 135 files, copied 57 files with swc (461.56ms)
9
9
 
@@ -1,77 +1,79 @@
1
1
 
2
- > @coveord/plasma-mantine@56.2.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.2.1 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
- 9:18:02 PM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.53.0/node_modules/monaco-editor/esm/vs/base/common/marked/marked.js.
8
+ 9:16:28 AM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.53.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.53.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
- at async extractSourcemapFromFile (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.6_jiti@2.4.2_sass@1.93.2_sugarss@5.0.1_postcss@8.5.6__yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:11154:53)
14
- at async loadAndTransform (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.6_jiti@2.4.2_sass@1.93.2_sugarss@5.0.1_postcss@8.5.6__yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:35700:27)
15
- 9:18:02 PM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.53.0/node_modules/monaco-editor/esm/vs/base/browser/dompurify/dompurify.js.
13
+ at async extractSourcemapFromFile (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.6_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
+ at async loadAndTransform (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.6_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
+ 9:16:28 AM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.53.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.53.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
- at async extractSourcemapFromFile (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.6_jiti@2.4.2_sass@1.93.2_sugarss@5.0.1_postcss@8.5.6__yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:11154:53)
21
- at async loadAndTransform (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.6_jiti@2.4.2_sass@1.93.2_sugarss@5.0.1_postcss@8.5.6__yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:35700:27)
22
- ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 811ms
23
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 842ms
24
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1190ms
25
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 563ms
26
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 937ms
27
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  333ms
28
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 1727ms
29
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 144ms
30
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 472ms
31
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 516ms
32
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 635ms
33
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 909ms
34
- ✓ Table.Predicate > goes back to the first page when changing the predicate  558ms
35
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 2563ms
36
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  400ms
37
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  507ms
38
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1102ms
39
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 476ms
40
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 291ms
41
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1210ms
42
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1104ms
43
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 2435ms
44
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2225ms
45
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 1600ms
46
- ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  338ms
47
- ✓ DateTimeRangePicker > can change the date and time  1180ms
48
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 194ms
49
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 321ms
50
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 12ms
51
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 211ms
52
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 254ms
20
+ at async extractSourcemapFromFile (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.6_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
+ at async loadAndTransform (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.6_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) 858ms
23
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 954ms
24
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1287ms
25
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 661ms
26
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1039ms
27
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  380ms
28
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2020ms
29
+ ✓ TableColumnsSelector > renders all columns in the dropdown, except the collapsible and the multiselectRow by default  312ms
30
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 166ms
31
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 574ms
32
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 605ms
33
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 601ms
34
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 1029ms
35
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  672ms
36
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 2922ms
37
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  489ms
38
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  558ms
39
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  331ms
40
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1252ms
41
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 572ms
42
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 302ms
43
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1356ms
44
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1268ms
45
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 2901ms
46
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2647ms
47
+ ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 1732ms
48
+ ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  435ms
49
+ ✓ DateTimeRangePicker > can change the date and time  1185ms
50
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 256ms
51
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 279ms
52
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
53
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 267ms
54
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 275ms
53
55
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
54
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 240ms
55
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 391ms
56
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  324ms
57
- ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 132ms
58
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 21ms
59
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 286ms
60
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1129ms
61
- ✓ EditableDateRangePicker > updates when editing values  973ms
62
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 8ms
63
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 267ms
64
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 204ms
65
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 151ms
66
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 146ms
67
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 63ms
68
- ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 100ms
69
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 145ms
70
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 45ms
71
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 35ms
56
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 269ms
57
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 419ms
58
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  348ms
59
+ ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 140ms
60
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 22ms
61
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 338ms
62
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1261ms
63
+ ✓ EditableDateRangePicker > updates when editing values  1075ms
64
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 14ms
65
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 266ms
66
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 236ms
67
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 186ms
68
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 141ms
69
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 70ms
70
+ ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 97ms
71
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 164ms
72
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 41ms
73
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
72
74
 
73
75
   Test Files  38 passed | 1 skipped (39)
74
76
   Tests  248 passed | 6 skipped (254)
75
-  Start at  21:17:54
76
-  Duration  74.20s (transform 7.05s, setup 7.50s, collect 161.27s, tests 21.68s, environment 16.87s, prepare 3.39s)
77
+  Start at  09:16:19
78
+  Duration  79.55s (transform 7.15s, setup 8.49s, collect 170.54s, tests 24.36s, environment 18.84s, prepare 3.71s)
77
79