Skip to content

Commit 0c126bd

Browse files
release: v11.0.0-beta.1
1 parent 8f6c029 commit 0c126bd

File tree

6 files changed

+54
-9
lines changed

6 files changed

+54
-9
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
## [11.0.0-beta.1](https://github.com/typegoose/mongodb-memory-server/compare/v10.4.0...v11.0.0-beta.1) (2025-12-03)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* **tsconfig:** potentially breaking change upgrading "target" to "es2023" in tsconfig
6+
* **MongoBinaryDownloadUrl:** Removed support for mongodb version below 4.2.0
7+
* Remove "-global-4.0" package as it is now unsupported by the mongodb driver
8+
* Lowest supported NodeJS version is now 20.19.0
9+
10+
* **tsconfig:** update "target" to "es2023" ([391da3d](https://github.com/typegoose/mongodb-memory-server/commit/391da3dc4f03cbca2c4fbbef5949d395b799c050))
11+
12+
### Features
13+
14+
* **MongoBinaryDownloadUrl:** drop support for mongod versions below 4.2.0 ([c4e6cf1](https://github.com/typegoose/mongodb-memory-server/commit/c4e6cf1792d79317e04360ea086eb8ecef8ebe0d)), closes [#894](https://github.com/typegoose/mongodb-memory-server/issues/894)
15+
* remove "mongodb-memory-server-global-4.0" ([9cf7211](https://github.com/typegoose/mongodb-memory-server/commit/9cf7211e132ac7d7c95cf34e6eb6496033d31dca))
16+
* set lowest supported nodejs version to 20.19.0 ([5c31896](https://github.com/typegoose/mongodb-memory-server/commit/5c3189697fc0f76015407f4cf9a675dbc01c9214))
17+
18+
### Style
19+
20+
* migrate to eslint flat config ([5a0e75c](https://github.com/typegoose/mongodb-memory-server/commit/5a0e75c6970c51f5ec6241c036299bdccaddb07d))
21+
22+
### Dependencies
23+
24+
* **mongodb:** upgrade to 7.0.0 ([8430483](https://github.com/typegoose/mongodb-memory-server/commit/8430483de3a4a239a969308fcb7799d39bc1887d))
25+
26+
### Dev-Dependencies
27+
28+
* **@types/jest:** upgrade to 30.0.0 ([0bd9079](https://github.com/typegoose/mongodb-memory-server/commit/0bd9079c1d2a800f683dbdd3a1eb9400973a30d2))
29+
* **@types/node:** upgrade to version 24.10.0 ([a42df53](https://github.com/typegoose/mongodb-memory-server/commit/a42df5357b48068b81b4291099ad4b4166964a61))
30+
* **@typescript-eslint/*:** upgrade to 7.18.0 ([b6c462c](https://github.com/typegoose/mongodb-memory-server/commit/b6c462cce8c3d39a20cc34843eed192cc91796eb))
31+
* **@typescript-eslint/*:** upgrade to 8.31.1 ([945c0ed](https://github.com/typegoose/mongodb-memory-server/commit/945c0ed9e1d30d950dcb96e7d8e0e8555d248ba4))
32+
* **commitlint:** upgrade to 20.1.0 ([097237c](https://github.com/typegoose/mongodb-memory-server/commit/097237cb4ef1c46568b472e11f96a2fda7049e1c))
33+
* **cross-env:** drop seemingly unused dependency ([c1d0cdb](https://github.com/typegoose/mongodb-memory-server/commit/c1d0cdb796afb073019d9f67877f7be7e04d4b6a))
34+
* **eslint-config-prettier:** upgrade to 10.1.2 ([0114ef2](https://github.com/typegoose/mongodb-memory-server/commit/0114ef2dd49b1f31e21766781d670177fea58649))
35+
* **eslint:** upgrade to 9.25.1 ([c8f5b26](https://github.com/typegoose/mongodb-memory-server/commit/c8f5b2609d83dedbeeb9a4a97b24c6aaed0f4ace))
36+
* **eslint:** upgrade to 9.39.1 ([e496a19](https://github.com/typegoose/mongodb-memory-server/commit/e496a19accf1aafe1ce4d506dc7ce8395dcd3a3d))
37+
* **husky:** upgrade to 9.1.7 ([ce6b910](https://github.com/typegoose/mongodb-memory-server/commit/ce6b910f5372441b4b849f590d6e2b909ca6025e))
38+
* **jest:** upgrade to 30.2.0 ([79a876a](https://github.com/typegoose/mongodb-memory-server/commit/79a876a49a2c430b994cb2179d141c176c906fa7))
39+
* **lint-staged:** upgrade to 15.5.1 ([e2025ec](https://github.com/typegoose/mongodb-memory-server/commit/e2025ecd5520d808d4f24bb259f5d0514624512b))
40+
* **lint-staged:** upgrade to 16.2.7 ([1ea41e2](https://github.com/typegoose/mongodb-memory-server/commit/1ea41e23e3cf4a5643f152853ada76004bbb3dc5))
41+
* **rimraf:** upgrade to 6.1.2 ([5d02ca1](https://github.com/typegoose/mongodb-memory-server/commit/5d02ca1cf268397f0bcbcb45f683fe963cf40d82))
42+
* **typedoc:** upgrade to 0.28.15 ([0df2ded](https://github.com/typegoose/mongodb-memory-server/commit/0df2dedd833bfa0b5996c0704d9c5335c2de3f97))
43+
* **typescript-eslint:** upgrade to 8.48.1 ([4aa9322](https://github.com/typegoose/mongodb-memory-server/commit/4aa9322b4ad869bb0b2f0c60ebd4d1441d5bcd35))
44+
* **typescript:** upgrade to version 5.9.3 ([0acffcd](https://github.com/typegoose/mongodb-memory-server/commit/0acffcde199b518fdbe79e5ca194c09640424557))
45+
146
## [10.4.0](https://github.com/typegoose/mongodb-memory-server/compare/v10.3.0...v10.4.0) (2025-12-03)
247

348
### Features

packages/mongodb-memory-server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-core",
3-
"version": "10.4.0",
3+
"version": "11.0.0-beta.1",
44
"description": "MongoDB Server for testing (core package, without autodownload). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.",
55
"main": "lib/index",
66
"types": "lib/index.d.ts",

packages/mongodb-memory-server-global-4.2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-4.2",
3-
"version": "10.4.0",
3+
"version": "11.0.0-beta.1",
44
"mongodb_version": "4.2.25",
55
"description": "MongoDB Server for testing (auto-download 4.2 version to ~/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -29,7 +29,7 @@
2929
"provenance": true
3030
},
3131
"dependencies": {
32-
"mongodb-memory-server-core": "10.4.0",
32+
"mongodb-memory-server-core": "11.0.0-beta.1",
3333
"tslib": "^2.8.1"
3434
},
3535
"scripts": {

packages/mongodb-memory-server-global-4.4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-4.4",
3-
"version": "10.4.0",
3+
"version": "11.0.0-beta.1",
44
"mongodb_version": "4.4.29",
55
"description": "MongoDB Server for testing (auto-download 4.4 version to ~/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -29,7 +29,7 @@
2929
"provenance": true
3030
},
3131
"dependencies": {
32-
"mongodb-memory-server-core": "10.4.0",
32+
"mongodb-memory-server-core": "11.0.0-beta.1",
3333
"tslib": "^2.8.1"
3434
},
3535
"scripts": {

packages/mongodb-memory-server-global/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global",
3-
"version": "10.4.0",
3+
"version": "11.0.0-beta.1",
44
"description": "MongoDB Server for testing (auto-download latest version to ~/.cache/mongodb-binaries).",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -28,7 +28,7 @@
2828
"provenance": true
2929
},
3030
"dependencies": {
31-
"mongodb-memory-server-core": "10.4.0",
31+
"mongodb-memory-server-core": "11.0.0-beta.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"scripts": {

packages/mongodb-memory-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server",
3-
"version": "10.4.0",
3+
"version": "11.0.0-beta.1",
44
"description": "MongoDB Server for testing (auto-download latest version). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -28,7 +28,7 @@
2828
"provenance": true
2929
},
3030
"dependencies": {
31-
"mongodb-memory-server-core": "10.4.0",
31+
"mongodb-memory-server-core": "11.0.0-beta.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"scripts": {

0 commit comments

Comments
 (0)