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
15 changes: 15 additions & 0 deletions .changeset/famous-cups-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@cloudoperators/juno-url-state-provider": patch
"@cloudoperators/juno-messages-provider": patch
"@cloudoperators/juno-ui-components": patch
"@cloudoperators/juno-communicator": patch
"@cloudoperators/juno-package-template": patch
"@cloudoperators/juno-app-supernova": patch
"@cloudoperators/juno-app-template": patch
"@cloudoperators/juno-app-example": patch
"@cloudoperators/juno-app-heureka": patch
"@cloudoperators/juno-app-carbon": patch
"@cloudoperators/juno-app-doop": patch
---

Updated jsdom from 26.1.0 to 29.1.1 and updated Node.js engine requirement to >=20.19.0 to match jsdom's requirements.
4 changes: 2 additions & 2 deletions apps/carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"private": true,
"engines": {
"node": ">=20.12.0",
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
},
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-tailwindcss": "3.18.3",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"prettier": "3.8.3",
"tailwindcss": "4.3.0",
"typescript": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/doop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"interweave": "13.1.1",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
"react-markdown": "10.1.0",
"shadow-dom-testing-library": "1.13.1",
"tailwindcss": "4.3.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"private": true,
"engines": {
"node": ">=20.12.0",
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
},
"devDependencies": {
Expand All @@ -24,7 +24,7 @@
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"postcss": "8.5.10",
"shadow-dom-testing-library": "1.13.1",
"tailwindcss": "4.3.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/heureka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"private": true,
"engines": {
"node": ">=20.12.0",
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
},
"scripts": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-tailwindcss": "3.18.3",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"postcss": "8.5.10",
"prettier": "3.8.3",
"react-error-boundary": "6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/supernova/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vitejs/plugin-react": "6.0.1",
"immer": "10.2.0",
"interweave": "13.1.1",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
"shadow-dom-testing-library": "1.13.1",
"tailwindcss": "4.3.0",
"vite": "8.0.10",
Expand Down
4 changes: 2 additions & 2 deletions apps/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"private": true,
"engines": {
"node": ">=20.12.0",
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
},
"scripts": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-tailwindcss": "3.18.3",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"prettier": "3.8.3",
"tailwindcss": "4.3.0",
"typescript": "6.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/communicator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": "src/index.js",
"module": "build/index.js",
"engines": {
"node": ">=20.12.0",
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
},
"scripts": {
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"@types/node": "24.12.2",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"typescript": "6.0.3",
"vite": "8.0.10",
"vite-plugin-dts": "4.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/messages-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"license": "Apache-2.0",
"engines": {
"node": ">=20.12.0",
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"LICENCE"
],
"engines": {
"node": ">=20.12.0",
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
},
"scripts": {
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"@types/node": "24.12.2",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"typescript": "6.0.3",
"vite": "8.0.10",
"vite-plugin-dts": "4.5.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"repository": "https://github.com/cloudoperators/juno/tree/main/packages/juno-ui-components",
"license": "Apache-2.0",
"engines": {
"node": ">=20.12.0",
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
},
"devDependencies": {
Expand All @@ -41,7 +41,7 @@
"eslint-plugin-storybook": "10.3.5",
"flatpickr": "4.6.13",
"focus-trap-react": "11.0.6",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"node-sass-glob-importer": "3.0.2",
"react": "19.2.5",
"react-dom": "19.2.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,9 @@ describe("GridColumn", () => {
test("renders no additional styles when neither 'width' nor 'auto' props are provided", () => {
render(<GridColumn data-testid="my-default-styles-grid-column" />)
const defaultColumn = screen.getByTestId("my-default-styles-grid-column")
const styles = window.getComputedStyle(defaultColumn)

expect(styles.flexGrow).toBe("")
expect(styles.flexShrink).toBe("")
expect(styles.flexBasis).toBe("")
expect(styles.width).toBe("")
// Check that no inline style attribute is set
expect(defaultColumn).not.toHaveAttribute("style")
})
})
})
4 changes: 2 additions & 2 deletions packages/url-state-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"license": "Apache-2.0",
"engines": {
"node": ">=20.12.0",
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
},
"scripts": {
Expand All @@ -37,7 +37,7 @@
},
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
"jsdom": "26.1.0",
"jsdom": "29.1.1",
Comment thread
ArtieReus marked this conversation as resolved.
"juri-cutlery": "1.0.0",
"lz-string": "1.5.0",
"typescript": "6.0.3",
Expand Down
Loading
Loading