Merge pull request #155416 from sumnerevans/element-1.9.9

element: 1.9.8 -> 1.9.9

authored by

Pascal Bach and committed by
GitHub
3fe54cd3 593ad061

+11 -7
+7 -3
pkgs/applications/networking/instant-messengers/element/element-desktop-package.json
··· 2 2 "name": "element-desktop", 3 3 "productName": "Element", 4 4 "main": "lib/electron-main.js", 5 - "version": "1.9.8", 5 + "version": "1.9.9", 6 6 "description": "A feature-rich client for Matrix.org", 7 7 "author": "Element", 8 8 "repository": { ··· 22 22 "lint": "yarn lint:types && yarn lint:js", 23 23 "lint:js": "eslint --max-warnings 0 src scripts hak", 24 24 "lint:js-fix": "eslint --fix src scripts hak", 25 - "lint:types": "tsc --noEmit", 25 + "lint:types": "tsc --noEmit && tsc -p scripts/hak/tsconfig.json --noEmit && tsc -p hak/tsconfig.json --noEmit", 26 26 "build:native": "yarn run hak", 27 27 "build:native:universal": "yarn run hak --target x86_64-apple-darwin fetchandbuild && yarn run hak --target aarch64-apple-darwin fetchandbuild && yarn run hak --target x86_64-apple-darwin --target aarch64-apple-darwin copyandlink", 28 28 "build:32": "yarn run build:ts && yarn run build:res && electron-builder --ia32", ··· 37 37 "docker:install": "scripts/in-docker.sh yarn install", 38 38 "debrepo": "scripts/mkrepo.sh", 39 39 "clean": "rimraf webapp.asar dist packages deploys lib", 40 - "hak": "node scripts/hak/index.js" 40 + "hak": "ts-node scripts/hak/index.ts" 41 41 }, 42 42 "dependencies": { 43 43 "auto-launch": "^5.0.5", ··· 52 52 "@types/auto-launch": "^5.0.1", 53 53 "@types/counterpart": "^0.18.1", 54 54 "@types/minimist": "^1.2.1", 55 + "@types/mkdirp": "^1.0.2", 56 + "@types/pacote": "^11.1.1", 57 + "@types/rimraf": "^3.0.2", 55 58 "@typescript-eslint/eslint-plugin": "^5.6.0", 56 59 "@typescript-eslint/parser": "^5.6.0", 57 60 "allchange": "^1.0.6", ··· 76 79 "pacote": "^11.3.5", 77 80 "rimraf": "^3.0.2", 78 81 "tar": "^6.1.2", 82 + "ts-node": "^10.4.0", 79 83 "typescript": "^4.5.3" 80 84 }, 81 85 "hakDependencies": {
+4 -4
pkgs/applications/networking/instant-messengers/element/pin.json
··· 1 1 { 2 - "version": "1.9.8", 3 - "desktopSrcHash": "o6SICu7QDdBv9WXDconkypQRj3TbrU4ZAxayO9yemvc=", 4 - "desktopYarnHash": "176ih0nzzx2yds6kp3lzdsrlp0glb9nqw146z0s1az7pjp6nrf18", 5 - "webHash": "141fqvh4d5lwm692yc8mfwrlvqnfixvc7vlbfis86qi557vq6ljq" 2 + "version": "1.9.9", 3 + "desktopSrcHash": "IMqco5HeAgsh1LMBXFH1/HnlIEFEQU0xqnHbTKwHGL4=", 4 + "desktopYarnHash": "0zzr14fcyc5q2562x50nvxxda10yr5ihbr12nykzg4j534rgb55y", 5 + "webHash": "1i3zka9cfn14rv5wzz969w6dz5dbkw87clrgajs8p1s2l62ac1jf" 6 6 }