-
Notifications
You must be signed in to change notification settings - Fork 26
[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
base: main
Are you sure you want to change the base?
[vrotest] (#695) Dependencies causing errors during build #702
Conversation
While upgrading the dependencies is probably a good idea. I don't think you should delete/ignore the According to the docs on npm (here), the package-lock is "... is intended to be committed into source repositories...", as it "It describes the exact tree that was generated, such that subsequent installs are able to generate identical trees, regardless of intermediate dependency updates." This file is useful so that that teammates, deployments, and continuous integration are guaranteed to install exactly the same dependencies. Of course feel free to ignore, but I'd advise against doing this |
a5240c0
to
1655ba1
Compare
I've restored the package-lock files and only updated the version of jasmine. |
8f2e4d6
to
15bc7db
Compare
It was causing an error for newer jasmine versions Signed-off-by: Mihail Penchev (c) <[email protected]>
Updated jasmine to 5.6.0 to support latest glob Using glob 11.0.1 Forced vinyl-fs to newest version to use latest glob Removed gulp-jasmine Signed-off-by: Mihail Penchev (c) <[email protected]>
Signed-off-by: Mihail Penchev (c) <[email protected]>
Using ts version 5.8.3 Signed-off-by: Mihail Penchev (c) <[email protected]>
Using latest supported dependency versions. Signed-off-by: Mihail Penchev (c) <[email protected]>
15bc7db
to
a1c4e0d
Compare
…pting-api Failing on vrotsc with error: Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to optional dependencies... Signed-off-by: Mihail Penchev (c) <[email protected]>
Signed-off-by: Mihail Penchev (c) <[email protected]>
Description
Fixed errors related to dependency versions shown when running vrotest.
Checklist
Fixed #XXX -
orClosed #XXX -
prefix to auto-close the issueTesting
Tested by building BTVA with the fix
Release Notes
Related issues and PRs
#695