Skip to content

chore(deps): bump fastify-plugin from 5.1.0 to 6.0.0 - #1325

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fastify-plugin-6.0.0
Open

chore(deps): bump fastify-plugin from 5.1.0 to 6.0.0#1325
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fastify-plugin-6.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps fastify-plugin from 5.1.0 to 6.0.0.

Release notes

Sourced from fastify-plugin's releases.

v6.0.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-plugin@v5.1.0...v6.0.0

Commits
  • 05c1c32 6.0.0
  • a309399 chore: update depedabot setting (#292)
  • 3d43488 chore: removed interface deprecated
  • 629292b refactor: standardize entry points and project structure
  • 68ddddb refactor(types): migrate from tsd to tstyche (#288)
  • 12c07a4 ci: add lock-threads workflow (#286)
  • 8a4d1a2 build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 (#285)
  • 8e9e035 build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml (#283)
  • 41b480e chore: remove stale workflow and node reference type declaration (#281)
  • 1f378b1 chore(license): standardise license notice (#278)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by fdawgs, a new releaser for fastify-plugin since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 14, 2026 13:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — routine dependency bump.

Reviewed the lockfile/package.json diff for fastify-plugin 5.1.0 → 6.0.0 and checked how fp() is used across the ~21 plugin files in src/http/plugins and src/http/routes — all standard fp(fn, options) wrapping with no reliance on removed/deprecated APIs. Engines require Node >=24, well within v6's support range.

Extended reasoning...

Overview

This PR only touches package.json and package-lock.json, bumping the fastify-plugin dependency from 5.1.0 to 6.0.0. No application source files are modified.

Security risks

None. fastify-plugin is a small utility that wraps plugin functions with metadata/versioning; it has no auth, crypto, or data-handling surface. No new transitive dependencies of concern were introduced — the lockfile diff is mostly deduplication of fastify-plugin versions across nested node_modules trees.

Level of scrutiny

Low. This is a mechanical dependency bump with an auto-generated lockfile diff. I spot-checked usage of fp() across the ~21 files in the repo that import fastify-plugin (all in src/http/plugins and src/http/routes) — usage is limited to the standard fp(plugin, opts) pattern, which is unaffected by the v6 changes (the release notes show internal refactors, TS type migration, and removal of an already-deprecated type interface, not runtime API changes). The project's engines field requires Node >=24, well above any minimum bumped in this release.

Other factors

No prior reviews or comments exist on this PR. CI (build/test) will validate compatibility empirically; if anything broke at runtime it would surface there rather than requiring deep static review.

@coveralls

coveralls commented Aug 14, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 32263643650

Coverage decreased (-0.005%) to 81.175%

Details

  • Coverage decreased (-0.005%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 13123
Covered Lines: 11077
Line Coverage: 84.41%
Relevant Branches: 7801
Covered Branches: 5908
Branch Coverage: 75.73%
Branches in Coverage %: Yes
Coverage Strength: 598.07 hits per line

💛 - Coveralls

Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/fastify/fastify-plugin/releases)
- [Commits](fastify/fastify-plugin@v5.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: fastify-plugin
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fastify-plugin-6.0.0 branch from 8de3df8 to 18a1a50 Compare August 19, 2026 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant