Skip to content

Commit 1655ba1

Browse files
committed
docs: updated release.md
Signed-off-by: Mihail Penchev (c) <[email protected]>
1 parent 17345f0 commit 1655ba1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/versions/latest/Release.md

+16
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@ There is a new script now that can be executed and it will setup the minimal inf
3131

3232
## Improvements
3333

34+
### Fixed Errors related to dependency versions
35+
36+
Older dependency versions were used due to committed package-lock.json files.
37+
38+
#### Previous Behavior
39+
40+
When running vrotest, errors were displayed of the type:
41+
```log
42+
[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.
43+
[ERROR] npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
44+
```
45+
46+
#### New Behavior
47+
48+
Errors related to dependency versions are no longer shown when running vrotest.
49+
3450
### Fixed Error Running Unit Tests on Linux and Windows
3551

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

0 commit comments

Comments
 (0)