@scm-manager/ui-core 4.0.0-REACT19-20251105-104255 → 4.0.0-REACT19-20251109-122942

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) 157ms
7
+ ✓ src/base/text/textSplitAndReplace.test.ts (7 tests) 117ms
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) 269ms
12
- ✓ src/base/shortcuts/iterator/keyboardIterator.test.tsx (17 tests) 1057ms
13
- ✓ src/base/misc/useDateFormatter.test.ts (4 tests) 17ms
11
+ ✓ src/base/helpers/useDocumentTitle.test.tsx (4 tests) 361ms
12
+ ✓ src/base/shortcuts/iterator/keyboardIterator.test.tsx (17 tests) 969ms
13
+ ✓ src/base/misc/useDateFormatter.test.ts (4 tests) 18ms
14
14
 
15
15
   Test Files  4 passed (4)
16
16
   Tests  32 passed (32)
17
-  Start at  10:17:25
18
-  Duration  20.24s (transform 1.75s, setup 0ms, collect 8.90s, tests 1.50s, environment 16.02s, prepare 4.13s)
17
+  Start at  12:04:30
18
+  Duration  19.29s (transform 2.02s, setup 0ms, collect 9.35s, tests 1.47s, environment 17.73s, prepare 3.29s)
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.38s.
28
+ Done in 21.63s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc
3
- Done in 32.52s.
3
+ Done in 31.16s.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-core",
3
- "version": "4.0.0-REACT19-20251105-104255",
3
+ "version": "4.0.0-REACT19-20251109-122942",
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-20251105-104255",
33
+ "@scm-manager/ui-api": "4.0.0-REACT19-20251109-122942",
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-20251105-104255",
42
+ "@scm-manager/ui-types": "4.0.0-REACT19-20251109-122942",
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",