-
Notifications
You must be signed in to change notification settings - Fork 246
chore(deps): bump shell deps COMPASS-9468 #7068
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
Conversation
|
Failing npm ci due to invalid lock file it seems, will need to look into it a bit |
package-lock.json
Outdated
| "version": "3.3.10", | ||
| "resolved": "https://registry.npmjs.org/@mongosh/node-runtime-worker-thread/-/node-runtime-worker-thread-3.3.10.tgz", | ||
| "version": "https://registry.npmjs.org/@mongosh/node-runtime-worker-thread/-/node-runtime-worker-thread-3.3.10.tgz", | ||
| "integrity": "sha512-kwFsBy7VQw3LVWZDd8WTp3/29lielff9W6evZqgWCYLzuiaLIO168A7KIRGuvbjYssULCb5+SrUVVYclITEXzg==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know why npm install did not update the version here, but instead choose to remove it for this package (and others)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed it, by removing and reinstalling these packages
|
Just saw that this has conflicts with |
| "moduleResolution": "node16", | ||
| "module": "node16" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is probably due to ts-autocmplete being on typescript: 5.8
Description
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes