@gooddata/sdk-ui-vis-commons 11.19.0-alpha.2 → 11.19.0-alpha.3

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 +16 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-vis-commons",
3
- "version": "11.19.0-alpha.2",
3
+ "version": "11.19.0-alpha.3",
4
4
  "description": "GoodData.UI SDK - common functionality for different types of visualizations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,14 +36,13 @@
36
36
  "react-intl": "7.1.11",
37
37
  "react-measure": "^2.5.2",
38
38
  "tslib": "2.8.1",
39
- "@gooddata/sdk-backend-spi": "11.19.0-alpha.2",
40
- "@gooddata/sdk-model": "11.19.0-alpha.2",
41
- "@gooddata/sdk-ui": "11.19.0-alpha.2",
42
- "@gooddata/sdk-ui-kit": "11.19.0-alpha.2",
43
- "@gooddata/sdk-ui-theme-provider": "11.19.0-alpha.2"
39
+ "@gooddata/sdk-backend-spi": "11.19.0-alpha.3",
40
+ "@gooddata/sdk-model": "11.19.0-alpha.3",
41
+ "@gooddata/sdk-ui": "11.19.0-alpha.3",
42
+ "@gooddata/sdk-ui-kit": "11.19.0-alpha.3",
43
+ "@gooddata/sdk-ui-theme-provider": "11.19.0-alpha.3"
44
44
  },
45
45
  "devDependencies": {
46
- "@gooddata/stylelint-config": "^5.0.0",
47
46
  "@microsoft/api-documenter": "^7.17.0",
48
47
  "@microsoft/api-extractor": "^7.55.2",
49
48
  "@testing-library/dom": "10.4.1",
@@ -57,20 +56,18 @@
57
56
  "@typescript-eslint/parser": "8.52.0",
58
57
  "@vitest/eslint-plugin": "1.6.6",
59
58
  "dependency-cruiser": "^14.1.2",
60
- "eslint": "^8.57.1",
59
+ "eslint": "^9.39.2",
61
60
  "eslint-config-prettier": "10.1.8",
62
61
  "eslint-plugin-header": "3.1.1",
63
- "eslint-plugin-import": "2.32.0",
64
62
  "eslint-plugin-import-esm": "1.2.1",
63
+ "eslint-plugin-import-x": "4.16.1",
65
64
  "eslint-plugin-jsdoc": "62.1.0",
66
65
  "eslint-plugin-no-barrel-files": "1.2.2",
67
- "eslint-plugin-no-only-tests": "2.6.0",
66
+ "eslint-plugin-no-only-tests": "3.3.0",
68
67
  "eslint-plugin-prettier": "5.5.4",
69
68
  "eslint-plugin-react": "7.37.5",
70
69
  "eslint-plugin-react-hooks": "5.2.0",
71
- "eslint-plugin-regexp": "1.15.0",
72
70
  "eslint-plugin-sonarjs": "3.0.6",
73
- "eslint-plugin-tsdoc": "0.2.14",
74
71
  "happy-dom": "18.0.1",
75
72
  "npm-run-all": "^4.1.5",
76
73
  "prettier": "^3.6.2",
@@ -78,15 +75,14 @@
78
75
  "react": "19.1.1",
79
76
  "react-dom": "19.1.1",
80
77
  "sass": "1.70.0",
81
- "stylelint": "^13.8.0",
82
- "stylelint-checkstyle-formatter": "^0.1.2",
83
- "stylelint-config-prettier": "^9.0.5",
78
+ "stylelint": "^15.11.0",
84
79
  "typescript": "5.9.3",
85
80
  "vitest": "4.0.8",
86
81
  "vitest-dom": "0.1.1",
87
- "@gooddata/eslint-config": "11.19.0-alpha.2",
88
- "@gooddata/reference-workspace": "11.19.0-alpha.2",
89
- "@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.2"
82
+ "@gooddata/eslint-config": "11.19.0-alpha.3",
83
+ "@gooddata/reference-workspace": "11.19.0-alpha.3",
84
+ "@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.3",
85
+ "@gooddata/stylelint-config": "11.19.0-alpha.3"
90
86
  },
91
87
  "peerDependencies": {
92
88
  "react": "^18.0.0 || ^19.0.0",
@@ -102,8 +98,8 @@
102
98
  "build-ts": "tsc -p tsconfig.build.json",
103
99
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
104
100
  "dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
105
- "eslint": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore .",
106
- "eslint-fix": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore . --fix",
101
+ "eslint": "eslint .",
102
+ "eslint-fix": "eslint . --fix",
107
103
  "prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
108
104
  "prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
109
105
  "stylelint": "stylelint '**/*.scss'",