You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`test:electron` – launch the Electron-based regression suite
42
+
-`test:coverage` – collect coverage while running every suite
43
+
-`test:watch` – keep Vitest in watch mode for fast local feedback
44
+
-`test:ui` – open the Vitest UI dashboard (needs OS file-watch support enabled)
45
+
-`test:calendar` – run the legacy calendar debug helper
46
+
-`test:css`, `test:markdown`, `test:prettier`, `test:spelling`, `test:js` – lint-only scripts that enforce formatting, spelling, markdown style, and ESLint.
47
+
48
+
You can invoke any script with `node --run <script>` (or `npm run <script>`). Individual files can still be targeted directly, e.g. `npx vitest run tests/e2e/env_spec.js`.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,29 @@ planned for 2026-01-01
13
13
14
14
### Added
15
15
16
+
-[weather] feat: add configurable forecast date format option (#3918)
17
+
-[core] Add new `server:watch` script to run MagicMirror² server-only with automatic restarts when files (defined in `config.watchTargets`) change (#3920)
18
+
16
19
### Changed
17
20
18
21
-[core] refactor: replace `module-alias` dependency with internal alias resolver (#3893)
- feat: add ESlint rule `no-sparse-arrays` for config check to fix #3910 (#3911)
23
30
- fixed eslint warnings shown in #3911 and updated npm publish docs (#3913)
31
+
-[core] refactor: replace `express-ipfilter` with lightweight custom middleware (#3917) - This fixes security issue [CVE-2023-42282](https://github.com/advisories/GHSA-78xj-cgh5-2h22), which is not very likely to be exploitable in MagicMirror² setups, but still should be fixed.
32
+
- fixed the Environment Canada weather URL (#3912) and now converts a windspeed of 'calm' to 0
33
+
- fixed problems with daylight-saving-time in weather provider `openmeto` (#3930, #3931)
0 commit comments