@gooddata/app-toolkit 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 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: a61bddeb034dc2a7a6ebf9a9d3ced8af99cc690f
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.8.32) [Apache-2.0]
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.8.32)
4821
+ Package Title: baseline-browser-mapping (2.9.19)
4821
4822
 
4822
- Package Locator: npm+baseline-browser-mapping$2.8.32
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
 
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.18.0-alpha.7";
1
+ export declare const LIB_VERSION = "11.18.0";
2
2
  export declare const LIB_DESCRIPTION = "CLI with useful tools for creating and maintaining GoodData web applications.";
3
3
  export declare const LIB_NAME = "@gooddata/app-toolkit";
4
4
  //# sourceMappingURL=__version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,oBAAoB,CAAC;AAE7C,eAAO,MAAM,eAAe,kFAAkF,CAAC;AAE/G,eAAO,MAAM,QAAQ,0BAA0B,CAAC"}
1
+ {"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,YAAY,CAAC;AAErC,eAAO,MAAM,eAAe,kFAAkF,CAAC;AAE/G,eAAO,MAAM,QAAQ,0BAA0B,CAAC"}
package/esm/__version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // (C) 2021 GoodData Corporation
2
2
  // DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
3
- export const LIB_VERSION = "11.18.0-alpha.7";
3
+ export const LIB_VERSION = "11.18.0";
4
4
  export const LIB_DESCRIPTION = "CLI with useful tools for creating and maintaining GoodData web applications.";
5
5
  export const LIB_NAME = "@gooddata/app-toolkit";
6
6
  //# sourceMappingURL=__version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,iBAAiB,CAAC;AAE7C,MAAM,CAAC,MAAM,eAAe,GAAG,+EAA+E,CAAC;AAE/G,MAAM,CAAC,MAAM,QAAQ,GAAG,uBAAuB,CAAC"}
1
+ {"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,SAAS,CAAC;AAErC,MAAM,CAAC,MAAM,eAAe,GAAG,+EAA+E,CAAC;AAE/G,MAAM,CAAC,MAAM,QAAQ,GAAG,uBAAuB,CAAC"}
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/app-toolkit",
3
- "version": "11.18.0-alpha.7",
3
+ "version": "11.18.0",
4
4
  "description": "CLI with useful tools for creating and maintaining GoodData web applications.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,9 +46,9 @@
46
46
  "validate-npm-package-name": "^5.0.0",
47
47
  "webpack-cli": "6.0.1",
48
48
  "webpack-dev-server": "5.2.2",
49
- "@gooddata/sdk-backend-spi": "11.18.0-alpha.7",
50
- "@gooddata/sdk-model": "11.18.0-alpha.7",
51
- "@gooddata/sdk-backend-tiger": "11.18.0-alpha.7"
49
+ "@gooddata/sdk-model": "11.18.0",
50
+ "@gooddata/sdk-backend-tiger": "11.18.0",
51
+ "@gooddata/sdk-backend-spi": "11.18.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/columnify": "^1.5.1",
@@ -63,7 +63,6 @@
63
63
  "dependency-cruiser": "^14.1.2",
64
64
  "eslint": "^8.57.1",
65
65
  "eslint-config-prettier": "10.1.8",
66
- "eslint-plugin-eslint-comments": "3.2.0",
67
66
  "eslint-plugin-header": "3.1.1",
68
67
  "eslint-plugin-import": "2.32.0",
69
68
  "eslint-plugin-import-esm": "1.2.1",
@@ -72,13 +71,13 @@
72
71
  "eslint-plugin-no-only-tests": "2.6.0",
73
72
  "eslint-plugin-prettier": "5.5.4",
74
73
  "eslint-plugin-regexp": "1.15.0",
75
- "eslint-plugin-sonarjs": "0.16.0",
74
+ "eslint-plugin-sonarjs": "3.0.6",
76
75
  "eslint-plugin-tsdoc": "0.2.14",
77
76
  "prettier": "^3.6.2",
78
77
  "typescript": "5.9.3",
79
78
  "vitest": "4.0.8",
80
79
  "webpack": "5.93.0",
81
- "@gooddata/eslint-config": "11.18.0-alpha.7"
80
+ "@gooddata/eslint-config": "11.18.0"
82
81
  },
83
82
  "scripts": {
84
83
  "_phase:build": "npm run build",