Skip to content

build(deps): bump fastify-openapi-glue from 1.5.1 to 2.4.0#189

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

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

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps fastify-openapi-glue from 1.5.1 to 2.4.0.

Release notes

Sourced from fastify-openapi-glue's releases.

v2.4.0

  • Removed dependency on ajv-oai
  • Removed workaround for hasContentTypeParser
  • Added AJV formats for 'binary' and 'password' to reduce warnings
  • Updated dependencies:
    • ajv ^6.12.6 → ^7.0.3
    • js-yaml ^3.14.1 → ^4.0.0
    • fastify ^3.9.2 → ^3.10.1

v2.3.1

  • Updated dependencies:
    • js-yaml ^3.14.0 → ^3.14.1
    • fastify ^3.8.0 → ^3.9.2
    • fastify-cli ^2.5.1 → ^2.7.0
    • tap ^14.10.8 → ^14.11.0

v2.3.0

  • Added ES6 module support for service.js and security.js
  • Updated dependencies:
    • fastify ^3.7.0 → ^3.8.0

v2.2.2

  • Added types property to package.json
  • Updated dependencies:
    • ajv ^6.12.5 → ^6.12.6
    • ajv-oai ^1.2.0 → ^1.2.1
    • fastify ^3.4.1 → ^3.7.0
    • fastify-cli ^2.2.0 → ^2.5.1

v2.2.1

  • Fixed missing slash in generator template
  • Updated dependencies:
    • ajv ^6.12.4 → ^6.12.5
    • fastify-plugin ^2.3.1 → ^2.3.4
    • swagger-parser ^10.0.1 → ^10.0.2
    • fastify ^3.2.1 → ^3.4.1

v.2.2.0

  • Added "x-" properties to the fastify reply context
  • Updated dependencies:
    • ajv ^6.12.3 → ^6.12.4
    • fastify-plugin ^2.3.0 → ^2.3.1
    • fastify ^3.2.0 → ^3.2.1
    • fastify-cli ^2.1.0 → ^2.2.0

v2.1.0

  • Enable passthrough of security handler errors (@mhamann)
  • Added parameters and initializer to securityHandlers (see docs/securityHandlers.md)
  • Refactored index.js and parsers
  • Updated examples to v3

... (truncated)

Changelog

Sourced from fastify-openapi-glue's changelog.

[2.4.0] - 24-01-2021

Changed

  • Removed dependency on ajv-oai
  • Removed workaround for hasContentTypeParser
  • Added AJV formats for 'binary' and 'password' to reduce warnings
  • Updated dependencies:
    • ajv ^6.12.6 → ^7.0.3
    • js-yaml ^3.14.1 → ^4.0.0
    • fastify ^3.9.2 → ^3.10.1

[2.3.1] - 30-12-2020

Changed

  • Updated dependencies:
    • js-yaml ^3.14.0 → ^3.14.1
    • fastify ^3.8.0 → ^3.9.2
    • fastify-cli ^2.5.1 → ^2.7.0
    • tap ^14.10.8 → ^14.11.0

[2.3.0] - 10-10-2020

Changed

  • Added ES6 module support for service.js and security.js
  • Updated dependencies:
    • fastify ^3.7.0 → ^3.8.0

[2.2.2] - 24-10-2020

Changed

  • Added types property to package.json
  • Updated dependencies:
    • ajv ^6.12.5 → ^6.12.6
    • ajv-oai ^1.2.0 → ^1.2.1
    • fastify ^3.4.1 → ^3.7.0
    • fastify-cli ^2.2.0 → ^2.5.1

[2.2.1] - 20-09-2020

Changed

  • Fixed missing slash in generator template
  • Updated dependencies:
    • ajv ^6.12.4 → ^6.12.5
    • fastify-plugin ^2.3.1 → ^2.3.4
    • swagger-parser ^10.0.1 → ^10.0.2
    • fastify ^3.2.1 → ^3.4.1

[2.2.0] - 20-08-2020

Changed

  • Added "x-" properties to the fastify reply context
  • Updated dependencies:
  • ajv ^6.12.3 → ^6.12.4
  • fastify-plugin ^2.3.0 → ^2.3.1
  • fastify ^3.2.0 → ^3.2.1
  • fastify-cli ^2.1.0 → ^2.2.0

... (truncated)

Commits
  • a0269cf 2.4.0
  • ac37a63 Update dependencies
  • d9f8993 Merge pull request #170 from seriousme/dependabot/npm_and_yarn/fastify-3.10.1
  • 91603bf Bump fastify from 3.9.2 to 3.10.1
  • 47ff0ce Explain 'this' binding in more detail
  • 1dfbebb Merge pull request #168 from seriousme/js-yamlv4
  • 301e1e2 Migrated to js-yaml 4.x
  • 4235f28 Merge pull request #166 from seriousme/dependabot/npm_and_yarn/ajv-7.0.3
  • e49badf Bump ajv from 7.0.2 to 7.0.3
  • 43fea13 Rearranged badges
  • 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)

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