Skip to content

Conversation

@addaleax
Copy link
Collaborator

Description

Checklist

  • New tests and/or benchmarks are included
  • Documentation is changed or added
  • If this change updates the UI, screenshots/videos are added and a design review is requested
  • I have signed the MongoDB Contributor License Agreement (https://www.mongodb.com/legal/contributor-agreement)

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)

@addaleax addaleax requested a review from a team as a code owner October 30, 2025 14:41
@addaleax addaleax requested review from Copilot and ivandevp October 30, 2025 14:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates MongoDB-related dependencies to bump mongosh to version 2.5.9, as indicated by the title. The changes update various @mongosh/* and @mongodb-js/devtools-* packages across multiple package.json files.

  • Updated mongosh-related packages (@mongosh/browser-repl, @mongosh/logging, @mongosh/node-runtime-worker-thread)
  • Updated devtools packages (@mongodb-js/devtools-connect, @mongodb-js/devtools-proxy-support)

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/data-service/package.json Updated devtools-connect and devtools-proxy-support versions
packages/compass/package.json Updated mongosh node-runtime-worker-thread and devtools-proxy-support versions
packages/compass-web/package.json Updated devtools-proxy-support version
packages/compass-shell/package.json Updated multiple mongosh packages (browser-repl, logging, node-runtime-worker-thread)
packages/compass-preferences-model/package.json Updated devtools-proxy-support version
packages/atlas-service/package.json Updated devtools-connect and devtools-proxy-support versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@gribnoysup gribnoysup left a comment

Choose a reason for hiding this comment

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

Noticed that your PR updating mongosh to latest updates more things than our automated PR. Are we missing some important dependencies that should be bumped at the same time in this config here?

@addaleax
Copy link
Collaborator Author

@gribnoysup Yes, a typical shell update PR should also bump devtools-connect, devtools-proxy support, the driver and its dependencies (bson, mongodb-client-encryption, etc.) to the same version used in mongosh

Copy link
Collaborator

@gribnoysup gribnoysup left a comment

Choose a reason for hiding this comment

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

If you have a moment to list those required mongosh deps in the auto update config, that'd be very helpful, but totally not required, I'll follow-up a bit later if you don't have bandwidth for that. Thanks again for clarifying what needs to be there

addaleax added a commit that referenced this pull request Oct 31, 2025
…pdate config

Unfortunately, I don't think there's a way to express "when updating mongosh
dependencies, bump these other dependencies to the same version used by
the new mongosh dependency versions", so this will keep requiring some human
attention.

Refs: #7521 (review)
@addaleax
Copy link
Collaborator Author

@gribnoysup Sure! #7527

@addaleax addaleax merged commit 6bd317f into main Oct 31, 2025
58 of 60 checks passed
@addaleax addaleax deleted the 10006-dev branch October 31, 2025 14:16
gribnoysup pushed a commit that referenced this pull request Nov 3, 2025
…pdate config (#7527)

Unfortunately, I don't think there's a way to express "when updating mongosh
dependencies, bump these other dependencies to the same version used by
the new mongosh dependency versions", so this will keep requiring some human
attention.

Refs: #7521 (review)
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