Skip to content

Commit

Permalink
chore(deps): Bump mongodb-memory-server from 8.15.1 to 9.0.1 (#55)
Browse files Browse the repository at this point in the history
Bumps [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server) from 8.15.1 to 9.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nodkz/mongodb-memory-server/releases">mongodb-memory-server's releases</a>.</em></p>
<blockquote>
<h2>v9.0.1</h2>
<h2><a href="https://github.com/nodkz/mongodb-memory-server/compare/v9.0.0...v9.0.1">9.0.1</a> (2023-10-12)</h2>
<h3>Fixes</h3>
<ul>
<li><strong>kill:</strong> should not try to open a connection to a not running ReplSet (<a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/811">#811</a>) (<a href="https://github.com/nodkz/mongodb-memory-server/commit/fefa86982d1c39f78bb992c22d3d8271f80615c8">fefa869</a>)</li>
</ul>
<h3>Style</h3>
<ul>
<li><strong>errors:</strong> typo &quot;Could not corece VERSION&quot; (<a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/808">#808</a>) (<a href="https://github.com/nodkz/mongodb-memory-server/commit/c1f2333c8f667ff4fa21709f481f2cd2e0712372">c1f2333</a>)</li>
</ul>
<h2>v9.0.0</h2>
<h2><a href="https://github.com/nodkz/mongodb-memory-server/compare/v8.16.0...v9.0.0">9.0.0</a> (2023-10-06)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>
<p><strong>resolveConfig:</strong> Default binary version is now &quot;6.0.9&quot;</p>
</li>
<li>
<p><strong>DryMongoBinary:</strong> &quot;legacyHomeCache&quot; has been renamed to &quot;homeCache&quot; when using &quot;DryMongoBinary&quot; directly</p>
</li>
<li>
<p><strong>MongoMemoryReplSet:</strong> ReplSet option &quot;auth&quot; can now not be a boolean anymore, use as a object instead</p>
</li>
<li>
<p>Authentication now is only created when &quot;{ enable: true }&quot; is given
also &quot;disable&quot; has been removed</p>
</li>
<li>
<p><strong>MongoBinaryDownload:</strong> aliases for &quot;.binaryOpts.*&quot; have been removed, use &quot;.binaryOpts.option&quot; instead</p>
</li>
<li>
<p>&quot;.cleanup(boolean)&quot; is now no longer supported, use object options instead</p>
</li>
<li>
<p>&quot;.stop(boolean)&quot; is now no longer supported, use object options instead</p>
</li>
<li>
<p><strong>tsconfig:</strong> potentially breaking change upgrading &quot;target&quot; to &quot;es2020&quot; in tsconfig</p>
</li>
<li>
<p>Lowest supported NodeJS version is now 14.0</p>
</li>
<li>
<p><strong>MongoBinaryDownloadUrl::translateArch:</strong> &quot;ia32&quot; (&quot;i386&quot; / &quot;i686&quot;) are now unsupported by mongodb-memory-server</p>
</li>
<li>
<p><strong>tsconfig:</strong> potentially breaking change upgrading &quot;target&quot; to &quot;es2019&quot; in tsconfig</p>
</li>
<li>
<p><strong>MongoInstance::checkErrorInLine:</strong> potentially breaking change not removing &quot;, terminating&quot; from error</p>
</li>
<li>
<p><strong>MongoBinaryDownloadUrl::translatePlatform:</strong> potentially breaking change removing &quot;sunos&quot; from translation</p>
</li>
<li>
<p><strong>tsconfig:</strong> update &quot;target&quot; to &quot;es2019&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/df41101b978dbb31e7bf21b6b50ba35ccc68521c">df41101</a>)</p>
</li>
<li>
<p><strong>tsconfig:</strong> update &quot;target&quot; to &quot;es2020&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/ff20382397677a7693ba83884135c104cdf66c46">ff20382</a>)</p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>change authentication to only happen when &quot;enable&quot; is &quot;true&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/66a5ad3edcdfd78688637b014a1cfd5c8e8fed66">66a5ad3</a>)</li>
<li><strong>DryMongoBinary:</strong> rename &quot;legacyHomeCache&quot; to &quot;homeCache&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/eb7b691026f6511c17dddaa920228c415456c1cd">eb7b691</a>)</li>
<li>enable &quot;MD5_CHECK&quot; by default (<a href="https://github.com/nodkz/mongodb-memory-server/commit/26cc40840429412b2130e17267c5c548a3adaa1e">26cc408</a>)</li>
<li>merge &quot;EnsureInstanceError&quot; into &quot;InstanceInfoError&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/6962cbec68c7098f491b4c7c6f66b240e03a6659">6962cbe</a>)</li>
<li>merge &quot;NoSystemBinaryFoundError&quot; into &quot;BinaryNotFoundError&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/d4e4d6355696afdf71d6b4a288e180f651189d32">d4e4d63</a>)</li>
<li><strong>MongoBinaryDownload:</strong> remove aliases for &quot;binaryOpts&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/4bb342092f66fb6afb0d8e4ae10b7dc56834d6a6">4bb3420</a>)</li>
<li><strong>MongoBinaryDownloadUrl::getUbuntuVersionString:</strong> handle falling back to default version better (<a href="https://github.com/nodkz/mongodb-memory-server/commit/8bf3d88b9214e338dc689be21494a862688d51dd">8bf3d88</a>)</li>
<li><strong>MongoBinaryDownloadUrl::translateArch:</strong> remove ia32 translation and support (<a href="https://github.com/nodkz/mongodb-memory-server/commit/a827a285e4cdfcef5431b800d1291a891a6d6013">a827a28</a>), closes <a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/638">#638</a></li>
<li><strong>MongoBinaryDownloadUrl::translatePlatform:</strong> remove translation of &quot;elementary OS&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/ca75ef5b5bc084803d99d353a1e37836fefaf671">ca75ef5</a>)</li>
<li><strong>MongoBinaryDownloadUrl::translatePlatform:</strong> remove translation of &quot;sunos&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/31060b251c53311283ebe427dad87b583d01a4e0">31060b2</a>), closes <a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/661">#661</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/nodkz/mongodb-memory-server/blob/master/CHANGELOG.md">mongodb-memory-server's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/nodkz/mongodb-memory-server/compare/v9.0.0...v9.0.1">9.0.1</a> (2023-10-12)</h2>
<h3>Fixes</h3>
<ul>
<li><strong>kill:</strong> should not try to open a connection to a not running ReplSet (<a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/811">#811</a>) (<a href="https://github.com/nodkz/mongodb-memory-server/commit/fefa86982d1c39f78bb992c22d3d8271f80615c8">fefa869</a>)</li>
</ul>
<h3>Style</h3>
<ul>
<li><strong>errors:</strong> typo &quot;Could not corece VERSION&quot; (<a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/808">#808</a>) (<a href="https://github.com/nodkz/mongodb-memory-server/commit/c1f2333c8f667ff4fa21709f481f2cd2e0712372">c1f2333</a>)</li>
</ul>
<h2><a href="https://github.com/nodkz/mongodb-memory-server/compare/v8.16.0...v9.0.0">9.0.0</a> (2023-10-06)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>
<p><strong>resolveConfig:</strong> Default binary version is now &quot;6.0.9&quot;</p>
</li>
<li>
<p><strong>DryMongoBinary:</strong> &quot;legacyHomeCache&quot; has been renamed to &quot;homeCache&quot; when using &quot;DryMongoBinary&quot; directly</p>
</li>
<li>
<p><strong>MongoMemoryReplSet:</strong> ReplSet option &quot;auth&quot; can now not be a boolean anymore, use as a object instead</p>
</li>
<li>
<p>Authentication now is only created when &quot;{ enable: true }&quot; is given
also &quot;disable&quot; has been removed</p>
</li>
<li>
<p><strong>MongoBinaryDownload:</strong> aliases for &quot;.binaryOpts.*&quot; have been removed, use &quot;.binaryOpts.option&quot; instead</p>
</li>
<li>
<p>&quot;.cleanup(boolean)&quot; is now no longer supported, use object options instead</p>
</li>
<li>
<p>&quot;.stop(boolean)&quot; is now no longer supported, use object options instead</p>
</li>
<li>
<p><strong>tsconfig:</strong> potentially breaking change upgrading &quot;target&quot; to &quot;es2020&quot; in tsconfig</p>
</li>
<li>
<p>Lowest supported NodeJS version is now 14.0</p>
</li>
<li>
<p><strong>MongoBinaryDownloadUrl::translateArch:</strong> &quot;ia32&quot; (&quot;i386&quot; / &quot;i686&quot;) are now unsupported by mongodb-memory-server</p>
</li>
<li>
<p><strong>tsconfig:</strong> potentially breaking change upgrading &quot;target&quot; to &quot;es2019&quot; in tsconfig</p>
</li>
<li>
<p><strong>MongoInstance::checkErrorInLine:</strong> potentially breaking change not removing &quot;, terminating&quot; from error</p>
</li>
<li>
<p><strong>MongoBinaryDownloadUrl::translatePlatform:</strong> potentially breaking change removing &quot;sunos&quot; from translation</p>
</li>
<li>
<p><strong>tsconfig:</strong> update &quot;target&quot; to &quot;es2019&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/df41101b978dbb31e7bf21b6b50ba35ccc68521c">df41101</a>)</p>
</li>
<li>
<p><strong>tsconfig:</strong> update &quot;target&quot; to &quot;es2020&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/ff20382397677a7693ba83884135c104cdf66c46">ff20382</a>)</p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>change authentication to only happen when &quot;enable&quot; is &quot;true&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/66a5ad3edcdfd78688637b014a1cfd5c8e8fed66">66a5ad3</a>)</li>
<li><strong>DryMongoBinary:</strong> rename &quot;legacyHomeCache&quot; to &quot;homeCache&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/eb7b691026f6511c17dddaa920228c415456c1cd">eb7b691</a>)</li>
<li>enable &quot;MD5_CHECK&quot; by default (<a href="https://github.com/nodkz/mongodb-memory-server/commit/26cc40840429412b2130e17267c5c548a3adaa1e">26cc408</a>)</li>
<li>merge &quot;EnsureInstanceError&quot; into &quot;InstanceInfoError&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/6962cbec68c7098f491b4c7c6f66b240e03a6659">6962cbe</a>)</li>
<li>merge &quot;NoSystemBinaryFoundError&quot; into &quot;BinaryNotFoundError&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/d4e4d6355696afdf71d6b4a288e180f651189d32">d4e4d63</a>)</li>
<li><strong>MongoBinaryDownload:</strong> remove aliases for &quot;binaryOpts&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/4bb342092f66fb6afb0d8e4ae10b7dc56834d6a6">4bb3420</a>)</li>
<li><strong>MongoBinaryDownloadUrl::getUbuntuVersionString:</strong> handle falling back to default version better (<a href="https://github.com/nodkz/mongodb-memory-server/commit/8bf3d88b9214e338dc689be21494a862688d51dd">8bf3d88</a>)</li>
<li><strong>MongoBinaryDownloadUrl::translateArch:</strong> remove ia32 translation and support (<a href="https://github.com/nodkz/mongodb-memory-server/commit/a827a285e4cdfcef5431b800d1291a891a6d6013">a827a28</a>), closes <a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/638">#638</a></li>
<li><strong>MongoBinaryDownloadUrl::translatePlatform:</strong> remove translation of &quot;elementary OS&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/ca75ef5b5bc084803d99d353a1e37836fefaf671">ca75ef5</a>)</li>
<li><strong>MongoBinaryDownloadUrl::translatePlatform:</strong> remove translation of &quot;sunos&quot; (<a href="https://github.com/nodkz/mongodb-memory-server/commit/31060b251c53311283ebe427dad87b583d01a4e0">31060b2</a>), closes <a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/661">#661</a></li>
<li><strong>MongoBinaryDownloadUrl:</strong> add ability to overwrite distro used (<a href="https://github.com/nodkz/mongodb-memory-server/commit/f2b1c62820159bde8d201055b8d3a0898190a2fa">f2b1c62</a>), closes <a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/753">#753</a></li>
<li><strong>MongoBinaryDownloadUrl:</strong> remove linux fallback binary (<a href="https://github.com/nodkz/mongodb-memory-server/commit/fe76b56191d9a87e1c1702af5de47b8df4b5a809">fe76b56</a>), closes <a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/761">#761</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nodkz/mongodb-memory-server/commit/8ed1bbdabd5f642d2a5828a8ec2ef852d6202a48"><code>8ed1bbd</code></a> release: v9.0.1</li>
<li><a href="https://github.com/nodkz/mongodb-memory-server/commit/fa2eb87ac80f862056b324ddd141d466e26de65e"><code>fa2eb87</code></a> release: v9.0.0</li>
<li><a href="https://github.com/nodkz/mongodb-memory-server/commit/b43391673d11fc608302780a2e370ec65dc3fd9c"><code>b433916</code></a> release: v9.0.0-beta.4</li>
<li><a href="https://github.com/nodkz/mongodb-memory-server/commit/f1503c0c9be8e67534e6d68c0cf1344bf2be6b5e"><code>f1503c0</code></a> release: v9.0.0-beta.3</li>
<li><a href="https://github.com/nodkz/mongodb-memory-server/commit/aadabee845fdeba11bdb4423b68eb85e81f151f6"><code>aadabee</code></a> release: v9.0.0-beta.2</li>
<li><a href="https://github.com/nodkz/mongodb-memory-server/commit/ed178764c75c2723162845092f5045bc162dfb22"><code>ed17876</code></a> deps(tslib): upgrade to version 2.6.2</li>
<li><a href="https://github.com/nodkz/mongodb-memory-server/commit/d2b6a23538d3a4b0723d57376fc44f50b24126c5"><code>d2b6a23</code></a> release: v9.0.0-beta.1</li>
<li><a href="https://github.com/nodkz/mongodb-memory-server/commit/e257bcdc8f847ca1fc592d5887e5a21e5bdd72b1"><code>e257bcd</code></a> Merge branch 'feature/9.0' into beta</li>
<li><a href="https://github.com/nodkz/mongodb-memory-server/commit/48cfbbf99f456a716f45e754734e3272448d1815"><code>48cfbbf</code></a> Merge branch 'master' into feature/9.0</li>
<li><a href="https://github.com/nodkz/mongodb-memory-server/commit/eb9796857d02010e50a608e728e8b20a5790fdf4"><code>eb97968</code></a> Merge branch 'master' into feature/9.0</li>
<li>Additional commits viewable in <a href="https://github.com/nodkz/mongodb-memory-server/commits/v9.0.1/packages/mongodb-memory-server">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mongodb-memory-server&package-manager=npm_and_yarn&previous-version=8.15.1&new-version=9.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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)


</details>
  • Loading branch information
dependabot[bot] authored Oct 28, 2023
1 parent 7f099f4 commit 7206733
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 247 deletions.
Loading

0 comments on commit 7206733

Please sign in to comment.