Skip to content

[vrotest] (#695) Dependencies causing errors during build #702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/versions/latest/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ There is a new script now that can be executed and it will setup the minimal inf

## 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:
```log
[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.
Expand Down
Loading
Loading