fix: updated Electron to 37, fixes #580

This commit is contained in:
Rick van Lieshout 2025-07-10 10:56:58 +02:00
parent 5f5b3b11a8
commit 697298da38
3 changed files with 19 additions and 18 deletions

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removes the `--enable-features=UseOzonePlatform` flag, as the Ozone platform has been the default on Linux since Electron 28 and this flag is no longer necessary. - Removes the `--enable-features=UseOzonePlatform` flag, as the Ozone platform has been the default on Linux since Electron 28 and this flag is no longer necessary.
- Adds the `--enable-wayland-ime` flag to enable Input Method Editor (IME) support in Wayland environments, improving the input experience for CJK and other users. - Adds the `--enable-wayland-ime` flag to enable Input Method Editor (IME) support in Wayland environments, improving the input experience for CJK and other users.
- Updated various dependencies - Updated various dependencies
- Updated Electron to 37, potentially fixing [#580](https://github.com/Mastermindzh/tidal-hifi/issues/580)
## [5.19.0] ## [5.19.0]

18
package-lock.json generated
View File

@ -9,14 +9,14 @@
"version": "5.19.0", "version": "5.19.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@electron/remote": "^2.1.2", "@electron/remote": "^2.1.3",
"@types/swagger-jsdoc": "^6.0.4", "@types/swagger-jsdoc": "^6.0.4",
"@xhayper/discord-rpc": "1.2.1", "@xhayper/discord-rpc": "1.2.1",
"axios": "^1.9.0", "axios": "^1.10.0",
"cors": "^2.8.5", "cors": "^2.8.5",
"electron-store": "^8.2.0", "electron-store": "^8.2.0",
"express": "^5.1.0", "express": "^5.1.0",
"hotkeys-js": "^3.13.11", "hotkeys-js": "^3.13.15",
"mpris-service": "^2.1.2", "mpris-service": "^2.1.2",
"request": "^2.88.2", "request": "^2.88.2",
"sass": "1.89.2", "sass": "1.89.2",
@ -24,15 +24,15 @@
}, },
"devDependencies": { "devDependencies": {
"@mastermindzh/prettier-config": "^1.0.0", "@mastermindzh/prettier-config": "^1.0.0",
"@types/cors": "^2.8.17", "@types/cors": "^2.8.19",
"@types/express": "^5.0.1", "@types/express": "^5.0.3",
"@types/node": "^22.0.0", "@types/node": "^22.0.0",
"@types/request": "^2.48.12", "@types/request": "^2.48.12",
"@types/swagger-ui-express": "^4.1.8", "@types/swagger-ui-express": "^4.1.8",
"@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.0.0", "@typescript-eslint/parser": "^8.36.0",
"copyfiles": "^2.4.1", "copyfiles": "^2.4.1",
"electron": "github:castlabs/electron-releases#v35.7.0+wvcus", "electron": "github:castlabs/electron-releases#v37.2.0+wvcus",
"electron-builder": "~26.0.12", "electron-builder": "~26.0.12",
"eslint": "^9.0.0", "eslint": "^9.0.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
@ -45,7 +45,7 @@
"stylelint-prettier": "^5.0.3", "stylelint-prettier": "^5.0.3",
"swagger-jsdoc": "^6.2.8", "swagger-jsdoc": "^6.2.8",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"tsc-watch": "^7.0.0", "tsc-watch": "^7.1.1",
"typescript": "^5.8.3" "typescript": "^5.8.3"
} }
}, },

View File

@ -40,13 +40,13 @@
"homepage": "https://github.com/Mastermindzh/tidal-hifi", "homepage": "https://github.com/Mastermindzh/tidal-hifi",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@electron/remote": "^2.1.2", "@electron/remote": "^2.1.3",
"@types/swagger-jsdoc": "^6.0.4", "@types/swagger-jsdoc": "^6.0.4",
"@xhayper/discord-rpc": "1.2.1", "@xhayper/discord-rpc": "1.2.1",
"axios": "^1.9.0", "axios": "^1.10.0",
"electron-store": "^8.2.0", "electron-store": "^8.2.0",
"express": "^5.1.0", "express": "^5.1.0",
"hotkeys-js": "^3.13.11", "hotkeys-js": "^3.13.15",
"mpris-service": "^2.1.2", "mpris-service": "^2.1.2",
"sass": "1.89.2", "sass": "1.89.2",
"swagger-ui-express": "^5.0.1", "swagger-ui-express": "^5.0.1",
@ -55,15 +55,15 @@
}, },
"devDependencies": { "devDependencies": {
"@mastermindzh/prettier-config": "^1.0.0", "@mastermindzh/prettier-config": "^1.0.0",
"@types/cors": "^2.8.17", "@types/cors": "^2.8.19",
"@types/express": "^5.0.1", "@types/express": "^5.0.3",
"@types/node": "^22.0.0", "@types/node": "^22.0.0",
"@types/request": "^2.48.12", "@types/request": "^2.48.12",
"@types/swagger-ui-express": "^4.1.8", "@types/swagger-ui-express": "^4.1.8",
"@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.0.0", "@typescript-eslint/parser": "^8.36.0",
"copyfiles": "^2.4.1", "copyfiles": "^2.4.1",
"electron": "github:castlabs/electron-releases#v35.7.0+wvcus", "electron": "github:castlabs/electron-releases#v37.2.0+wvcus",
"electron-builder": "~26.0.12", "electron-builder": "~26.0.12",
"eslint": "^9.0.0", "eslint": "^9.0.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
@ -76,7 +76,7 @@
"stylelint-prettier": "^5.0.3", "stylelint-prettier": "^5.0.3",
"swagger-jsdoc": "^6.2.8", "swagger-jsdoc": "^6.2.8",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"tsc-watch": "^7.0.0", "tsc-watch": "^7.1.1",
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"prettier": "@mastermindzh/prettier-config" "prettier": "@mastermindzh/prettier-config"