Skip to content

Commit 32a18d6

Browse files
fix(deps): update dependency @netlify/functions to v5.2.0 (#8161)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@netlify/functions](https://redirect.github.com/netlify/primitives) ([source](https://redirect.github.com/netlify/primitives/tree/HEAD/packages/functions/prod)) | [`5.1.5` → `5.2.0`](https://renovatebot.com/diffs/npm/@netlify%2ffunctions/5.1.5/5.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2ffunctions/5.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2ffunctions/5.1.5/5.2.0?slim=true) | | [@netlify/functions](https://redirect.github.com/netlify/primitives) ([source](https://redirect.github.com/netlify/primitives/tree/HEAD/packages/functions/prod)) | [`^5.1.5` → `^5.2.0`](https://renovatebot.com/diffs/npm/@netlify%2ffunctions/5.1.5/5.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2ffunctions/5.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2ffunctions/5.1.5/5.2.0?slim=true) | --- ### Release Notes <details> <summary>netlify/primitives (@&#8203;netlify/functions)</summary> ### [`v5.2.0`](https://redirect.github.com/netlify/primitives/blob/HEAD/packages/functions/prod/CHANGELOG.md#520-2026-04-07) [Compare Source](https://redirect.github.com/netlify/primitives/compare/96166d833512601a06ae9f011df16fb60d266b1f...7f49a5375fa0b816cb1ebeed3dc22c8a379d370e) ##### Features - export event handler types ([#&#8203;638](https://redirect.github.com/netlify/primitives/issues/638)) ([f651309](https://redirect.github.com/netlify/primitives/commit/f6513092153a50f55b71d073c2a32b9e5eb704cb)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/netlify/cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJqYXZhc2NyaXB0Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9f23c2 commit 32a18d6

6 files changed

Lines changed: 15 additions & 28 deletions

File tree

functions-templates/javascript/scheduled-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "Netlify",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@netlify/functions": "^5.1.5"
18+
"@netlify/functions": "^5.2.0"
1919
}
2020
}

functions-templates/typescript/hello-world/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions-templates/typescript/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Netlify",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@netlify/functions": "^5.1.5",
17+
"@netlify/functions": "^5.2.0",
1818
"@types/node": "^22.0.0",
1919
"typescript": "^4.0.0"
2020
}

functions-templates/typescript/scheduled-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "Netlify",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@netlify/functions": "^5.1.5",
18+
"@netlify/functions": "^5.2.0",
1919
"@types/node": "^22.0.0",
2020
"typescript": "^4.5.5"
2121
}

package-lock.json

Lines changed: 4 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"@bugsnag/js": "8.6.0",
160160
"@eslint/compat": "1.4.1",
161161
"@eslint/js": "9.36.0",
162-
"@netlify/functions": "5.1.5",
162+
"@netlify/functions": "5.2.0",
163163
"@netlify/types": "2.6.0",
164164
"@sindresorhus/slugify": "3.0.0",
165165
"@tsconfig/node20": "20.1.0",

0 commit comments

Comments
 (0)