chore(deps-dev): bump fastify from 4.27.0 to 5.8.5#227
Merged
Conversation
|
3f39fce to
ec54cd1
Compare
Contributor
|
@dependabot recreate |
Bumps [fastify](https://github.com/fastify/fastify) from 4.27.0 to 5.8.5. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.27.0...v5.8.5) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
ec54cd1 to
832ce0a
Compare
fastify v5 pulls in find-my-way@9 which declares engines.node >=20. The hello-node-express-ts smoke image was on node:18, causing the smoke workflow to fail with "Expected version >=20. Got 18.20.8". Node 24 is the current Active LTS. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fastify v5 (and its transitive find-my-way@9) requires Node >=20, but the published packages declared no engines.node, so npm/yarn never warned consumers about Node compatibility regardless of what the SDK actually needed. Set the floor to Node 22 - the strictest currently-supported LTS line (Node 20 reached EOL 2026-03-24; Node 22 is Maintenance LTS, Node 24 Active LTS). Browser- and Deno-targeted packages are unaffected. Also drop the now-redundant "Node 14.8.0+" warning from node-opentelemetry's README (Node 22 covers it). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
wrn14897
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps fastify from 4.27.0 to 5.8.5.
Release notes
Sourced from fastify's releases.
... (truncated)
Commits
3983cceBumped v5.8.53ce3ae6Merge commit from forkb06a196docs(ecosystem): add@pompelmi/fastify-plugin(#6610)909c5d5chore: Bump actions/dependency-review-action from 4.8.3 to 4.9.0 (#6630)4db21a3chore: Bump borp from 0.21.0 to 1.0.0 (#6633)0f4e544chore: Bump markdownlint-cli2 from 0.21.0 to 0.22.0 (#6632)33a2fcdchore: Bump pnpm/action-setup from 4.2.0 to 5.0.0 (#6629)fd35d82ci: reduce cron schedules from daily/weekly to monthly (#6623)8dee9befix: restore trustProxy function for number and string types, add null check ...d457aedchore: upgrade to typescript v6.0.2 (#6605)Maintainer changes
This version was pushed to npm by climba03003, a new releaser for fastify since your current version.