@scm-manager/ui-core 4.0.0-REACT19-20251102-074646 → 4.0.0-REACT19-20251103-141810

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.
@@ -4,18 +4,18 @@ $ vitest
4
4
   RUN  v3.2.4 /tmp/workspace/manager_feature_react-19-upgrade/scm-ui/ui-core
5
5
  Coverage enabled with v8
6
6
 
7
- ✓ src/base/text/textSplitAndReplace.test.ts (7 tests) 65ms
7
+ ✓ src/base/text/textSplitAndReplace.test.ts (7 tests) 48ms
8
8
  stderr | src/base/helpers/useDocumentTitle.test.tsx > useDocumentTitle > should set document title
9
9
  react-i18next:: You will need to pass in an i18next instance by using initReactI18next
10
10
 
11
- ✓ src/base/helpers/useDocumentTitle.test.tsx (4 tests) 245ms
12
- ✓ src/base/shortcuts/iterator/keyboardIterator.test.tsx (17 tests) 878ms
13
- ✓ src/base/misc/useDateFormatter.test.ts (4 tests) 28ms
11
+ ✓ src/base/helpers/useDocumentTitle.test.tsx (4 tests) 248ms
12
+ ✓ src/base/shortcuts/iterator/keyboardIterator.test.tsx (17 tests) 1058ms
13
+ ✓ src/base/misc/useDateFormatter.test.ts (4 tests) 11ms
14
14
 
15
15
   Test Files  4 passed (4)
16
16
   Tests  32 passed (32)
17
-  Start at  07:22:54
18
-  Duration  20.54s (transform 2.43s, setup 0ms, collect 10.33s, tests 1.22s, environment 15.94s, prepare 3.82s)
17
+  Start at  13:53:06
18
+  Duration  18.64s (transform 1.62s, setup 0ms, collect 8.66s, tests 1.37s, environment 17.16s, prepare 3.40s)
19
19
 
20
20
  JUNIT report written to /tmp/workspace/manager_feature_react-19-upgrade/scm-ui/build/vitest-reports/TEST-vitest-report.xml
21
21
   % Coverage report from v8
@@ -25,4 +25,4 @@ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
25
25
  All files | 0 | 100 | 100 | 0 |
26
26
  index.ts | 0 | 100 | 100 | 0 | 17-18
27
27
  ----------|---------|----------|---------|---------|-------------------
28
- Done in 23.21s.
28
+ Done in 21.16s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc
3
- Done in 30.36s.
3
+ Done in 31.38s.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-core",
3
- "version": "4.0.0-REACT19-20251102-074646",
3
+ "version": "4.0.0-REACT19-20251103-141810",
4
4
  "main": "./src/index.ts",
5
5
  "license": "AGPL-3.0-only",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  "@radix-ui/react-tabs": "^1.0.4",
31
31
  "@radix-ui/react-tooltip": "1.0.2",
32
32
  "@radix-ui/react-visually-hidden": "^1.0.3",
33
- "@scm-manager/ui-api": "4.0.0-REACT19-20251102-074646",
33
+ "@scm-manager/ui-api": "4.0.0-REACT19-20251103-141810",
34
34
  "mousetrap": "1.6.5"
35
35
  },
36
36
  "devDependencies": {
@@ -39,7 +39,7 @@
39
39
  "@scm-manager/eslint-config": "^2.18.2",
40
40
  "@scm-manager/prettier-config": "^2.12.0",
41
41
  "@scm-manager/tsconfig": "^2.12.0",
42
- "@scm-manager/ui-types": "4.0.0-REACT19-20251102-074646",
42
+ "@scm-manager/ui-types": "4.0.0-REACT19-20251103-141810",
43
43
  "@storybook/addon-actions": "^9.0.8",
44
44
  "@storybook/addon-docs": "^9.1.5",
45
45
  "@storybook/addon-essentials": "^9.0.0-alpha.12",