Skip to content

Update dependency fastify-swagger to v5#35

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/fastify-swagger-5.x
Open

Update dependency fastify-swagger to v5#35
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/fastify-swagger-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 27, 2022

This PR contains the following updates:

Package Change Age Confidence
fastify-swagger ^3.5.0^5.0.0 age confidence

Release Notes

fastify/fastify-swagger (fastify-swagger)

v5.2.0

Compare Source

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v5.0.0...v5.1.0

v5.0.0

Compare Source

Breaking Changes

  • New transform option function signature.

What's Changed

Full Changelog: fastify/fastify-swagger@v4.17.1...v5.0.0

v4.17.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v4.17.0...v4.17.1

v4.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v4.16.0...v4.17.0

v4.16.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-swagger@v4.15.0...v4.16.0

v4.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v4.14.0...v4.15.0

v4.14.0

Compare Source

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 4.1.3 to 4.2.1 (#​528)
  • adds support to externalDocs per route when using OAS 2.0 and updates FastifySchema interface (#​527)
  • chore(deps-dev): bump swagger-ui-dist from 4.2.1 to 4.3.0 (#​533)
  • build: reduce dependabot update frequency (#​534)
  • chore (ci): migrate ci to fastify plugins reusable workflows (#​531)
  • chore(deps-dev): bump swagger-ui-dist from 4.3.0 to 4.4.0 (#​537)
  • feat(open-api): add required on body if necessary (#​541)

v4.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v4.13.0...v4.13.1

v4.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v4.12.6...v4.13.0

v4.12.6

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v4.12.5...v4.12.6

v4.12.5

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v4.12.4...v4.12.5

v4.12.4

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v4.12.3...v4.12.4

v4.12.3

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v4.12.2...v4.12.3

v4.12.2

Compare Source

📚 PR:

  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#​481)
  • fix: generate correct openapi with response schema containing ref (#​480)

v4.12.1

Compare Source

📚 PR:
- add: uiHooks type definition #​476 (#​477)
- chore(deps-dev): bump swagger-ui-dist from 3.52.2 to 3.52.3 (#​473)
- chore(deps): bump fastify/github-action-merge-dependabot (#​471)
- fix: OpenApi nested ref in #/components/schemas/ (#​472)

v4.12.0

Compare Source

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 3.52.0 to 3.52.1 (#​463)
  • chore(deps-dev): bump swagger-ui-dist from 3.52.1 to 3.52.2 (#​464)
  • chore(deps-dev): bump joi-to-json from 1.5.0 to 2.0.0 (#​467)
  • feat: documentation authorization (#​466)

v4.11.0

Compare Source

📚 PR:

  • feat: add support for "default" parameter (#​461)

v4.10.0

Compare Source

📚 PR:

  • feat: customize def-0 model name (#​459)

v4.9.1

Compare Source

📚 PR:

  • Enable custom path verbs by addressing param finding regex (#​444)

v4.9.0

Compare Source

📚 PR:

  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#​449)
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#​451)
  • Add links property type to RouteShorthandOptions interface (#​450)
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#​452)
  • chore(deps): bump fastify/github-action-merge-dependabot (#​453)
  • chore(deps-dev): bump swagger-ui-dist from 3.51.2 to 3.52.0 (#​454)
  • feat: Extract the type of initOAuth and uiConfig (#​456)

v4.8.4

Compare Source

📚 PR:

  • chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#​442)
  • chore(deps-dev): bump swagger-ui-dist from 3.51.1 to 3.51.2 (#​448)
  • Add validatorUrl to the FastifySwaggerOptions interface (#​445)

v4.8.3

Compare Source

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 3.51.0 to 3.51.1 (#​435)
  • chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#​436)
  • chore(deps-dev): bump @​types/node from 15.14.1 to 16.0.0 (#​437)
  • chore(deps): bump fastify/github-action-merge-dependabot (#​438)
  • chore(deps): bump openapi-types from 8.0.0 to 9.1.0 (#​439)
  • chore: defining empty bodies for any status codes (#​440)

v4.8.2

Compare Source

📚 PR:

  • fix(openapi): fix global schema references in fastify (#​433)

v4.8.1

Compare Source

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 3.50.0 to 3.51.0 (#​430)
  • fix: openapi examples (#​431)

v4.8.0

Compare Source

📚 PR:

  • add missing comma (#​407)
  • ci: add nodejs v16 to test matrix (#​409)
  • chore(deps-dev): bump @​types/node from 14.14.42 to 15.0.0 (#​410)
  • chore(deps-dev): bump swagger-ui-dist from 3.47.1 to 3.48.0 (#​411)
  • chore(deps-dev): bump fs-extra from 9.1.0 to 10.0.0 (#​412)
  • chore(deps-dev): bump tsd from 0.14.0 to 0.15.0 (#​413)
  • chore(deps): bump actions/checkout from 2 to 2.3.4 (#​415)
  • fix: add hideUntagged to type definition (#​414)
  • docs(readme): revamp documentation (#​408)
  • chore(deps-dev): bump swagger-ui-dist from 3.48.0 to 3.49.0 (#​417)
  • chore(deps): bump fastify/github-action-merge-dependabot (#​418)
  • chore(deps-dev): bump tsd from 0.15.1 to 0.16.0 (#​419)
  • chore(deps): bump fastify/github-action-merge-dependabot (#​420)
  • chore(deps-dev): bump tsd from 0.16.0 to 0.17.0 (#​423)
  • chore(deps-dev): bump swagger-ui-dist from 3.49.0 to 3.50.0 (#​424)
  • Add OpenAPI Links support (#​428)

v4.7.0

Compare Source

📚 PR:

  • docs: update supported version (#​402)
  • chore(deps-dev): bump swagger-ui-dist from 3.46.0 to 3.47.1 (#​404)
  • feat: added option to hide untagged routes (#​406)

v4.6.0

Compare Source

📚 PR:

  • feat: better csp integrate (#​401)

v4.5.1

Compare Source

📚 PR:

  • chore(deps): bump openapi-types from 7.2.3 to 8.0.0 (#​396)
  • fix error when using default=null (#​400)

v4.5.0

Compare Source

📚 PR:

  • ci: add matrix.os array to test on other os (#​386)
  • chore(deps-dev): bump swagger-ui-dist from 3.45.0 to 3.45.1 (#​387)
  • docs: typo (#​388)
  • chore(deps-dev): bump swagger-ui-dist from 3.45.1 to 3.46.0 (#​391)
  • feat: move to tap 15.0.1 (#​393)
  • feat: support x-consume for complex serialization (#​389)

v4.4.2

Compare Source

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 3.44.1 to 3.45.0 (#​382)
  • chore(deps): bump fastify/github-action-merge-dependabot (#​383)
  • fix #​384 : underscore in parameters name (#​385)

v4.4.1

Compare Source

📚 PR:

  • chore(gitignore): use latest github ignore template (#​380)
  • fix: uiConfig types and initOAuth in static mode (#​381)

v4.4.0

Compare Source

📚 PR:

  • chore(deps): bump fastify/github-action-merge-dependabot (#​376)
  • fix: joi transform (#​374)
  • chore(deps): bump fastify/github-action-merge-dependabot (#​379)
  • chore(deps-dev): bump swagger-ui-dist from 3.44.0 to 3.44.1 (#​378)
  • chore: add dynamic openapi joi example (#​377)
  • feat: pass swagger-ui initOAuth config (#​375)

v4.3.3

Compare Source

📚 PR:

  • fix: multiple path params cannot be recognize with two brackets (#​372)

v4.3.2

Compare Source

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 3.42.0 to 3.43.0 (#​365)
  • docs(readme): spelling and grammar fixes (#​366)
  • docs(readme): Clarify purpose of the library (#​367)
  • chore(deps): bump fastify-static from 3.4.0 to 4.0.0 (#​368)
  • chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 (#​369)
  • chore(deps-dev): bump swagger-ui-dist from 3.43.0 to 3.44.0 (#​370)
  • fix: openapi parameters description (#​371)

v4.3.1

Compare Source

📚 PR:

  • docs: Clarify purpose of the library (#​367)
  • docs: Spelling and grammar fixes (#​366)
  • chore: bump swagger-ui-dist from 3.42.0 to 3.43.0 (#​365)

v4.3.0

Compare Source

📚 PR:

  • Transform Fastify schema.responseDescription to OAS response.description [#​336] (#​341)
  • Default pkg to empty object in case readPackageJson fails (#​354)

v4.2.0

Compare Source

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 3.41.1 to 3.42.0 (#​357)
  • chore: documentation and ci updates (#​358)
  • fix: static ui config is missing (#​356)
  • fix: missing security field in openapi (#​355)

v4.1.1

Compare Source

  • regenerate the bundle

v4.1.0

Compare Source

📚 PR:

  • Fix swagger nxx response (#​345)
  • Update readme and CI (#​348)
  • chore(deps): bump actions/setup-node from v1 to v2.1.4 (#​350)
  • chore(deps): bump fastify/github-action-merge-dependabot (#​349)
  • feat: pass swagger-ui additional configuration (#​351)
  • feat: response headers and empty body (#​346)

v4.0.1

Compare Source

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 3.40.0 to 3.41.1 (#​344)
  • fix(deps): Correctly add openapi-types to dependencies (#​342)
  • refactor: increase readability (#​339)

v4.0.0

Compare Source

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 3.36.1 to 3.36.2
  • feature: when stripBasePath is set to false, do not strip basePath (#​310)
  • fix: add operationId to types (#​320)
  • fix: include swagger extensions if define at the root (#​305)
  • chore: add dependabot automerge (#​322)
  • chore(deps-dev): bump swagger-ui-dist from 3.36.2 to 3.37.0 (#​324)
  • chore(deps-dev): bump swagger-ui-dist from 3.37.0 to 3.37.2 (#​325)
  • chore(deps-dev): bump tsd from 0.13.1 to 0.14.0 (#​326)
  • chore(deps-dev): bump swagger-ui-dist from 3.37.2 to 3.38.0 (#​329)
  • chore(deps-dev): bump swagger-ui-dist from 3.38.0 to 3.39.0 (#​332)
  • Fix type of StaticDocumentSpec.document (#​328)
  • chore(deps-dev): bump swagger-ui-dist from 3.39.0 to 3.40.0 (#​334)
  • feat : add openapi 3 support (#​333)
  • updated js-yaml to v4 (#​338)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/fastify-swagger-5.x branch from 211fadc to 02f91f8 Compare December 19, 2022 07:57
@renovate renovate Bot force-pushed the renovate/fastify-swagger-5.x branch from 02f91f8 to 9872810 Compare August 10, 2025 14:03
@renovate renovate Bot force-pushed the renovate/fastify-swagger-5.x branch from 9872810 to 8bf6c16 Compare November 18, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants