Skip to content

Commit

Permalink
feat(swagger): disable bootstrap log if disableRoutesSummary is true
Browse files Browse the repository at this point in the history
Closes: #2509
  • Loading branch information
Romakita committed Nov 16, 2023
1 parent b4274ca commit a3233bd
Show file tree
Hide file tree
Showing 66 changed files with 196 additions and 355 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"nyc": "15.1.0",
"prettier": "2.6.1",
"proxyquire": "2.1.3",
"semantic-release": "19.0.3",
"semantic-release": "19.0.5",
"semantic-release-slack-bot": "3.5.3",
"sinon": "13.0.1",
"sinon-chai": "3.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"tslib": "2.5.0"
},
"devDependencies": {
"@tsed/eslint": "7.39.1",
"@tsed/typescript": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0"
},
"peerDependencies": {}
}
}
6 changes: 3 additions & 3 deletions packages/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"devDependencies": {
"@tsed/core": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/logger": ">=6.2.2",
"@tsed/schema": "7.44.1",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0"
},
"peerDependencies": {
Expand All @@ -51,4 +51,4 @@
"optional": false
}
}
}
}
6 changes: 3 additions & 3 deletions packages/engines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@babel/plugin-transform-runtime": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@tsed/eslint": "7.39.1",
"@tsed/typescript": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/typescript": "7.44.1",
"@types/fs-extra": "^11.0.3",
"@types/semver": "^7.3.9",
"atpl": "0.9.3",
Expand Down Expand Up @@ -91,4 +91,4 @@
"view"
],
"peerDependencies": {}
}
}
6 changes: 3 additions & 3 deletions packages/graphql/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@tsed/common": "7.44.1",
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/logger": ">=6.2.2",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"@types/graphql": "14.5.0",
"apollo-datasource": "^3.2.0",
"apollo-datasource-rest": "^3.3.0",
Expand All @@ -51,4 +51,4 @@
"apollo-server-core": ">=3.0.0",
"graphql": ">15.0.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/graphql/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@tsed/common": "7.44.1",
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/logger": ">=6.2.2",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0",
"graphql-ws": "^5.14.2"
},
Expand All @@ -40,4 +40,4 @@
"@tsed/logger": ">=6.2.2",
"graphql-ws": ">=5.14.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/graphql/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"devDependencies": {
"@tsed/common": "7.44.1",
"@tsed/core": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/typescript": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/typescript": "7.44.1",
"@types/graphql": "^14.5.0",
"class-validator": "~0.14.0",
"eslint": "^8.12.0",
Expand All @@ -45,4 +45,4 @@
"graphql": ">=15.0.0",
"type-graphql": ">=1.0.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/orm/adapters-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@tsed/core": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/typescript": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0"
},
"peerDependencies": {
Expand All @@ -41,4 +41,4 @@
"ioredis-mock": ">=8.2.2",
"uuid": "8.3.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/orm/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@tsed/common": "7.44.1",
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/json-mapper": "7.44.1",
"@tsed/schema": "7.44.1",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"@types/fs-extra": "11.0.3",
"eslint": "^8.12.0"
},
Expand Down Expand Up @@ -71,4 +71,4 @@
"optional": false
}
}
}
}
6 changes: 3 additions & 3 deletions packages/orm/ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/typescript": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/typescript": "7.44.1",
"@types/ioredis-mock": "^5.6.0",
"eslint": "^8.12.0",
"ioredis": "5.2.3",
Expand All @@ -40,4 +40,4 @@
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/orm/mikro-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@tsed/common": "7.44.1",
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/json-mapper": "7.44.1",
"@tsed/logger": ">=6.1.1",
"@tsed/schema": "7.44.1",
"@tsed/testing-mongoose": "7.44.1",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0",
"ts-mockito": "^2.6.1"
},
Expand All @@ -46,4 +46,4 @@
"@tsed/di": "^7.44.1",
"@tsed/logger": ">=6.2.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/orm/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@tsed/ajv": "7.44.1",
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/json-mapper": "7.44.1",
"@tsed/logger": ">=6.2.2",
"@tsed/schema": "7.44.1",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0",
"mongoose": "6.11.3"
},
Expand All @@ -53,4 +53,4 @@
"@tsed/schema": "^7.44.1",
"mongoose": ">=6.0.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/orm/objection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@tsed/ajv": "7.44.1",
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/json-mapper": "7.44.1",
"@tsed/schema": "7.44.1",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0",
"knex": "^2.4.0",
"objection": "^2.2.15",
Expand Down Expand Up @@ -69,4 +69,4 @@
"optional": false
}
}
}
}
6 changes: 3 additions & 3 deletions packages/orm/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@prisma/client": "^4.0.0",
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/json-mapper": "7.44.1",
"@tsed/schema": "7.44.1",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"@types/change-case": "^2.3.1",
"@types/pluralize": "0.0.29",
"eslint": "^8.12.0",
Expand All @@ -65,4 +65,4 @@
"tsed",
"prisma"
]
}
}
6 changes: 3 additions & 3 deletions packages/orm/testing-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"devDependencies": {
"@tsed/common": "7.44.1",
"@tsed/core": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/mongoose": "7.44.1",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0"
},
"peerDependencies": {
Expand All @@ -38,4 +38,4 @@
"@tsed/mongoose": "^7.44.1",
"mongoose": "^6.1.7"
}
}
}
6 changes: 3 additions & 3 deletions packages/orm/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"devDependencies": {
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/json-mapper": "7.44.1",
"@tsed/schema": "7.44.1",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0",
"typeorm": "^0.2.45"
},
Expand All @@ -41,4 +41,4 @@
"@tsed/schema": "^7.44.1",
"typeorm": "^0.2.26"
}
}
}
6 changes: 3 additions & 3 deletions packages/perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"tslib": "2.5.0"
},
"devDependencies": {
"@tsed/eslint": "7.39.1",
"@tsed/typescript": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0"
},
"peerDependencies": {}
}
}
6 changes: 3 additions & 3 deletions packages/platform/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
},
"devDependencies": {
"@tsed/components-scan": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/typescript": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0"
},
"peerDependencies": {
Expand All @@ -105,4 +105,4 @@
"optional": false
}
}
}
}
6 changes: 3 additions & 3 deletions packages/platform/platform-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"devDependencies": {
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/json-mapper": "7.44.1",
"@tsed/schema": "7.44.1",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"@types/micromatch": "^4.0.1",
"eslint": "^8.12.0"
},
Expand All @@ -56,4 +56,4 @@
"optional": false
}
}
}
}
6 changes: 3 additions & 3 deletions packages/platform/platform-exceptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"devDependencies": {
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/exceptions": "7.44.1",
"@tsed/schema": "7.44.1",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0"
},
"peerDependencies": {
Expand All @@ -53,4 +53,4 @@
"optional": false
}
}
}
}
6 changes: 3 additions & 3 deletions packages/platform/platform-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"@tsed/common": "7.44.1",
"@tsed/core": "7.44.1",
"@tsed/di": "7.44.1",
"@tsed/eslint": "7.39.1",
"@tsed/eslint": "7.44.1",
"@tsed/platform-test-sdk": "7.44.1",
"@tsed/platform-views": "7.44.1",
"@tsed/typescript": "7.39.1",
"@tsed/typescript": "7.44.1",
"@types/body-parser": "1.19.2",
"@types/compression": "1.7.2",
"@types/cookie-parser": "1.4.2",
Expand Down Expand Up @@ -124,4 +124,4 @@
"optional": false
}
}
}
}
Loading

0 comments on commit a3233bd

Please sign in to comment.