fix(deps): update dependency @nestjs/swagger to v8
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@nestjs/swagger | dependencies | major | ^7.4.0 -> ^8.0.0 |
Release Notes
nestjs/swagger
v8.0.7
8.0.7 (2024-11-15)
Bug fixes
- #3169 fix: expose self required attribute for objects (@kamilmysliwiec)
Committers: 1
- Kamil Mysliwiec (@kamilmysliwiec)
v8.0.6
8.0.6 (2024-11-15)
Bug fixes
- #3168 Revert "fix: properly import external enums" (@kamilmysliwiec)
- #3167 Revert "fix(plugin): support compiler options paths mapping" (@kamilmysliwiec)
- #3166 Revert "fix(plugin): resolve compiler option paths relative to base" (@kamilmysliwiec)
- #3165 fix: support for multiple api decorators on schema class (@arabold)
- #3164 fix: @ApiSchema inheritance (@arabold)
Dependencies
- #3159 chore(deps): update typescript-eslint monorepo to v8.14.0 (@renovate[bot])
Committers: 2
- Andre Rabold (@arabold)
- Kamil Mysliwiec (@kamilmysliwiec)
v8.0.5
8.0.5 (2024-11-08)
Dependencies
- #3158 fix(deps): update dependency @nestjs/mapped-types to v2.0.6 (@renovate[bot])
v8.0.4
8.0.4 (2024-11-08)
Bug fixes
- #3155 fix(plugin): resolve compiler option paths relative to base (@Michsior14)
Dependencies
- #3156 fix(deps): update dependency swagger-ui-dist to v5.18.2 (@renovate[bot])
Committers: 1
- Michał Mrozek (@Michsior14)
v8.0.3
8.0.3 (2024-11-07)
Bug fixes
- #3153 fix: omit schema field in response object (@kamilmysliwiec)
Enhancements
- #3151 feat: allow skipping auto http code annotation (@kamilmysliwiec)
Dependencies
- #3149 fix(deps): update dependency swagger-ui-dist to v5.18.1 (@renovate[bot])
Committers: 1
- Kamil Mysliwiec (@kamilmysliwiec)
v8.0.2
8.0.2 (2024-11-05)
Bug fixes
- #3148 fix: spread query parameters if feasible (@kamilmysliwiec)
- #3134 fix(plugin): support compiler options paths mapping (@Michsior14)
Dependencies
- #3147 chore(deps): update nest monorepo to v10.4.7 (@renovate[bot])
Committers: 2
- Kamil Mysliwiec (@kamilmysliwiec)
- Michał Mrozek (@Michsior14)
v8.0.1
8.0.1 (2024-10-29)
Enhancements
- #3129 feat: Add schema support for more option keys (@alex-statsig)
Committers: 1
- Alex Coleman (@alex-statsig)
v8.0.0
8.0.0 (2024-10-28)
Breaking changes
- #3017 feat(@nestjs/swagger): defaults api tag to controller name
- #2877 fix(): Updated types for Specific ApiResponse decorator options to omit status
- #1454 fix(transformer): prefer explicit config over auto-detected schema
Features
- #2233 Api callbacks decorator (@MiguelSavignano)
- #3017 feat(@nestjs/swagger): defaults api tag to controller name
- #1173 Support OpenAPI link objects (@coyotte508)
-
#2427 Add
@ApiSchema
decorator to allow specification of the schema type name
Bug fixes
- #3029 fix: properly import external enums (@Michsior14)
- #1454 fix(transformer): prefer explicit config over auto-detected schema
- #3127 fix(@nest/swagger): Add merge-options condition for dtoFileNameSuffix to CLI-Plugin
- #1696 fix(core): isArray always false for enum arrays in plugin metadata
- #1434 fix(): move modifiers properties to items object on array type @nartc
- #1113 fix: Arrays and objects are not managed properly when located in first level of @Query() @arnaud-cortisse
Enhancements
- #3123 feat: introduce enum schema attribute (@kamilmysliwiec)
- #2998 feat: make methods of swagger module protected (@SocketSomeone)
- #3106 feat(document-builder): add setOpenApiVersion method (@avoylenko)
- #2877 fix(): Updated types for Specific ApiResponse decorator options to omit status
- #1455 feat(decorator): @ApiResponse annotation, support multiple response body examples
- #2742 feat: refactoring and extending the support of validation property assignments
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot