Skip to content

Bump fastify and netlify-cli#129

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-38b81b4e6c
Open

Bump fastify and netlify-cli#129
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-38b81b4e6c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Copy link
Copy Markdown
Contributor

Bumps fastify to 5.8.5 and updates ancestor dependency netlify-cli. These dependencies need to be updated together.

Updates fastify from 5.8.3 to 5.8.5

Release notes

Sourced from fastify's releases.

v5.8.5

⚠️ Security Release

This fixes CVE CVE-2026-33806 GHSA-247c-9743-5963.

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.8.4...v5.8.5

v5.8.4

Full Changelog: fastify/fastify@v5.8.3...v5.8.4

Commits
  • 3983cce Bumped v5.8.5
  • 3ce3ae6 Merge commit from fork
  • b06a196 docs(ecosystem): add @​pompelmi/fastify-plugin (#6610)
  • 909c5d5 chore: Bump actions/dependency-review-action from 4.8.3 to 4.9.0 (#6630)
  • 4db21a3 chore: Bump borp from 0.21.0 to 1.0.0 (#6633)
  • 0f4e544 chore: Bump markdownlint-cli2 from 0.21.0 to 0.22.0 (#6632)
  • 33a2fcd chore: Bump pnpm/action-setup from 4.2.0 to 5.0.0 (#6629)
  • fd35d82 ci: reduce cron schedules from daily/weekly to monthly (#6623)
  • 8dee9be fix: restore trustProxy function for number and string types, add null check ...
  • d457aed chore: upgrade to typescript v6.0.2 (#6605)
  • Additional commits viewable in compare view

Updates netlify-cli from 24.8.1 to 26.0.1

Release notes

Sourced from netlify-cli's releases.

v26.0.1

26.0.1 (2026-05-04)

Bug Fixes

  • adjust import path to account for function specific directory (#8221) (e439393)
  • deps: update dependency @​fastify/static to v9.1.1 [security] (#8165) (c3ffebf)
  • don't use inquirer for non-interactive variant of "database migrations new" command (#8232) (41fc777)
  • filter out more user error messages (#8230) (c94f4b7)

v26.0.0

26.0.0 (2026-04-28)

⚠ BREAKING CHANGES

  • add support for new Netlify Database primitive (#8212)

Features

  • add support for new Netlify Database primitive (#8212) (a153489)

Bug Fixes

  • set NETLIFY_DB_DRIVER when running netlify dev (#8219) (3ececcd)

v25.6.2

25.6.2 (2026-04-28)

Bug Fixes

v25.6.1

25.6.1 (2026-04-27)

Bug Fixes

  • deps: update dependency @​netlify/build to v35.13.4 (#8213) (ade5593)

v25.6.0

25.6.0 (2026-04-24)

Features

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

26.0.1 (2026-05-04)

Bug Fixes

  • adjust import path to account for function specific directory (#8221) (e439393)
  • deps: update dependency @​fastify/static to v9.1.1 [security] (#8165) (c3ffebf)
  • don't use inquirer for non-interactive variant of "database migrations new" command (#8232) (41fc777)
  • filter out more user error messages (#8230) (c94f4b7)

26.0.0 (2026-04-28)

⚠ BREAKING CHANGES

  • add support for new Netlify Database primitive (#8212)

Features

  • add support for new Netlify Database primitive (#8212) (a153489)

Bug Fixes

  • set NETLIFY_DB_DRIVER when running netlify dev (#8219) (3ececcd)

25.6.2 (2026-04-28)

Bug Fixes

25.6.1 (2026-04-27)

Bug Fixes

  • deps: update dependency @​netlify/build to v35.13.4 (#8213) (ade5593)

25.6.0 (2026-04-24)

Features

Bug Fixes

... (truncated)

Commits
  • 30d4ef0 chore(main): release 26.0.1 (#8224)
  • 41fc777 fix: don't use inquirer for non-interactive variant of "database migrations n...
  • c94f4b7 fix: filter out more user error messages (#8230)
  • c3ffebf fix(deps): update dependency @​fastify/static to v9.1.1 [security] (#8165)
  • 89ce39f chore(renovate): open PRs immediately for Netlify packages (#7941)
  • e439393 fix: adjust import path to account for function specific directory (#8221)
  • f3257a5 chore(main): release 26.0.0 (#8220)
  • a153489 feat!: add support for new Netlify Database primitive (#8212)
  • 3ececcd fix: set NETLIFY_DB_DRIVER when running netlify dev (#8219)
  • d5f2ab1 chore(main): release 25.6.2 (#8217)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [fastify](https://github.com/fastify/fastify) to 5.8.5 and updates ancestor dependency [netlify-cli](https://github.com/netlify/cli). These dependencies need to be updated together.


Updates `fastify` from 5.8.3 to 5.8.5
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.8.3...v5.8.5)

Updates `netlify-cli` from 24.8.1 to 26.0.1
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v24.8.1...v26.0.1)

---
updated-dependencies:
- dependency-name: fastify
  dependency-version: 5.8.5
  dependency-type: indirect
- dependency-name: netlify-cli
  dependency-version: 26.0.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 9, 2026
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.

0 participants