@allurereport/web-components 3.3.1 → 3.4.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/package.json CHANGED
@@ -1,21 +1,27 @@
1
1
  {
2
2
  "name": "@allurereport/web-components",
3
- "version": "3.3.1",
3
+ "version": "3.4.0",
4
4
  "description": "Collection of Preact components used across the web Allure reports",
5
5
  "keywords": [
6
6
  "allure",
7
- "testing",
7
+ "components",
8
8
  "design system",
9
- "components"
9
+ "testing"
10
10
  ],
11
- "repository": "https://github.com/allure-framework/allure3",
12
11
  "license": "Apache-2.0",
13
12
  "author": "Qameta Software",
13
+ "repository": "https://github.com/allure-framework/allure3",
14
+ "files": [
15
+ "dist"
16
+ ],
14
17
  "type": "module",
18
+ "main": "dist/index.js",
19
+ "module": "dist/index.js",
20
+ "types": "dist/index.d.ts",
15
21
  "exports": {
16
22
  ".": {
17
- "import": "./dist/index.js",
18
23
  "types": "./dist/index.d.ts",
24
+ "import": "./dist/index.js",
19
25
  "style": "./dist/index.css"
20
26
  },
21
27
  "./index.css": "./dist/index.css",
@@ -25,23 +31,18 @@
25
31
  },
26
32
  "./mixins.scss": "./dist/mixins.scss"
27
33
  },
28
- "main": "dist/index.js",
29
- "module": "dist/index.js",
30
- "types": "dist/index.d.ts",
31
- "files": [
32
- "dist"
33
- ],
34
34
  "scripts": {
35
35
  "build": "rimraf ./dist && rollup -c",
36
36
  "build:watch": "rollup -c -w",
37
37
  "build:ds": "storybook build",
38
38
  "dev:ds": "storybook dev -p 6006",
39
- "lint": "eslint --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
40
- "test": "vitest run"
39
+ "lint": "oxlint --import-plugin src test features stories",
40
+ "test": "vitest run",
41
+ "lint:fix": "oxlint --import-plugin --fix src test features stories"
41
42
  },
42
43
  "dependencies": {
43
- "@allurereport/charts-api": "3.3.1",
44
- "@allurereport/web-commons": "3.3.1",
44
+ "@allurereport/charts-api": "3.4.0",
45
+ "@allurereport/web-commons": "3.4.0",
45
46
  "@floating-ui/dom": "^1.7.4",
46
47
  "@nivo/bar": "^0.99.0",
47
48
  "@nivo/core": "^0.99.0",
@@ -77,13 +78,12 @@
77
78
  "use-debounce": "^10.0.6"
78
79
  },
