Commit 6ace991
committed
HPUX-876: Map Korrel8r resources to icons
- Most icons from fontawesome or patternfly
- Kubernetes ships-wheel taken from uxwing, not available in fa or pf.
- Remove domain name from graph labels, redundant with icon.
- Makefile: build-image TAG defaults to VERSION or 'latest'
chore: NO-JIRA: Dependency clean-up
Package cleanup:
- Remove unused package `comment-json` and script `i18n-scripts/lexers.js`
- Removed several other unused packages - see packages.json
- Added .depcheckrc to give clean output from `npx depcheck`
- Add TAG variable to Makefile for better control of image names.
- Upgraded some packages to fix `npm audit` warnings
NOTE: one audit warning is not fixed, it wants a drastic downgrade cypress@14.5.4 => 4.2.0
This looks like a mistake. Here's the notice from `npm audit`
Severity: high
qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion - GHSA-6rw7-vpxm-498p
fix available via `npm audit fix --force`
Will install cypress@4.2.0, which is a breaking change1 parent c946cc5 commit 6ace991
10 files changed
Lines changed: 1324 additions & 1208 deletions
File tree
- scripts
- web
- i18n-scripts
- src
- __tests__
- components
- topology
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
This file was deleted.
0 commit comments