Zach Bonfil

Results 6 issues of Zach Bonfil

Repo that reproduces the issue - https://github.com/tzachbon/mf-shared-deep-dependency This example tries to reproduce the problem when sharing a dependency that exists in multiple versions across the node modules but resolves the...

# Bug report **What is the current behavior?** When using `swr/infinite` with `swr>1.1.2` dependency and sharing it with [Module Federation (SharePlugin)](https://webpack.js.org/concepts/module-federation/) ```js new webpack.container.ModuleFederationPlugin({ shared: ['swr'], }), ``` We encountered...

bug
webpack-5
Send a PR

# Bug report **What is the current behavior?** When using Module Federation, sharing a dependency and your other dependencies are using it too but in different versions, it won't respect...

We want to run some processes in `buildStart` and `watchChange` in a plugin that I work on. The process needs to emit diagnostics and wish to use the rollup API...

When running `upgrade` it also "un-pins" a version even though it wasn't upgraded (also to upgraded requests). ![image](https://user-images.githubusercontent.com/45866571/208796243-99a65108-d816-4fc5-9f8f-a47fae7df648.png) It's a little unexpected. Shouldn't it keep the request status (minor, patch,...