fix(deps): update dependency @nestjs/swagger to v11
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@nestjs/swagger | dependencies | major | ^7.4.0 -> ^11.0.0 |
Release Notes
nestjs/swagger
v11.0.6
11.0.6 (2025-02-28)
Bug fixes
Committers: 1
- Radosław Kłos (@rklos)
v11.0.5
11.0.5 (2025-02-24)
What's Changed
Full Changelog: https://github.com/nestjs/swagger/compare/11.0.4...11.0.5
v11.0.4
What's Changed
- fix(swagger-options): add persistAuthorization to SwaggerUiOptions by @do-not-do-that in https://github.com/nestjs/swagger/pull/3306
- fix(swagger): added options in createEnumSchemaType by @mag123c in https://github.com/nestjs/swagger/pull/3307
- fix(deps): update dependency swagger-ui-dist to v5.19.0 by @renovate in https://github.com/nestjs/swagger/pull/3305
New Contributors
- @do-not-do-that made their first contribution in https://github.com/nestjs/swagger/pull/3306
Full Changelog: https://github.com/nestjs/swagger/compare/11.0.3...11.0.4
v11.0.3
11.0.3 (2025-01-23)
Bug fixes
- #3264 fix: incorrect IsUuid class-validator decorator (@degradingsky746)
Committers: 1
- Fozail (@degradingsky746)
v11.0.2
Changelog
- Revert "feat: make generated require() ESM compatible https://github.com/nestjs/swagger/pull/3253
v11.0.1
11.0.1 (2025-01-17)
Dependencies
- #3249 fix(deps): update dependency @nestjs/mapped-types to v2.1.0 (@renovate[bot])
v11.0.0
11.0.0 (2025-01-16)
Breaking changes
This version is only compatible with @nestjs/{core,common,platform-express,platform-fastify,...}
>= v11
Enhancements
- #3199 release: version 11.0.0 (@kamilmysliwiec)
- #3235 feat: make generated require() ESM compatible (@bdezso)
Dependencies
- #3080 chore(deps): update dependency @fastify/static to v8.0.4 (@renovate[bot])
- #3245 chore(deps): update dependency fastify to v5.2.1 (@renovate[bot])
Committers: 2
- Bence Dezso (@bdezso)
- Kamil Mysliwiec (@kamilmysliwiec)
v8.1.1
Unreleased (2025-01-10)
Bug fixes
- #3232 fix: missing ApiProperty enum undefined handling (@nxht)
- #3223 fix: swagger crashed while using any Param/Query/Body decorator in a monorepo with pnpm (@winuxx)
Dependencies
- #3230 chore(deps): update dependency typescript to v5.7.3 (@renovate[bot])
- #3201 chore(deps): update nest monorepo to v10.4.15 (@renovate[bot])
- #3200 chore(deps): update dependency express to v4.21.2 (@renovate[bot])
Committers: 3
- Mak (@Makkalay)
- @winuxx
- hgpark (@nxht)
v8.1.0
8.1.0 (2024-12-04)
Enhancements
- #3198 feat: support description in @ApiSchema (@ccaspers)
- #3185 feat(swagger): add documentsEnabled option to disable JSON/YAML (@mag123c)
Committers: 2
- Christian Caspers (@ccaspers)
- JaeHo Jang (@mag123c)
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