Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Generate GitHub App Token
id: github-app-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
with:
app-id: ${{ secrets.CLOUDOPERATOR_APP_ID }}
private-key: ${{ secrets.CLOUDOPERATOR_APP_PRIVATE_KEY }}
Expand Down
48 changes: 24 additions & 24 deletions apps/carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,32 @@
},
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"@tailwindcss/vite": "^4.1.11",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.0.3",
"@tailwindcss/vite": "4.1.13",
"@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "24.3.2",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.6.0",
"@vitejs/plugin-react-swc": "^3.10.2",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.31.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"jsdom": "^26.1.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.7.0",
"@vitejs/plugin-react-swc": "3.11.0",
"@vitest/ui": "3.2.4",
"autoprefixer": "10.4.21",
"eslint": "9.35.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tailwindcss": "3.18.0",
"jsdom": "26.1.0",
"prettier": "3.1.1",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3",
"vite": "^7.0.3",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
"tailwindcss": "4.1.13",
"typescript": "5.9.2",
"vite": "7.1.7",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4"
}
}
34 changes: 17 additions & 17 deletions apps/doop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
"private": true,
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.0",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@tanstack/react-query": "5.62.2",
"@tailwindcss/vite": "^4.1.11",
"@tailwindcss/vite": "4.1.13",
"@tanstack/router-plugin": "1.131.25",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "16.3.0",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.2",
"interweave": "^13.1.0",
"jsdoc": "^4.0.2",
"jsdom": "^26.1.0",
"luxon": "^3.0.0",
"postcss": "^8.4.47",
"@vitejs/plugin-react": "4.7.0",
"autoprefixer": "10.4.21",
"interweave": "13.1.1",
"jsdoc": "4.0.4",
"jsdom": "26.1.0",
"luxon": "3.7.2",
"postcss": "8.5.6",
"react-markdown": "^9.0.0",
"react-test-renderer": "^19.1.0",
"shadow-dom-testing-library": "^1.11.3",
"tailwindcss": "^4.1.7",
"vite": "^7.0.3",
"vitest": "^3.2.4",
"react-test-renderer": "19.1.1",
"shadow-dom-testing-library": "1.13.1",
"tailwindcss": "4.1.13",
"vite": "7.1.7",
"vitest": "3.2.4",
"zustand": "4.5.7"
},
"scripts": {
Expand Down
26 changes: 13 additions & 13 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
},
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@svgr/core": "7.0.0",
"@svgr/plugin-jsx": "7.0.0",
"@tanstack/react-query": "5.62.2",
"@tailwindcss/vite": "^4.1.11",
"@tailwindcss/vite": "4.1.13",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/react": "16.3.0",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"jsdom": "^26.1.0",
"luxon": "^2.3.0",
"postcss": "^8.4.47",
"react-test-renderer": "^19.1.0",
"shadow-dom-testing-library": "^1.11.3",
"tailwindcss": "^4.1.7",
"vite": "^7.0.3",
"vitest": "^3.2.4"
"@vitejs/plugin-react": "4.7.0",
"jsdom": "26.1.0",
"luxon": "2.5.2",
"postcss": "8.5.6",
"react-test-renderer": "19.1.1",
"shadow-dom-testing-library": "1.13.1",
"tailwindcss": "4.1.13",
"vite": "7.1.7",
"vitest": "3.2.4"
},
"dependencies": {
"@cloudoperators/juno-messages-provider": "workspace:*",
Expand Down
30 changes: 15 additions & 15 deletions apps/greenhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@
"private": true,
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"@svgr/plugin-jsx": "^7.0.0",
"@tailwindcss/vite": "^4.1.11",
"@tailwindui/react": "^0.1.1",
"@svgr/plugin-jsx": "7.0.0",
"@tailwindcss/vite": "4.1.13",
"@tailwindui/react": "0.1.1",
"@tanstack/router-plugin": "1.131.25",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "16.3.0",
"@types/lodash": "4.17.16",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"github-markdown-css": "^5.7.0",
"immer": "^9.0.21",
"interweave": "^13.0.0",
"@vitejs/plugin-react": "4.7.0",
"github-markdown-css": "5.8.1",
"immer": "9.0.21",
"interweave": "13.1.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-markdown": "10.1.0",
"remark-gfm": " 4.0.1",
"shadow-dom-testing-library": "^1.11.3",
"tailwindcss": "^4.1.7",
"ts-luxon": "^4.6.2",
"vite": "^7.0.3",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^3.2.4",
"shadow-dom-testing-library": "1.13.1",
"tailwindcss": "4.1.13",
"ts-luxon": "4.6.2",
"vite": "7.1.7",
"vite-plugin-svgr": "4.5.0",
"vitest": "3.2.4",
"zustand": "4.5.7"
},
"scripts": {
Expand Down
30 changes: 15 additions & 15 deletions apps/heureka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,36 +48,36 @@
"@graphql-codegen/typescript-operations": "4.6.1",
"@graphql-codegen/typescript-react-apollo": "4.3.3",
"@tanstack/router-plugin": "1.131.25",
"@tailwindcss/vite": "^4.1.11",
"@tailwindcss/vite": "4.1.13",
"@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/lodash": "4.17.19",
"@types/node": "^24.3.2",
"@types/node": "24.3.2",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react-swc": "^3.10.2",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/ui": "^3.2.4",
"@vitejs/plugin-react-swc": "3.11.0",
"@vitejs/plugin-react": "4.7.0",
"@vitest/ui": "3.2.4",
"autoprefixer": "10.4.21",
"eslint": "^9.31.0",
"eslint": "9.35.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tailwindcss": "3.18.0",
"jsdom": "^26.1.0",
"luxon": "^3.0.0",
"jsdom": "26.1.0",
"luxon": "3.7.2",
"postcss": "8.5.6",
"prettier": "3.6.2",
"tailwindcss": "^4.1.10",
"react-error-boundary": "^4.0.13",
"typescript": "^5.8.3",
"vite": "^7.1.6",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
"tailwindcss": "4.1.13",
"react-error-boundary": "4.1.2",
"typescript": "5.9.2",
"vite": "7.1.7",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4"
}
}
32 changes: 16 additions & 16 deletions apps/supernova/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@
"private": true,
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.0",
"@tailwindcss/vite": "^4.1.11",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@tailwindcss/vite": "4.1.13",
"@tanstack/react-query": "5.62.2",
"@tanstack/router-plugin": "1.131.25",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "16.3.0",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"immer": "^10.0.0",
"interweave": "^13.0.0",
"jsdom": "^26.1.0",
"luxon": "^3.0.0",
"postcss": "^8.4.47",
"react-test-renderer": "^19.1.0",
"shadow-dom-testing-library": "^1.11.3",
"tailwindcss": "^4.1.7",
"util": "^0.12.4",
"vite": "^7.0.3",
"vitest": "^3.2.4",
"@vitejs/plugin-react": "4.7.0",
"immer": "10.1.3",
"interweave": "13.1.1",
"jsdom": "26.1.0",
"luxon": "3.7.2",
"postcss": "8.5.6",
"react-test-renderer": "19.1.1",
"shadow-dom-testing-library": "1.13.1",
"tailwindcss": "4.1.13",
"util": "0.12.5",
"vite": "7.1.7",
"vitest": "3.2.4",
"zustand": "4.5.7"
},
"scripts": {
Expand Down
42 changes: 21 additions & 21 deletions apps/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,29 @@
},
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"@tailwindcss/vite": "^4.1.11",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.0.3",
"@tailwindcss/vite": "4.1.13",
"@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "16.3.0",
"@types/node": "24.3.2",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.10.2",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/ui": "^3.2.4",
"eslint": "^9.31.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"jsdom": "^26.1.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react-swc": "3.11.0",
"@vitejs/plugin-react": "4.7.0",
"@vitest/ui": "3.2.4",
"eslint": "9.35.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tailwindcss": "3.18.0",
"jsdom": "26.1.0",
"prettier": "3.1.1",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3",
"vite": "^7.0.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
"tailwindcss": "4.1.13",
"typescript": "5.9.2",
"vite": "7.1.7",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4"
}
}
12 changes: 6 additions & 6 deletions packages/communicator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"@types/node": "^24.0.3",
"jsdom": "^26.1.0",
"typescript": "^5.8.3",
"vite": "^7.0.3",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
"@types/node": "24.3.2",
"jsdom": "26.1.0",
"typescript": "5.9.2",
"vite": "7.1.7",
"vite-plugin-dts": "4.5.4",
"vitest": "3.2.4"
}
}
16 changes: 8 additions & 8 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"eslint/*"
],
"devDependencies": {
"@eslint/compat": "^1.2.9",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.31.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.4",
"globals": "^15.8.0",
"typescript": "^5.8.3",
"@eslint/compat": "1.3.2",
"@types/eslint__js": "8.42.3",
"eslint": "9.35.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"globals": "15.15.0",
"typescript": "5.9.2",
"typescript-eslint": "8.32.1"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/k8s-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
],
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"vite": "^7.0.3",
"vitest": "^3.2.4",
"@testing-library/jest-dom": "^6.6.3",
"vite-plugin-dts": "^4.5.4"
"vite": "7.1.7",
"vitest": "3.2.4",
"@testing-library/jest-dom": "6.8.0",
"vite-plugin-dts": "4.5.4"
}
}
Loading
Loading