Abe Fehr
Abe Fehr
There's some vulnerabilities in got (CVE-2022-33987) and http-cache-semantics (CVE-2022-25881), which are transitive dependencies of this package: ``` imagemin-pngquant#pngquant-bin#bin-wrapper#download#got#cacheable-request#http-cache-semantics ``` It looks like neither [download](https://www.npmjs.com/package/download) nor [bin-wrapper](https://www.npmjs.com/package/bin-wrapper) (both by the same...
### pnpm version: 7.14.0 ### Code to reproduce the issue: I'm not able to share unfortunately, but a dependency like `@company/package` is the issue. `yarn` is the current package manager...
I have very large translation files that should be alphabetized according to the `jsonc/sort-keys` rule, but they autofix doesn't work in 1 iteration. For a particularly large JSON file, it...
### System Info ``` System: OS: macOS 14.7 CPU: (12) arm64 Apple M3 Pro Memory: 148.69 MB / 36.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.18.1 - ~/.local/share/mise/installs/node/20/bin/node Yarn:...
### What problem does this feature solve? We use React Native Web for diffing our mobile storybooks via Chromatic, and it would be nice to have an example of how...
### Version ```sh System: OS: macOS 14.7 CPU: (12) arm64 Apple M3 Pro Memory: 89.58 MB / 36.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 135.0.7049.96 Safari: 17.6 npmPackages: storybook-react-rsbuild:...
I can get `jsc.paths` working just fine and resolving things, for example this jest config and test: ``` export const config = { transform: { '\\.(ts|tsx)$': [ '@swc/jest', { jsc:...