inthepocket / fastify-typeorm-plugin

Fastify plugin for TypeORM
MIT License
25 stars 6 forks source link

Bump fastify from 2.15.1 to 3.0.0 #11

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps fastify from 2.15.1 to 3.0.0.

Release notes

Sourced from fastify's releases.

v3.0.0-rc.5

📚 PR:

  • Disable allErrors in default Ajv config
  • Add fastify-peekaboo plugin (#2330)
  • Update Errors.md (#2332)
  • feat: specify this context for setErrorHandler (#2338)
  • fix: add code to FastifyError typing (#2337)
  • fix ready order execution (#2333)
  • Allow TS type augmentation for Fastify.prototype.use (#2335)
  • List fastify-tokenize on the ecosystem doc page (#2340)
  • add fastify-raw-body to Ecosystem (#2342)
  • Move createError utility to its own package (#2339)
  • Add missing parameter done in example (#2353)
  • add test to verify ND-JSON content is not serialized as JSON (#2349)
  • updated Getting-Started.md - added more detail making the process easier to understand (#2352)

v3.0.0-rc.4

  • Add url rewrite option (#2290)
  • doc: replace compile-schemas-to-typescript with json-schema-to-typescript (#2300)
  • TypeScript: FastifySchema: add missing 'response' (#2295)
  • TypeScript: fix logger typings #2289 (#2297)
  • Add fastify-piscina to the community plugins list (#2302)
  • docs: Fix Reply.md to throw statusCode object (#2303)
  • Fix spelling mistake (#2310)
  • fix spelling mistake in Decorators.md (#2311)
  • fix spelling mistake in Errors.md (#2312)
  • Add openapi-validator-middleware plugin to the ecosystem docs (#2314)
  • Fix custom JSON support (#2315)
  • Bump autocannon from 4.6.0 to 5.0.0 (#2323)
  • docs: added note about disableRequestLogging onResponse hook error log (#2321)
  • docs: Add fastify-request-context to the plugin list (#2324)
  • Add missing properties in FastifyRequest and FastifyReply (#2299)
  • Migrate doc clean up (#2308)
  • docs: fastify server is this in handlers (#2327)
  • Update TypeScript.md (#2329)

v3.0.0-rc.3

📚 PR:

  • test: Add test to verify async onClose hooks. (#2250) (#2273)
  • Fix absolute paths on main README.md (#2274)
  • Bump @types/node from 13.13.6 to 14.0.1 (#2275)
  • Remove duplicated sections (#2276)
  • fix: getSchema() should return schema added in inner/plugin instance (#2280)
  • add fastify-now to community plugins (#2248)
  • Change absolute URLs in docs to relative URL (#2283)
  • Bump simple-get from 3.1.0 to 4.0.0 (#2284)
  • Update TypeScript type definitions for server options (#2277)
  • Fix: TypeScript: typo in onProtoPoisoning (#2291)
  • preParsing hook payload manipulation and consistent Content Type Parser API (#2286)
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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #13.