patches: Add matrix-hookshot 6.0.2 patch
This commit is contained in:
parent
106e6710ca
commit
360c7da667
1 changed files with 39 additions and 0 deletions
39
patches/376057.patch
Normal file
39
patches/376057.patch
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
diff --git a/pkgs/by-name/ma/matrix-hookshot/package.json b/pkgs/by-name/ma/matrix-hookshot/package.json
|
||||||
|
index c45b6a97ad669..a28129ee78492 100644
|
||||||
|
--- a/pkgs/by-name/ma/matrix-hookshot/package.json
|
||||||
|
+++ b/pkgs/by-name/ma/matrix-hookshot/package.json
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "matrix-hookshot",
|
||||||
|
- "version": "6.0.1",
|
||||||
|
+ "version": "6.0.2",
|
||||||
|
"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",
|
||||||
|
@@ -31,9 +31,9 @@
|
||||||
|
"start:webhooks": "node --require source-map-support/register lib/App/GithubWebhookApp.js",
|
||||||
|
"start:matrixsender": "node --require source-map-support/register lib/App/MatrixSenderApp.js",
|
||||||
|
"start:resetcrypto": "node --require source-map-support/register lib/App/ResetCryptoStore.js",
|
||||||
|
- "test": "mocha -r ts-node/register tests/init.ts 'tests/*.ts' 'tests/**/*.ts'",
|
||||||
|
- "test:e2e": "tsc --p tsconfig.spec.json && cp ./lib/libRs.js ./lib/matrix-hookshot-rs.node ./spec-lib/src && yarn node --experimental-vm-modules $(yarn bin jest)",
|
||||||
|
- "test:cover": "nyc --reporter=lcov --reporter=text yarn test",
|
||||||
|
+ "test": "NODE_OPTIONS=--no-experimental-strip-types mocha -r ts-node/register tests/init.ts 'tests/*.ts' 'tests/**/*.ts'",
|
||||||
|
+ "test:e2e": "NODE_OPTIONS=--no-experimental-strip-types tsc --p tsconfig.spec.json && cp ./lib/libRs.js ./lib/matrix-hookshot-rs.node ./spec-lib/src && yarn node --experimental-vm-modules $(yarn bin jest)",
|
||||||
|
+ "test:cover": "NODE_OPTIONS=--no-experimental-strip-types nyc --reporter=lcov --reporter=text yarn test",
|
||||||
|
"lint": "yarn run lint:js && yarn run lint:rs",
|
||||||
|
"lint:js": "eslint",
|
||||||
|
"lint:rs": "cargo fmt --all -- --check && cargo clippy -- -Dwarnings",
|
||||||
|
diff --git a/pkgs/by-name/ma/matrix-hookshot/pin.json b/pkgs/by-name/ma/matrix-hookshot/pin.json
|
||||||
|
index cc81e0b96a2aa..e0aed65ff3d4e 100644
|
||||||
|
--- a/pkgs/by-name/ma/matrix-hookshot/pin.json
|
||||||
|
+++ b/pkgs/by-name/ma/matrix-hookshot/pin.json
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
{
|
||||||
|
- "version": "6.0.1",
|
||||||
|
- "srcHash": "sha256-rs4jIRdGriZ2L02gSTqIYuwLE4Xu3avS5+nyHuSyJ/c=",
|
||||||
|
+ "version": "6.0.2",
|
||||||
|
+ "srcHash": "sha256-uqbKpmqiy0rU8ByMRUqyjGmEdZgAhYiMrh0VEwwcbK8=",
|
||||||
|
"yarnHash": "0sjc333cl115pm3w69aknf20n85r8nisrdjx1231101zrz01nhhh",
|
||||||
|
- "cargoHash": "sha256-lcY0Eq64oPH0CtL4WhVx6L/Ix/m8mHqum/oLQhu6cNc="
|
||||||
|
+ "cargoHash": "sha256-UlPT/ko9d4bUvv3kutNPEISXEbKtegWo2OVKEmUlKrg="
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue