Skip to content

Commit

Permalink
ci: update nestjs
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed Apr 13, 2024
1 parent 433283e commit ed2b874
Show file tree
Hide file tree
Showing 13 changed files with 3,313 additions and 2,718 deletions.
43 changes: 0 additions & 43 deletions .eslintignore

This file was deleted.

11 changes: 3 additions & 8 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
"request": "launch",
"name": "debug nest",
"runtimeExecutable": "npm",
"args": [
"run",
"dev",
],
"skipFiles": [
"<node_internals>/**"
],
"console": "integratedTerminal",
"args": ["run", "dev"],
"skipFiles": ["<node_internals>/**"],
"console": "integratedTerminal"
}
Empty file added eslint.config.js
Empty file.
29 changes: 7 additions & 22 deletions nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,11 @@
"compilerOptions": {
"deleteOutDir": true,
"assets": [
{
"include": "./system/email/template/*.ejs",
"outDir": "./dist"
},
{
"include": "./config/*.yaml",
"outDir": "./dist"
},
{
"include": "./**/*.template",
"outDir": "./dist"
},
{
"include": "./**/*.md",
"outDir": "./dist"
},
{
"include": "./public/**/*",
"outDir": "./dist"
}
]
"./system/email/template/*.ejs",
"./config/*.yaml",
"./**/*.template",
"./public/**/*"
],
"watchAssets": true
}
}
}
120 changes: 60 additions & 60 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,86 +37,86 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@fastify/static": "^6.10.2",
"@nestjs-modules/mailer": "^1.8.1",
"@nestjs/bull": "^10.0.1",
"@nestjs/common": "^10.0.5",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.5",
"@nestjs/mapped-types": "^2.0.2",
"@nestjs/platform-express": "^10.1.0",
"@nestjs/platform-fastify": "^10.0.5",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.0.12",
"@nestjs/typeorm": "^10.0.0",
"@vercel/edge-config": "^0.2.1",
"@vercel/node": "^2.15.3",
"@vercel/postgres": "^0.4.0",
"@vercel/postgres-kysely": "^0.4.0",
"axios": "^1.4.0",
"bull": "^4.10.4",
"@fastify/static": "^7.0.3",
"@nestjs-modules/mailer": "^1.11.2",
"@nestjs/bull": "^10.1.1",
"@nestjs/common": "^10.3.7",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.7",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/platform-fastify": "^10.3.7",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/swagger": "^7.3.1",
"@nestjs/typeorm": "^10.0.2",
"@vercel/edge-config": "^1.1.0",
"@vercel/node": "^3.0.26",
"@vercel/postgres": "^0.8.0",
"@vercel/postgres-kysely": "^0.8.0",
"axios": "^1.6.8",
"bull": "^4.12.2",
"cheerio": "1.0.0-rc.12",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"class-validator": "^0.14.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"fastify": "^4.19.2",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
"fastify-multipart": "^5.4.0",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.7",
"joi": "^17.9.2",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"joi": "^17.12.3",
"js-yaml": "^4.1.0",
"kysely": "^0.25.0",
"kysely": "^0.27.3",
"lodash-es": "^4.17.21",
"marked": "^5.1.0",
"marked": "^12.0.1",
"mockjs": "^1.1.0",
"mysql2": "^3.4.3",
"nest-winston": "^1.9.3",
"nodemailer": "^6.9.3",
"npm-check-updates": "^16.10.13",
"mysql2": "^3.9.4",
"nest-winston": "^1.9.4",
"nodemailer": "^6.9.13",
"npm-check-updates": "^16.14.18",
"open-url-by-browser": "^1.0.1",
"reactflow": "^11.7.4",
"reactflow": "^11.11.1",
"rxjs": "7",
"svg-captcha": "^1.4.0",
"typeorm": "^0.3.17",
"winston": "^3.9.0",
"winston-daily-rotate-file": "^4.7.1"
"typeorm": "^0.3.20",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config-ts": "^0.39.6",
"@antfu/eslint-config-ts": "^0.43.1",
"@femm/prettier": "^1.1.0",
"@femm/verify-commit": "^1.0.1",
"@nestjs/cli": "^10.1.3",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.5",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.7",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.17",
"@types/jest": "29.5.2",
"@types/lodash-es": "^4.17.7",
"@types/mockjs": "^1.0.7",
"@types/multer": "^1.4.7",
"@types/node": "20.3.3",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/multer": "^1.4.11",
"@types/node": "20.12.7",
"@types/node-fetch": "^3.0.3",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"commitizen": "^4.3.0",
"cz-git": "^1.6.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "29.5.0",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"cz-git": "^1.9.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"jest": "29.7.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"supertest": "^6.3.4",
"ts-jest": "29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit ed2b874

Please sign in to comment.