Skip to content

Commit 2ed00db

Browse files
chore(deps): pin dependencies (#1179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 900b0be commit 2ed00db

17 files changed

Lines changed: 521 additions & 1162 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Generate GitHub App Token
2727
id: github-app-token
28-
uses: actions/create-github-app-token@v1
28+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
2929
with:
3030
app-id: ${{ secrets.CLOUDOPERATOR_APP_ID }}
3131
private-key: ${{ secrets.CLOUDOPERATOR_APP_PRIVATE_KEY }}

apps/carbon/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,32 @@
3939
},
4040
"devDependencies": {
4141
"@cloudoperators/juno-config": "workspace:*",
42-
"@tailwindcss/vite": "^4.1.11",
43-
"@testing-library/jest-dom": "^6.6.3",
44-
"@testing-library/react": "^16.3.0",
45-
"@testing-library/user-event": "^14.6.1",
46-
"@types/node": "^24.0.3",
42+
"@tailwindcss/vite": "4.1.13",
43+
"@testing-library/jest-dom": "6.8.0",
44+
"@testing-library/react": "16.3.0",
45+
"@testing-library/user-event": "14.6.1",
46+
"@types/node": "24.3.2",
4747
"@types/react": "19.1.8",
4848
"@types/react-dom": "19.1.6",
49-
"@typescript-eslint/eslint-plugin": "^6.21.0",
50-
"@typescript-eslint/parser": "^6.21.0",
51-
"@vitejs/plugin-react": "^4.6.0",
52-
"@vitejs/plugin-react-swc": "^3.10.2",
53-
"@vitest/ui": "^3.2.4",
54-
"autoprefixer": "^10.4.20",
55-
"eslint": "^9.31.0",
56-
"eslint-config-prettier": "^9.1.0",
57-
"eslint-plugin-prettier": "^5.2.1",
58-
"eslint-plugin-react": "^7.36.1",
59-
"eslint-plugin-react-hooks": "^4.6.2",
60-
"eslint-plugin-tailwindcss": "^3.17.4",
61-
"jsdom": "^26.1.0",
49+
"@typescript-eslint/eslint-plugin": "6.21.0",
50+
"@typescript-eslint/parser": "6.21.0",
51+
"@vitejs/plugin-react": "4.7.0",
52+
"@vitejs/plugin-react-swc": "3.11.0",
53+
"@vitest/ui": "3.2.4",
54+
"autoprefixer": "10.4.21",
55+
"eslint": "9.35.0",
56+
"eslint-config-prettier": "9.1.0",
57+
"eslint-plugin-prettier": "5.5.4",
58+
"eslint-plugin-react": "7.37.5",
59+
"eslint-plugin-react-hooks": "4.6.2",
60+
"eslint-plugin-tailwindcss": "3.18.0",
61+
"jsdom": "26.1.0",
6262
"prettier": "3.1.1",
63-
"tailwindcss": "^4.1.7",
64-
"typescript": "^5.8.3",
65-
"vite": "^7.0.3",
66-
"vite-plugin-svgr": "^4.3.0",
67-
"vite-tsconfig-paths": "^5.1.4",
68-
"vitest": "^3.2.4"
63+
"tailwindcss": "4.1.13",
64+
"typescript": "5.9.2",
65+
"vite": "7.1.7",
66+
"vite-plugin-svgr": "4.5.0",
67+
"vite-tsconfig-paths": "5.1.4",
68+
"vitest": "3.2.4"
6969
}
7070
}

