Abiyasa Suhardi
Abiyasa Suhardi
to pick up vulnerability fix on `[email protected]`, which is fixed since [[email protected]](https://github.com/substack/node-browserify/commit/c77bf33e67781096368b7e2516d052cf69d2d2cf). See https://nodesecurity.io/advisories/117 for details on shell-quote.
## Problems Currently, we are compiling UI Core React without strict mode https://github.com/eBay/ebayui-core-react/blob/abd3bb3ca6eef208bb8d3bf3dce68ff25bf60097/tsconfig.json#L17 This means we will not get compilation error [on many things](https://www.typescriptlang.org/tsconfig#strict) when building ui-core-react. However, this might...
Introduce prettier for code styling formatting. This is not just introducing prettier to our dependency and build process but more than that! ## Splitting code stye formatting (prettier) with linting...
Ever since the Skin v16.8, the infotip with modal variant has been changed from drawer dialog to lightbox (See https://github.com/eBay/skin/pull/2182 which was a solution to issue https://github.com/eBay/ebayui-core/issues/1949 from @HenriqueLimas )...