update dependencies, fix typo in Collaboration.md (#3664)

last dependency update before release
This commit is contained in:
Karsten Hassel 2024-12-28 20:18:45 +01:00 committed by GitHub
parent 93a0c24c22
commit d41ce81469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 792 additions and 66 deletions

View File

@ -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)

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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",