Wekan
Open source kanban board application built with Meteor
Alternative to: trello
v10.55
2026-08-01v10.55 2026-08-02 WeKan ® release
In short: a dependency release. Four updates arrive from dependabot, none of them in the shipped bundle: the two halves of typescript-eslint that let ESLint read and check TypeScript, the sinon test doubles the unit suites build their fakes from, and the docker/login-action step that signs in to the container registries when a release image is published. Nothing WeKan runs in a browser or on a server changes.
This release updates the following dependencies:
- @typescript-eslint/eslint-plugin 8.63.0 → 8.65.0 — the TypeScript rules ESLint checks the source against. A development dependency: it runs in the linter, never in the bundle. (#6564, update). Thanks to dependabot.
- @typescript-eslint/parser 8.63.0 → 8.65.0 — the other half of the same pair: what lets ESLint read TypeScript at all, so it moves with the plugin above. (#6562, update). Thanks to dependabot.
- sinon 22.0.0 → 22.1.0 — the spies, stubs and fake timers the unit tests build their doubles from. Also a development dependency. (#6563, update). Thanks to dependabot.
- docker/login-action 4.5.1 → 4.6.0 — the GitHub Actions step that signs in to the container registries before a release image is pushed. Pinned by commit hash rather than by tag, which is why the change is a hash and not a version number. (#6561, update). Thanks to dependabot.
Thanks to above GitHub users for their contributions and translators for their translations.