mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
matrix-hookshot: 4.7.0 -> 5.1.2
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.0.0 https://github.com/matrix-org/matrix-hookshot/releases/tag/5.1.0 https://github.com/matrix-org/matrix-hookshot/releases/tag/5.1.1 https://github.com/matrix-org/matrix-hookshot/releases/tag/5.1.2
This commit is contained in:
parent
24954c2e73
commit
d6e5ae986c
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "matrix-hookshot",
|
"name": "matrix-hookshot",
|
||||||
"version": "4.7.0",
|
"version": "5.1.2",
|
||||||
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
|
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
|
||||||
"main": "lib/app.js",
|
"main": "lib/app.js",
|
||||||
"repository": "https://github.com/matrix-org/matrix-hookshot",
|
"repository": "https://github.com/matrix-org/matrix-hookshot",
|
||||||
@ -10,7 +10,7 @@
|
|||||||
"name": "matrix-hookshot-rs"
|
"name": "matrix-hookshot-rs"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:web": "vite build",
|
"build:web": "vite build",
|
||||||
@ -32,6 +32,7 @@
|
|||||||
"start:matrixsender": "node --require source-map-support/register lib/App/MatrixSenderApp.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",
|
"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": "mocha -r ts-node/register tests/init.ts tests/*.ts tests/**/*.ts",
|
||||||
|
"test:e2e": "yarn node --experimental-vm-modules $(yarn bin jest)",
|
||||||
"test:cover": "nyc --reporter=lcov --reporter=text yarn test",
|
"test:cover": "nyc --reporter=lcov --reporter=text yarn test",
|
||||||
"lint": "yarn run lint:js && yarn run lint:rs",
|
"lint": "yarn run lint:js && yarn run lint:rs",
|
||||||
"lint:js": "eslint -c .eslintrc.js 'src/**/*.ts' 'tests/**/*.ts' 'web/**/*.ts' 'web/**/*.tsx'",
|
"lint:js": "eslint -c .eslintrc.js 'src/**/*.ts' 'tests/**/*.ts' 'web/**/*.ts' 'web/**/*.tsx'",
|
||||||
@ -42,71 +43,77 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alloc/quick-lru": "^5.2.0",
|
"@alloc/quick-lru": "^5.2.0",
|
||||||
"@octokit/auth-app": "^3.3.0",
|
"@octokit/auth-app": "^6.0.2",
|
||||||
"@octokit/auth-token": "^2.4.5",
|
"@octokit/auth-token": "^4.0.0",
|
||||||
"@octokit/rest": "^18.10.0",
|
"@octokit/rest": "^20.0.2",
|
||||||
"@octokit/webhooks": "^9.1.2",
|
"@octokit/webhooks": "^12.0.10",
|
||||||
"@sentry/node": "^7.52.1",
|
"@sentry/node": "^7.52.1",
|
||||||
|
"@vector-im/compound-design-tokens": "^0.1.0",
|
||||||
|
"@vector-im/compound-web": "^0.9.4",
|
||||||
"ajv": "^8.11.0",
|
"ajv": "^8.11.0",
|
||||||
"axios": "^1.6.2",
|
"axios": "^1.6.3",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"express": "^4.17.3",
|
"express": "^4.18.2",
|
||||||
"figma-js": "^1.14.0",
|
"figma-js": "^1.14.0",
|
||||||
"http-status-codes": "^2.2.0",
|
"http-status-codes": "^2.2.0",
|
||||||
"ioredis": "^5.2.3",
|
"ioredis": "^5.2.3",
|
||||||
"jira-client": "^8.0.0",
|
"jira-client": "^8.2.2",
|
||||||
"markdown-it": "^12.3.2",
|
"markdown-it": "^14.0.0",
|
||||||
"matrix-appservice-bridge": "^9.0.1",
|
"matrix-appservice-bridge": "^9.0.1",
|
||||||
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.6.7-element.1",
|
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.0-specific-device-2",
|
||||||
"matrix-widget-api": "^1.0.0",
|
"matrix-widget-api": "^1.6.0",
|
||||||
"micromatch": "^4.0.4",
|
"micromatch": "^4.0.5",
|
||||||
"mime": "^3.0.0",
|
"mime": "^4.0.1",
|
||||||
"node-emoji": "^1.11.0",
|
"node-emoji": "^2.1.3",
|
||||||
"nyc": "^15.1.0",
|
|
||||||
"p-queue": "^6.6.2",
|
"p-queue": "^6.6.2",
|
||||||
"prom-client": "^14.2.0",
|
"preact-render-to-string": "^6.3.1",
|
||||||
"quickjs-emscripten": "^0.23.0",
|
"prom-client": "^15.1.0",
|
||||||
"reflect-metadata": "^0.1.13",
|
"quickjs-emscripten": "^0.26.0",
|
||||||
|
"reflect-metadata": "^0.2.1",
|
||||||
"source-map-support": "^0.5.21",
|
"source-map-support": "^0.5.21",
|
||||||
"string-argv": "^0.3.1",
|
"string-argv": "^0.3.1",
|
||||||
"tiny-typed-emitter": "^2.1.0",
|
"tiny-typed-emitter": "^2.1.0",
|
||||||
"winston": "^3.3.3",
|
"vite-plugin-magical-svg": "^1.1.1",
|
||||||
"xml2js": "^0.5.0",
|
"winston": "^3.11.0",
|
||||||
"yaml": "^2.2.2"
|
"xml2js": "^0.6.2",
|
||||||
|
"yaml": "^2.3.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@codemirror/lang-javascript": "^6.0.2",
|
"@codemirror/lang-javascript": "^6.0.2",
|
||||||
"@napi-rs/cli": "^2.13.2",
|
"@napi-rs/cli": "^2.13.2",
|
||||||
"@preact/preset-vite": "^2.2.0",
|
"@preact/preset-vite": "^2.2.0",
|
||||||
"@tsconfig/node18": "^2.0.0",
|
"@rollup/plugin-alias": "^5.1.0",
|
||||||
|
"@tsconfig/node18": "^18.2.2",
|
||||||
"@types/ajv": "^1.0.0",
|
"@types/ajv": "^1.0.0",
|
||||||
"@types/chai": "^4.2.22",
|
"@types/chai": "^4.2.22",
|
||||||
"@types/cors": "^2.8.12",
|
"@types/cors": "^2.8.12",
|
||||||
"@types/express": "^4.17.14",
|
"@types/express": "^4.17.14",
|
||||||
|
"@types/jest": "^29.5.11",
|
||||||
"@types/jira-client": "^7.1.0",
|
"@types/jira-client": "^7.1.0",
|
||||||
"@types/markdown-it": "^12.2.3",
|
"@types/markdown-it": "^13.0.7",
|
||||||
"@types/micromatch": "^4.0.1",
|
"@types/micromatch": "^4.0.1",
|
||||||
"@types/mime": "^2.0.3",
|
"@types/mime": "^3.0.4",
|
||||||
"@types/mocha": "^9.0.0",
|
"@types/mocha": "^10.0.6",
|
||||||
"@types/node": "18",
|
"@types/node": "20.10.6",
|
||||||
"@types/node-emoji": "^1.8.1",
|
|
||||||
"@types/uuid": "^8.3.3",
|
|
||||||
"@types/xml2js": "^0.4.11",
|
"@types/xml2js": "^0.4.11",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
"@typescript-eslint/eslint-plugin": "^6.17.0",
|
||||||
"@typescript-eslint/parser": "^6.6.0",
|
"@typescript-eslint/parser": "^6.17.0",
|
||||||
"@uiw/react-codemirror": "^4.12.3",
|
"@uiw/react-codemirror": "^4.12.3",
|
||||||
"chai": "^4.3.4",
|
"chai": "^4.3.4",
|
||||||
"eslint": "^8.49.0",
|
"eslint": "^8.49.0",
|
||||||
"eslint-config-preact": "^1.3.0",
|
"eslint-config-preact": "^1.3.0",
|
||||||
"eslint-plugin-mocha": "^10.1.0",
|
"eslint-plugin-mocha": "^10.1.0",
|
||||||
|
"homerunner-client": "^1.0.0",
|
||||||
|
"jest": "^29.7.0",
|
||||||
"mini.css": "^3.0.1",
|
"mini.css": "^3.0.1",
|
||||||
"mocha": "^8.2.1",
|
"mocha": "^10.2.0",
|
||||||
|
"nyc": "^15.1.0",
|
||||||
"preact": "^10.5.15",
|
"preact": "^10.5.15",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^5.0.5",
|
||||||
"sass": "^1.51.0",
|
"sass": "^1.69.6",
|
||||||
|
"ts-jest": "^29.1.1",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^5.1.3",
|
"typescript": "^5.3.3",
|
||||||
"vite": "^4.1.5",
|
"vite": "^5.0.10"
|
||||||
"vite-svg-loader": "^4.0.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "4.7.0",
|
"version": "5.1.2",
|
||||||
"srcHash": "sha256-27PBuLyk/1ER26pus5tbe9CxeYEZgZrYBYy5l3B/19c=",
|
"srcHash": "sha256-dBuk/kpU5/GnwoTDh8FdnetK2hEBBTwrUA3fP/L9mWU=",
|
||||||
"yarnHash": "05mh3q5zw1aiznvbkhp7spb1bgcv32ncdb4zpyvhhv74pyhjnsn2",
|
"yarnHash": "100lfm0pr0l33j1bl9zmw1s7fm4ihrwppyvq6x8ahx1sjrr1m0lp",
|
||||||
"cargoHash": "sha256-cAjsNVQfXfZbM1/MoiEh/Qp0uW/iXsxBVx7cRZY3tN0="
|
"cargoHash": "sha256-4cFhV5y7tqUZ4pQWQKIbOZ0qXo0ya5gnMizCNcxYZS0="
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user