@gooddata/sdk-ui-all 11.20.0-alpha.0 → 11.20.0-alpha.1
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.
- package/NOTICE +1 -1
- package/package.json +19 -22
package/NOTICE
CHANGED
|
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo
|
|
|
9
9
|
|
|
10
10
|
Date generated: 2026-2-6
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: a70c0f028a74a06097441e3f41734ea909e32195
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-all",
|
|
3
|
-
"version": "11.20.0-alpha.
|
|
3
|
+
"version": "11.20.0-alpha.1",
|
|
4
4
|
"description": "GoodData SDK - All-In-One",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"exports": "./esm/index.js",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"tslib": "2.8.1",
|
|
27
|
-
"@gooddata/sdk-
|
|
28
|
-
"@gooddata/sdk-model": "11.20.0-alpha.
|
|
29
|
-
"@gooddata/sdk-ui": "11.20.0-alpha.
|
|
30
|
-
"@gooddata/sdk-ui-
|
|
31
|
-
"@gooddata/sdk-
|
|
32
|
-
"@gooddata/sdk-ui-
|
|
33
|
-
"@gooddata/sdk-ui-
|
|
34
|
-
"@gooddata/sdk-ui
|
|
27
|
+
"@gooddata/sdk-ui-charts": "11.20.0-alpha.1",
|
|
28
|
+
"@gooddata/sdk-model": "11.20.0-alpha.1",
|
|
29
|
+
"@gooddata/sdk-ui-ext": "11.20.0-alpha.1",
|
|
30
|
+
"@gooddata/sdk-ui-filters": "11.20.0-alpha.1",
|
|
31
|
+
"@gooddata/sdk-backend-spi": "11.20.0-alpha.1",
|
|
32
|
+
"@gooddata/sdk-ui-geo": "11.20.0-alpha.1",
|
|
33
|
+
"@gooddata/sdk-ui-pivot": "11.20.0-alpha.1",
|
|
34
|
+
"@gooddata/sdk-ui": "11.20.0-alpha.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"@types/node": "^22.13.0",
|
|
40
40
|
"@typescript-eslint/eslint-plugin": "8.52.0",
|
|
41
41
|
"@typescript-eslint/parser": "8.52.0",
|
|
42
|
+
"@typescript/native-preview": "7.0.0-dev.20260202.1",
|
|
42
43
|
"dependency-cruiser": "^14.1.2",
|
|
43
44
|
"eslint": "^9.39.2",
|
|
44
45
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
@@ -53,26 +54,22 @@
|
|
|
53
54
|
"oxlint": "^1.43.0",
|
|
54
55
|
"oxlint-tsgolint": "0.11.4",
|
|
55
56
|
"typescript": "5.9.3",
|
|
56
|
-
"@gooddata/
|
|
57
|
-
"@gooddata/
|
|
57
|
+
"@gooddata/oxlint-config": "11.20.0-alpha.1",
|
|
58
|
+
"@gooddata/eslint-config": "11.20.0-alpha.1"
|
|
58
59
|
},
|
|
59
60
|
"scripts": {
|
|
60
61
|
"_phase:build": "npm run build",
|
|
61
62
|
"_phase:validate": "npm run validate",
|
|
62
63
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
|
63
64
|
"build": "npm-run-all -p build-check build-ts && npm run api-extractor",
|
|
64
|
-
"build-check": "
|
|
65
|
-
"build-ts": "
|
|
65
|
+
"build-check": "tsgo",
|
|
66
|
+
"build-ts": "tsgo -p tsconfig.build.json",
|
|
66
67
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
67
68
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"lint": "npm run oxlint && npm run eslint",
|
|
74
|
-
"lint-fix": "npm run oxlint-fix && npm run eslint-fix",
|
|
75
|
-
"oxlint": "oxlint . --type-aware",
|
|
76
|
-
"oxlint-fix": "oxlint . --type-aware --fix"
|
|
69
|
+
"format-check": "oxfmt --check .",
|
|
70
|
+
"format-write": "oxfmt .",
|
|
71
|
+
"validate": "npm run lint && npm run dep-cruiser && npm run format-check",
|
|
72
|
+
"lint": "oxlint . --type-aware && eslint .",
|
|
73
|
+
"lint-fix": "oxlint . --type-aware --fix && eslint . --fix"
|
|
77
74
|
}
|
|
78
75
|
}
|