chore: update fastify and plugins (minor/patch)#172
Closed
jaredwray wants to merge 1 commit into
Closed
Conversation
Update Fastify core and its plugins within existing semver ranges: - fastify 5.8.5 -> 5.10.0 - @fastify/cookie 11.0.2 -> 11.1.1 - @fastify/helmet 13.0.2 -> 13.1.0 - @fastify/rate-limit 11.0.0 -> 11.1.0 - @fastify/swagger 9.7.0 -> 9.8.0 - @fastify/swagger-ui 6.0.0 -> 6.1.0 Verified with build + full test suite (473 tests, 100% coverage). @fastify/static (major 9 -> 10) is intentionally handled in a separate PR. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FjTirhzhuv9RYiVwgjjf3x
There was a problem hiding this comment.
Code Review
This pull request updates several Fastify-related dependencies in package.json and updates the lockfile pnpm-lock.yaml accordingly. Specifically, it upgrades @fastify/cookie, @fastify/helmet, @fastify/rate-limit, @fastify/swagger, @fastify/swagger-ui, and fastify to newer versions. There are no review comments, and I have no feedback to provide.
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.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Chore — dependency maintenance (Fastify core + plugins). Part of an ecosystem-clustered dependency update split. Replaces the original combined PR #165 (closed).
Updates (minor/patch, within existing ranges)
Grouped as the Fastify runtime ecosystem.
@fastify/static(9 → 10) is intentionally not here — it crosses a major boundary and has its own PR.Verification
pnpm build— passingpnpm test(Biome lint + Vitest) — 473 tests passing across 43 files, coverage 100% lines/functions🤖 Generated with Claude Code
https://claude.ai/code/session_01FjTirhzhuv9RYiVwgjjf3x
Generated by Claude Code