summaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFiles
* Upgraded librariesv2.3.0Gravatar Tom van der Lee2026-04-031
| | | | | | | | | | | | | | | | | | Python: - Migrate to uv for dependency management; consolidate setup.cfg and requirements files into pyproject.toml (PEP 621) - Upgrade websockets 10 → 16; update import to ClientConnection and remove deprecated WebSocketClientProtocol - Fix PubSub.history classmethod/property combo removed in Python 3.13 - Set requires-python = ">=3.10" (minimum for match statement) JavaScript: - Upgrade React 18 → 19, Vite 5 → 8, TypeScript 5 → 6 and all other frontend dependencies to latest - Replace ReactDOM.render with createRoot (removed in React 18) - Swap react-json-view for @microlink/react-json-view (React 19 support) CI: - Switch GitHub Actions build to uv and --frozen-lockfile yarn install
* Updated node versionGravatar Tom van der Lee2024-09-041
|
* Updated actionsGravatar Tom van der Lee2024-08-301
|
* Prepare for githubv1.0.0Gravatar Tom van der Lee2022-01-111