Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 2.62 KB

File metadata and controls

75 lines (50 loc) · 2.62 KB

Breaking Changes

Deprecations

Features

Simplified Minimal Infra Setup

There is a new script now that can be executed and it will setup the minimal infra.

Improvements

Fixed Errors related to dependency versions

Older dependency versions were used due to committed package-lock.json files.

Previous Behavior

When running vrotest, errors were displayed of the type:

[ERROR] npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
[ERROR] npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported

New Behavior

Errors related to dependency versions are no longer shown when running vrotest.

Fixed Error Running Unit Tests on Linux and Windows

An error affected unit test execution in versions after 4.3.0 without causing the build to fail.

Previous Behavior

An error of the type "Error occurred in unit tests execution:" was shown instead of unit test results.

New Behavior

Unit test results are shown as expected.

Upgrade procedure