Skip to content

Commit d2ce3f5

Browse files
authored
chore(ci): pin remaining deps (#1186)
1 parent 2ed00db commit d2ce3f5

13 files changed

Lines changed: 90 additions & 109 deletions

File tree

.github/renovate.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:best-practices"],
44
"enabledManagers": ["npm", "github-actions"],
5-
"includePaths": ["packages/**", "apps/**", ".github/workflows/**"],
5+
"includePaths": ["packages/**", "apps/**", "./package.json", ".github/workflows/**"],
66
"rangeStrategy": "update-lockfile",
77
"packageRules": [
88
{
@@ -13,17 +13,9 @@
1313
"minimumReleaseAge": "14 days"
1414
},
1515
{
16-
"groupName": "dependencies for packages",
16+
"groupName": "npm dependencies",
1717
"matchDatasources": ["npm"],
18-
"matchFileNames": ["packages/**"],
19-
"matchUpdateTypes": ["minor", "patch"],
20-
"minimumReleaseAge": "7 days",
21-
"schedule": "every weekend"
22-
},
23-
{
24-
"groupName": "dependencies for apps",
25-
"matchDatasources": ["npm"],
26-
"matchFileNames": ["apps/**"],
18+
"matchFileNames": ["packages/**", "apps/**", "./package.json"],
2719
"matchUpdateTypes": ["minor", "patch"],
2820
"minimumReleaseAge": "7 days",
2921
"schedule": "every weekend"

apps/carbon/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
},
2828
"dependencies": {
2929
"@cloudoperators/juno-ui-components": "workspace:*",
30-
"@tailwindcss/vite": "^4.1.11",
30+
"@tailwindcss/vite": "4.1.13",
3131
"@tanstack/react-query": "5.62.2",
32-
"@vitejs/plugin-react": "^4.6.0",
33-
"classnames": "^2.5.1",
32+
"@vitejs/plugin-react": "4.7.0",
33+
"classnames": "2.5.1",
3434
"react": "19.1.0",
3535
"react-dom": "19.1.0",
36-
"react-error-boundary": "^3.1.0",
37-
"wouter": "^3.3.5",
38-
"zustand": "^4.5.7"
36+
"react-error-boundary": "3.1.4",
37+
"wouter": "3.7.1",
38+
"zustand": "4.5.7"
3939
},
4040
"devDependencies": {
4141
"@cloudoperators/juno-config": "workspace:*",

apps/doop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"jsdom": "26.1.0",
3232
"luxon": "3.7.2",
3333
"postcss": "8.5.6",
34-
"react-markdown": "^9.0.0",
34+
"react-markdown": "9.1.0",
3535
"react-test-renderer": "19.1.1",
3636
"shadow-dom-testing-library": "1.13.1",
3737
"tailwindcss": "4.1.13",

apps/example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"@cloudoperators/juno-oauth": "workspace:*",
4242
"@cloudoperators/juno-ui-components": "workspace:*",
4343
"@cloudoperators/juno-url-state-provider": "workspace:*",
44-
"@tailwindcss/vite": "^4.1.11",
45-
"@vitejs/plugin-react": "^4.6.0",
46-
"msw": "^2.6.6",
44+
"@tailwindcss/vite": "4.1.13",
45+
"@vitejs/plugin-react": "4.7.0",
46+
"msw": "2.11.2",
4747
"react": "19.1.0",
4848
"react-dom": "19.1.0",
49-
"vite-plugin-svgr": "^4.3.0",
50-
"zustand": "^4.5.7"
49+
"vite-plugin-svgr": "4.5.0",
50+
"zustand": "4.5.7"
5151
},
5252
"scripts": {
5353
"test": "vitest run",

apps/greenhouse/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"@tanstack/react-router": "1.131.25",
6464
"@tanstack/react-router-devtools": "1.131.25",
6565
"lodash": "4.17.21",
66-
"rehype": "^13.0.2",
67-
"remark": "^14.0.2",
68-
"vfile": "^5.3.7",
69-
"vfile-message": "^3.1.4"
66+
"rehype": "13.0.2",
67+
"remark": "14.0.3",
68+
"vfile": "5.3.7",
69+
"vfile-message": "3.1.4"
7070
}
7171
}

apps/supernova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@tanstack/react-router-devtools": "1.131.25",
6060
"react": "19.1.0",
6161
"react-dom": "19.1.0",
62-
"react-error-boundary": "^4.0.13",
62+
"react-error-boundary": "4.1.2",
6363
"zod": "3.24.4"
6464
}
6565
}

apps/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"dependencies": {
2929
"react": "19.1.0",
3030
"react-dom": "19.1.0",
31-
"react-error-boundary": "^3.1.0",
32-
"zustand": "^4.5.7",
31+
"react-error-boundary": "3.1.4",
32+
"zustand": "4.5.7",
3333
"@tanstack/react-query": "5.62.2",
3434
"@cloudoperators/juno-ui-components": "workspace:*"
3535
},

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
"pre:push": "turbo run lint typecheck"
2828
},
2929
"devDependencies": {
30-
"@changesets/cli": "^2.27.1",
31-
"@commitlint/cli": "^19.4.0",
32-
"@commitlint/config-conventional": "^19.2.2",
33-
"@types/luxon": "^3.4.2",
34-
"@types/node": "^24.0.3",
35-
"eslint": "^9.31.0",
36-
"husky": "^9.1.5",
37-
"license-checker-rseidelsohn": "^4.4.2",
38-
"prettier": "^3.2.5",
39-
"turbo": "^2.0.3",
40-
"typescript": "^5.8.3"
30+
"@changesets/cli": "2.29.7",
31+
"@commitlint/cli": "19.8.1",
32+
"@commitlint/config-conventional": "19.8.1",
33+
"@types/luxon": "3.7.1",
34+
"@types/node": "24.3.2",
35+
"eslint": "9.35.0",
36+
"husky": "9.1.7",
37+
"license-checker-rseidelsohn": "4.4.2",
38+
"prettier": "3.6.2",
39+
"turbo": "2.5.6",
40+
"typescript": "5.9.2"
4141
},
4242
"packageManager": "pnpm@10.11.0",
4343
"dependencies": {
44-
"@tanstack/react-query": "^5.62.2",
45-
"zod": "^3.24.2"
44+
"@tanstack/react-query": "5.89.0",
45+
"zod": "3.25.76"
4646
}
4747
}

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"typescript-eslint": "8.32.1"
1919
},
2020
"dependencies": {
21-
"@eslint/js": "^9.31.0"
21+
"@eslint/js": "9.35.0"
2222
}
2323
}

packages/messages-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"pnpm": ">=8.0.0"
2020
},
2121
"peerDependencies": {
22-
"react": "^19.1.0",
23-
"react-dom": "^19.1.0",
24-
"zustand": "^4.5.7"
22+
"react": "19.1.0",
23+
"react-dom": "19.1.0",
24+
"zustand": "4.5.7"
2525
},
2626
"devDependencies": {
2727
"@cloudoperators/juno-config": "workspace:*",

0 commit comments

Comments
 (0)