You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/versions/latest/Release.md
+16
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,22 @@ There is a new script now that can be executed and it will setup the minimal inf
31
31
32
32
## Improvements
33
33
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
+
34
50
### Fixed Error Running Unit Tests on Linux and Windows
35
51
36
52
An error affected unit test execution in versions after 4.3.0 without causing the build to fail.
0 commit comments