Skip to content

Commit

Permalink
fix: move db config to separate file and cli to separate
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Oct 19, 2023
1 parent bfa3273 commit e0a1bd5
Show file tree
Hide file tree
Showing 22 changed files with 811 additions and 1,089 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"rubiin",
"sonarjs",
"SSSZ",
"travelerdev",
"UNAUTHORISED"
]
}
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = rubiin({
"ts/no-unsafe-assignment": "off", // optimize this
"ts/no-unsafe-member-access": "off", // optimize this
"unicorn/prefer-top-level-await": "off",
"sonarjs/no-duplicate-string": ["error", { "threshold": 10 }],
"ts/no-misused-promises": [
"error",
{
Expand Down
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.428.0",
"@aws-sdk/client-ses": "^3.428.0",
"@aws-sdk/client-s3": "^3.431.0",
"@aws-sdk/client-ses": "^3.431.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
"@golevelup/nestjs-webhooks": "^0.2.16",
"@mikro-orm/core": "^5.8.9",
"@mikro-orm/migrations": "^5.8.9",
"@mikro-orm/core": "^5.8.10",
"@mikro-orm/migrations": "^5.8.10",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.8.9",
"@mikro-orm/reflection": "^5.8.9",
"@mikro-orm/postgresql": "^5.8.10",
"@mikro-orm/reflection": "^5.8.10",
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/cache-manager": "^2.1.0",
Expand All @@ -82,12 +82,12 @@
"@nestjs/terminus": "^10.1.1",
"@nestjs/throttler": "^5.0.0",
"@nestjs/websockets": "^10.2.7",
"@ntegral/nestjs-sentry": "^4.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.74.0",
"@sentry/node": "^7.74.0",
"@sentry/hub": "^7.74.1",
"@sentry/node": "^7.74.1",
"@socket.io/redis-adapter": "^8.2.1",
"@supercharge/request-ip": "^1.2.0",
"@travelerdev/nestjs-sentry": "^4.2.1",
"argon2": "^0.31.1",
"cache-manager": "5.2.4",
"cache-manager-ioredis-yet": "^1.2.2",
Expand All @@ -100,7 +100,7 @@
"firebase-admin": "^11.11.0",
"handlebars": "^4.7.8",
"helmet": "^7.0.0",
"helper-fns": "^2.6.30",
"helper-fns": "^2.6.35",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^1.9.0",
"joi": "^17.11.0",
Expand All @@ -121,7 +121,7 @@
"passport-magic-login": "^1.2.2",
"pino-http": "^8.5.0",
"pino-pretty": "^10.2.3",
"poolifier": "^3.0.1",
"poolifier": "^3.0.3",
"preview-email": "^3.0.19",
"prom-client": "^15.0.0",
"pug": "^3.0.2",
Expand All @@ -132,53 +132,53 @@
"rxjs": "^7.8.1",
"sharp": "^0.32.6",
"socket.io": "^4.7.2",
"stripe": "^13.10.0",
"stripe": "^14.1.0",
"swagger-stats": "^0.99.7",
"twilio": "4.18.1",
"twilio": "4.19.0",
"unprofane": "^1.0.6",
"url-minify": "^2.8.4"
},
"devDependencies": {
"@firebase/app-compat": "^0.2.20",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "^5.8.9",
"@mikro-orm/seeder": "^5.8.9",
"@mikro-orm/cli": "^5.8.10",
"@mikro-orm/seeder": "^5.8.10",
"@nestjs/cli": "10.1.18",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.7",
"@rubiin/eslint-config": "^1.8.26",
"@rubiin/eslint-config": "^1.8.28",
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.74.0",
"@sentry/types": "^7.74.1",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.29",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.3",
"@types/cache-manager-redis-store": "^2.0.2",
"@types/compression": "^1.7.3",
"@types/jest": "^29.5.5",
"@types/mime-types": "^2.1.2",
"@types/multer": "^1.4.8",
"@types/node": "^20.8.6",
"@types/nodemailer": "^6.4.11",
"@types/passport": "^1.0.13",
"@types/passport-facebook": "^3.0.1",
"@types/passport-google-oauth20": "^2.0.12",
"@types/passport-jwt": "^3.0.10",
"@types/preview-email": "^3.0.2",
"@types/pug": "^2.0.7",
"@types/qrcode": "^1.5.2",
"@types/qs": "6.9.8",
"@types/supertest": "2.0.14",
"@types/swagger-stats": "^0.95.9",
"@types/swagger-ui-express": "^4.1.4",
"@types/cache-manager": "^4.0.4",
"@types/cache-manager-redis-store": "^2.0.3",
"@types/compression": "^1.7.4",
"@types/jest": "^29.5.6",
"@types/mime-types": "^2.1.3",
"@types/multer": "^1.4.9",
"@types/node": "^20.8.7",
"@types/nodemailer": "^6.4.13",
"@types/passport": "^1.0.14",
"@types/passport-facebook": "^3.0.2",
"@types/passport-google-oauth20": "^2.0.13",
"@types/passport-jwt": "^3.0.11",
"@types/preview-email": "^3.0.3",
"@types/pug": "^2.0.8",
"@types/qrcode": "^1.5.4",
"@types/qs": "6.9.9",
"@types/supertest": "2.0.15",
"@types/swagger-stats": "^0.95.10",
"@types/swagger-ui-express": "^4.1.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.51.0",
"husky": "^8.0.3",
"jest": "29.7.0",
"lint-staged": "^15.0.1",
"lint-staged": "^15.0.2",
"run-script-webpack-plugin": "^0.2.0",
"sample-env": "^2.0.6",
"supertest": "6.3.3",
Expand Down
Loading

0 comments on commit e0a1bd5

Please sign in to comment.