Skip to content

refactor: Bump mongodb-runner from 6.6.1 to 6.7.1#3232

Merged
mtrezza merged 1 commit intoalphafrom
dependabot/npm_and_yarn/mongodb-runner-6.7.1
Mar 30, 2026
Merged

refactor: Bump mongodb-runner from 6.6.1 to 6.7.1#3232
mtrezza merged 1 commit intoalphafrom
dependabot/npm_and_yarn/mongodb-runner-6.7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps mongodb-runner from 6.6.1 to 6.7.1.

Commits
  • fabfa55 chore(ci): bump packages
  • 40879b8 fix(mongodb-runner): configsvr must always use 127.0.0.1 DRIVERS-3335 (#620)
  • c79fc99 chore(ci): bump packages
  • e6d9c5e feat(mongodb-runner): allow the server host to be specified DRIVERS-3335 (#616)
  • bb339a3 chore(ci): bump packages
  • d1589b4 fix: update pacote (#619)
  • 92130fa chore(ci): bump packages
  • e069be6 fix(monorepo-tools): fix precommit hook (#618)
  • 14b6804 chore(ci): bump packages
  • 6fa2d95 chore(deps): bump shell dependency to latest (#617)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Summary by CodeRabbit

  • Chores
    • Updated internal dependencies to maintain stability and compatibility.

@dependabot dependabot bot added dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code labels Feb 20, 2026
@parse-github-assistant
Copy link
Copy Markdown

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump mongodb-runner from 6.6.1 to 6.7.1 refactor: Bump mongodb-runner from 6.6.1 to 6.7.1 Feb 20, 2026
@parseplatformorg
Copy link
Copy Markdown
Contributor

parseplatformorg commented Feb 20, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mongodb-runner-6.7.1 branch 2 times, most recently from f486ad7 to 988880e Compare February 20, 2026 01:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mongodb-runner-6.7.1 branch 8 times, most recently from 99f845f to 1cc5477 Compare March 2, 2026 20:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mongodb-runner-6.7.1 branch from 1cc5477 to c31edca Compare March 6, 2026 18:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mongodb-runner-6.7.1 branch from c31edca to 06534c2 Compare March 14, 2026 11:53
Bumps [mongodb-runner](https://github.com/mongodb-js/devtools-shared) from 6.6.1 to 6.7.1.
- [Commits](https://github.com/mongodb-js/devtools-shared/compare/mongodb-runner@6.6.1...mongodb-runner@6.7.1)

---
updated-dependencies:
- dependency-name: mongodb-runner
  dependency-version: 6.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mongodb-runner-6.7.1 branch from 06534c2 to 8b3ecf4 Compare March 14, 2026 12:02
@mtrezza
Copy link
Copy Markdown
Member

mtrezza commented Mar 30, 2026

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 30, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 30, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 03773935-d96e-440c-83d5-0f41f1b9ea50

📥 Commits

Reviewing files that changed from the base of the PR and between ec4234d and 8b3ecf4.

📒 Files selected for processing (1)
  • package-lock.json

📝 Walkthrough

Walkthrough

Updated the mongodb-runner dependency from version 6.6.1 to 6.7.1 in the lockfile, with corresponding updates to the package tarball URL and integrity checksum.

Changes

Cohort / File(s) Summary
Dependency Version Update
package-lock.json
Upgraded mongodb-runner from 6.6.1 to 6.7.1, including updated tarball resolved URL and integrity checksum.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description lacks required sections from the template: no explicit Issue section, Approach section, or Tasks checklist are present. Add the required sections: Issue (link or describe what is being addressed), Approach (describe the changes), and Tasks checklist from the template.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change—updating the mongodb-runner dependency from version 6.6.1 to 6.7.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/mongodb-runner-6.7.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mtrezza mtrezza merged commit 56e9495 into alpha Mar 30, 2026
10 checks passed
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/mongodb-runner-6.7.1 branch March 30, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants