Skip to content

4.6.3

Choose a tag to compare

@github-actions github-actions released this 16 May 17:41
· 9 commits to develop since this release
12fd2a9
Fix/dev hints (#304)

* chore: remove unused axios dep; replace npm run with node --run

axios was listed as a direct UI dependency but had no import sites.
Switch MagicMirror start command and CI lint step from `npm run` to
`node --run` (available in Node 22+, matches the current test matrix).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: replace git checkout . with git restore . for working tree reset

git restore is the correct modern replacement for discarding working
tree changes; git switch is for branch switching.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* build: update dependencies

* chore: fix build with nix

* chore: fix setup with bun.nix prevent modifications to file when not needed

* chore: add pre-commit script to unify version location

* docs: update changelog

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>