Skip to content

Commit c8828f5

Browse files
authored
Merge branch 'main' into 1479-add-link-to-new-admin
2 parents 12ea19f + 2964515 commit c8828f5

19 files changed

Lines changed: 1648 additions & 1468 deletions

File tree

.github/workflows/ci-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install pnpm
4646
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
4747
with:
48-
version: 10.28.2
48+
version: 10.30.1
4949

5050
- name: Get pnpm store directory
5151
id: pnpm-cache
@@ -92,7 +92,7 @@ jobs:
9292
- name: Install pnpm
9393
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
9494
with:
95-
version: 10.28.2
95+
version: 10.30.1
9696

9797
- name: Get pnpm store directory
9898
id: pnpm-cache

.github/workflows/deploy-github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install pnpm
3939
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
4040
with:
41-
version: 10.28.2
41+
version: 10.30.1
4242

4343
- name: Cache \ store
4444
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install pnpm
4343
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
4444
with:
45-
version: 10.28.2
45+
version: 10.30.1
4646

4747
- name: Cache \ store
4848
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0

apps/carbon/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,37 +27,37 @@
2727
},
2828
"dependencies": {
2929
"@cloudoperators/juno-ui-components": "workspace:*",
30-
"@tailwindcss/vite": "4.1.18",
30+
"@tailwindcss/vite": "4.2.0",
3131
"@vitejs/plugin-react": "4.7.0",
32-
"react": "19.2.3",
33-
"react-dom": "19.2.3",
34-
"react-error-boundary": "6.1.0",
32+
"react": "19.2.4",
33+
"react-dom": "19.2.4",
34+
"react-error-boundary": "6.1.1",
3535
"zustand": "5.0.11"
3636
},
3737
"devDependencies": {
3838
"@cloudoperators/juno-config": "workspace:*",
39-
"@tailwindcss/vite": "4.1.18",
39+
"@tailwindcss/vite": "4.2.0",
4040
"@testing-library/jest-dom": "6.9.1",
41-
"@testing-library/react": "16.3.1",
41+
"@testing-library/react": "16.3.2",
4242
"@testing-library/user-event": "14.6.1",
43-
"@types/node": "24.10.4",
44-
"@types/react": "19.2.7",
43+
"@types/node": "24.10.13",
44+
"@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",
5050
"@vitest/ui": "3.2.4",
51-
"autoprefixer": "10.4.23",
51+
"autoprefixer": "10.4.24",
5252
"eslint": "9.39.2",
5353
"eslint-config-prettier": "9.1.2",
54-
"eslint-plugin-prettier": "5.5.4",
54+
"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",
59-
"prettier": "3.8.0",
60-
"tailwindcss": "4.1.18",
59+
"prettier": "3.8.1",
60+
"tailwindcss": "4.2.0",
6161
"typescript": "5.9.3",
6262
"vite": "7.3.1",
6363
"vite-plugin-svgr": "4.5.0",

apps/doop/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"private": true,
1212
"devDependencies": {
1313
"@cloudoperators/juno-config": "workspace:*",
14-
"@tanstack/react-query": "5.90.16",
15-
"@tailwindcss/vite": "4.1.18",
16-
"@tanstack/router-plugin": "1.150.0",
14+
"@tanstack/react-query": "5.90.21",
15+
"@tailwindcss/vite": "4.2.0",
16+
"@tanstack/router-plugin": "1.161.3",
1717
"@testing-library/jest-dom": "6.9.1",
18-
"@testing-library/react": "16.3.1",
19-
"@types/react": "19.2.7",
18+
"@testing-library/react": "16.3.2",
19+
"@types/react": "19.2.14",
2020
"@types/react-dom": "19.2.3",
2121
"@vitejs/plugin-react": "4.7.0",
2222
"interweave": "13.1.1",
2323
"jsdom": "26.1.0",
2424
"react-markdown": "10.1.0",
2525
"shadow-dom-testing-library": "1.13.1",
26-
"tailwindcss": "4.1.18",
26+
"tailwindcss": "4.2.0",
2727
"vite": "7.3.1",
2828
"vitest": "3.2.4",
2929
"zustand": "5.0.11"
@@ -43,8 +43,8 @@
4343
"@cloudoperators/juno-messages-provider": "workspace:*",
4444
"@cloudoperators/juno-ui-components": "workspace:*",
4545
"@cloudoperators/juno-url-state-provider": "workspace:*",
46-
"@tanstack/react-router": "1.150.0",
47-
"react": "19.2.3",
48-
"react-dom": "19.2.3"
46+
"@tanstack/react-router": "1.161.3",
47+
"react": "19.2.4",
48+
"react-dom": "19.2.4"
4949
}
5050
}

