Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INTERNAL] Depend on single version of estraverse dependency
Since the "self-protection" mechanism of JSModuleAnalyzer [1] is highly dependent on the set of possible node types provided by estraverse, we often saw problems in consuming projects after new releases of estraverse. We typically only notice these after the automatic dependency update every Sunday. Our unit tests detect these issues. This change forces consumers to use a version of estraverse that is supported by JSModuleAnalyzer. Version updates will only happen through pull requests created by dependabot. [1]: https://github.com/SAP/ui5-builder/issues/309#issuecomment-521108883
- Loading branch information