@gooddata/sdk-ui-loaders 11.18.0-alpha.7 → 11.18.0
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 +17 -4
- package/package.json +12 -10
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-1-28
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: da5a4d893353305dc07f87f44ff1818b565ec48d
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -339,7 +339,7 @@ Revision ID: a61bddeb034dc2a7a6ebf9a9d3ced8af99cc690f
|
|
|
339
339
|
- bail (2.0.2) [MIT]
|
|
340
340
|
- balanced-match (1.0.2) [MIT]
|
|
341
341
|
- base64-js (1.5.1) [MIT]
|
|
342
|
-
- baseline-browser-mapping (2.
|
|
342
|
+
- baseline-browser-mapping (2.9.19) [Apache-2.0]
|
|
343
343
|
- batch (0.6.1) [MIT]
|
|
344
344
|
- binary-extensions (2.3.0) [MIT]
|
|
345
345
|
- bl (4.1.0) [MIT]
|
|
@@ -709,6 +709,7 @@ Revision ID: a61bddeb034dc2a7a6ebf9a9d3ced8af99cc690f
|
|
|
709
709
|
- mimic-fn (2.1.0) [MIT]
|
|
710
710
|
- minimalistic-assert (1.0.1) [ISC]
|
|
711
711
|
- minimatch (10.0.3) [MIT]
|
|
712
|
+
- minimatch (10.1.1) [MIT]
|
|
712
713
|
- minimatch (3.1.2) [MIT]
|
|
713
714
|
- minimist (1.2.8) [MIT]
|
|
714
715
|
- minipass (3.3.6) [ISC]
|
|
@@ -4817,9 +4818,9 @@ MIT
|
|
|
4817
4818
|
|
|
4818
4819
|
|
|
4819
4820
|
--------------------------------------------------------------------------------
|
|
4820
|
-
Package Title: baseline-browser-mapping (2.
|
|
4821
|
+
Package Title: baseline-browser-mapping (2.9.19)
|
|
4821
4822
|
|
|
4822
|
-
Package Locator: npm+baseline-browser-mapping$2.
|
|
4823
|
+
Package Locator: npm+baseline-browser-mapping$2.9.19
|
|
4823
4824
|
|
|
4824
4825
|
Package Depth: Transitive
|
|
4825
4826
|
--------------------------------------------------------------------------------
|
|
@@ -9276,6 +9277,18 @@ Package Depth: Transitive
|
|
|
9276
9277
|
MIT
|
|
9277
9278
|
|
|
9278
9279
|
|
|
9280
|
+
--------------------------------------------------------------------------------
|
|
9281
|
+
Package Title: minimatch (10.1.1)
|
|
9282
|
+
|
|
9283
|
+
Package Locator: npm+minimatch$10.1.1
|
|
9284
|
+
|
|
9285
|
+
Package Depth: Transitive
|
|
9286
|
+
--------------------------------------------------------------------------------
|
|
9287
|
+
|
|
9288
|
+
* Declared Licenses *
|
|
9289
|
+
MIT
|
|
9290
|
+
|
|
9291
|
+
|
|
9279
9292
|
--------------------------------------------------------------------------------
|
|
9280
9293
|
Package Title: minimatch (3.1.2)
|
|
9281
9294
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-loaders",
|
|
3
|
-
"version": "11.18.0
|
|
3
|
+
"version": "11.18.0",
|
|
4
4
|
"description": "GoodData SDK Runtime Component Loaders",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"semver": "^7.3.5",
|
|
33
33
|
"ts-invariant": "^0.7.5",
|
|
34
34
|
"tslib": "2.8.1",
|
|
35
|
-
"@gooddata/sdk-backend-spi": "11.18.0
|
|
36
|
-
"@gooddata/sdk-model": "11.18.0
|
|
37
|
-
"@gooddata/sdk-ui
|
|
38
|
-
"@gooddata/sdk-ui": "11.18.0
|
|
35
|
+
"@gooddata/sdk-backend-spi": "11.18.0",
|
|
36
|
+
"@gooddata/sdk-model": "11.18.0",
|
|
37
|
+
"@gooddata/sdk-ui": "11.18.0",
|
|
38
|
+
"@gooddata/sdk-ui-dashboard": "11.18.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -51,7 +51,6 @@
|
|
|
51
51
|
"dependency-cruiser": "^14.1.2",
|
|
52
52
|
"eslint": "^8.57.1",
|
|
53
53
|
"eslint-config-prettier": "10.1.8",
|
|
54
|
-
"eslint-plugin-eslint-comments": "3.2.0",
|
|
55
54
|
"eslint-plugin-header": "3.1.1",
|
|
56
55
|
"eslint-plugin-import": "2.32.0",
|
|
57
56
|
"eslint-plugin-import-esm": "1.2.1",
|
|
@@ -62,14 +61,15 @@
|
|
|
62
61
|
"eslint-plugin-react": "7.37.5",
|
|
63
62
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
64
63
|
"eslint-plugin-regexp": "1.15.0",
|
|
65
|
-
"eslint-plugin-sonarjs": "0.
|
|
64
|
+
"eslint-plugin-sonarjs": "3.0.6",
|
|
66
65
|
"eslint-plugin-tsdoc": "0.2.14",
|
|
66
|
+
"npm-run-all": "^4.1.5",
|
|
67
67
|
"prettier": "^3.6.2",
|
|
68
68
|
"raf": "^3.4.1",
|
|
69
69
|
"react": "19.1.1",
|
|
70
70
|
"react-dom": "19.1.1",
|
|
71
71
|
"typescript": "5.9.3",
|
|
72
|
-
"@gooddata/eslint-config": "11.18.0
|
|
72
|
+
"@gooddata/eslint-config": "11.18.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -79,14 +79,16 @@
|
|
|
79
79
|
"_phase:build": "npm run build",
|
|
80
80
|
"_phase:validate": "npm run validate",
|
|
81
81
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
|
82
|
-
"build": "
|
|
82
|
+
"build": "npm-run-all -p build-check build-ts && npm run api-extractor",
|
|
83
|
+
"build-check": "tsc",
|
|
84
|
+
"build-ts": "tsc -p tsconfig.build.json",
|
|
83
85
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
|
84
86
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
85
87
|
"eslint": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore .",
|
|
86
88
|
"eslint-fix": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore . --fix",
|
|
87
89
|
"prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
|
|
88
90
|
"prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
|
|
89
|
-
"validate": "
|
|
91
|
+
"validate": "export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser && npm run eslint && npm run prettier-check",
|
|
90
92
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-loaders\"'"
|
|
91
93
|
}
|
|
92
94
|
}
|