@scm-manager/ui-core 4.0.0-REACT19-20251105-143915 → 4.0.0-REACT19-20251115-163310

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) 62ms
7
+ ✓ src/base/text/textSplitAndReplace.test.ts (7 tests) 97ms
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) 223ms
12
- ✓ src/base/shortcuts/iterator/keyboardIterator.test.tsx (17 tests) 1215ms
13
- ✓ src/base/misc/useDateFormatter.test.ts (4 tests) 22ms
11
+ ✓ src/base/helpers/useDocumentTitle.test.tsx (4 tests) 268ms
12
+ ✓ src/base/shortcuts/iterator/keyboardIterator.test.tsx (17 tests) 1174ms
13
+ ✓ src/base/misc/useDateFormatter.test.ts (4 tests) 50ms
14
14
 
15
15
   Test Files  4 passed (4)
16
16
   Tests  32 passed (32)
17
-  Start at  14:13:51
18
-  Duration  20.17s (transform 1.97s, setup 0ms, collect 10.55s, tests 1.52s, environment 16.96s, prepare 3.92s)
17
+  Start at  14:04:55
18
+  Duration  20.11s (transform 2.04s, setup 0ms, collect 10.15s, tests 1.59s, environment 18.66s, prepare 2.94s)
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 22.73s.
28
+ Done in 22.24s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc
3
- Done in 31.70s.
3
+ Done in 30.22s.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-core",
3
- "version": "4.0.0-REACT19-20251105-143915",
3
+ "version": "4.0.0-REACT19-20251115-163310",
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-143915",
33
+ "@scm-manager/ui-api": "4.0.0-REACT19-20251115-163310",
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-143915",
42
+ "@scm-manager/ui-types": "4.0.0-REACT19-20251115-163310",
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",