Update deps and version numbers

This commit is contained in:
Darren Clarke 2025-02-20 10:56:31 +01:00
parent 6e8d3e171e
commit 05a0261355
22 changed files with 1251 additions and 1523 deletions

View file

@ -148,5 +148,5 @@ export const db = new KyselyAuth<Database>({
password: process.env.DATABASE_PASSWORD,
}),
}) as any,
plugins: [new CamelCasePlugin()],
plugins: [new CamelCasePlugin() as any],
});

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-common",
"version": "2.4.0b1",
"version": "3.1.0",
"main": "build/main/index.js",
"type": "module",
"author": "Darren Clarke <darren@redaranj.com>",
@ -11,8 +11,8 @@
"dependencies": {
"@auth/kysely-adapter": "^1.7.4",
"graphile-worker": "^0.16.6",
"kysely": "0.26.1",
"pg": "^8.13.1"
"kysely": "0.27.5",
"pg": "^8.13.3"
},
"devDependencies": {
"@link-stack/eslint-config": "*",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-ui",
"version": "2.4.0b1",
"version": "3.1.0",
"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.24.1",
"kysely": "0.26.1",
"next": "15.1.6",
"@mui/x-data-grid-pro": "^7.27.0",
"kysely": "0.27.5",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-qr-code": "^2.0.15"
},
"devDependencies": {
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"@types/node": "^22.13.4",
"@types/react": "19.0.10",
"@types/react-dom": "^19.0.4",
"typescript": "5.7.3"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/eslint-config",
"version": "2.4.0b1",
"version": "3.1.0",
"description": "amigo's eslint config",
"author": "Abel Luck <abel@guardianproject.info>",
"license": "AGPL-3.0-or-later",
@ -10,22 +10,22 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.5",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"eslint-config-prettier": "^10.0.1",
"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-promise": "^7.2.1",
"eslint-plugin-unicorn": "56.0.1",
"@babel/eslint-parser": "7.26.5"
"eslint-plugin-unicorn": "57.0.0",
"@babel/eslint-parser": "7.26.8"
},
"peerDependencies": {
"typescript": "^4.9.5"
},
"devDependencies": {
"eslint": "^8",
"eslint": "^9",
"jest": "^29.7.0",
"typescript": "^5.7.3"
}

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/jest-config",
"version": "2.4.0b1",
"version": "3.1.0",
"description": "",
"author": "Abel Luck <abel@guardianproject.info>",
"license": "AGPL-3.0-or-later",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/leafcutter-ui",
"version": "2.4.0b1",
"version": "3.1.0",
"scripts": {
"build": "tsc -p tsconfig.json"
},
@ -10,10 +10,10 @@
"@link-stack/opensearch-common": "*",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.24.1",
"@mui/x-date-pickers-pro": "^7.24.1",
"@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-date-pickers-pro": "^7.27.0",
"date-fns": "^4.1.0",
"next": "15.1.6",
"next": "15.1.7",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
@ -25,8 +25,8 @@
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"@types/node": "^22.13.4",
"@types/react": "19.0.10",
"typescript": "5.7.3"
}
}

View file

@ -1,15 +1,15 @@
{
"name": "@link-stack/opensearch-common",
"version": "2.4.0b1",
"version": "3.1.0",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@opensearch-project/opensearch": "^3.2.0",
"uuid": "^11.0.5"
"@opensearch-project/opensearch": "^3.3.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/node": "^22.10.10",
"@types/node": "^22.13.4",
"@types/uuid": "^10.0.0",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/signal-api",
"version": "2.4.0b1",
"version": "3.1.0",
"type": "module",
"main": "build/index.js",
"exports": {
@ -12,7 +12,7 @@
"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.16.2",
"@openapitools/openapi-generator-cli": "^2.16.3",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"@types/node": "^22",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/typescript-config",
"version": "2.4.0b1",
"version": "3.1.0",
"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": "2.4.0b1",
"version": "3.1.0",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json"
@ -9,15 +9,15 @@
"dependencies": {
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.24.1",
"@mui/x-license": "^7.24.1",
"next": "15.1.6",
"@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-license": "^7.26.0",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"@types/node": "^22.13.4",
"@types/react": "19.0.10",
"typescript": "^5.7.3"
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@link-stack/zammad-addon-bridge",
"displayName": "Bridge",
"version": "2.4.0b1",
"version": "3.1.0",
"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": "2.4.0b1",
"version": "3.1.0",
"description": "",
"bin": {
"zpm-build": "./dist/build.js",
@ -10,7 +10,7 @@
"build": "tsc"
},
"devDependencies": {
"@types/node": "^22.10.10",
"@types/node": "^22.13.4",
"typescript": "^5"
},
"author": "",

View file

@ -1,7 +1,7 @@
{
"name": "@link-stack/zammad-addon-hardening",
"displayName": "Hardening",
"version": "2.4.0b1",
"version": "3.1.0",
"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": "2.4.0b1",
"version": "3.1.0",
"description": "Adds a common set of tags for Leafcutter uses.",
"scripts": {
"build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'",