apps/example/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@
1717
"@cloudoperators/juno-config": "workspace:*",
1818
"@svgr/core": "7.0.0",
1919
"@svgr/plugin-jsx": "7.0.0",
20-
"@tanstack/react-query": "5.90.16",
21-
"@tailwindcss/vite": "4.1.18",
20+
"@tanstack/react-query": "5.90.21",
21+
"@tailwindcss/vite": "4.2.0",
2222
"@testing-library/jest-dom": "6.9.1",
23-
"@testing-library/react": "16.3.1",
24-
"@types/react": "19.2.7",
23+
"@testing-library/react": "16.3.2",
24+
"@types/react": "19.2.14",
2525
"@types/react-dom": "19.2.3",
2626
"@vitejs/plugin-react": "4.7.0",
2727
"jsdom": "26.1.0",
2828
"postcss": "8.5.6",
2929
"shadow-dom-testing-library": "1.13.1",
30-
"tailwindcss": "4.1.18",
30+
"tailwindcss": "4.2.0",
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.1.18",
38+
"@tailwindcss/vite": "4.2.0",
3939
"@vitejs/plugin-react": "4.7.0",
40-
"msw": "2.12.7",
41-
"react": "19.2.3",
42-
"react-dom": "19.2.3",
40+
"msw": "2.12.10",
41+
"react": "19.2.4",
42+
"react-dom": "19.2.4",
4343
"vite-plugin-svgr": "4.5.0",
4444
"zustand": "5.0.11"
4545
},

apps/greenhouse/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
"private": true,
1212
"devDependencies": {
1313
"@cloudoperators/juno-config": "workspace:*",
14-
"@tailwindcss/vite": "4.1.18",
15-
"@tanstack/router-plugin": "1.150.0",
14+
"@tailwindcss/vite": "4.2.0",
15+
"@tanstack/router-plugin": "1.161.3",
1616
"@testing-library/jest-dom": "6.9.1",
17-
"@testing-library/react": "16.3.1",
17+
"@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.21",
21-
"@types/react": "19.2.7",
20+
"@types/lodash": "4.17.23",
21+
"@types/react": "19.2.14",
2222
"@types/react-dom": "19.2.3",
2323
"@vitejs/plugin-react": "4.7.0",
24-
"github-markdown-css": "5.8.1",
24+
"github-markdown-css": "5.9.0",
2525
"immer": "10.2.0",
2626
"interweave": "13.1.1",
27-
"react": "19.2.3",
28-
"react-dom": "19.2.3",
29-
"react-error-boundary": "6.1.0",
27+
"react": "19.2.4",
28+
"react-dom": "19.2.4",
29+
"react-error-boundary": "6.1.1",
3030
"react-markdown": "10.1.0",
3131
"remark-gfm": " 4.0.1",
3232
"shadow-dom-testing-library": "1.13.1",
33-
"tailwindcss": "4.1.18",
33+
"tailwindcss": "4.2.0",
3434
"vite": "7.3.1",
3535
"vite-plugin-svgr": "4.5.0",
3636
"vitest": "3.2.4",
@@ -57,8 +57,8 @@
5757
"@cloudoperators/juno-url-state-provider": "workspace:*",
5858
"@cloudoperators/greenhouse-auth-provider": "workspace:*",
5959
"@codemirror/lang-yaml": "6.1.2",
60-
"@tanstack/react-query": "5.90.16",
61-
"@tanstack/react-router": "1.150.0",
60+
"@tanstack/react-query": "5.90.21",
61+
"@tanstack/react-router": "1.161.3",
6262
"@uiw/react-codemirror": "4.25.4",
6363
"js-yaml": "4.1.1",
6464
"lodash": "4.17.23"

apps/heureka/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,42 +31,42 @@
3131
"@cloudoperators/juno-ui-components": "workspace:*",
3232
"@cloudoperators/juno-url-state-provider": "workspace:*",
3333
"@cloudoperators/greenhouse-auth-provider": "workspace:*",
34-
"@tanstack/react-query": "5.90.16",
35-
"@tanstack/react-router": "1.150.0",
36-
"react": "19.2.3",
37-
"react-dom": "19.2.3"
34+
"@tanstack/react-query": "5.90.21",
35+
"@tanstack/react-router": "1.161.3",
36+
"react": "19.2.4",
37+
"react-dom": "19.2.4"
3838
},
3939
"devDependencies": {
40-
"@apollo/client": "4.1.0",
40+
"@apollo/client": "4.1.5",
4141
"@cloudoperators/juno-config": "workspace:*",
4242
"@graphql-codegen/cli": "5.0.7",
4343
"@graphql-codegen/typescript": "4.1.6",
4444
"@graphql-codegen/typescript-operations": "4.6.1",
4545
"@graphql-codegen/typescript-react-apollo": "4.4.0",
46-
"@tanstack/router-plugin": "1.150.0",
47-
"@tailwindcss/vite": "4.1.18",
46+
"@tanstack/router-plugin": "1.161.3",
47+
"@tailwindcss/vite": "4.2.0",
4848
"@testing-library/jest-dom": "6.9.1",
49-
"@testing-library/react": "16.3.1",
49+
"@testing-library/react": "16.3.2",
5050
"@testing-library/user-event": "14.6.1",
51-
"@types/node": "24.10.4",
52-
"@types/react": "19.2.7",
51+
"@types/node": "24.10.13",
52+
"@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",
5757
"@vitest/ui": "3.2.4",
58-
"autoprefixer": "10.4.23",
58+
"autoprefixer": "10.4.24",
5959
"eslint": "9.39.2",
6060
"eslint-config-prettier": "9.1.2",
61-
"eslint-plugin-prettier": "5.5.4",
61+
"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",
6666
"postcss": "8.5.6",
67-
"prettier": "3.8.0",
68-
"tailwindcss": "4.1.18",
69-
"react-error-boundary": "6.1.0",
67+
"prettier": "3.8.1",
68+
"tailwindcss": "4.2.0",
69+
"react-error-boundary": "6.1.1",
7070
"typescript": "5.9.3",
7171
"vite": "7.3.1",
7272
"vite-plugin-svgr": "4.5.0",

apps/supernova/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"private": true,
1313
"devDependencies": {
1414
"@cloudoperators/juno-config": "workspace:*",
15-
"@tailwindcss/vite": "4.1.18",
16-
"@tanstack/react-query": "5.90.16",
17-
"@tanstack/router-plugin": "1.150.0",
15+
"@tailwindcss/vite": "4.2.0",
16+
"@tanstack/react-query": "5.90.21",
17+
"@tanstack/router-plugin": "1.161.3",
1818
"@testing-library/jest-dom": "6.9.1",
19-
"@testing-library/react": "16.3.1",
20-
"@types/react": "19.2.7",
19+
"@testing-library/react": "16.3.2",
20+
"@types/react": "19.2.14",
2121
"@types/react-dom": "19.2.3",
2222
"@vitejs/plugin-react": "4.7.0",
2323
"immer": "10.2.0",
2424
"interweave": "13.1.1",
2525
"jsdom": "26.1.0",
2626
"shadow-dom-testing-library": "1.13.1",
27-
"tailwindcss": "4.1.18",
27+
"tailwindcss": "4.2.0",
2828
"vite": "7.3.1",
2929
"vitest": "3.2.4",
3030
"zustand": "5.0.11"
@@ -44,9 +44,9 @@
4444
"@cloudoperators/juno-messages-provider": "workspace:*",
4545
"@cloudoperators/juno-ui-components": "workspace:*",
4646
"@cloudoperators/juno-url-state-provider": "workspace:*",
47-
"@tanstack/react-router": "1.150.0",
48-
"react": "19.2.3",
49-
"react-dom": "19.2.3",
50-
"react-error-boundary": "6.1.0"
47+
"@tanstack/react-router": "1.161.3",
48+
"react": "19.2.4",
49+
"react-dom": "19.2.4",
50+
"react-error-boundary": "6.1.1"
5151
}
5252
}

