functions icon indicating copy to clipboard operation
functions copied to clipboard

JavaScript and TypeScript utilities for Netlify Functions.

Results 28 functions issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** Netlify `DEPLOY_URL` and `DEPLOY_PRIME_URL` are `undefined` in deploy preview. Not sure if this is the correct repository. If its not please let me know which one is?...

type: bug

:robot: I have created a release *beep* *boop* --- ## [2.8.2](https://github.com/netlify/functions/compare/v2.8.1...v2.8.2) (2024-09-23) ### Bug Fixes * **deps:** update dependency @netlify/serverless-functions-api to v1.21.0 ([#515](https://github.com/netlify/functions/issues/515)) ([b8cf1e8](https://github.com/netlify/functions/commit/b8cf1e8f5c1cff41847b78f96d549bd32d8ae3ca)) * **deps:** update dependency @netlify/serverless-functions-api to...

autorelease: pending

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nyc](https://istanbul.js.org/) ([source](https://togithub.com/istanbuljs/nyc)) | [`^15.0.0` -> `^17.0.0`](https://renovatebot.com/diffs/npm/nyc/15.1.0/17.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nyc/17.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies
javascript

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semver](https://togithub.com/npm/node-semver) | [`7.6.2` -> `7.6.3`](https://renovatebot.com/diffs/npm/semver/7.6.2/7.6.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/semver/7.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semver/7.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
javascript

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [publint](https://publint.dev) ([source](https://togithub.com/bluwy/publint/tree/HEAD/pkg)) | [`0.2.8` -> `0.2.9`](https://renovatebot.com/diffs/npm/publint/0.2.8/0.2.9) |...

dependencies
javascript

In the NPM release has 1.18.1 version of @netlify/serverless-functions-api dependency. You can check in ![this screen shot from npm](https://github.com/netlify/functions/assets/11255009/7d097b48-2cd4-483f-9513-7ad0f941dcb5) or see the NPM code base: https://www.npmjs.com/package/@netlify/functions/v/2.7.0?activeTab=code#:~:text=%22%40netlify/serverless%2Dfunctions%2Dapi%22%3A%20%221.18.1%22 The right version is...

type: bug

The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR...

dependencies

**Which problem is this feature request solving?** Opening up websockets in sites to converse with functions. **Describe the solution you'd like** [Apparently](https://x.com/thdxr/status/1854520013501206755), AWS now supports sockets. A background function could...

type: feature