Skip to content

Commit d4e12b1

Browse files
Merge branch 'main' into guoda-improve-toolbar
2 parents f4c55ce + 69e8243 commit d4e12b1

19 files changed

Lines changed: 1498 additions & 1199 deletions

File tree

.changeset/common-rabbits-kick.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@cloudoperators/juno-app-template": patch
3+
"@cloudoperators/juno-app-heureka": patch
4+
"@cloudoperators/juno-app-carbon": patch
5+
---
6+
7+
Upgrade @vitest/ui to 4.1.0

.github/workflows/build-push-greenhouse-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
skip-setup-trivy: true
168168

169169
- name: Upload Trivy scan results to GitHub Security tab
170-
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
170+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
171171
if: always()
172172
with:
173173
sarif_file: trivy-results.sarif

.github/workflows/build-push-supernova-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
skip-setup-trivy: true
187187

188188
- name: Upload Trivy scan results to GitHub Security tab
189-
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
189+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
190190
if: always()
191191
with:
192192
sarif_file: trivy-results.sarif

.github/workflows/vulnerability-check.yaml

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

2525
- name: "Run Vulnerability Check"
2626
id: dep-review
27-
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
27+
uses: actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
2828
with:
2929
repo-token: ${{ secrets.GITHUB_TOKEN }}
3030
fail-on-severity: high

