faas-js-runtime
faas-js-runtime copied to clipboard
[Snyk] Upgrade fastify from 4.21.0 to 4.27.0
This PR was automatically created by Snyk using the credentials of a real user.

Snyk has created this PR to upgrade fastify from 4.21.0 to 4.27.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
-
The recommended version is 17 versions ahead of your current version.
-
The recommended version was released on a month ago.
Release notes
Package name: fastify
-
4.27.0 - 2024-05-07
What's Changed
- docs(request): update request page by @ Tony133 in #5343
- ci: Add Nsolid runtime to CI and Integration tests by @ riosje in #5332
- docs(Ecosystem): add fastify-i18n, vite-plugin-fastify, and vite-plug… by @ Shyam-Chen in #5346
- docs(ecosystem): update x-ray community plugin link by @ jorgevrgs in #5350
- docs: spelling corrections by @ 10xLaCroixDrinker in #5349
- docs: Remove ES module with NodeNext note by @ melroy89 in #5361
- docs(ecosystem): add fastify-msgraph-change-notifications-webhook to community plugins by @ flower-of-the-bridges in #5360
- docs: Add GitHub links to Type Providers + mention Zod by @ melroy89 in #5365
- docs: fix errors table layout by @ aivopaas in #5374
- chore: Bump pnpm/action-setup from 2 to 3 by @ dependabot in #5381
- docs(typescript): update generic constraints link by @ Tony133 in #5379
- types: narrow code reply type based on schema by @ hpx7 in #5380
- fix: errorCodes import using ESM by @ melroy89 in #5390
- fix: Extend tap with .test.mjs tests & Rename existing ESM test by @ melroy89 in #5391
- docs(typescript): update example https server by @ Tony133 in #5389
- docs(typescript): update snippet code by @ Tony133 in #5406
- fix: benchmark CI by @ gurgunday in #5414
- fix:
remove-labeljob uses the wrong repo by @ gurgunday in #5415 - fix: only run citgm if citgm-core-plugins label is set by @ gurgunday in #5416
- feat: adds webdav methods that require body & content type parsing by @ johaven in #5411
- docs: improve onError docs by specifying what the error handler is by @ tmcw in #5358
- chore: add mercedes-benz as new sponsor by @ Eomm in #5424
- chore(ecosystem): Add Fastify asyncforge plugin by @ rozzilla in #5429
- types:
reply.getSerializationFunctioncan returnundefinedby @ remidewitte in #5384 - chore: Bump pino from 8.21.0 to 9.0.0 in the dependencies-major group by @ dependabot in #5431
- chore: exclude node 14 and 16 on macOS by @ gurgunday in #5433
- chore: Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 by @ dependabot in #5436
- docs: update indentation on snippet code by @ Tony133 in #5418
- docs(guides/abort): suggest explicit use of the
abortedproperty by @ Fdawgs in #5438 - feat: disable request logging by @ SamSalvatico in #5435
- chore: add @ gurgunday to the Core Team by @ gurgunday in #5442
- feat: add mkcalendar and report methods by @ keyservlad in #5439
- feat: handle synchronous errors in errorHandler by @ mcollina in #5445
- types: request route schema might be undefined by @ nflaig in #5394
New Contributors
- @ Tony133 made their first contribution in #5343
- @ riosje made their first contribution in #5332
- @ jorgevrgs made their first contribution in #5350
- @ 10xLaCroixDrinker made their first contribution in #5349
- @ melroy89 made their first contribution in #5361
- @ flower-of-the-bridges made their first contribution in #5360
- @ aivopaas made their first contribution in #5374
- @ hpx7 made their first contribution in #5380
- @ johaven made their first contribution in #5411
- @ tmcw made their first contribution in #5358
- @ remidewitte made their first contribution in #5384
- @ SamSalvatico made their first contribution in #5435
- @ keyservlad made their first contribution in #5439
Full Changelog: v4.26.2...v4.27.0
-
4.26.2 - 2024-03-03
What's Changed
- fix: typo in module exports by @ lirantal in #5316
- docs(ts): Fix links by @ rozzilla in #5308
- fix: cb is not a function at fallbackErrorHandler by @ Uzlopak in #5317
- feat: add a Firebase Functions step by step guide by @ lirantal in #5318
- types: fix test failure by @ gurgunday in #5330
- perf: use FifoMap to check contentType by @ gurgunday in #5331
- docs(ecosystem): adds fastify-override to plugins list by @ matthyk in #5336
- types: Export preClose hook types by @ matthyk in #5335
- fix: database migration doc missing db connection code by @ nuhman in #5339
- chore: Bump pnpm/action-setup from 2 to 3 by @ dependabot in #5341
- chore: Bump xt0rted/markdownlint-problem-matcher from 2.0.0 to 3.0.0 by @ dependabot in #5342
New Contributors
Full Changelog: v4.26.1...v4.26.2
-
4.26.1 - 2024-02-12
What's Changed
- docs(ecosystem): adds fastify-hana to the community plugins list by @ yoav0gal in #5289
- docs: fix misattributed property parent in deprecation warning: request.elapsedTime by @ mscottnelson in #5299
- chore: Bump lycheeverse/lychee-action from 1.8.0 to 1.9.3 by @ dependabot in #5300
- chore: Bump actions/dependency-review-action from 3 to 4 by @ dependabot in #5301
- chore(.gitignore): add .tap/ dir by @ Fdawgs in #5303
- fix: amend error codes for latest avvio v8.3.0 by @ mcollina in #5309
- fix(types): Request route options url add undefined by @ rozzilla in #5307
- chore: add docs for tracing warnings by @ jsumners in #5310
New Contributors
- @ mscottnelson made their first contribution in #5299
Full Changelog: v4.26.0...v4.26.1
-
4.26.0 - 2024-01-29
What's Changed
- docs(ecosystem): add missing plugins to core list by @ Fdawgs in #5234
- ci: CITGM github workflow by @ Uzlopak in #5233
- chore: bump find-may-way to v8.0.0 by @ mcollina in #5236
- fix: setValidatorCompiler with addSchema by @ derammo in #5188
- feat(routes): expose findRoute and param validator by @ sf3ris in #5230
- feat: add use semicolon delimter config, default = true by @ dancastillo in #5239
- chore: add autocannon and concurrently as dev dependencies by @ Uzlopak in #5240
- fix: return the correct serializer function when no content-type is defined by @ DouglasdeMoura in #5229
- Sync next by @ Uzlopak in #5238
- docs: add open-collective by @ Eomm in #5216
- chore: Bump actions/upload-artifact from 3 to 4 by @ dependabot in #5249
- chore: Bump actions/labeler from 4 to 5 by @ dependabot in #5248
- docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to ecosystem.md by @ Bugs5382 in #5245
- chore: update actions/labeler@5 by @ climba03003 in #5254
- fix: restrict findRoute exposed property by @ climba03003 in #5253
- fix(test): flaky on-listen hook test by @ Uzlopak in #5256
- fix: remove unused promise warning in setNotFoundHandler with preHandler by @ mcollina in #5258
- fix: Always call resource.emitDestroy() by @ mcollina in #5228
- docs: Add missing punctuation in Ecosystem by @ matthyk in #5261
- docs: remove word repetition on Decorators docs by @ rlawisch in #5260
- chore(types): Remove unused type imports by @ codershiba in #5264
- chore(license): Update licensing year by @ codershiba in #5266
- chore(docs): Add clarification about
fastify.setErrorHandler()by @ codershiba in #5265 - refactor: deprecate
Reply#getResponseTime()in favour ofReply#elapsedTimeby @ codershiba in #5263 - chore: remove
www.fromfastify.devurls by @ Fdawgs in #5270 - feat: expose method for setGenReqId on FastifyInstance by @ dancastillo in #5259
- fix: ensure
onListenhooks are called when they should be by @ bienzaaron in #5273 - docs: re-word clarification about
setErrorHandler()by @ codershiba in #5269 - docs(ecosystem): remove unsupported package by @ Fdawgs in #5278
- docs: Fix Pino docs link by