gitlab-radiator 4.1.4 → 4.2.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/README.md CHANGED
@@ -87,6 +87,7 @@ Optional configuration properties:
87
87
  - `gitlabs / caFile` - CA file location to be passed to the request library when accessing the gitlab instance.
88
88
  - `gitlabs / ignoreArchived` - Ignore archived projects. Default value is `true`
89
89
  - `groupSuccessfulProjects` - If set to `true` projects with successful pipeline status are grouped by namespace. Projects with other pipeline statuses are still rendered seperately. Default value is `false`.
90
+ - `horizontal` - If set to `true` jobs are ordered horizontally to stages. Default value is `false`.
90
91
  - `auth / username` - Enables HTTP basic authentication with the defined username and password.
91
92
  - `auth / password` - Enables HTTP basic authentication with the defined username and password.
92
93
  - `projectsOrder` - Array of project attributes to use for sorting projects. Default value is `['name']` (available attributes are `status, name, id, nameWithoutNamespace, group`).
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "type": "module",
8
8
  "description": "The missing GitLab build radiator view",
9
- "version": "4.1.4",
9
+ "version": "4.2.0",
10
10
  "license": "MIT",
11
11
  "bin": {
12
12
  "gitlab-radiator": "bin/gitlab-radiator.js"
@@ -53,25 +53,25 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/lodash": "4.17.0",
56
- "@types/react": "18.2.74",
57
- "@types/react-dom": "18.2.23",
56
+ "@types/react": "18.2.79",
57
+ "@types/react-dom": "18.2.25",
58
58
  "@types/webpack-env": "1.18.4",
59
- "@typescript-eslint/eslint-plugin": "7.5.0",
60
- "@typescript-eslint/parser": "7.5.0",
61
- "chai": "4.3.10",
62
- "core-js": "3.36.1",
63
- "css-loader": "6.10.0",
59
+ "@typescript-eslint/eslint-plugin": "7.7.0",
60
+ "@typescript-eslint/parser": "7.7.0",
61
+ "chai": "5.1.0",
62
+ "core-js": "3.37.0",
63
+ "css-loader": "7.1.1",
64
64
  "eslint": "8.57.0",
65
- "eslint-plugin-mocha": "10.4.1",
65
+ "eslint-plugin-mocha": "10.4.3",
66
66
  "eslint-plugin-react": "7.34.1",
67
67
  "less-loader": "12.2.0",
68
68
  "mocha": "10.4.0",
69
69
  "normalize.css": "8.0.1",
70
70
  "react": "18.2.0",
71
71
  "react-dom": "18.2.0",
72
- "style-loader": "3.3.4",
72
+ "style-loader": "4.0.0",
73
73
  "ts-loader": "9.5.1",
74
- "typescript": "5.4.3",
74
+ "typescript": "5.4.5",
75
75
  "webpack": "5.91.0",
76
76
  "webpack-cli": "5.1.4",
77
77
  "webpack-dev-middleware": "7.2.1",