apps/doop/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@
1515
"private": true,
1616
"devDependencies": {
1717
"@cloudoperators/juno-config": "workspace:*",
18-
"@svgr/core": "^8.0.0",
19-
"@svgr/plugin-jsx": "^8.0.0",
18+
"@svgr/core": "8.1.0",
19+
"@svgr/plugin-jsx": "8.1.0",
2020
"@tanstack/react-query": "5.62.2",
21-
"@tailwindcss/vite": "^4.1.11",
21+
"@tailwindcss/vite": "4.1.13",
2222
"@tanstack/router-plugin": "1.131.25",
23-
"@testing-library/jest-dom": "^6.6.3",
24-
"@testing-library/react": "^16.3.0",
23+
"@testing-library/jest-dom": "6.8.0",
24+
"@testing-library/react": "16.3.0",
2525
"@types/react": "19.1.8",
2626
"@types/react-dom": "19.1.6",
27-
"@vitejs/plugin-react": "^4.6.0",
28-
"autoprefixer": "^10.4.2",
29-
"interweave": "^13.1.0",
30-
"jsdoc": "^4.0.2",
31-
"jsdom": "^26.1.0",
32-
"luxon": "^3.0.0",
33-
"postcss": "^8.4.47",
27+
"@vitejs/plugin-react": "4.7.0",
28+
"autoprefixer": "10.4.21",
29+
"interweave": "13.1.1",
30+
"jsdoc": "4.0.4",
31+
"jsdom": "26.1.0",
32+
"luxon": "3.7.2",
33+
"postcss": "8.5.6",
3434
"react-markdown": "^9.0.0",
35-
"react-test-renderer": "^19.1.0",
36-
"shadow-dom-testing-library": "^1.11.3",
37-
"tailwindcss": "^4.1.7",
38-
"vite": "^7.0.3",
39-
"vitest": "^3.2.4",
35+
"react-test-renderer": "19.1.1",
36+
"shadow-dom-testing-library": "1.13.1",
37+
"tailwindcss": "4.1.13",
38+
"vite": "7.1.7",
39+
"vitest": "3.2.4",
4040
"zustand": "4.5.7"
4141
},
4242
"scripts": {

apps/example/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@
1818
},
1919
"devDependencies": {
2020
"@cloudoperators/juno-config": "workspace:*",
21-
"@svgr/core": "^7.0.0",
22-
"@svgr/plugin-jsx": "^7.0.0",
21+
"@svgr/core": "7.0.0",
22+
"@svgr/plugin-jsx": "7.0.0",
2323
"@tanstack/react-query": "5.62.2",
24-
"@tailwindcss/vite": "^4.1.11",
24+
"@tailwindcss/vite": "4.1.13",
2525
"@testing-library/jest-dom": "6.6.3",
26-
"@testing-library/react": "^16.3.0",
26+
"@testing-library/react": "16.3.0",
2727
"@types/react": "19.1.8",
2828
"@types/react-dom": "19.1.6",
29-
"@vitejs/plugin-react": "^4.6.0",
30-
"jsdom": "^26.1.0",
31-
"luxon": "^2.3.0",
32-
"postcss": "^8.4.47",
33-
"react-test-renderer": "^19.1.0",
34-
"shadow-dom-testing-library": "^1.11.3",
35-
"tailwindcss": "^4.1.7",
36-
"vite": "^7.0.3",
37-
"vitest": "^3.2.4"
29+
"@vitejs/plugin-react": "4.7.0",
30+
"jsdom": "26.1.0",
31+
"luxon": "2.5.2",
32+
"postcss": "8.5.6",
33+
"react-test-renderer": "19.1.1",
34+
"shadow-dom-testing-library": "1.13.1",
35+
"tailwindcss": "4.1.13",
36+
"vite": "7.1.7",
37+
"vitest": "3.2.4"
3838
},
3939
"dependencies": {
4040
"@cloudoperators/juno-messages-provider": "workspace:*",

apps/greenhouse/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@
1616
"private": true,
1717
"devDependencies": {
1818
"@cloudoperators/juno-config": "workspace:*",
19-
"@svgr/plugin-jsx": "^7.0.0",
20-
"@tailwindcss/vite": "^4.1.11",
21-
"@tailwindui/react": "^0.1.1",
19+
"@svgr/plugin-jsx": "7.0.0",
20+
"@tailwindcss/vite": "4.1.13",
21+
"@tailwindui/react": "0.1.1",
2222
"@tanstack/router-plugin": "1.131.25",
23-
"@testing-library/jest-dom": "^6.6.3",
24-
"@testing-library/react": "^16.0.1",
23+
"@testing-library/jest-dom": "6.8.0",
24+
"@testing-library/react": "16.3.0",
2525
"@types/lodash": "4.17.16",
2626
"@types/react": "19.1.8",
2727
"@types/react-dom": "19.1.6",
28-
"@vitejs/plugin-react": "^4.6.0",
29-
"github-markdown-css": "^5.7.0",
30-
"immer": "^9.0.21",
31-
"interweave": "^13.0.0",
28+
"@vitejs/plugin-react": "4.7.0",
29+
"github-markdown-css": "5.8.1",
30+
"immer": "9.0.21",
31+
"interweave": "13.1.1",
3232
"react": "19.1.0",
3333
"react-dom": "19.1.0",
3434
"react-markdown": "10.1.0",
3535
"remark-gfm": " 4.0.1",
36-
"shadow-dom-testing-library": "^1.11.3",
37-
"tailwindcss": "^4.1.7",
38-
"ts-luxon": "^4.6.2",
39-
"vite": "^7.0.3",
40-
"vite-plugin-svgr": "^4.3.0",
41-
"vitest": "^3.2.4",
36+
"shadow-dom-testing-library": "1.13.1",
37+
"tailwindcss": "4.1.13",
38+
"ts-luxon": "4.6.2",
39+
"vite": "7.1.7",
40+
"vite-plugin-svgr": "4.5.0",
41+
"vitest": "3.2.4",
4242
"zustand": "4.5.7"
4343
},
4444
"scripts": {

apps/heureka/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,36 +48,36 @@
4848
"@graphql-codegen/typescript-operations": "4.6.1",
4949
"@graphql-codegen/typescript-react-apollo": "4.3.3",
5050
"@tanstack/router-plugin": "1.131.25",
51-
"@tailwindcss/vite": "^4.1.11",
51+
"@tailwindcss/vite": "4.1.13",
5252
"@testing-library/jest-dom": "6.8.0",
5353
"@testing-library/react": "16.3.0",
5454
"@testing-library/user-event": "14.6.1",
5555
"@types/lodash": "4.17.19",
56-
"@types/node": "^24.3.2",
56+
"@types/node": "24.3.2",
5757
"@types/react": "19.1.8",
5858
"@types/react-dom": "19.1.6",
5959
"@typescript-eslint/eslint-plugin": "6.21.0",
6060
"@typescript-eslint/parser": "6.21.0",
61-
"@vitejs/plugin-react-swc": "^3.10.2",
62-
"@vitejs/plugin-react": "^4.6.0",
63-
"@vitest/ui": "^3.2.4",
61+
"@vitejs/plugin-react-swc": "3.11.0",
62+
"@vitejs/plugin-react": "4.7.0",
63+
"@vitest/ui": "3.2.4",
6464
"autoprefixer": "10.4.21",
65-
"eslint": "^9.31.0",
65+
"eslint": "9.35.0",
6666
"eslint-config-prettier": "9.1.0",
6767
"eslint-plugin-prettier": "5.5.4",
6868
"eslint-plugin-react": "7.37.5",
6969
"eslint-plugin-react-hooks": "4.6.2",
7070
"eslint-plugin-tailwindcss": "3.18.0",
71-
"jsdom": "^26.1.0",
72-
"luxon": "^3.0.0",
71+
"jsdom": "26.1.0",
72+
"luxon": "3.7.2",
7373
"postcss": "8.5.6",
7474
"prettier": "3.6.2",
75-
"tailwindcss": "^4.1.10",
76-
"react-error-boundary": "^4.0.13",
77-
"typescript": "^5.8.3",
78-
"vite": "^7.1.6",
79-
"vite-plugin-svgr": "^4.3.0",
80-
"vite-tsconfig-paths": "^5.1.4",
81-
"vitest": "^3.2.4"
75+
"tailwindcss": "4.1.13",
76+
"react-error-boundary": "4.1.2",
77+
"typescript": "5.9.2",
78+
"vite": "7.1.7",
79+
"vite-plugin-svgr": "4.5.0",
80+
"vite-tsconfig-paths": "5.1.4",
81+
"vitest": "3.2.4"
8282
}
8383
}

apps/supernova/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@
1717
"private": true,
1818
"devDependencies": {
1919
"@cloudoperators/juno-config": "workspace:*",
20-
"@svgr/core": "^8.0.0",
21-
"@svgr/plugin-jsx": "^8.0.0",
22-
"@tailwindcss/vite": "^4.1.11",
20+
"@svgr/core": "8.1.0",
21+
"@svgr/plugin-jsx": "8.1.0",
22+
"@tailwindcss/vite": "4.1.13",
2323
"@tanstack/react-query": "5.62.2",
2424
"@tanstack/router-plugin": "1.131.25",
2525
"@testing-library/jest-dom": "6.6.3",
26-
"@testing-library/react": "^16.0.1",
26+
"@testing-library/react": "16.3.0",
2727
"@types/react": "19.1.8",
2828
"@types/react-dom": "19.1.6",
29-
"@vitejs/plugin-react": "^4.6.0",
30-
"immer": "^10.0.0",
31-
"interweave": "^13.0.0",
32-
"jsdom": "^26.1.0",
33-
"luxon": "^3.0.0",
34-
"postcss": "^8.4.47",
35-
"react-test-renderer": "^19.1.0",
36-
"shadow-dom-testing-library": "^1.11.3",
37-
"tailwindcss": "^4.1.7",
38-
"util": "^0.12.4",
39-
"vite": "^7.0.3",
40-
"vitest": "^3.2.4",
29+
"@vitejs/plugin-react": "4.7.0",
30+
"immer": "10.1.3",
31+
"interweave": "13.1.1",
32+
"jsdom": "26.1.0",
33+
"luxon": "3.7.2",
34+
"postcss": "8.5.6",
35+
"react-test-renderer": "19.1.1",
36+
"shadow-dom-testing-library": "1.13.1",
37+
"tailwindcss": "4.1.13",
38+
"util": "0.12.5",
39+
"vite": "7.1.7",
40+
"vitest": "3.2.4",
4141
"zustand": "4.5.7"
4242
},
4343
"scripts": {

apps/template/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,29 @@
3535
},
3636
"devDependencies": {
3737
"@cloudoperators/juno-config": "workspace:*",
38-
"@tailwindcss/vite": "^4.1.11",
39-
"@testing-library/jest-dom": "^6.6.3",
40-
"@testing-library/react": "^16.3.0",
41-
"@types/node": "^24.0.3",
38+
"@tailwindcss/vite": "4.1.13",
39+
"@testing-library/jest-dom": "6.8.0",
40+
"@testing-library/react": "16.3.0",
41+
"@types/node": "24.3.2",
4242
"@types/react": "19.1.8",
4343
"@types/react-dom": "19.1.6",
44-
"@typescript-eslint/eslint-plugin": "^6.21.0",
45-
"@typescript-eslint/parser": "^6.21.0",
46-
"@vitejs/plugin-react-swc": "^3.10.2",
47-
"@vitejs/plugin-react": "^4.6.0",
48-
"@vitest/ui": "^3.2.4",
49-
"eslint": "^9.31.0",
50-
"eslint-config-prettier": "^9.1.0",
51-
"eslint-plugin-prettier": "^5.2.1",
52-
"eslint-plugin-react": "^7.36.1",
53-
"eslint-plugin-react-hooks": "^4.6.2",
54-
"eslint-plugin-tailwindcss": "^3.17.4",
55-
"jsdom": "^26.1.0",
44+
"@typescript-eslint/eslint-plugin": "6.21.0",
45+
"@typescript-eslint/parser": "6.21.0",
46+
"@vitejs/plugin-react-swc": "3.11.0",
47+
"@vitejs/plugin-react": "4.7.0",
48+
"@vitest/ui": "3.2.4",
49+
"eslint": "9.35.0",
50+
"eslint-config-prettier": "9.1.0",
51+
"eslint-plugin-prettier": "5.5.4",
52+
"eslint-plugin-react": "7.37.5",
53+
"eslint-plugin-react-hooks": "4.6.2",
54+
"eslint-plugin-tailwindcss": "3.18.0",
55+
"jsdom": "26.1.0",
5656
"prettier": "3.1.1",
57-
"tailwindcss": "^4.1.7",
58-
"typescript": "^5.8.3",
59-
"vite": "^7.0.3",
60-
"vite-tsconfig-paths": "^5.1.4",
61-
"vitest": "^3.2.4"
57+
"tailwindcss": "4.1.13",
58+
"typescript": "5.9.2",
59+
"vite": "7.1.7",
60+
"vite-tsconfig-paths": "5.1.4",
61+
"vitest": "3.2.4"
6262
}
6363
}

