last dependency update before release (#3823)

This commit is contained in:
Karsten Hassel 2025-06-29 19:47:21 +02:00 committed by GitHub
parent 1e11d28224
commit 5e506ea856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 946 additions and 808 deletions

View File

@ -52,7 +52,7 @@ planned for 2025-07-01
### Updated ### Updated
- [core] Update dependencies including electron to v36 (#3774, #3788, #3811, #3804, #3815) - [core] Update dependencies including electron to v36 (#3774, #3788, #3811, #3804, #3815, #3823)
- [core] Update package type to `commonjs` - [core] Update package type to `commonjs`
- [logger] Review factory code part: use `switch/case` instead of `if/else if` (#3812) - [logger] Review factory code part: use `switch/case` instead of `if/else if` (#3812)

1728
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -69,7 +69,7 @@
"console-stamp": "^3.1.2", "console-stamp": "^3.1.2",
"croner": "^9.1.0", "croner": "^9.1.0",
"envsub": "^4.1.0", "envsub": "^4.1.0",
"eslint": "^9.29.0", "eslint": "^9.30.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",
@ -84,32 +84,32 @@
"pm2": "^6.0.8", "pm2": "^6.0.8",
"socket.io": "^4.8.1", "socket.io": "^4.8.1",
"suncalc": "^1.9.0", "suncalc": "^1.9.0",
"systeminformation": "^5.27.3", "systeminformation": "^5.27.7",
"undici": "^7.10.0", "undici": "^7.11.0",
"weathericons": "^2.1.0" "weathericons": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@stylistic/eslint-plugin": "^4.4.1", "@stylistic/eslint-plugin": "^5.1.0",
"cspell": "^9.1.1", "cspell": "^9.1.2",
"eslint-plugin-import-x": "^4.15.2", "eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jest": "^29.0.1", "eslint-plugin-jest": "^29.0.1",
"eslint-plugin-jsdoc": "^51.0.3", "eslint-plugin-jsdoc": "^51.2.3",
"eslint-plugin-package-json": "^0.40.1", "eslint-plugin-package-json": "^0.42.0",
"express-basic-auth": "^1.2.1", "express-basic-auth": "^1.2.1",
"husky": "^9.1.7", "husky": "^9.1.7",
"jest": "^30.0.2", "jest": "^30.0.3",
"jsdom": "^26.1.0", "jsdom": "^26.1.0",
"lint-staged": "^16.1.2", "lint-staged": "^16.1.2",
"markdownlint-cli2": "^0.18.1", "markdownlint-cli2": "^0.18.1",
"playwright": "^1.53.1", "playwright": "^1.53.1",
"prettier": "^3.5.3", "prettier": "^3.6.2",
"sinon": "^21.0.0", "sinon": "^21.0.0",
"stylelint": "^16.20.0", "stylelint": "^16.21.0",
"stylelint-config-standard": "^38.0.0", "stylelint-config-standard": "^38.0.0",
"stylelint-prettier": "^5.0.3" "stylelint-prettier": "^5.0.3"
}, },
"optionalDependencies": { "optionalDependencies": {
"electron": "^36.5.0" "electron": "^36.6.0"
}, },
"engines": { "engines": {
"node": ">=22.14.0" "node": ">=22.14.0"