79
80
  "devDependencies": {
80
- "@allurereport/core-api": "3.3.1",
81
+ "@allurereport/core-api": "3.4.0",
81
82
  "@babel/core": "^7.27.4",
82
83
  "@babel/plugin-transform-react-jsx": "^7.27.1",
83
84
  "@babel/preset-env": "^7.27.2",
84
85
  "@babel/preset-typescript": "^7.27.1",
85
86
  "@chromatic-com/storybook": "^3.2.3",
86
- "@eslint/js": "^9.10.0",
87
87
  "@nivo/axes": "^0.99.0",
88
88
  "@nivo/legends": "^0.99.0",
89
89
  "@nivo/scales": "^0.99.0",
@@ -95,19 +95,18 @@
95
95
  "@rollup/plugin-node-resolve": "^16.0.0",
96
96
  "@rollup/plugin-terser": "^0.4.4",
97
97
  "@rollup/plugin-typescript": "^12.1.2",
98
- "@storybook/addon-essentials": "~8.4.7",
99
- "@storybook/addon-interactions": "^8.4.7",
98
+ "@storybook/addon-essentials": "^8.6.17",
99
+ "@storybook/addon-interactions": "^8.6.17",
100
100
  "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
101
- "@storybook/blocks": "^8.4.7",
102
- "@storybook/manager-api": "^8.4.7",
103
- "@storybook/preact": "^8.4.7",
104
- "@storybook/preact-webpack5": "^8.4.7",
101
+ "@storybook/blocks": "^8.6.17",
102
+ "@storybook/manager-api": "^8.6.17",
103
+ "@storybook/preact": "^8.6.17",
104
+ "@storybook/preact-webpack5": "^8.6.17",
105
105
  "@storybook/preset-scss": "^1.0.3",
106
- "@storybook/react": "^8.4.7",
107
- "@storybook/test": "^8.4.7",
108
- "@storybook/theming": "^8.4.7",
109
- "@storybook/types": "^8.4.7",
110
- "@stylistic/eslint-plugin": "^2.6.1",
106
+ "@storybook/react": "^8.6.17",
107
+ "@storybook/test": "^8.6.17",
108
+ "@storybook/theming": "^8.6.17",
109
+ "@storybook/types": "^8.6.17",
111
110
  "@svgr/rollup": "^8.1.0",
112
111
  "@testing-library/jest-dom": "^6.6.3",
113
112
  "@testing-library/preact": "^3.2.4",
@@ -122,14 +121,11 @@
122
121
  "@types/d3-shape": "^3.1.6",
123
122
  "@types/d3-tip": "^0",
124
123
  "@types/d3-transition": "^3",
125
- "@types/eslint": "^8.56.11",
126
124
  "@types/lodash": "^4",
127
125
  "@types/md5": "^2.3.5",
128
126
  "@types/node": "^20.17.9",
129
127
  "@types/prismjs": "^1.26.5",
130
128
  "@types/sortablejs": "^1.15.8",
131
- "@typescript-eslint/eslint-plugin": "^8.0.0",
132
- "@typescript-eslint/parser": "^8.0.0",
133
129
  "@vitest/runner": "^2.1.9",
134
130
  "@vitest/snapshot": "^2.1.9",
135
131
  "allure-js-commons": "^3.3.3",
@@ -139,20 +135,6 @@
139
135
  "babel-plugin-prismjs": "^2.1.0",
140
136
  "clsx": "^2.1.1",
141
137
  "css-loader": "^7.1.2",
142
- "eslint": "^8.57.0",
143
- "eslint-config-preact": "^1.5.0",
144
- "eslint-config-prettier": "^9.1.0",
145
- "eslint-plugin-compat": "^6.0.1",
146
- "eslint-plugin-import": "^2.29.1",
147
- "eslint-plugin-jsdoc": "^50.0.0",
148
- "eslint-plugin-jsx-a11y": "^6.10.0",
149
- "eslint-plugin-n": "^17.10.1",
150
- "eslint-plugin-no-null": "^1.0.2",
151
- "eslint-plugin-preact": "^0.1.0",
152
- "eslint-plugin-prefer-arrow": "^1.2.3",
153
- "eslint-plugin-react": "^7.36.1",
154
- "eslint-plugin-react-hooks": "^4.6.2",
155
- "eslint-plugin-storybook": "^0.11.1",
156
138
  "globals": "^15.9.0",
157
139
  "html-webpack-plugin": "^5.6.3",
158
140
  "jsdom": "^26.0.0",
@@ -162,20 +144,19 @@
162
144
  "postcss-import": "^16.1.0",
163
145
  "postcss-loader": "^8.2.0",
164
146
  "rimraf": "^6.0.1",
165
- "rollup": "^4.43.0",
147
+ "rollup": "^4.59.0",
166
148
  "rollup-plugin-copy": "^3.5.0",
167
149
  "rollup-plugin-dts": "^6.2.1",
168
150
  "rollup-plugin-postcss": "^4.0.2",
169
151
  "rollup-plugin-svg-sprites": "^1.2.5",
170
152
  "sass": "^1.83.1",
171
153
  "sass-loader": "^16.0.4",
172
- "storybook": "^8.6.15",
154
+ "storybook": "^8.6.17",
173
155
  "style-loader": "^4.0.0",
174
156
  "svg-sprite-loader": "^6.0.11",
175
157
  "ts-node": "^10.9.2",
176
158
  "tslib": "^2.7.0",
177
159
  "typescript": "^5.6.3",
178
- "typescript-eslint": "^8.6.0",
179
160
  "vitest": "^2.1.9"
180
161
  }
181
162
  }