Update dependencies and version number, remove link tickets endpoint

This commit is contained in:
Darren Clarke 2025-10-07 11:24:00 +02:00
parent 6f0f97ab7b
commit 11563a794e
36 changed files with 2953 additions and 4655 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-common",
"version": "3.1.0",
"version": "3.2.0b3",
"main": "build/main/index.js",
"type": "module",
"author": "Darren Clarke <darren@redaranj.com>",
@ -9,14 +9,14 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@auth/kysely-adapter": "^1.8.0",
"@auth/kysely-adapter": "^1.10.0",
"graphile-worker": "^0.16.6",
"kysely": "0.27.6",
"pg": "^8.14.1"
"kysely": "0.27.5",
"pg": "^8.16.3"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5.8.2"
"typescript": "^5.9.3"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-ui",
"version": "3.1.0",
"version": "3.2.0b3",
"scripts": {
"build": "tsc -p tsconfig.json"
},
@ -9,17 +9,17 @@
"@link-stack/signal-api": "*",
"@link-stack/ui": "*",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.28.1",
"kysely": "0.27.6",
"next": "15.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-qr-code": "^2.0.15"
"@mui/x-data-grid-pro": "^7",
"kysely": "0.27.5",
"next": "15.5.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-qr-code": "^2.0.18"
},
"devDependencies": {
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"@types/react-dom": "^19.0.4",
"typescript": "5.8.2"
"@types/node": "^24.7.0",
"@types/react": "19.2.2",
"@types/react-dom": "^19.2.1",
"typescript": "5.9.3"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/eslint-config",
"version": "3.1.0",
"version": "3.2.0b3",
"description": "amigo's eslint config",
"author": "Abel Luck <abel@guardianproject.info>",
"license": "AGPL-3.0-or-later",
@ -9,24 +9,24 @@
"fmt": "prettier \"profile/**/*.js\" --write"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.11.0",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"eslint-config-prettier": "^10.1.1",
"@rushstack/eslint-patch": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-prettier": "^10.1.8",
"eslint-config-xo-space": "^0.35.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "58.0.0",
"@babel/eslint-parser": "7.26.10"
"eslint-plugin-unicorn": "61.0.2",
"@babel/eslint-parser": "7.28.4"
},
"peerDependencies": {
"typescript": "^4.9.5"
},
"devDependencies": {
"eslint": "^9",
"jest": "^29.7.0",
"typescript": "^5.8.2"
"jest": "^30.2.0",
"typescript": "^5.9.3"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/jest-config",
"version": "3.1.0",
"version": "3.2.0b3",
"description": "",
"author": "Abel Luck <abel@guardianproject.info>",
"license": "AGPL-3.0-or-later",
@ -9,8 +9,8 @@
"node": ">=14"
},
"dependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"@types/jest": "^30.0.0",
"jest": "^30.2.0",
"jest-junit": "^16.0.0"
},
"peerDependencies": {}

View file

@ -1,23 +1,23 @@
{
"name": "@link-stack/leafcutter-ui",
"version": "3.1.0",
"version": "3.2.0b3",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@link-stack/opensearch-common": "*",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.28.1",
"@mui/x-date-pickers-pro": "^7.28.0",
"@mui/x-data-grid-pro": "^7",
"@mui/x-date-pickers-pro": "^7",
"date-fns": "^4.1.0",
"next": "15.2.3",
"next": "15.5.4",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react": "19.2.0",
"react-cookie": "^8.0.1",
"react-dom": "19.0.0",
"react-dom": "19.2.0",
"react-iframe": "^1.8.5",
"react-markdown": "^10.1.0",
"react-polyglot": "^0.7.2"
@ -25,8 +25,8 @@
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"typescript": "5.8.2"
"@types/node": "^24.7.0",
"@types/react": "19.2.2",
"typescript": "5.9.3"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/logger",
"version": "1.0.0",
"version": "3.2.0b3",
"description": "Shared logging utility for Link Stack monorepo",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@ -19,16 +19,16 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"pino": "^9.5.0",
"pino-pretty": "^13.0.0"
"pino": "^10.0.0",
"pino-pretty": "^13.1.1"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"@types/node": "^22.10.5",
"eslint": "^9.17.0",
"tsup": "^8.3.5",
"typescript": "^5.7.3"
"@types/node": "^24.7.0",
"eslint": "^9.37.0",
"tsup": "^8.5.0",
"typescript": "^5.9.3"
},
"publishConfig": {
"access": "public"

View file

@ -1,19 +1,19 @@
{
"name": "@link-stack/opensearch-common",
"version": "3.1.0",
"version": "3.2.0b3",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@link-stack/logger": "*",
"@opensearch-project/opensearch": "^3.4.0",
"uuid": "^11.1.0"
"@opensearch-project/opensearch": "^3.5.1",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/node": "^22.13.12",
"@types/uuid": "^10.0.0",
"@types/node": "^24.7.0",
"@types/uuid": "^11.0.0",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"typescript": "5.8.2"
"typescript": "5.9.3"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/signal-api",
"version": "3.1.0",
"version": "3.2.0b3",
"type": "module",
"main": "build/index.js",
"exports": {
@ -12,10 +12,10 @@
"update-api": "openapi-generator-cli generate -i 'https://bbernhard.github.io/signal-cli-rest-api/src/docs/swagger.json' -g typescript-fetch -o . --skip-validate-spec"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.18.4",
"@openapitools/openapi-generator-cli": "^2.24.0",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"@types/node": "^22",
"@types/node": "^24",
"typescript": "^5"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/typescript-config",
"version": "3.1.0",
"version": "3.2.0b3",
"description": "Shared TypeScript config",
"license": "AGPL-3.0-or-later",
"author": "Abel Luck <abel@guardianproject.info>",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/ui",
"version": "3.1.0",
"version": "3.2.0b3",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json"
@ -9,16 +9,16 @@
"dependencies": {
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.28.1",
"@mui/x-license": "^7.28.0",
"next": "15.2.3",
"react": "19.0.0",
"react-dom": "19.0.0"
"@mui/x-data-grid-pro": "^7",
"@mui/x-license": "^7",
"next": "15.5.4",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"@types/react-dom": "^19.0.4",
"typescript": "^5.8.2"
"@types/node": "^24.7.0",
"@types/react": "19.2.2",
"@types/react-dom": "^19.2.1",
"typescript": "^5.9.3"
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@link-stack/zammad-addon-bridge",
"displayName": "Bridge",
"version": "3.1.0",
"version": "3.2.0b3",
"description": "An addon that adds CDR Bridge channels to Zammad.",
"scripts": {
"build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/zammad-addon-common",
"version": "3.1.0",
"version": "3.2.0b3",
"description": "",
"bin": {
"zpm-build": "./dist/build.js",
@ -10,13 +10,13 @@
"build": "tsc"
},
"devDependencies": {
"@types/node": "^22.13.12",
"@types/node": "^24.7.0",
"typescript": "^5"
},
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@link-stack/logger": "*",
"glob": "^11.0.1"
"glob": "^11.0.3"
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@link-stack/zammad-addon-hardening",
"displayName": "Hardening",
"version": "3.1.0",
"version": "3.2.0b3",
"description": "A Zammad addon that hardens a Zammad instance according to CDR's needs.",
"scripts": {
"build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'",

View file

@ -1,7 +1,7 @@
{
"name": "@link-stack/zammad-addon-leafcutter",
"displayName": "Leafcutter",
"version": "3.1.0",
"version": "3.2.0b3",
"description": "Adds a common set of tags for Leafcutter uses.",
"scripts": {
"build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'",