@gooddata/sdk-ui-pluggable-host 11.57.0-alpha.1 → 11.57.0-alpha.2

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/esm/debug.js CHANGED
@@ -5,7 +5,7 @@ import { isProduction } from "./lib/isProduction.js";
5
5
  */
6
6
  export function debugLog(message, ...args) {
7
7
  if (!isProduction) {
8
- // eslint-disable-next-line no-console
8
+ // oxlint-disable-next-line eslint-js/no-console
9
9
  console.debug(message, ...args);
10
10
  }
11
11
  }
@@ -18,7 +18,7 @@
18
18
  "gs.host.contractExpired.trial.description": "如果您想繼續使用GoodData Cloud,請聯繫我們。",
19
19
  "gs.host.contractExpired.nonTrial.title": "您的存取權限已被鎖定。",
20
20
  "gs.host.contractExpired.nonTrial.description": "請與帳戶管理員聯繫以重新獲得存取權限。",
21
- "gs.host.contractExpired.buttonTitle": "聯繫我哋",
21
+ "gs.host.contractExpired.buttonTitle": "聯絡我們",
22
22
  "gs.host.error.failedToLoad": "無法載入",
23
23
  "gs.host.error.pageNotFound": "找不到頁面",
24
24
  "gs.host.error.pageNotFoundDescription": "您正在尋找的頁面不存在,或者您沒有權限存取該頁面。",
@@ -27,7 +27,7 @@
27
27
  "gs.host.error.appBuildExpired": "此應用程式已過期,必須由其作者重新建置後才能再次執行。",
28
28
  "gs.host.error.appSecurityMetadataMissing": "此應用程式缺少必要的安全性中繼資料,無法載入。",
29
29
  "gs.host.demoApp.validUntil": "示範應用程式有效期至 {date}",
30
- "messages.genAi.visualisation.saved.success": "很好!我哋儲存咗您嘅可視化效果。",
30
+ "messages.genAi.visualisation.saved.success": "很好!我們已儲存您的可視化。",
31
31
  "messages.genAi.visualisation.saved.error": "糟糕,保存可視化時出現問題。",
32
32
  "messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
33
33
  "messages.genAi.visualisation.link.copied": "可視化連結已複製到剪貼板。",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-pluggable-host",
3
- "version": "11.57.0-alpha.1",
3
+ "version": "11.57.0-alpha.2",
4
4
  "description": "GoodData SDK runtime for hosting pluggable applications — registry, loader, routing, platform context, default UI chrome",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -29,20 +29,20 @@
29
29
  "dependencies": {
30
30
  "@module-federation/runtime": "2.6.0",
31
31
  "lodash-es": "^4.17.23",
32
- "@gooddata/sdk-backend-base": "11.57.0-alpha.1",
33
- "@gooddata/sdk-backend-spi": "11.57.0-alpha.1",
34
- "@gooddata/sdk-backend-tiger": "11.57.0-alpha.1",
35
- "@gooddata/sdk-embedding": "11.57.0-alpha.1",
36
- "@gooddata/sdk-model": "11.57.0-alpha.1",
37
- "@gooddata/sdk-pluggable-application-model": "11.57.0-alpha.1",
38
- "@gooddata/sdk-ui": "11.57.0-alpha.1",
39
- "@gooddata/sdk-ui-application-header": "11.57.0-alpha.1",
40
- "@gooddata/sdk-ui-ext": "11.57.0-alpha.1",
41
- "@gooddata/sdk-ui-kit": "11.57.0-alpha.1",
42
- "@gooddata/sdk-ui-semantic-search": "11.57.0-alpha.1",
43
- "@gooddata/sdk-ui-gen-ai": "11.57.0-alpha.1",
44
- "@gooddata/sdk-ui-theme-provider": "11.57.0-alpha.1",
45
- "@gooddata/util": "11.57.0-alpha.1"
32
+ "@gooddata/sdk-backend-spi": "11.57.0-alpha.2",
33
+ "@gooddata/sdk-backend-tiger": "11.57.0-alpha.2",
34
+ "@gooddata/sdk-backend-base": "11.57.0-alpha.2",
35
+ "@gooddata/sdk-embedding": "11.57.0-alpha.2",
36
+ "@gooddata/sdk-model": "11.57.0-alpha.2",
37
+ "@gooddata/sdk-pluggable-application-model": "11.57.0-alpha.2",
38
+ "@gooddata/sdk-ui-application-header": "11.57.0-alpha.2",
39
+ "@gooddata/sdk-ui-gen-ai": "11.57.0-alpha.2",
40
+ "@gooddata/sdk-ui-ext": "11.57.0-alpha.2",
41
+ "@gooddata/sdk-ui": "11.57.0-alpha.2",
42
+ "@gooddata/sdk-ui-kit": "11.57.0-alpha.2",
43
+ "@gooddata/sdk-ui-semantic-search": "11.57.0-alpha.2",
44
+ "@gooddata/util": "11.57.0-alpha.2",
45
+ "@gooddata/sdk-ui-theme-provider": "11.57.0-alpha.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-documenter": "7.30.10",
@@ -68,21 +68,22 @@
68
68
  "jiti": "2.6.1",
69
69
  "npm-run-all": "4.1.5",
70
70
  "oxfmt": "0.66.0",
71
- "oxlint": "1.57.0",
71
+ "oxlint": "1.66.0",
72
+ "oxlint-plugin-eslint": "1.82.0",
72
73
  "oxlint-tsgolint": "0.18.1",
73
74
  "react": "19.1.1",
74
75
  "react-dom": "19.1.1",
75
76
  "react-intl": "10.1.25",
76
77
  "react-router": "7.18.1",
77
78
  "rolldown": "1.0.3",
78
- "sass": "1.100.0",
79
+ "sass": "1.104.0",
79
80
  "tslib": "2.8.1",
80
81
  "typescript": "7.0.2",
81
82
  "vite": "8.0.16",
82
83
  "vitest": "4.1.8",
83
84
  "vitest-dom": "0.1.1",
84
- "@gooddata/eslint-config": "11.57.0-alpha.1",
85
- "@gooddata/oxlint-config": "11.57.0-alpha.1"
85
+ "@gooddata/eslint-config": "11.57.0-alpha.2",
86
+ "@gooddata/oxlint-config": "11.57.0-alpha.2"
86
87
  },
87
88
  "peerDependencies": {
88
89
  "react": ">=18.3.1",