@scm-manager/ui-core 4.0.0-REACT19-20251104-141645 → 4.0.0-REACT19-20251104-162002

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) 48ms
7
+ ✓ src/base/text/textSplitAndReplace.test.ts (7 tests) 109ms
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) 341ms
12
- ✓ src/base/shortcuts/iterator/keyboardIterator.test.tsx (17 tests) 1127ms
13
- ✓ src/base/misc/useDateFormatter.test.ts (4 tests) 13ms
11
+ ✓ src/base/helpers/useDocumentTitle.test.tsx (4 tests) 234ms
12
+ ✓ src/base/shortcuts/iterator/keyboardIterator.test.tsx (17 tests) 1268ms
13
+ ✓ src/base/misc/useDateFormatter.test.ts (4 tests) 7ms
14
14
 
15
15
   Test Files  4 passed (4)
16
16
   Tests  32 passed (32)
17
-  Start at  13:32:35
18
-  Duration  19.34s (transform 1.27s, setup 0ms, collect 8.82s, tests 1.53s, environment 17.21s, prepare 4.11s)
17
+  Start at  15:56:06
18
+  Duration  19.02s (transform 1.75s, setup 0ms, collect 8.85s, tests 1.62s, environment 16.97s, prepare 3.39s)
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 21.55s.
28
+ Done in 21.17s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc
3
- Done in 30.81s.
3
+ Done in 31.15s.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-core",
3
- "version": "4.0.0-REACT19-20251104-141645",
3
+ "version": "4.0.0-REACT19-20251104-162002",
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-20251104-141645",
33
+ "@scm-manager/ui-api": "4.0.0-REACT19-20251104-162002",
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-20251104-141645",
42
+ "@scm-manager/ui-types": "4.0.0-REACT19-20251104-162002",
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",