@gooddata/sdk-ui-ext 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 +24 -25
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-ext",
3
- "version": "11.56.0-alpha.4",
3
+ "version": "11.56.0-alpha.6",
4
4
  "description": "GoodData.UI SDK - Extensions",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -63,20 +63,20 @@
63
63
  "ts-invariant": "0.10.3",
64
64
  "tslib": "2.8.1",
65
65
  "uuid": "11.1.1",
66
- "@gooddata/sdk-backend-base": "11.56.0-alpha.4",
67
- "@gooddata/sdk-backend-spi": "11.56.0-alpha.4",
68
- "@gooddata/sdk-embedding": "11.56.0-alpha.4",
69
- "@gooddata/sdk-model": "11.56.0-alpha.4",
70
- "@gooddata/sdk-ui": "11.56.0-alpha.4",
71
- "@gooddata/sdk-ui-charts": "11.56.0-alpha.4",
72
- "@gooddata/sdk-ui-geo": "11.56.0-alpha.4",
73
- "@gooddata/sdk-ui-kit": "11.56.0-alpha.4",
74
- "@gooddata/sdk-ui-filters": "11.56.0-alpha.4",
75
- "@gooddata/sdk-ui-pivot": "11.56.0-alpha.4",
76
- "@gooddata/sdk-ui-semantic-search": "11.56.0-alpha.4",
77
- "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.4",
78
- "@gooddata/sdk-ui-vis-commons": "11.56.0-alpha.4",
79
- "@gooddata/util": "11.56.0-alpha.4"
66
+ "@gooddata/sdk-backend-base": "11.56.0-alpha.6",
67
+ "@gooddata/sdk-embedding": "11.56.0-alpha.6",
68
+ "@gooddata/sdk-backend-spi": "11.56.0-alpha.6",
69
+ "@gooddata/sdk-model": "11.56.0-alpha.6",
70
+ "@gooddata/sdk-ui": "11.56.0-alpha.6",
71
+ "@gooddata/sdk-ui-charts": "11.56.0-alpha.6",
72
+ "@gooddata/sdk-ui-filters": "11.56.0-alpha.6",
73
+ "@gooddata/sdk-ui-kit": "11.56.0-alpha.6",
74
+ "@gooddata/sdk-ui-geo": "11.56.0-alpha.6",
75
+ "@gooddata/sdk-ui-pivot": "11.56.0-alpha.6",
76
+ "@gooddata/sdk-ui-vis-commons": "11.56.0-alpha.6",
77
+ "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.6",
78
+ "@gooddata/sdk-ui-semantic-search": "11.56.0-alpha.6",
79
+ "@gooddata/util": "11.56.0-alpha.6"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@microsoft/api-documenter": "7.30.10",
@@ -95,7 +95,6 @@
95
95
  "@types/react-measure": "2.0.12",
96
96
  "@typescript-eslint/eslint-plugin": "8.58.0",
97
97
  "@typescript-eslint/parser": "8.58.0",
98
- "@typescript/native-preview": "7.0.0-dev.20260707.2",
99
98
  "dependency-cruiser": "17.3.10",
100
99
  "eslint": "^9.39.2",
101
100
  "eslint-plugin-headers": "1.3.3",
@@ -118,15 +117,15 @@
118
117
  "sass": "1.80.0",
119
118
  "stylelint": "16.26.1",
120
119
  "svgo": "2.8.3",
121
- "typescript": "6.0.3",
120
+ "typescript": "7.0.2",
122
121
  "vitest": "4.1.8",
123
122
  "vitest-dom": "0.1.1",
124
- "@gooddata/eslint-config": "11.56.0-alpha.4",
125
- "@gooddata/i18n-toolkit": "11.56.0-alpha.4",
126
- "@gooddata/oxlint-config": "11.56.0-alpha.4",
127
- "@gooddata/reference-workspace": "11.56.0-alpha.4",
128
- "@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.4",
129
- "@gooddata/stylelint-config": "11.56.0-alpha.4"
123
+ "@gooddata/eslint-config": "11.56.0-alpha.6",
124
+ "@gooddata/i18n-toolkit": "11.56.0-alpha.6",
125
+ "@gooddata/oxlint-config": "11.56.0-alpha.6",
126
+ "@gooddata/reference-workspace": "11.56.0-alpha.6",
127
+ "@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.6",
128
+ "@gooddata/stylelint-config": "11.56.0-alpha.6"
130
129
  },
131
130
  "peerDependencies": {
132
131
  "react": "^18.0.0 || ^19.0.0",
@@ -138,9 +137,9 @@
138
137
  "_phase:validate": "npm run build-dynamic-files && npm run validate",
139
138
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
140
139
  "build": "bash scripts/build.sh",
141
- "build-check": "tsgo",
140
+ "build-check": "tsc",
142
141
  "build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
143
- "build-ts": "tsgo -p tsconfig.build.json",
142
+ "build-ts": "tsc -p tsconfig.build.json",
144
143
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log styles/css tsconfig.tsbuildinfo",
145
144
  "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
146
145
  "format-check": "oxfmt --check .",