packages/communicator/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
},
3535
"devDependencies": {
3636
"@cloudoperators/juno-config": "workspace:*",
37-
"@types/node": "^24.0.3",
38-
"jsdom": "^26.1.0",
39-
"typescript": "^5.8.3",
40-
"vite": "^7.0.3",
41-
"vite-plugin-dts": "^4.5.4",
42-
"vitest": "^3.2.4"
37+
"@types/node": "24.3.2",
38+
"jsdom": "26.1.0",
39+
"typescript": "5.9.2",
40+
"vite": "7.1.7",
41+
"vite-plugin-dts": "4.5.4",
42+
"vitest": "3.2.4"
4343
}
4444
}

packages/config/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"eslint/*"
88
],
99
"devDependencies": {
10-
"@eslint/compat": "^1.2.9",
11-
"@types/eslint__js": "^8.42.3",
12-
"eslint": "^9.31.0",
13-
"eslint-config-prettier": "^9.1.0",
14-
"eslint-plugin-prettier": "^5.2.1",
15-
"eslint-plugin-react": "^7.34.4",
16-
"globals": "^15.8.0",
17-
"typescript": "^5.8.3",
10+
"@eslint/compat": "1.3.2",
11+
"@types/eslint__js": "8.42.3",
12+
"eslint": "9.35.0",
13+
"eslint-config-prettier": "9.1.0",
14+
"eslint-plugin-prettier": "5.5.4",
15+
"eslint-plugin-react": "7.37.5",
16+
"globals": "15.15.0",
17+
"typescript": "5.9.2",
1818
"typescript-eslint": "8.32.1"
1919
},
2020
"dependencies": {

0 commit comments

Comments
 (0)