-
Notifications
You must be signed in to change notification settings - Fork 237
fix: use script to update mongodb-ns to latest COMPASS-9674 #7362
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
package-lock.json
Outdated
"resolved": "https://registry.npmjs.org/mongodb-ns/-/mongodb-ns-2.4.3.tgz", | ||
"integrity": "sha512-M0/PfP5i0z0p53lW2CDTTCkzwgRvDcs0MojTLkzxSeAbDic8eqOki+leT8HQoEEQmGcQOJPMcSGwbh/bYUR1HA==", | ||
"optional": true | ||
}, |
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.
^ Can we update all mongodb-ns instances to 3.0.1?
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.
The two packages that are still requiring the old version is
- compass-home (which seems to have been deprecated)
- mongodb-schema (which I can fix separately)
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.
- regenerating package-lock removed compass home
- bumped mongodb-schema
"configs/*", | ||
"scripts" | ||
], | ||
"overrides": { |
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.
Why all overrides were removed?
We can close this now |
Description
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes