Skip to content

build(deps): bump fastify-openapi-glue from 1.5.1 to 2.3.0#177

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

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

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps fastify-openapi-glue from 1.5.1 to 2.3.0.

Release notes

Sourced from fastify-openapi-glue's releases.

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
  • Added tests
  • Updated dependencies:
    • fastify-plugin ^2.0.0 → ^2.3.0
    • swagger-parser ^10.0.0 → ^10.0.1
    • fastify ^3.0.0 → ^3.2.0
    • fastify-cli ^2.0.2 → ^2.1.0
    • tap ^14.10.7 → ^14.10.8

v2.0.5

  • Warnings for missing content handlers now go to the fastify log
  • Bump fastify-plugin from 2.0.2 to 2.1.1

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
Changelog

Sourced from fastify-openapi-glue's changelog.

[2.3.0] - 10-10-2020

  • 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

  • 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

[2.1.0] - 14-08-2020

Changed

  • 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
  • Added tests
  • Updated dependencies:
    • fastify-plugin ^2.0.0 → ^2.3.0
    • swagger-parser ^10.0.0 → ^10.0.1
    • fastify ^3.0.0 → ^3.2.0
    • fastify-cli ^2.0.2 → ^2.1.0
    • tap ^14.10.7 → ^14.10.8

[2.0.5] - 06-08-2020

Changed

  • Warnings for missing content handlers now go to the fastify log
  • Bump fastify-plugin from 2.0.2 to 2.1.1
Commits

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 #187.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/fastify-openapi-glue-2.3.0 branch January 1, 2021 08:38
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