apps/carbon/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@cloudoperators/juno-ui-components": "workspace:*",
30-
"@tailwindcss/vite": "4.2.0",
30+
"@tailwindcss/vite": "4.2.1",
3131
"@vitejs/plugin-react": "4.7.0",
3232
"react": "19.2.4",
3333
"react-dom": "19.2.4",
@@ -36,28 +36,28 @@
3636
},
3737
"devDependencies": {
3838
"@cloudoperators/juno-config": "workspace:*",
39-
"@tailwindcss/vite": "4.2.0",
39+
"@tailwindcss/vite": "4.2.1",
4040
"@testing-library/jest-dom": "6.9.1",
4141
"@testing-library/react": "16.3.2",
4242
"@testing-library/user-event": "14.6.1",
43-
"@types/node": "24.10.13",
43+
"@types/node": "24.10.15",
4444
"@types/react": "19.2.14",
4545
"@types/react-dom": "19.2.3",
4646
"@typescript-eslint/eslint-plugin": "6.21.0",
4747
"@typescript-eslint/parser": "6.21.0",
4848
"@vitejs/plugin-react": "4.7.0",
4949
"@vitejs/plugin-react-swc": "3.11.0",
50-
"@vitest/ui": "3.2.4",
51-
"autoprefixer": "10.4.24",
52-
"eslint": "10.0.2",
50+
"@vitest/ui": "4.1.0",
51+
"autoprefixer": "10.4.27",
52+
"eslint": "10.0.3",
5353
"eslint-config-prettier": "9.1.2",
5454
"eslint-plugin-prettier": "5.5.5",
5555
"eslint-plugin-react": "7.37.5",
5656
"eslint-plugin-react-hooks": "4.6.2",
5757
"eslint-plugin-tailwindcss": "3.18.2",
5858
"jsdom": "26.1.0",
5959
"prettier": "3.8.1",
60-
"tailwindcss": "4.2.0",
60+
"tailwindcss": "4.2.1",
6161
"typescript": "5.9.3",
6262
"vite": "7.3.1",
6363
"vite-plugin-svgr": "4.5.0",

apps/doop/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"devDependencies": {
1313
"@cloudoperators/juno-config": "workspace:*",
1414
"@tanstack/react-query": "5.90.21",
15-
"@tailwindcss/vite": "4.2.0",
16-
"@tanstack/router-plugin": "1.161.3",
15+
"@tailwindcss/vite": "4.2.1",
16+
"@tanstack/router-plugin": "1.161.4",
1717
"@testing-library/jest-dom": "6.9.1",
1818
"@testing-library/react": "16.3.2",
1919
"@types/react": "19.2.14",
@@ -23,7 +23,7 @@
2323
"jsdom": "26.1.0",
2424
"react-markdown": "10.1.0",
2525
"shadow-dom-testing-library": "1.13.1",
26-
"tailwindcss": "4.2.0",
26+
"tailwindcss": "4.2.1",
2727
"vite": "7.3.1",
2828
"vitest": "3.2.4",
2929
"zustand": "5.0.11"
@@ -43,7 +43,7 @@
4343
"@cloudoperators/juno-messages-provider": "workspace:*",
4444
"@cloudoperators/juno-ui-components": "workspace:*",
4545
"@cloudoperators/juno-url-state-provider": "workspace:*",
46-
"@tanstack/react-router": "1.161.3",
46+
"@tanstack/react-router": "1.161.4",
4747
"react": "19.2.4",
4848
"react-dom": "19.2.4"
4949
}

apps/example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@
1818
"@svgr/core": "7.0.0",
1919
"@svgr/plugin-jsx": "7.0.0",
2020
"@tanstack/react-query": "5.90.21",
21-
"@tailwindcss/vite": "4.2.0",
21+
"@tailwindcss/vite": "4.2.1",
2222
"@testing-library/jest-dom": "6.9.1",
2323
"@testing-library/react": "16.3.2",
2424
"@types/react": "19.2.14",
2525
"@types/react-dom": "19.2.3",
2626
"@vitejs/plugin-react": "4.7.0",
2727
"jsdom": "26.1.0",
28-
"postcss": "8.5.6",
28+
"postcss": "8.5.8",
2929
"shadow-dom-testing-library": "1.13.1",
30-
"tailwindcss": "4.2.0",
30+
"tailwindcss": "4.2.1",
3131
"vite": "7.3.1",
3232
"vitest": "3.2.4"
3333
},
3434
"dependencies": {
3535
"@cloudoperators/juno-messages-provider": "workspace:*",
3636
"@cloudoperators/juno-ui-components": "workspace:*",
3737
"@cloudoperators/juno-url-state-provider": "workspace:*",
38-
"@tailwindcss/vite": "4.2.0",
38+
"@tailwindcss/vite": "4.2.1",
3939
"@vitejs/plugin-react": "4.7.0",
4040
"msw": "2.12.10",
4141
"react": "19.2.4",

apps/greenhouse/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"private": true,
1212
"devDependencies": {
1313
"@cloudoperators/juno-config": "workspace:*",
14-
"@tailwindcss/vite": "4.2.0",
15-
"@tanstack/router-plugin": "1.161.3",
14+
"@tailwindcss/vite": "4.2.1",
15+
"@tanstack/router-plugin": "1.161.4",
1616
"@testing-library/jest-dom": "6.9.1",
1717
"@testing-library/react": "16.3.2",
1818
"@testing-library/user-event": "14.6.1",
1919
"@types/js-yaml": "4.0.9",
20-
"@types/lodash": "4.17.23",
20+
"@types/lodash": "4.17.24",
2121
"@types/react": "19.2.14",
2222
"@types/react-dom": "19.2.3",
2323
"@vitejs/plugin-react": "4.7.0",
@@ -30,7 +30,7 @@
3030
"react-markdown": "10.1.0",
3131
"remark-gfm": " 4.0.1",
3232
"shadow-dom-testing-library": "1.13.1",
33-
"tailwindcss": "4.2.0",
33+
"tailwindcss": "4.2.1",
3434
"vite": "7.3.1",
3535
"vite-plugin-svgr": "4.5.0",
3636
"vitest": "3.2.4",
@@ -62,7 +62,7 @@
6262
"@codemirror/theme-one-dark": "^6.1.2",
6363
"@codemirror/view": "^6.39.15",
6464
"@tanstack/react-query": "5.90.21",
65-
"@tanstack/react-router": "1.161.3",
65+
"@tanstack/react-router": "1.161.4",
6666
"js-yaml": "4.1.1",
6767
"lodash": "4.17.23",
6868
"zod": "4.3.6"

apps/heureka/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,40 +32,40 @@
3232
"@cloudoperators/juno-url-state-provider": "workspace:*",
3333
"@cloudoperators/greenhouse-auth-provider": "workspace:*",
3434
"@tanstack/react-query": "5.90.21",
35-
"@tanstack/react-router": "1.161.3",
35+
"@tanstack/react-router": "1.161.4",
3636
"react": "19.2.4",
3737
"react-dom": "19.2.4"
3838
},
3939
"devDependencies": {
40-
"@apollo/client": "4.1.5",
40+
"@apollo/client": "4.1.6",
4141
"@cloudoperators/juno-config": "workspace:*",
4242
"@graphql-codegen/cli": "6.1.3",
4343
"@graphql-codegen/typescript": "5.0.9",
4444
"@graphql-codegen/typescript-operations": "5.0.9",
4545
"@graphql-codegen/typescript-react-apollo": "4.4.1",
46-
"@tanstack/router-plugin": "1.161.3",
47-
"@tailwindcss/vite": "4.2.0",
46+
"@tanstack/router-plugin": "1.161.4",
47+
"@tailwindcss/vite": "4.2.1",
4848
"@testing-library/jest-dom": "6.9.1",
4949
"@testing-library/react": "16.3.2",
5050
"@testing-library/user-event": "14.6.1",
51-
"@types/node": "24.10.13",
51+
"@types/node": "24.10.15",
5252
"@types/react": "19.2.14",
5353
"@types/react-dom": "19.2.3",
5454
"@typescript-eslint/eslint-plugin": "6.21.0",
5555
"@typescript-eslint/parser": "6.21.0",
5656
"@vitejs/plugin-react": "4.7.0",
57-
"@vitest/ui": "3.2.4",
58-
"autoprefixer": "10.4.24",
59-
"eslint": "10.0.2",
57+
"@vitest/ui": "4.1.0",
58+
"autoprefixer": "10.4.27",
59+
"eslint": "10.0.3",
6060
"eslint-config-prettier": "9.1.2",
6161
"eslint-plugin-prettier": "5.5.5",
6262
"eslint-plugin-react": "7.37.5",
6363
"eslint-plugin-react-hooks": "4.6.2",
6464
"eslint-plugin-tailwindcss": "3.18.2",
6565
"jsdom": "26.1.0",
66-
"postcss": "8.5.6",
66+
"postcss": "8.5.8",
6767
"prettier": "3.8.1",
68-
"tailwindcss": "4.2.0",
68+
"tailwindcss": "4.2.1",
6969
"react-error-boundary": "6.1.1",
7070
"typescript": "5.9.3",
7171
"vite": "7.3.1",

apps/supernova/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"private": true,
1313
"devDependencies": {
1414
"@cloudoperators/juno-config": "workspace:*",
15-
"@tailwindcss/vite": "4.2.0",
15+
"@tailwindcss/vite": "4.2.1",
1616
"@tanstack/react-query": "5.90.21",
17-
"@tanstack/router-plugin": "1.161.3",
17+
"@tanstack/router-plugin": "1.161.4",
1818
"@testing-library/jest-dom": "6.9.1",
1919
"@testing-library/react": "16.3.2",
2020
"@types/react": "19.2.14",
@@ -24,7 +24,7 @@
2424
"interweave": "13.1.1",
2525
"jsdom": "26.1.0",
2626
"shadow-dom-testing-library": "1.13.1",
27-
"tailwindcss": "4.2.0",
27+
"tailwindcss": "4.2.1",
2828
"vite": "7.3.1",
2929
"vitest": "3.2.4",
3030
"zustand": "5.0.11"
@@ -44,7 +44,7 @@
4444
"@cloudoperators/juno-messages-provider": "workspace:*",
4545
"@cloudoperators/juno-ui-components": "workspace:*",
4646
"@cloudoperators/juno-url-state-provider": "workspace:*",
47-
"@tanstack/react-router": "1.161.3",
47+
"@tanstack/react-router": "1.161.4",
4848
"react": "19.2.4",
4949
"react-dom": "19.2.4",
5050
"react-error-boundary": "6.1.1"

0 commit comments

Comments
 (0)