open-metadata / OpenMetadata

OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
https://open-metadata.org
Apache License 2.0
5.26k stars 994 forks source link

update webpack dependencies #17970

Closed karanh37 closed 3 days ago

karanh37 commented 3 days ago

Describe your changes:

Fixes Build timeout

Webpack 5 is using more memory in our CI due to memory leaks found here The CI builds are failing due to this. We don't want to increase the resources and as a result we are adding this fix. The problem is with jest worker leaking memory. For fix, we have made resolution of terser webpack plugin to 5.1.1 which uses older version of jest worker v26.

I worked on ... because ...

#

Type of change:

#

Checklist:

github-actions[bot] commented 3 days ago

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 64%
64.35% (37410/58139) 41.01% (14840/36182) 43.1% (4512/10469)