Viktor Luft
Viktor Luft
There are several outdated dependencies. The last update was very long time ago and issues are ignored.
See here: ``` CVE-2018-3737 (moderate severity) Vulnerable versions: < 1.13.2 Patched version: 1.13.2 The sshpk NPM package is vulnerable to ReDoS when parsing crafted invalid public keys. ``` Please update...
### Issue When using `expect(foo).toMatchInlineSnapshot()` in some test suite, jest complains in the moment it tries to inline the snapshot at the correct position of the code with: ```sh Jest:...
Setting `GOPROXY: "https://proxy.golang.org,direct"` on the `renovatebot/[email protected]` has no effect to the executed "gomod" command. I see this in my logs in GitHub Actions: ``` "cmd": "/bin/sh -c docker run --rm...
**Is your feature request related to a problem? Please describe:** Recently I had to restructure some of our code and the directory path `build/static/js` changed to `build/client/static/js`. I forgot to...
Even if the options are `{ autoHideBadge: true }` when calling the exported `load` method, the following error occurs int he Dev Console: (newlines inserted for sake of readability) ```...
**Is your feature request related to a problem? Please describe** I'm working with a `pnpm` workspace. When using the `@storybook/cli` the dependencies of my workspace root were ignored and even...
### Current behavior A successful test run with version 10.7.0: ~ 5 min A successful test run with version 10.8.0: ~ 12 min Also, with 10.7.0 we had our tests...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: x64 Version:...
Could you also export a function called `equals` like so? ``` const equals = (a, b) => Object.keys(diff(a, b)).length === 0; ``` This would make it more obvious that additional...