mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
update dependencies, fix typo in Collaboration.md (#3664)
last dependency update before release
This commit is contained in:
parent
93a0c24c22
commit
d41ce81469
@ -42,7 +42,7 @@ _This release is scheduled to be released on 2025-01-01._
|
|||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
- [repo] Reactivate `stale.yaml` as GitHub action to mark issues as stale after 60 days and close them 7 days later (if no activity) (#3577, #3580, #3581)
|
- [repo] Reactivate `stale.yaml` as GitHub action to mark issues as stale after 60 days and close them 7 days later (if no activity) (#3577, #3580, #3581)
|
||||||
- [core] Update electron dependency to v32 (test electron rebuild) and other dependencies (#3657)
|
- [core] Update electron dependency to v32 (test electron rebuild) and other dependencies too (#3657)
|
||||||
- [tests] All test configs have been updated to allow full external access, allowing for easier debugging (especially when running as a container)
|
- [tests] All test configs have been updated to allow full external access, allowing for easier debugging (especially when running as a container)
|
||||||
- [core] Run and test with node 23 (#3588)
|
- [core] Run and test with node 23 (#3588)
|
||||||
- [workflow] delete exception `allow-ghsas: GHSA-8hc4-vh64-cxmj` in `dep-review.yaml` (#3659)
|
- [workflow] delete exception `allow-ghsas: GHSA-8hc4-vh64-cxmj` in `dep-review.yaml` (#3659)
|
||||||
|
@ -45,7 +45,7 @@ Are done by
|
|||||||
- [ ] create new release with
|
- [ ] create new release with
|
||||||
- [ ] corresponding version tag `v2.xx.0`
|
- [ ] corresponding version tag `v2.xx.0`
|
||||||
- [ ] a release name: `...`
|
- [ ] a release name: `...`
|
||||||
- [ ] description of the PR is the section of the `CHANGELOG.md`
|
- [ ] description of the release is the section of the `CHANGELOG.md`
|
||||||
|
|
||||||
### Draft new development release
|
### Draft new development release
|
||||||
|
|
||||||
|
844
package-lock.json
generated
844
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -63,7 +63,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ajv": "^8.17.1",
|
"ajv": "^8.17.1",
|
||||||
"ansis": "^3.4.0",
|
"ansis": "^3.5.2",
|
||||||
"console-stamp": "^3.1.2",
|
"console-stamp": "^3.1.2",
|
||||||
"envsub": "^4.1.0",
|
"envsub": "^4.1.0",
|
||||||
"eslint": "^9.17.0",
|
"eslint": "^9.17.0",
|
||||||
@ -79,22 +79,22 @@
|
|||||||
"pm2": "^5.4.2",
|
"pm2": "^5.4.2",
|
||||||
"socket.io": "^4.8.1",
|
"socket.io": "^4.8.1",
|
||||||
"suncalc": "^1.9.0",
|
"suncalc": "^1.9.0",
|
||||||
"systeminformation": "^5.23.14",
|
"systeminformation": "^5.23.23",
|
||||||
"undici": "^7.2.0"
|
"undici": "^7.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@stylistic/eslint-plugin": "^2.12.1",
|
"@stylistic/eslint-plugin": "^2.12.1",
|
||||||
"cspell": "^8.17.1",
|
"cspell": "^8.17.1",
|
||||||
"eslint-plugin-import": "^2.31.0",
|
"eslint-plugin-import": "^2.31.0",
|
||||||
"eslint-plugin-jest": "^28.9.0",
|
"eslint-plugin-jest": "^28.10.0",
|
||||||
"eslint-plugin-jsdoc": "^50.6.1",
|
"eslint-plugin-jsdoc": "^50.6.1",
|
||||||
"eslint-plugin-package-json": "^0.18.0",
|
"eslint-plugin-package-json": "^0.18.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": "^25.0.1",
|
"jsdom": "^25.0.1",
|
||||||
"lint-staged": "^15.2.11",
|
"lint-staged": "^15.3.0",
|
||||||
"markdownlint-cli2": "^0.16.0",
|
"markdownlint-cli2": "^0.17.0",
|
||||||
"playwright": "^1.49.1",
|
"playwright": "^1.49.1",
|
||||||
"prettier": "^3.4.2",
|
"prettier": "^3.4.2",
|
||||||
"sinon": "^19.0.2",
|
"sinon": "^19.0.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user