Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ lerna-debug.log*
/.env

/tsconfig.tsbuildinfo
/.cache
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no -- commitlint --edit $1
Comment thread
adkif marked this conversation as resolved.
Comment thread
adkif marked this conversation as resolved.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx pretty-quick --staged
Comment thread
adkif marked this conversation as resolved.
184 changes: 89 additions & 95 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"scripts": {
"prebuild": "rimraf dist && rimraf tsconfig.tsbuildinfo && rimraf src/schemas/schema.graphql",
"prepare": "husky install",
"prepare": "husky",
"build": "yarn nest build && yarn generate",
"build:prod": "yarn nest build && yarn generate",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
Expand Down Expand Up @@ -55,128 +55,127 @@
"migration:rollback": "ts-node -r tsconfig-paths/register --project ./tsconfig.json ./node_modules/typeorm/cli.js migration:revert -d ./src/orm-config.ts"
},
"dependencies": {
"@apollo/gateway": "^2.3.5",
"@apollo/server": "^5.0.0",
"@apollo/subgraph": "^2.3.5",
"@apollo/gateway": "^2.12.2",
"@apollo/server": "^5.2.0",
"@apollo/subgraph": "^2.12.2",
"@as-integrations/express5": "^1.1.2",
"@dataui/crud": "^5.3.4",
"@dataui/crud-request": "^5.3.4",
"@dataui/crud-typeorm": "^5.3.4",
"@dataui/crud-util": "^5.3.4",
"@godaddy/terminus": "^4.12.1",
"@nestjs/apollo": "^13.1.0",
"@nestjs/common": "^11.1.5",
"@nestjs/apollo": "^13.2.3",
"@nestjs/common": "^11.1.12",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.6",
"@nestjs/core": "^11.1.12",
"@nestjs/cqrs": "^11.0.3",
"@nestjs/graphql": "^13.1.0",
"@nestjs/microservices": "^11.1.6",
"@nestjs/platform-express": "^11.1.6",
"@nestjs/schedule": "^6.0.1",
"@nestjs/swagger": "^11.2.1",
"@nestjs/graphql": "^13.2.3",
"@nestjs/microservices": "^11.1.12",
"@nestjs/platform-express": "^11.1.12",
"@nestjs/schedule": "^6.1.0",
"@nestjs/swagger": "^11.2.5",
"@nestjs/terminus": "^11.0.0",
"@nestjs/typeorm": "^11.0.0",
"@ptc-org/nestjs-query-core": "^9.2.1",
"@ptc-org/nestjs-query-graphql": "^9.2.1",
"@ptc-org/nestjs-query-typeorm": "^9.2.1",
"apollo-server-express": "^3.12.0",
"@ptc-org/nestjs-query-core": "^9.3.0",
"@ptc-org/nestjs-query-graphql": "^9.3.0",
"@ptc-org/nestjs-query-typeorm": "^9.3.0",
"apollo-server-express": "^3.13.0",
"aws-lambda": "^1.0.7",
"aws-serverless-express": "^3.4.0",
"bcrypt": "^5.1.0",
"bcrypt": "^6.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cron": "^2.2.0",
"class-validator": "^0.14.3",
"cron": "^4.4.0",
"crypto": "^1.0.1",
"dataloader": "^2.2.2",
"express": "^4.22.0",
"graphql": "^16.11.0",
"graphql-query-complexity": "^0.12.0",
"graphql-relay": "^0.10.0",
"graphql-subscriptions": "^2.0.0",
"graphql-tools": "^9.0.0",
"dataloader": "^2.2.3",
"express": "^5.2.1",
Comment thread
adkif marked this conversation as resolved.
"graphql": "^16.12.0",
"graphql-query-complexity": "^1.1.0",
"graphql-relay": "^0.10.2",
"graphql-subscriptions": "^3.0.0",
"graphql-tools": "^9.0.26",
"html-to-text": "^9.0.5",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"pg": "^8.11.2",
"redis": "^4.6.5",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.4.0",
"rxjs": "^7.8.0",
"sql.js": "^1.8.0",
"moment": "^2.30.1",
"pg": "^8.17.1",
"redis": "^5.10.0",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.1.2",
"rxjs": "^7.8.2",
"sql.js": "^1.13.0",
"type-graphql": "^2.0.0-rc.2",
"typeorm": "^0.3.26",
"typeorm": "^0.3.28",
"typeorm-express-query-builder": "^1.7.0",
"yargs": "^17.5.0"
"yargs": "^18.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@graphql-codegen/cli": "^6.1.1",
"@graphql-codegen/typed-document-node": "^6.1.5",
"@graphql-codegen/typescript": "^5.0.7",
"@graphql-codegen/typescript-operations": "^5.0.7",
"@graphql-typed-document-node/core": "^3.2.0",
"@graphql-typed-document-node/patch-cli": "^3.0.9",
"@nestjs/cli": "^11.0.10",
"@nestjs/cli": "^11.0.16",
"@nestjs/schematics": "^11.0.9",
"@nestjs/testing": "^11.1.6",
"@nestjs/testing": "^11.1.12",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.2",
"@types/aws-lambda": "^8.10.113",
"@types/aws-serverless-express": "^3.3.5",
"@types/express": "^4.17.17",
"@types/html-to-text": "^9.0.1",
"@types/jest": "^29.4.2",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.191",
"@types/node": "^24.8.1",
"@types/serverless": "^3.12.11",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@semantic-release/github": "^12.0.2",
"@semantic-release/npm": "^13.1.3",
"@types/aws-lambda": "^8.10.160",
"@types/aws-serverless-express": "^3.3.10",
"@types/express": "^5.0.6",
"@types/html-to-text": "^9.0.4",
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.23",
"@types/node": "^25.0.9",
"@types/serverless": "^3.12.27",
"@types/supertest": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"cloc": "^2.11.0",
"codelyzer": "^6.0.1",
"commitizen": "^4.3.0",
"concurrently": "^7.6.0",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"commitizen": "^4.3.1",
"concurrently": "^9.2.1",
"conventional-changelog": "^7.1.1",
"conventional-changelog-cli": "^5.0.0",
"cross-env": "^10.1.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.0.3",
"envalid": "^7.3.1",
"eslint": "^8.36.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.7.0",
"dotenv": "^17.2.3",
"envalid": "^8.1.1",
"eslint": "^9.39.2",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0 ",
"eslint-plugin-jsdoc": "^61.1.4",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^8.0.3",
"jest": "^29.5.0",
"eslint-plugin-jsdoc": "^62.2.0",
"eslint-plugin-prettier": "^5.5.5",
"husky": "^9.1.7",
"jest": "^30.2.0",
"js-yaml": "^4.1.1",
"lint-staged": "^13.2.0",
"nodemon": "^2.0.21",
"prettier": "^3.0.0",
"lint-staged": "^16.2.7",
"nodemon": "^3.1.11",
"prettier": "^3.8.0",
"prettier-tslint": "^0.4.2",
"pretty-quick": "^3.1.3",
"semantic-release": "^20.1.1",
"serverless": "^3.28.1",
"serverless-offline": "^12.0.4",
"pretty-quick": "^4.2.2",
"semantic-release": "^25.0.2",
"serverless": "^4.31.0",
"serverless-offline": "^14.4.0",
"serverless-plugin-optimize": "^4.2.1-rc.1",
"serverless-plugin-typescript": "^2.1.4",
"serverless-plugin-warmup": "^8.2.1",
"snyk": "^1.1297.3",
"stylelint": "^13.7.2",
"supertest": "^6.3.3",
"swagger-ui-express": "^4.6.2",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.4",
"serverless-plugin-warmup": "^8.4.0",
"snyk": "^1.1302.0",
"stylelint": "^17.0.0",
"supertest": "^7.2.2",
"swagger-ui-express": "^5.0.1",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.4",
"ts-morph": "^27.0.2",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.1.2",
"typedoc": "^0.23.24",
"typedoc": "^0.28.16",
"typescript": "^5.9.3"
},
"jest": {
Expand Down Expand Up @@ -209,12 +208,6 @@
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "pretty-quick --no-verify --staged"
}
},
"release": {
"verifyConditions": [
"@semantic-release/changelog",
Expand Down Expand Up @@ -242,5 +235,6 @@
"node": ">=20.0.0",
"yarn": ">=1.13.0"
},
"snyk": true
"snyk": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"skipLibCheck": true,
"target": "es2024",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
Expand Down
Loading
Loading