Skip to content
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

chore(deps): bump mongosh VSCODE-548 #752

Merged
merged 2 commits into from
Jul 2, 2024
Merged

Conversation

mabaasit
Copy link
Contributor

Bump mongosh and also install types for sinon-chai to resolve ts issue (check ticket comments).

Description

Checklist

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

"@mongosh/browser-runtime-electron": "^2.2.10",
"@mongosh/i18n": "^2.2.10",
"@mongosh/service-provider-server": "^2.2.10",
"@mongosh/shell-api": "^2.2.10",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this bump the driver and mongodb-data-service as well? Typically, our release flow is:

  • Driver package(s) is released
  • (If necessary) Bump driver in oidc-plugin
  • (If necessary) Bump driver, oidc-plugin in devtools-connect
  • Bump driver, oidc-plugin, devtools-connect in mongosh
  • Bump driver, oidc-plugin, devtools-connect, mongosh in Compass packages (e.g. data-service)
  • Bump driver, oidc-plugin, devtools-connect, mongosh, data-service in VSCode

so that all packages in the source tree are on consistent versions of the driver

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add these deps were updated in #734 and only mongosh were left out (probably due to failing ts).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes #734 is merged, so main should have those bumped by now.

@mabaasit mabaasit merged commit f2af626 into main Jul 2, 2024
5 checks passed
@mabaasit mabaasit deleted the VSCODE-548-bump-mongosh branch July 2, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants