Skip to content

Commit a3ea41b

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-6542b67532
2 parents f8056d8 + 255a484 commit a3ea41b

File tree

130 files changed

+10208
-2484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+10208
-2484
lines changed

.github/workflows/cve-scanning-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload Test results
4646
if: ${{ always() }}
47-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
47+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4848
with:
4949
name: Depcheck report ${{ github.job }} ${{ matrix.module-folder }}
5050
path: ${{ github.workspace }}/${{ matrix.module-folder }}/target/dependency-check-report.*

.github/workflows/cve-scanning-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
shell: bash
6363
- name: Upload Test results
6464
if: ${{ always() }}
65-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
65+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
6666
with:
6767
name: Depcheck report ${{ env.UPNAME }}
6868
path: ${{ github.workspace }}/${{ matrix.module-folder }}-reports

.github/workflows/license-scanning-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
4747
working-directory: ${{ matrix.module-folder }}
4848
- name: Upload license XML reports
49-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
49+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
5050
with:
5151
name: license-xml-report
5252
path: '${{ matrix.module-folder }}/**/${{ env.REPORT_PATH }}'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
22.22.0

advent-of-calm/website/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

calm-hub-ui/.stylelintrc.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"extends": ["stylelint-config-standard"],
3+
"rules": {
4+
"declaration-no-important": true,
5+
"selector-class-pattern": null,
6+
"at-rule-no-unknown": [true, {
7+
"ignoreAtRules": ["tailwind", "apply", "layer", "config", "plugin", "theme", "source"]
8+
}],
9+
"import-notation": null,
10+
"no-empty-source": null,
11+
"at-rule-empty-line-before": null,
12+
"rule-empty-line-before": null,
13+
"color-hex-length": null,
14+
"font-family-name-quotes": null,
15+
"alpha-value-notation": null
16+
}
17+
}

calm-hub-ui/package.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
"test": "vitest run",
1212
"test-coverage": "vitest run --coverage",
1313
"watch-test": "vitest watch",
14-
"lint": "eslint .",
14+
"lint": "eslint . && stylelint 'src/**/*.css'",
15+
"lint:css": "stylelint 'src/**/*.css'",
1516
"format": "prettier --write .",
1617
"copy-public": "copyfiles -u 1 ../brand/**/* public/",
1718
"start-cypress": "npx cypress open"
1819
},
1920
"dependencies": {
21+
"@dagrejs/dagre": "^1.1.4",
2022
"@monaco-editor/react": "^4.7.0",
2123
"@tailwindcss/vite": "^4.1.4",
2224
"@types/node": "^22.19.2",
@@ -28,9 +30,11 @@
2830
"axios-mock-adapter": "^2.1.0",
2931
"copyfiles": "^2.4.1",
3032
"css-what": "6.2.2",
31-
"cytoscape": "^3.30.3",
32-
"cytoscape-cola": "^2.5.1",
33-
"cytoscape-dagre": "^2.5.0",
33+
"d3-drag": "^3.0.0",
34+
"d3-selection": "^3.0.0",
35+
"d3-transition": "^3.0.1",
36+
"d3-zoom": "^3.0.0",
37+
"lucide-react": "^0.468.0",
3438
"oidc-client": "^1.11.5",
3539
"react": "^19.1.0",
3640
"react-dom": "^19.1.0",
@@ -39,6 +43,7 @@
3943
"react-json-view-lite": "^2.4.1",
4044
"react-markdown": "^10.1.0",
4145
"react-router-dom": "^7.12.0",
46+
"reactflow": "^11.11.4",
4247
"typescript": "^5.9.2",
4348
"vite-plugin-svgr": "^4.3.0",
4449
"vite-tsconfig-paths": "^5.1.4",
@@ -51,7 +56,6 @@
5156
"@testing-library/jest-dom": "^6.6.3",
5257
"@testing-library/react": "^16.2.0",
5358
"@testing-library/user-event": "^14.6.1",
54-
"@types/cytoscape": "^3.21.8",
5559
"@types/file-saver": "^2.0.7",
5660
"@types/react": "^19.1.2",
5761
"@types/react-dom": "^19.1.2",
@@ -63,12 +67,14 @@
6367
"eslint": "^9.25.0",
6468
"eslint-plugin-react": "^7.37.2",
6569
"eslint-plugin-react-hooks": "^5.2.0",
66-
"eslint-plugin-react-refresh": "^0.4.19",
70+
"eslint-plugin-react-refresh": "^0.5.0",
6771
"globals": "^16.0.0",
6872
"jsdom": "^26.0.0",
6973
"npm-force-resolutions": "^0.0.10",
7074
"postcss": "^8.4.49",
7175
"prettier": "^3.3.3",
76+
"stylelint": "^16.26.0",
77+
"stylelint-config-standard": "^39.0.1",
7278
"tailwindcss": "^4.1.4",
7379
"typescript": "^5.5.3",
7480
"typescript-eslint": "^8.14.0",
@@ -80,7 +86,11 @@
8086
"express": "5.2.1",
8187
"nth-check": "2.1.1",
8288
"postcss": "8.5.6",
83-
"rollup": "4.54.0"
89+
"rollup": "4.57.1"
90+
},
91+
"overrides": {
92+
"d3-selection": "3.0.0",
93+
"d3-transition": "3.0.1"
8494
},
8595
"proxy": "http://127.0.0.1:8080/",
8696
"eslintConfig": {

calm-hub-ui/src/hub/components/adr-renderer/AdrRenderer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.markdownParagraphSpacing p {
2-
margin-bottom: 1.5% !important;
2+
margin-bottom: 1.5%;
33
}
44

55
.adr-title {

calm-hub-ui/src/hub/helper-functions/adr/adr-helper-function.css

Lines changed: 0 additions & 17 deletions
This file was deleted.

calm-hub-ui/src/hub/helper-functions/adr/adr-helper-function.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Option } from '../../../model/adr/option.js';
22
import { Link } from '../../../model/adr/link.js';
33
import Markdown from 'react-markdown';
4-
import './adr-helper-function.css';
54
import { Decision } from '../../../model/adr/decision.js';
65
import { AdrStatus } from '../../../model/adr/adr-status/adrStatus.js';
76

0 commit comments

Comments
 (0)