@gooddata/sdk-ui-loaders 11.56.0-alpha.4 → 11.56.0-alpha.6

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.
Files changed (2) hide show
  1. package/NOTICE +1 -1
  2. package/package.json +10 -11
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-9-8
11
11
 
12
- Revision ID: a8781e798262a7ba5b0988d15649e995e7b321c8
12
+ Revision ID: c3978e6d95b691f58341d7a2af5e76ea67f3bf55
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-loaders",
3
- "version": "11.56.0-alpha.4",
3
+ "version": "11.56.0-alpha.6",
4
4
  "description": "GoodData SDK Runtime Component Loaders",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -32,10 +32,10 @@
32
32
  "semver": "7.7.4",
33
33
  "ts-invariant": "0.10.3",
34
34
  "tslib": "2.8.1",
35
- "@gooddata/sdk-model": "11.56.0-alpha.4",
36
- "@gooddata/sdk-ui": "11.56.0-alpha.4",
37
- "@gooddata/sdk-ui-dashboard": "11.56.0-alpha.4",
38
- "@gooddata/sdk-backend-spi": "11.56.0-alpha.4"
35
+ "@gooddata/sdk-backend-spi": "11.56.0-alpha.6",
36
+ "@gooddata/sdk-ui": "11.56.0-alpha.6",
37
+ "@gooddata/sdk-ui-dashboard": "11.56.0-alpha.6",
38
+ "@gooddata/sdk-model": "11.56.0-alpha.6"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-documenter": "7.30.10",
@@ -48,7 +48,6 @@
48
48
  "@types/semver": "7.3.13",
49
49
  "@typescript-eslint/eslint-plugin": "8.58.0",
50
50
  "@typescript-eslint/parser": "8.58.0",
51
- "@typescript/native-preview": "7.0.0-dev.20260707.2",
52
51
  "dependency-cruiser": "17.3.10",
53
52
  "eslint": "^9.39.2",
54
53
  "eslint-plugin-headers": "1.3.3",
@@ -66,9 +65,9 @@
66
65
  "raf": "3.4.1",
67
66
  "react": "19.1.1",
68
67
  "react-dom": "19.1.1",
69
- "typescript": "6.0.3",
70
- "@gooddata/eslint-config": "11.56.0-alpha.4",
71
- "@gooddata/oxlint-config": "11.56.0-alpha.4"
68
+ "typescript": "7.0.2",
69
+ "@gooddata/eslint-config": "11.56.0-alpha.6",
70
+ "@gooddata/oxlint-config": "11.56.0-alpha.6"
72
71
  },
73
72
  "peerDependencies": {
74
73
  "react": "^18.0.0 || ^19.0.0",
@@ -79,8 +78,8 @@
79
78
  "_phase:validate": "npm run validate",
80
79
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
81
80
  "build": "npm-run-all -p build-check build-ts && npm run api-extractor",
82
- "build-check": "tsgo",
83
- "build-ts": "tsgo -p tsconfig.build.json",
81
+ "build-check": "tsc",
82
+ "build-ts": "tsc -p tsconfig.build.json",
84
83
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log styles/css tsconfig.tsbuildinfo",
85
84
  "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
86
85
  "format-check": "oxfmt --check .",