firebase-functions-test icon indicating copy to clipboard operation
firebase-functions-test copied to clipboard

Results 92 firebase-functions-test issues
Sort by recently updated
recently updated
newest added
trafficstars

### Description This PR updates the minimum supported `firebase-functions` version to v3.22.0 Fixes #164

### Description Upgrading package: - Bump lodash from 4.17.5 to 4.17.21 Motivation: - This update is to fix Code Injection and Prototype Pollution vulnerabilities in lodash

Build running into https://github.com/firebase/firebase-functions/issues/1664 Also, got rid of `node_modules/.bin/` when accessing tsc, as unnecessary and causing issues on Windows. - [x] Tested building on Windows - [x] Tested building on...

- Remove some unused imports - Stucture code consistently - Types go in own files

Resolves https://github.com/firebase/firebase-functions-test/issues/260 Resolves #257

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...

dependencies
javascript

Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [firebase-tools](https://github.com/firebase/firebase-tools). These dependencies need to be updated together. Removes `got` Updates `firebase-tools` from 8.20.0 to 14.4.0 Release notes Sourced from...

dependencies
javascript

### Description Resolve [package not compatible with firebase-admin 13](https://github.com/firebase/firebase-functions-test/issues/246) Previously, firebase-admin 13 was not supported in peer dependencies. Original peer deps: ``` "peerDependencies": { "firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0...

Following up on the now closed #163 , there is still a type issue with `wrap` when trying to test v2 functions. For example, if we just want to call...

type: bug
triaged

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.2. Release notes Sourced from express's releases. 4.21.2 What's Changed Add funding field (v4) by @​bjohansebas in expressjs/express#6065 deps: [email protected] by @​blakeembrey in expressjs/express#5956 deps:...

dependencies