Skip to content
Open
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
28 changes: 14 additions & 14 deletions .github/workflows/pr-health-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
cache: "npm"

- name: Install dependencies
Expand All @@ -44,12 +44,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
cache: "npm"

- name: Install dependencies
Expand All @@ -59,7 +59,7 @@ jobs:
run: npm run build:lib

- name: Cache Playwright browsers
uses: actions/cache@v4
uses: actions/cache@v5
id: playwright-cache
with:
path: ~/.cache/ms-playwright
Expand All @@ -80,15 +80,15 @@ jobs:

- name: Upload Playwright report
if: ${{ failure() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: playwright-report-e2e
path: standalone/webapp/playwright-report/
retention-days: 14

- name: Upload Playwright test results
if: ${{ failure() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: playwright-test-results-e2e
path: standalone/webapp/test-results/
Expand Down Expand Up @@ -119,12 +119,12 @@ jobs:
image: mcr.microsoft.com/playwright:v1.58.2-noble
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
cache: "npm"

- name: Install dependencies
Expand All @@ -139,15 +139,15 @@ jobs:

- name: Upload Playwright report
if: ${{ failure() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: playwright-report-visual
path: standalone/webapp/playwright-report/
retention-days: 14

- name: Upload Playwright test results
if: ${{ failure() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: playwright-test-results-visual
path: standalone/webapp/test-results/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-library-minor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
token: ${{ secrets.GITHUB_TOKEN }} # Needed for pushing changes and creating PR

- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 22.14.0
node-version: 24.14.0
registry-url: https://registry.npmjs.org/

- name: Set correct npm version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-library-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
token: ${{ secrets.GITHUB_TOKEN }} # Needed for pushing changes and creating PR

- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 22.14.0
node-version: 24.14.0
registry-url: https://registry.npmjs.org/

- name: Set correct npm version
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.14.0
24.14.0
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ alabaster==1.0.0
docutils==0.21.2
Jinja2==3.1.6
requests==2.32.4
Sphinx==8.1.3
Sphinx==9.1.0
sphinx-rtd-theme==3.0.2
sphinx-autobuild==2024.10.3
sphinx-autobuild==2025.8.25
sphinxcontrib-bibtex==2.6.3
sphinxcontrib-plantuml==0.30
sphinxcontrib-mermaid==0.9.2
sphinxcontrib-mermaid==2.0.1
urllib3==2.6.3
zipp==3.21.0
myst_parser==4.0.0
myst_parser==5.0.0
20 changes: 10 additions & 10 deletions library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/material": "6.4.2",
"@types/node": "22.13.8",
"@mui/material": "7.3.9",
"@types/node": "24.12.0",
"@xyflow/react": "12.3.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"uuid": "11.0.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"uuid": "13.0.0",
"yjs": "13.6.20",
"zustand": "5.0.3"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@eslint/js": "10.0.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "4.3.4",
"@vitejs/plugin-react": "6.0.1",
"@vitest/coverage-v8": "^4.0.18",
"eslint": "9.17.0",
"eslint": "10.1.0",
"eslint-plugin-react": "7.37.2",
"globals": "15.13.0",
"jsdom": "^28.1.0",
"globals": "17.4.0",
"jsdom": "^29.0.0",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"vite": "6.3.4",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"npm": ">=11.1.0"
},
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@resvg/resvg-js": "^2.6.2",
"@types/node": "22.13.1",
"@types/node": "24.12.0",
"concurrently": "9.1.0",
"husky": "9.1.7",
"prettier": "3.4.2",
Expand All @@ -73,7 +73,7 @@
"@capacitor/share": "^8.0.0",
"@capacitor/splash-screen": "^8.0.0",
"@capacitor/status-bar": "^8.0.0",
"capacitor-plugin-safe-area": "4.0.0",
"capacitor-plugin-safe-area": "5.0.0",
"iobuffer": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion standalone/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.14.0-slim AS builder
FROM node:24.14.0-slim AS builder

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions standalone/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"dependencies": {
"cors": "2.8.5",
"dotenv": "16.4.7",
"dotenv": "17.3.1",
"express": "5.1.0",
"mongoose": "8.14.0",
"mongoose": "9.3.1",
"node-cron": "4.1.0",
"pdfmake": "^0.3.3",
"playwright": "^1.51.1",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@types/cors": "2.8.19",
"@types/express": "5.0.3",
"@types/node": "22.14.0",
"@types/node": "24.12.0",
"@types/ws": "8.18.1",
"typescript": "5.8.2",
"tsx": "4.19.2"
Expand Down
2 changes: 1 addition & 1 deletion standalone/webapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.14.0-slim AS builder
FROM node:24.14.0-slim AS builder

WORKDIR /app

Expand Down
20 changes: 10 additions & 10 deletions standalone/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@
"test:visual:update": "playwright test tests/visual/ --update-snapshots"
},
"dependencies": {
"@mui/icons-material": "6.4.2",
"@mui/material": "6.4.2",
"@mui/icons-material": "7.3.9",
"@mui/material": "7.3.9",
"@tailwindcss/vite": "4.0.17",
"@tumaet/apollon": "*",
"@types/node": "22.13.8",
"@types/node": "24.12.0",
"jspdf": "4.1.0",
"react-router": "7.12.0",
"tailwindcss": "4.0.17",
"zustand": "5.0.3"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@eslint/js": "10.0.1",
"@playwright/test": "^1.58.2",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@vitejs/plugin-react": "4.3.4",
"eslint": "9.17.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"eslint": "10.1.0",
"eslint-plugin-react": "7.37.2",
"globals": "15.13.0",
"globals": "17.4.0",
"react-toastify": "11.0.5",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"vite": "6.3.4",
"vite-tsconfig-paths": "^5.1.1"
"vite-tsconfig-paths": "^6.0.0"
}
}
Loading