matrix-hookshot: 7.0.0 -> 7.1.0

Release notes: https://github.com/matrix-org/matrix-hookshot/releases/tag/7.1.0
Git changelog: https://github.com/matrix-org/matrix-hookshot/compare/7.0.0...7.1.0

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss
2025-09-08 19:28:14 +02:00
committed by Alyssa Ross
parent aa63f2f939
commit 6fedf17844
3 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "matrix-hookshot",
"version": "7.0.0",
"version": "7.1.0",
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
"main": "lib/app.js",
"repository": "https://github.com/matrix-org/matrix-hookshot",
@@ -56,15 +56,15 @@
"clsx": "^2.1.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"express": "^4.20.0",
"express": "^4.21.2",
"figma-js": "^1.16.1-0",
"helmet": "^7.1.0",
"http-status-codes": "^2.2.0",
"ioredis": "^5.2.3",
"ioredis": "^5.6.1",
"jira-client": "^8.2.2",
"markdown-it": "^14.0.0",
"matrix-appservice-bridge": "^9.0.1",
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@0.7.1-element.8",
"matrix-appservice-bridge": "^11.0.0",
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@0.7.1-element.14",
"matrix-widget-api": "^1.10.0",
"micromatch": "^4.0.8",
"mime": "^4.0.4",
@@ -99,7 +99,7 @@
"@types/busboy": "^1.5.4",
"@types/chai": "^4.2.22",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/express": "^4.17.23",
"@types/jira-client": "^7.1.0",
"@types/markdown-it": "^13.0.7",
"@types/micromatch": "^4.0.1",
+3 -3
View File
@@ -11,7 +11,7 @@
rustc,
napi-rs-cli,
pkg-config,
nodejs_22,
nodejs_24,
openssl,
}:
@@ -30,7 +30,7 @@ mkYarnPackage rec {
};
packageJSON = ./package.json;
nodejs = nodejs_22;
nodejs = nodejs_24;
offlineCache = fetchYarnDeps {
yarnLock = src + "/yarn.lock";
@@ -70,7 +70,7 @@ mkYarnPackage rec {
'';
postInstall = ''
makeWrapper '${nodejs_22}/bin/node' "$out/bin/matrix-hookshot" --add-flags \
makeWrapper '${nodejs_24}/bin/node' "$out/bin/matrix-hookshot" --add-flags \
"$out/libexec/matrix-hookshot/deps/matrix-hookshot/lib/App/BridgeApp.js"
'';
+3 -3
View File
@@ -1,6 +1,6 @@
{
"version": "7.0.0",
"srcHash": "sha256-MBET/oRvCToCnkUsbSK/6BzE2nrg33BzVuKAuu2BnkQ=",
"yarnHash": "1lmakjgpflx8zcvl4ycn529dgkyp8yic9xhpwajdyj6dc56blpbb",
"version": "7.1.0",
"srcHash": "sha256-jRLax1vqC0K3XvAWrH1J7nqtFioLr4n6Df9Kra/KKKU=",
"yarnHash": "0m0cqy7kkj8d9lhw93halr64017rqscf5msz4bm3g8lhkil9w53g",
"cargoHash": "sha256-1eBiLZHGNJxXNCVavkKt0xckAD2cilOW2wNCtqJ8O4g="
}