Skip to content

build(deps): bump fastify-openapi-glue from 1.5.1 to 2.0.4#139

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fastify-openapi-glue-2.0.4
Closed

build(deps): bump fastify-openapi-glue from 1.5.1 to 2.0.4#139
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fastify-openapi-glue-2.0.4

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps fastify-openapi-glue from 1.5.1 to 2.0.4.

Release notes

Sourced from fastify-openapi-glue's releases.

v2.0.4

  • Fix stripResponseFormats for recursive schemas (@lundibundi)
  • Bump fastify-plugin from 2.0.1 to 2.0.2
  • Bump tap from 14.10.7 to 14.10.8

v2.0.3

  • Bump fastify from 3.0.3 to 3.1.1
  • Bump swagger-parser from 10.0.0 to 10.0.
  • Fixed typescript definitions (@zekth )

v2.0.2

  • Bump fastify from 3.0.0 to 3.0.3
  • Bump swagger-parser from 9.0.1 to 10.0.
  • Bump fastify-plugin from 2.0.0 to 2.0.1
  • [Security] Bump lodash from 4.17.15 to 4.17.19

v2.0.0

  • Migrated to fastify 3.0.0, major version as the change is not compatible with fastify 2.x.y.

v1.7.1

  • Made securityHandlers parameter optional in Typescript signature

v1.7.0

  • Added securityHandlers parameter (@mhamann)
  • Updated dependencies
    • ajv ^6.12.2 → ^6.12.3
    • js-yaml ^3.13.1 → ^3.14.0
    • fastify ^2.13.1 → ^2.15.1

v1.6.0

v1.5.2

  • Added Typescript definitions (@schulz3000 )
  • Fixed loss of 'this' in service.js (@schulz3000 )
  • Updated dependencies
    • ajv ^6.12.0 → ^6.12.2
    • fastify ^2.13.0 → ^2.13.1
Changelog

Sourced from fastify-openapi-glue's changelog.

[2.0.4] - 28-07-2020

Changed

  • Fix stripResponseFormats for recursive schemas (lundibundi)
  • Bump fastify-plugin from 2.0.1 to 2.0.2
  • Bump tap from 14.10.7 to 14.10.8

[2.0.3] - 20-07-2020

Changed

  • Bump fastify from 3.0.3 to 3.1.1
  • Bump swagger-parser from 10.0.0 to 10.0.
  • Fixed typescript definitions (zekth)

[2.0.2] - 16-07-2020

Changed

  • Just a version bump to fix operator error

[2.0.1] - 16-07-2020

Changed

  • Bump fastify from 3.0.0 to 3.0.3
  • Bump swagger-parser from 9.0.1 to 10.0.
  • Bump fastify-plugin from 2.0.0 to 2.0.1
  • [Security] Bump lodash from 4.17.15 to 4.17.19

[2.0.0] 11-07-2020

Changed

  • Migrated to fastify 3.0.0, major version as the change is not compatible with fastify 2.x.y.

[1.7.1] 09-07-2020

Changed

  • Made securityHandlers parameter optional in Typescript signature

[1.7.0] 08-07-2020

Changed

  • Added securityHandlers parameter (mhamann)
  • Updated dependencies
    • ajv ^6.12.2 → ^6.12.3
    • js-yaml ^3.13.1 → ^3.14.0
    • fastify ^2.13.1 → ^2.15.1

[1.6.0] 17-06-2020

Changed

  • Added ajvOptions parameter (justinsc )

[1.5.2] 23-04-2020

Changed

  • Added Typescript definitions (Xaver Schulz)
  • Fixed loss of 'this' in service.js (Xaver Schulz)
  • Updated dependencies
    • ajv ^6.12.0 → ^6.12.2
    • fastify ^2.13.0 → ^2.13.1
Commits
  • 46767cc 2.0.4
  • 84f5d76 Update Changelog
  • 95fdaa6 Updated Changelog
  • c2c3ebc Merge pull request #106 from lundibundi/fix-recursive-schemas
  • fcf2efb Fix stripResponseFormats for recursive schemas
  • f4d2d99 Merge pull request #105 from seriousme/dependabot/npm_and_yarn/fastify-plugin...
  • 31bceb4 Bump fastify-plugin from 2.0.1 to 2.0.2
  • fe401b4 Merge pull request #104 from seriousme/dependabot/npm_and_yarn/tap-14.10.8
  • 0d7201c Bump tap from 14.10.7 to 14.10.8
  • 5205b0e remove change-log automation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a major update to a production dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #141.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/fastify-openapi-glue-2.0.4 branch August 7, 2020 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚗 dependencies Update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants