@gooddata/util 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 (1) hide show
  1. package/package.json +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/util",
3
- "version": "11.56.0-alpha.4",
3
+ "version": "11.56.0-alpha.6",
4
4
  "description": "GoodData Utility Functions",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -31,7 +31,6 @@
31
31
  "@types/lodash-es": "4.17.12",
32
32
  "@typescript-eslint/eslint-plugin": "8.58.0",
33
33
  "@typescript-eslint/parser": "8.58.0",
34
- "@typescript/native-preview": "7.0.0-dev.20260707.2",
35
34
  "dependency-cruiser": "17.3.10",
36
35
  "eslint": "^9.39.2",
37
36
  "eslint-plugin-headers": "1.3.3",
@@ -43,10 +42,10 @@
43
42
  "oxfmt": "0.66.0",
44
43
  "oxlint": "1.57.0",
45
44
  "oxlint-tsgolint": "0.15.0",
46
- "typescript": "6.0.3",
45
+ "typescript": "7.0.2",
47
46
  "vitest": "4.1.8",
48
- "@gooddata/eslint-config": "11.56.0-alpha.4",
49
- "@gooddata/oxlint-config": "11.56.0-alpha.4"
47
+ "@gooddata/oxlint-config": "11.56.0-alpha.6",
48
+ "@gooddata/eslint-config": "11.56.0-alpha.6"
50
49
  },
51
50
  "scripts": {
52
51
  "_phase:build": "npm run build",
@@ -54,8 +53,8 @@
54
53
  "_phase:validate": "npm run validate",
55
54
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
56
55
  "build": "npm-run-all -p build-check build-ts && npm run api-extractor",
57
- "build-check": "tsgo",
58
- "build-ts": "tsgo -p tsconfig.build.json",
56
+ "build-check": "tsc",
57
+ "build-ts": "tsc -p tsconfig.build.json",
59
58
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log tsconfig.tsbuildinfo",
60
59
  "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
61
60
  "format-check": "oxfmt --check .",