apps/template/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
"clean:cache": "rm -rf .turbo"
2727
},
2828
"dependencies": {
29-
"react": "19.2.3",
30-
"react-dom": "19.2.3",
29+
"react": "19.2.4",
30+
"react-dom": "19.2.4",
3131
"@cloudoperators/juno-ui-components": "workspace:*"
3232
},
3333
"devDependencies": {
3434
"@cloudoperators/juno-config": "workspace:*",
35-
"@tailwindcss/vite": "4.1.18",
35+
"@tailwindcss/vite": "4.2.0",
3636
"@testing-library/jest-dom": "6.9.1",
37-
"@testing-library/react": "16.3.1",
38-
"@types/node": "24.10.4",
39-
"@types/react": "19.2.7",
37+
"@testing-library/react": "16.3.2",
38+
"@types/node": "24.10.13",
39+
"@types/react": "19.2.14",
4040
"@types/react-dom": "19.2.3",
4141
"@typescript-eslint/eslint-plugin": "6.21.0",
4242
"@typescript-eslint/parser": "6.21.0",
@@ -45,13 +45,13 @@
4545
"@vitest/ui": "3.2.4",
4646
"eslint": "9.39.2",
4747
"eslint-config-prettier": "9.1.2",
48-
"eslint-plugin-prettier": "5.5.4",
48+
"eslint-plugin-prettier": "5.5.5",
4949
"eslint-plugin-react": "7.37.5",
5050
"eslint-plugin-react-hooks": "4.6.2",
5151
"eslint-plugin-tailwindcss": "3.18.2",
5252
"jsdom": "26.1.0",
53-
"prettier": "3.8.0",
54-
"tailwindcss": "4.1.18",
53+
"prettier": "3.8.1",
54+
"tailwindcss": "4.2.0",
5555
"typescript": "5.9.3",
5656
"vite": "7.3.1",
5757
"vite-tsconfig-paths": "5.1.4",

0 commit comments

Comments
 (0)