Update dependency fastify to v5.2.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
fastify (source) | devDependencies | minor | 5.1.0 -> 5.2.0 |
⚠ ️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
fastify/fastify (fastify)
v5.2.0
What's Changed
- docs: add HeroDevs mentions to README and LTS docs by @AndreAngelantoni in https://github.com/fastify/fastify/pull/5730
- test: migrated reply-early-hints.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5803
- chore: Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 by @dependabot in https://github.com/fastify/fastify/pull/5807
- chore: Bump thollander/actions-comment-pull-request from 2 to 3 by @dependabot in https://github.com/fastify/fastify/pull/5806
- test: migrated request-timeout.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5805
- fix: streamline migrated tests, make migrated the filenames of migrated tests kebab-case by @Uzlopak in https://github.com/fastify/fastify/pull/5800
- ci(benchmark): fix github token input by @Fdawgs in https://github.com/fastify/fastify/pull/5809
- test: migrated reply-code.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5808
- test: migrated middleware.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5795
- fix: test asserts to strict asserts by @dancastillo in https://github.com/fastify/fastify/pull/5815
- chore: renamed test files in kebab-case by @Tony133 in https://github.com/fastify/fastify/pull/5814
- style(.gitattributes): standardize style across fastify repos by @Fdawgs in https://github.com/fastify/fastify/pull/5816
- style: remove trailing whitespace by @Fdawgs in https://github.com/fastify/fastify/pull/5817
- test: migrated encapsulated-error-handler.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5824
- docs: Add
fastify-mongo-sanitize
andremix-fastify
to comm. by @ExorTek in https://github.com/fastify/fastify/pull/5822 - test: migrated encapsulated-child-logger-factory.test.js from tap to … by @Tony133 in https://github.com/fastify/fastify/pull/5823
- docs: add loggerInstance to Server doc by @llimllib in https://github.com/fastify/fastify/pull/5786
- test: migrated post-empty-body.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5813
- docs(CONTRIBUTING.md): read the announcements by @Eomm in https://github.com/fastify/fastify/pull/5825
- test: migrated listen.5.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5827
- test: migrated use-semicolon-delimiter.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5812
- docs: smaller documentation fixes by @metcoder95 in https://github.com/fastify/fastify/pull/5834
- fix(types): addHttpMethod type signature on fastify instance (#5810) by @kalvenschraut in https://github.com/fastify/fastify/pull/5811
- test: migrated schema-examples.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5833
- test: Migrate tests to Node test container by @KristianLentino99 in https://github.com/fastify/fastify/pull/5777
- test: migrated max-requests-per-socket.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5828
- test: migrated proto-poisoning.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5836
- test: migrated content-type and context-config tests from tap to node:test by @stojkov-z in https://github.com/fastify/fastify/pull/5778
- docs: Added fastify-passkit-webservice to community plugins by @alexandercerutti in https://github.com/fastify/fastify/pull/5819
- test: migrate trust-proxy, type-provider, url-rewriting to node:test by @dancastillo in https://github.com/fastify/fastify/pull/5829
- test: migrated fluent-schema.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5832
- test: migrated set-error-handler.test.js and header-overflow.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5835
- chore: Bump secure-json-parse from 2.7.0 to 3.0.1 in the dependencies-major group by @dependabot in https://github.com/fastify/fastify/pull/5845
- test: migrated pretty-print.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5844
- test: migrated custom-parser.4.test.js and custom-parser.5.test.js fr… by @Tony133 in https://github.com/fastify/fastify/pull/5837
- docs: fix example for supplying own logger instance by @keithito in https://github.com/fastify/fastify/pull/5857
- feat: Add hook name within timeout error message by @kibertoad in https://github.com/fastify/fastify/pull/5851
- docs: make whitespace consistent by @joeytwiddle in https://github.com/fastify/fastify/pull/5863
- test: migrated fastify-instance.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5859
- test: migrated request-id.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5858
- test: migrated tests from tap to node test by @Tony133 in https://github.com/fastify/fastify/pull/5839
- test: migrated router-options.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5840
- test: migrated route.8.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5864
- chore: Bump lycheeverse/lychee-action from 2.0.2 to 2.1.0 by @dependabot in https://github.com/fastify/fastify/pull/5869
- test: migrated validation-error-handling from tap to node:test by @reidn3r in https://github.com/fastify/fastify/pull/5856
- test: migrated handler-context.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5868
- test: migrated find-route.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5867
- chore: sponsor link by @Eomm in https://github.com/fastify/fastify/pull/5871
- docs(readme): point ci badge at main branch by @Fdawgs in https://github.com/fastify/fastify/pull/5873
- test: migrate content-parser test to use node:test by @Rantoledo in https://github.com/fastify/fastify/pull/5847
- docs(readme): revert to standard workflow badge syntax by @Fdawgs in https://github.com/fastify/fastify/pull/5877
- chore: readme lighter install script by @giulianok in https://github.com/fastify/fastify/pull/5872
- docs(CONTRIBUTING.md): added v4 to version branches by @giuliowaitforitdavide in https://github.com/fastify/fastify/pull/5886
- fix(errorHandler.js): linting problems in pipeline by @giuliowaitforitdavide in https://github.com/fastify/fastify/pull/5885
- ci: pin node version 22.11 by @climba03003 in https://github.com/fastify/fastify/pull/5889
- docs(ecosystem): update apitally description by @itssimon in https://github.com/fastify/fastify/pull/5891
- types: remove connection property in FastifyRequest by @giuliowaitforitdavide in https://github.com/fastify/fastify/pull/5884
- fix: crash when host header is missing by various of reason by @climba03003 in https://github.com/fastify/fastify/pull/5892
- chore: fix flaky test by @Eomm in https://github.com/fastify/fastify/pull/5881
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in https://github.com/fastify/fastify/pull/5894 - chore: bump dev fastify-plugin by @Eomm in https://github.com/fastify/fastify/pull/5879
- types: use
node:
prefix for builtins by @Fdawgs in https://github.com/fastify/fastify/pull/5896 - test: migrated content-length.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5878
New Contributors
- @AndreAngelantoni made their first contribution in https://github.com/fastify/fastify/pull/5730
- @ExorTek made their first contribution in https://github.com/fastify/fastify/pull/5822
- @llimllib made their first contribution in https://github.com/fastify/fastify/pull/5786
- @KristianLentino99 made their first contribution in https://github.com/fastify/fastify/pull/5777
- @stojkov-z made their first contribution in https://github.com/fastify/fastify/pull/5778
- @alexandercerutti made their first contribution in https://github.com/fastify/fastify/pull/5819
- @keithito made their first contribution in https://github.com/fastify/fastify/pull/5857
- @joeytwiddle made their first contribution in https://github.com/fastify/fastify/pull/5863
- @reidn3r made their first contribution in https://github.com/fastify/fastify/pull/5856
- @giulianok made their first contribution in https://github.com/fastify/fastify/pull/5872
Full Changelog: https://github.com/fastify/fastify/compare/v5.1.0...v5.2.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.