update dependencies incl. electron to v36 (#3788)

This commit is contained in:
Karsten Hassel
2025-05-23 06:52:28 +02:00
committed by GitHub
parent d179051329
commit d07912d4b2
3 changed files with 336 additions and 541 deletions

View File

@@ -39,7 +39,7 @@ planned for 2025-07-01
### Updated ### Updated
- [core] Update dependencies (#3774) - [core] Update dependencies incl. electron to v36 (#3774)
## [2.31.0] - 2025-04-01 ## [2.31.0] - 2025-04-01
@@ -1504,7 +1504,7 @@ A huge, huge, huge thanks to user @fewieden for all his hard work on the new `we
### Fixed ### Fixed
- Fix instruction in README for using automatically installer script. - Fix instruction in README for using automatically installer script.
- Bug of duplicated compliments as described in [here](https://forum.magicmirror.builders/topic/2381/compliments-module-stops-cycling-compliments). - Bug of [duplicated compliments](https://forum.magicmirror.builders/topic/2381/compliments-module-stops-cycling-compliments).
- Fix double message about port when server is starting - Fix double message about port when server is starting
- Corrected Swedish translations for TODAY/TOMORROW/DAYAFTERTOMORROW. - Corrected Swedish translations for TODAY/TOMORROW/DAYAFTERTOMORROW.
- Removed unused import from js/electron.js - Removed unused import from js/electron.js

853
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -66,7 +66,7 @@
"ansis": "^4.0.0", "ansis": "^4.0.0",
"console-stamp": "^3.1.2", "console-stamp": "^3.1.2",
"envsub": "^4.1.0", "envsub": "^4.1.0",
"eslint": "^9.26.0", "eslint": "^9.27.0",
"express": "^5.1.0", "express": "^5.1.0",
"express-ipfilter": "^1.3.2", "express-ipfilter": "^1.3.2",
"feedme": "^2.0.2", "feedme": "^2.0.2",
@@ -76,25 +76,25 @@
"module-alias": "^2.2.3", "module-alias": "^2.2.3",
"moment": "^2.30.1", "moment": "^2.30.1",
"node-ical": "^0.20.1", "node-ical": "^0.20.1",
"pm2": "^6.0.5", "pm2": "^6.0.6",
"socket.io": "^4.8.1", "socket.io": "^4.8.1",
"suncalc": "^1.9.0", "suncalc": "^1.9.0",
"systeminformation": "^5.25.11", "systeminformation": "^5.26.1",
"undici": "^7.8.0" "undici": "^7.10.0"
}, },
"devDependencies": { "devDependencies": {
"@stylistic/eslint-plugin": "^4.2.0", "@stylistic/eslint-plugin": "^4.2.0",
"cspell": "^9.0.1", "cspell": "^9.0.2",
"eslint-plugin-import-x": "^4.11.1", "eslint-plugin-import-x": "^4.12.2",
"eslint-plugin-jest": "^28.11.0", "eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.6.11", "eslint-plugin-jsdoc": "^50.6.17",
"eslint-plugin-package-json": "^0.31.0", "eslint-plugin-package-json": "^0.31.0",
"express-basic-auth": "^1.2.1", "express-basic-auth": "^1.2.1",
"husky": "^9.1.7", "husky": "^9.1.7",
"jest": "^29.7.0", "jest": "^29.7.0",
"jsdom": "^26.1.0", "jsdom": "^26.1.0",
"lint-staged": "^15.5.2", "lint-staged": "^16.0.0",
"markdownlint-cli2": "^0.17.2", "markdownlint-cli2": "^0.18.1",
"playwright": "^1.52.0", "playwright": "^1.52.0",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"sinon": "^20.0.0", "sinon": "^20.0.0",
@@ -103,7 +103,7 @@
"stylelint-prettier": "^5.0.3" "stylelint-prettier": "^5.0.3"
}, },
"optionalDependencies": { "optionalDependencies": {
"electron": "^35.3.0" "electron": "^36.3.0"
}, },
"engines": { "engines": {
"node": ">=22.14.0" "node": ">=22.14.0"