Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps @netlify/functions from 2.8.2 to 5.0.1.

Release notes

Sourced from @​netlify/functions's releases.

functions: v5.0.1

5.0.1 (2025-10-22)

Bug Fixes

  • types: allow global.Netlify declaration merging (#494) (bd39b15)

functions: v5.0.0

5.0.0 (2025-10-14)

Performance

🚀 The @netlify/functions package now has a 1000x(!) smaller install size:

  • Direct dependencies: 13 → 1
  • Total transitive dependencies: 311 → 1
  • Total install size: 82 MB → 84 KB

⚠ BREAKING CHANGES

The /dev export, introduced in version 3.1.0, has been removed.

The local development functionality has been extracted into a new @netlify/functions-dev package. If your application relies on that logic, you should npm install @netlify/functions-dev and update your import:

-import { FunctionsHandler } from "@netlify/functions/dev"
+import { FunctionsHandler } from "@netlify/functions-dev"

No other changes are needed.

Features

  • extract dev logic into new @netlify/functions-dev package (#475) (0730f5f)

dev: v4.6.6

4.6.6 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​netlify/blobs bumped from 10.2.1 to 10.3.0
      • @​netlify/functions-dev bumped from 1.0.2 to 1.0.3
      • @​netlify/runtime bumped from 4.1.3 to 4.1.4

dev: v4.6.5

4.6.5 (2025-10-22)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@netlify/functions](https://github.com/netlify/primitives) from 2.8.2 to 5.0.1.
- [Release notes](https://github.com/netlify/primitives/releases)
- [Changelog](https://github.com/netlify/primitives/blob/main/release-please-config.json)
- [Commits](https://github.com/netlify/primitives/commits/functions-v5.0.1)

---
updated-dependencies:
- dependency-name: "@netlify/functions"
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant