@gooddata/sdk-ui-charts 11.12.0-alpha.4 → 11.12.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.
Files changed (2) hide show
  1. package/NOTICE +7 -6
  2. package/package.json +12 -12
package/NOTICE CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
9
9
 
10
- Date generated: 2025-11-24
10
+ Date generated: 2025-12-3
11
11
 
12
- Revision ID: a1320ec4c057a2afa76b68aca32dd1850ad4a408
12
+ Revision ID: 44c6d6804bf3834d62b3155a6c0b2d01c9953dbd
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -339,7 +339,7 @@ Revision ID: a1320ec4c057a2afa76b68aca32dd1850ad4a408
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.8.5) [Apache-2.0]
342
+ - baseline-browser-mapping (2.8.32) [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]
@@ -4811,9 +4811,9 @@ MIT
4811
4811
 
4812
4812
 
4813
4813
  --------------------------------------------------------------------------------
4814
- Package Title: baseline-browser-mapping (2.8.5)
4814
+ Package Title: baseline-browser-mapping (2.8.32)
4815
4815
 
4816
- Package Locator: npm+baseline-browser-mapping$2.8.5
4816
+ Package Locator: npm+baseline-browser-mapping$2.8.32
4817
4817
 
4818
4818
  Package Depth: Transitive
4819
4819
  --------------------------------------------------------------------------------
@@ -12930,6 +12930,7 @@ MIT
12930
12930
 
12931
12931
 
12932
12932
  ================================================================================
12933
+
12933
12934
  Licenses
12934
12935
 
12935
12936
  ================================================================================
@@ -35461,4 +35462,4 @@ POSSIBILITY OF SUCH DAMAGE.
35461
35462
  --------------------------------------------------------------------------------
35462
35463
  --------------------------------------------------------------------------------
35463
35464
 
35464
- Report Generated by FOSSA on 2025-11-24
35465
+ Report Generated by FOSSA on 2025-12-3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "11.12.0-alpha.4",
3
+ "version": "11.12.0",
4
4
  "description": "GoodData.UI SDK - Charts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -69,13 +69,13 @@
69
69
  "ts-invariant": "^0.7.5",
70
70
  "tslib": "2.8.1",
71
71
  "uuid": "^11.1.0",
72
- "@gooddata/sdk-backend-spi": "11.12.0-alpha.4",
73
- "@gooddata/sdk-model": "11.12.0-alpha.4",
74
- "@gooddata/sdk-ui-theme-provider": "11.12.0-alpha.4",
75
- "@gooddata/sdk-ui-kit": "11.12.0-alpha.4",
76
- "@gooddata/sdk-ui": "11.12.0-alpha.4",
77
- "@gooddata/sdk-ui-vis-commons": "11.12.0-alpha.4",
78
- "@gooddata/util": "11.12.0-alpha.4"
72
+ "@gooddata/sdk-backend-spi": "11.12.0",
73
+ "@gooddata/sdk-model": "11.12.0",
74
+ "@gooddata/sdk-ui-kit": "11.12.0",
75
+ "@gooddata/sdk-ui": "11.12.0",
76
+ "@gooddata/sdk-ui-vis-commons": "11.12.0",
77
+ "@gooddata/sdk-ui-theme-provider": "11.12.0",
78
+ "@gooddata/util": "11.12.0"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@gooddata/stylelint-config": "^5.0.0",
@@ -121,9 +121,9 @@
121
121
  "typescript": "5.8.3",
122
122
  "vitest": "3.2.4",
123
123
  "vitest-dom": "0.1.1",
124
- "@gooddata/eslint-config": "11.12.0-alpha.4",
125
- "@gooddata/reference-workspace": "11.12.0-alpha.4",
126
- "@gooddata/sdk-backend-mockingbird": "11.12.0-alpha.4"
124
+ "@gooddata/eslint-config": "11.12.0",
125
+ "@gooddata/reference-workspace": "11.12.0",
126
+ "@gooddata/sdk-backend-mockingbird": "11.12.0"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^18.0.0 || ^19.0.0",
@@ -144,7 +144,7 @@
144
144
  "prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
145
145
  "prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
146
146
  "scss": "sass --load-path=node_modules styles/scss:styles/css",
147
- "stylelint": "bash scripts/stylelint.sh",
147
+ "stylelint": "stylelint '**/*.scss'",
148
148
  "stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
149
149
  "stylelint-fix": "stylelint '**/*.scss' --fix",
150
150
  "test": "vitest watch",