sunny,

Results 5 issues of sunny,

I had run the ``commitizen init cz-conventional-changelog --save-dev --save-exact`` command as per README, but it doesn't work, see a copy and paste of the error from commitizen at the end....

looking to mock a function (foo) imported from a module (../foo), for example when using jest: ```js jest.mock('../foo'); // this happens automatically with automocking const foo = require('../foo'); // foo...

Helmet works in JSX but not in Typescript, I am getting: ``` TS2786: 'Helmet' cannot be used as a JSX component Type 'Helmet' is missing the following properties from type...

Hi, I am trying to take a heap snapshot with foxdriver like so: ``` const Foxdriver = require('foxdriver') ;(async function() { const { browser, tab } = await Foxdriver.attach('localhost', 6000)...

bump multer version from 1.4.2 to 1.4.5-lts.1 to remove dicer vulnerability: https://github.com/advisories/GHSA-wm7h-9275-46v2 to fully remove busboy and dicer you still need to update typescript-rest-ioc dependencies with a new version of...