From 5068f4cea2aa8056f458246804ddcbefbd5a1aae Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 3 Jun 2025 10:03:52 +0000 Subject: [PATCH] chore(release): bump packages --- package-lock.json | 100 +++++++++--------- packages/autocomplete/package.json | 4 +- packages/browser-repl/package.json | 6 +- packages/browser-runtime-core/package.json | 10 +- .../browser-runtime-electron/package.json | 8 +- packages/cli-repl/package.json | 18 ++-- packages/connectivity-tests/package.json | 2 +- packages/e2e-tests/package.json | 4 +- packages/editor/package.json | 8 +- packages/logging/package.json | 4 +- packages/mongosh/package.json | 4 +- .../node-runtime-worker-thread/package.json | 10 +- .../service-provider-node-driver/package.json | 4 +- packages/shell-api/package.json | 4 +- packages/shell-api/src/mongosh-version.ts | 2 +- packages/shell-evaluator/package.json | 6 +- packages/snippet-manager/package.json | 6 +- packages/types/package.json | 2 +- trace-expansions.yml | 2 +- 19 files changed, 102 insertions(+), 102 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07f83a6d01..0f61d9edb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33686,11 +33686,11 @@ }, "packages/autocomplete": { "name": "@mongosh/autocomplete", - "version": "3.11.0", + "version": "3.13.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/mongodb-constants": "^0.10.1", - "@mongosh/shell-api": "^3.11.0", + "@mongosh/shell-api": "^3.13.0", "semver": "^7.5.4" }, "devDependencies": { @@ -33708,14 +33708,14 @@ }, "packages/browser-repl": { "name": "@mongosh/browser-repl", - "version": "3.11.0", + "version": "3.13.0", "license": "Apache-2.0", "dependencies": { - "@mongosh/browser-runtime-core": "^3.11.0", + "@mongosh/browser-runtime-core": "^3.13.0", "@mongosh/errors": "2.4.0", "@mongosh/history": "2.4.6", "@mongosh/i18n": "^2.13.1", - "@mongosh/node-runtime-worker-thread": "3.3.9", + "@mongosh/node-runtime-worker-thread": "3.3.11", "@mongosh/service-provider-core": "3.3.3", "numeral": "^2.0.6", "text-table": "^0.2.0" @@ -33901,19 +33901,19 @@ }, "packages/browser-runtime-core": { "name": "@mongosh/browser-runtime-core", - "version": "3.11.0", + "version": "3.13.0", "license": "Apache-2.0", "dependencies": { - "@mongosh/autocomplete": "^3.11.0", + "@mongosh/autocomplete": "^3.13.0", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/shell-api": "^3.11.0", - "@mongosh/shell-evaluator": "^3.11.0" + "@mongosh/shell-api": "^3.13.0", + "@mongosh/shell-evaluator": "^3.13.0" }, "devDependencies": { "@mongodb-js/eslint-config-mongosh": "^1.0.0", "@mongodb-js/prettier-config-devtools": "^1.0.1", "@mongodb-js/tsconfig-mongosh": "^1.0.0", - "@mongosh/types": "3.6.2", + "@mongosh/types": "3.8.0", "bson": "^6.10.3", "depcheck": "^1.4.7", "eslint": "^7.25.0", @@ -33926,18 +33926,18 @@ }, "packages/browser-runtime-electron": { "name": "@mongosh/browser-runtime-electron", - "version": "3.11.0", + "version": "3.13.0", "license": "Apache-2.0", "dependencies": { - "@mongosh/browser-runtime-core": "^3.11.0", + "@mongosh/browser-runtime-core": "^3.13.0", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/types": "3.6.2" + "@mongosh/types": "3.8.0" }, "devDependencies": { "@mongodb-js/eslint-config-mongosh": "^1.0.0", "@mongodb-js/prettier-config-devtools": "^1.0.1", "@mongodb-js/tsconfig-mongosh": "^1.0.0", - "@mongosh/service-provider-node-driver": "3.8.3", + "@mongosh/service-provider-node-driver": "3.10.0", "@types/sinon": "^7.5.1", "@types/sinon-chai": "^3.2.4", "depcheck": "^1.4.7", @@ -34115,24 +34115,24 @@ }, "packages/cli-repl": { "name": "@mongosh/cli-repl", - "version": "2.5.1", + "version": "2.5.2", "license": "Apache-2.0", "dependencies": { "@mongodb-js/devtools-proxy-support": "^0.4.2", "@mongosh/arg-parser": "^3.10.3", - "@mongosh/autocomplete": "^3.11.0", - "@mongosh/editor": "^3.11.0", + "@mongosh/autocomplete": "^3.13.0", + "@mongosh/editor": "^3.13.0", "@mongosh/errors": "2.4.0", "@mongosh/history": "2.4.6", "@mongosh/i18n": "^2.13.1", "@mongosh/js-multiline-to-singleline": "2.4.8", - "@mongosh/logging": "3.7.2", + "@mongosh/logging": "3.9.0", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/service-provider-node-driver": "3.8.3", - "@mongosh/shell-api": "^3.11.0", - "@mongosh/shell-evaluator": "^3.11.0", - "@mongosh/snippet-manager": "^3.11.0", - "@mongosh/types": "3.6.2", + "@mongosh/service-provider-node-driver": "3.10.0", + "@mongosh/shell-api": "^3.13.0", + "@mongosh/shell-evaluator": "^3.13.0", + "@mongosh/snippet-manager": "^3.13.0", + "@mongosh/types": "3.8.0", "@segment/analytics-node": "^1.3.0", "ansi-escape-sequences": "^5.1.2", "askcharacter": "^2.0.4", @@ -34218,16 +34218,16 @@ "version": "2.5.0", "license": "Apache-2.0", "devDependencies": { - "mongosh": "2.5.1" + "mongosh": "2.5.2" } }, "packages/e2e-tests": { "name": "@mongosh/e2e-tests", - "version": "3.9.2", + "version": "3.11.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/oidc-plugin": "^1.1.7", - "@mongosh/cli-repl": "2.5.1", + "@mongosh/cli-repl": "2.5.2", "@mongosh/service-provider-core": "3.3.3", "strip-ansi": "^6.0.0" }, @@ -34400,14 +34400,14 @@ }, "packages/editor": { "name": "@mongosh/editor", - "version": "3.11.0", + "version": "3.13.0", "license": "Apache-2.0", "dependencies": { "@mongosh/js-multiline-to-singleline": "2.4.8", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/shell-api": "^3.11.0", - "@mongosh/shell-evaluator": "^3.11.0", - "@mongosh/types": "3.6.2", + "@mongosh/shell-api": "^3.13.0", + "@mongosh/shell-evaluator": "^3.13.0", + "@mongosh/types": "3.8.0", "js-beautify": "^1.15.1" }, "devDependencies": { @@ -34578,14 +34578,14 @@ }, "packages/logging": { "name": "@mongosh/logging", - "version": "3.7.2", + "version": "3.9.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/device-id": "^0.2.1", "@mongodb-js/devtools-connect": "^3.4.1", "@mongosh/errors": "2.4.0", "@mongosh/history": "2.4.6", - "@mongosh/types": "3.6.2", + "@mongosh/types": "3.8.0", "mongodb-log-writer": "^2.3.1", "mongodb-redact": "^1.1.5", "native-machine-id": "^0.1.1" @@ -34732,10 +34732,10 @@ } }, "packages/mongosh": { - "version": "2.5.1", + "version": "2.5.2", "license": "Apache-2.0", "dependencies": { - "@mongosh/cli-repl": "2.5.1" + "@mongosh/cli-repl": "2.5.2" }, "bin": { "mongosh": "bin/mongosh.js" @@ -34746,7 +34746,7 @@ }, "packages/node-runtime-worker-thread": { "name": "@mongosh/node-runtime-worker-thread", - "version": "3.3.9", + "version": "3.3.11", "license": "Apache-2.0", "dependencies": { "interruptor": "^1.0.1", @@ -34758,11 +34758,11 @@ "@mongodb-js/prettier-config-devtools": "^1.0.1", "@mongodb-js/sbom-tools": "^0.7.2", "@mongodb-js/tsconfig-mongosh": "^1.0.0", - "@mongosh/browser-runtime-core": "^3.11.0", - "@mongosh/browser-runtime-electron": "^3.11.0", + "@mongosh/browser-runtime-core": "^3.13.0", + "@mongosh/browser-runtime-electron": "^3.13.0", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/service-provider-node-driver": "3.8.3", - "@mongosh/types": "3.6.2", + "@mongosh/service-provider-node-driver": "3.10.0", + "@mongosh/types": "3.8.0", "bson": "^6.10.3", "depcheck": "^1.4.7", "eslint": "^7.25.0", @@ -34804,14 +34804,14 @@ }, "packages/service-provider-node-driver": { "name": "@mongosh/service-provider-node-driver", - "version": "3.8.3", + "version": "3.10.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/devtools-connect": "^3.4.1", "@mongodb-js/oidc-plugin": "^1.1.7", "@mongosh/errors": "2.4.0", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/types": "3.6.2", + "@mongosh/types": "3.8.0", "aws4": "^1.12.0", "mongodb": "^6.16.0", "mongodb-connection-string-url": "^3.0.1", @@ -34880,7 +34880,7 @@ }, "packages/shell-api": { "name": "@mongosh/shell-api", - "version": "3.11.0", + "version": "3.13.0", "license": "Apache-2.0", "dependencies": { "@babel/core": "^7.26.10", @@ -34897,7 +34897,7 @@ "@mongodb-js/eslint-config-mongosh": "^1.0.0", "@mongodb-js/prettier-config-devtools": "^1.0.1", "@mongodb-js/tsconfig-mongosh": "^1.0.0", - "@mongosh/types": "3.6.2", + "@mongosh/types": "3.8.0", "bson": "^6.10.3", "depcheck": "^1.4.7", "eslint": "^7.25.0", @@ -34917,18 +34917,18 @@ }, "packages/shell-evaluator": { "name": "@mongosh/shell-evaluator", - "version": "3.11.0", + "version": "3.13.0", "license": "Apache-2.0", "dependencies": { "@mongosh/async-rewriter2": "2.4.8", "@mongosh/history": "2.4.6", - "@mongosh/shell-api": "^3.11.0" + "@mongosh/shell-api": "^3.13.0" }, "devDependencies": { "@mongodb-js/eslint-config-mongosh": "^1.0.0", "@mongodb-js/prettier-config-devtools": "^1.0.1", "@mongodb-js/tsconfig-mongosh": "^1.0.0", - "@mongosh/types": "3.6.2", + "@mongosh/types": "3.8.0", "@types/sinon-chai": "^3.2.4", "depcheck": "^1.4.7", "eslint": "^7.25.0", @@ -34940,13 +34940,13 @@ }, "packages/snippet-manager": { "name": "@mongosh/snippet-manager", - "version": "3.11.0", + "version": "3.13.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/devtools-proxy-support": "^0.4.2", "@mongosh/errors": "2.4.0", - "@mongosh/shell-api": "^3.11.0", - "@mongosh/types": "3.6.2", + "@mongosh/shell-api": "^3.13.0", + "@mongosh/types": "3.8.0", "bson": "^6.10.3", "cross-spawn": "^7.0.5", "escape-string-regexp": "^4.0.0", @@ -34980,7 +34980,7 @@ }, "packages/types": { "name": "@mongosh/types", - "version": "3.6.2", + "version": "3.8.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/devtools-connect": "^3.4.1" diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json index 09cce0d086..4ff5c01818 100644 --- a/packages/autocomplete/package.json +++ b/packages/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/autocomplete", - "version": "3.11.0", + "version": "3.13.0", "description": "MongoDB Shell Autocomplete Package", "homepage": "https://github.com/mongodb-js/mongosh", "license": "Apache-2.0", @@ -44,7 +44,7 @@ }, "dependencies": { "@mongodb-js/mongodb-constants": "^0.10.1", - "@mongosh/shell-api": "^3.11.0", + "@mongosh/shell-api": "^3.13.0", "semver": "^7.5.4" } } diff --git a/packages/browser-repl/package.json b/packages/browser-repl/package.json index 384d00d274..75f26fd80b 100644 --- a/packages/browser-repl/package.json +++ b/packages/browser-repl/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/browser-repl", - "version": "3.11.0", + "version": "3.13.0", "description": "Browser presentation component for Mongo Shell", "engines": { "node": ">=14.15.1" @@ -57,11 +57,11 @@ ] }, "dependencies": { - "@mongosh/browser-runtime-core": "^3.11.0", + "@mongosh/browser-runtime-core": "^3.13.0", "@mongosh/errors": "2.4.0", "@mongosh/history": "2.4.6", "@mongosh/i18n": "^2.13.1", - "@mongosh/node-runtime-worker-thread": "3.3.9", + "@mongosh/node-runtime-worker-thread": "3.3.11", "@mongosh/service-provider-core": "3.3.3", "numeral": "^2.0.6", "text-table": "^0.2.0" diff --git a/packages/browser-runtime-core/package.json b/packages/browser-runtime-core/package.json index 1cc7103e74..e0157b3de5 100644 --- a/packages/browser-runtime-core/package.json +++ b/packages/browser-runtime-core/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/browser-runtime-core", - "version": "3.11.0", + "version": "3.13.0", "description": "Mongosh browser runtime core", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -41,7 +41,7 @@ "@mongodb-js/eslint-config-mongosh": "^1.0.0", "@mongodb-js/prettier-config-devtools": "^1.0.1", "@mongodb-js/tsconfig-mongosh": "^1.0.0", - "@mongosh/types": "3.6.2", + "@mongosh/types": "3.8.0", "bson": "^6.10.3", "depcheck": "^1.4.7", "eslint": "^7.25.0", @@ -49,9 +49,9 @@ "rimraf": "^3.0.2" }, "dependencies": { - "@mongosh/autocomplete": "^3.11.0", + "@mongosh/autocomplete": "^3.13.0", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/shell-api": "^3.11.0", - "@mongosh/shell-evaluator": "^3.11.0" + "@mongosh/shell-api": "^3.13.0", + "@mongosh/shell-evaluator": "^3.13.0" } } diff --git a/packages/browser-runtime-electron/package.json b/packages/browser-runtime-electron/package.json index c63cff8171..f258dd4f31 100644 --- a/packages/browser-runtime-electron/package.json +++ b/packages/browser-runtime-electron/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/browser-runtime-electron", - "version": "3.11.0", + "version": "3.13.0", "description": "Mongosh browser runtime electron", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -41,7 +41,7 @@ "@mongodb-js/eslint-config-mongosh": "^1.0.0", "@mongodb-js/prettier-config-devtools": "^1.0.1", "@mongodb-js/tsconfig-mongosh": "^1.0.0", - "@mongosh/service-provider-node-driver": "3.8.3", + "@mongosh/service-provider-node-driver": "3.10.0", "@types/sinon": "^7.5.1", "@types/sinon-chai": "^3.2.4", "depcheck": "^1.4.7", @@ -50,8 +50,8 @@ "rimraf": "^3.0.2" }, "dependencies": { - "@mongosh/browser-runtime-core": "^3.11.0", + "@mongosh/browser-runtime-core": "^3.13.0", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/types": "3.6.2" + "@mongosh/types": "3.8.0" } } diff --git a/packages/cli-repl/package.json b/packages/cli-repl/package.json index 2fcf36b518..d101840542 100644 --- a/packages/cli-repl/package.json +++ b/packages/cli-repl/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/cli-repl", - "version": "2.5.1", + "version": "2.5.2", "description": "MongoDB Shell CLI REPL Package", "homepage": "https://github.com/mongodb-js/mongosh", "author": "Compass Team ", @@ -64,19 +64,19 @@ "dependencies": { "@mongodb-js/devtools-proxy-support": "^0.4.2", "@mongosh/arg-parser": "^3.10.3", - "@mongosh/autocomplete": "^3.11.0", - "@mongosh/editor": "^3.11.0", + "@mongosh/autocomplete": "^3.13.0", + "@mongosh/editor": "^3.13.0", "@mongosh/errors": "2.4.0", "@mongosh/history": "2.4.6", "@mongosh/i18n": "^2.13.1", "@mongosh/js-multiline-to-singleline": "2.4.8", - "@mongosh/logging": "3.7.2", + "@mongosh/logging": "3.9.0", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/service-provider-node-driver": "3.8.3", - "@mongosh/shell-api": "^3.11.0", - "@mongosh/shell-evaluator": "^3.11.0", - "@mongosh/snippet-manager": "^3.11.0", - "@mongosh/types": "3.6.2", + "@mongosh/service-provider-node-driver": "3.10.0", + "@mongosh/shell-api": "^3.13.0", + "@mongosh/shell-evaluator": "^3.13.0", + "@mongosh/snippet-manager": "^3.13.0", + "@mongosh/types": "3.8.0", "@segment/analytics-node": "^1.3.0", "ansi-escape-sequences": "^5.1.2", "askcharacter": "^2.0.4", diff --git a/packages/connectivity-tests/package.json b/packages/connectivity-tests/package.json index bef6d5d544..31df35114a 100644 --- a/packages/connectivity-tests/package.json +++ b/packages/connectivity-tests/package.json @@ -11,7 +11,7 @@ "test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci" }, "devDependencies": { - "mongosh": "2.5.1" + "mongosh": "2.5.2" }, "mongosh": { "unitTestsOnly": true, diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json index b676696be7..626c588945 100644 --- a/packages/e2e-tests/package.json +++ b/packages/e2e-tests/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/e2e-tests", - "version": "3.9.2", + "version": "3.11.0", "private": true, "description": "MongoDB Shell E2E Tests Package", "homepage": "https://github.com/mongodb-js/mongosh", @@ -27,7 +27,7 @@ "node": ">=16.15.0" }, "dependencies": { - "@mongosh/cli-repl": "2.5.1", + "@mongosh/cli-repl": "2.5.2", "@mongosh/service-provider-core": "3.3.3", "@mongodb-js/oidc-plugin": "^1.1.7", "strip-ansi": "^6.0.0" diff --git a/packages/editor/package.json b/packages/editor/package.json index 7d5aff8196..175206b77f 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/editor", - "version": "3.11.0", + "version": "3.13.0", "description": "MongoDB Shell External Editor", "main": "./lib/index.js", "repository": { @@ -37,9 +37,9 @@ "dependencies": { "@mongosh/js-multiline-to-singleline": "2.4.8", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/shell-api": "^3.11.0", - "@mongosh/shell-evaluator": "^3.11.0", - "@mongosh/types": "3.6.2", + "@mongosh/shell-api": "^3.13.0", + "@mongosh/shell-evaluator": "^3.13.0", + "@mongosh/types": "3.8.0", "js-beautify": "^1.15.1" }, "devDependencies": { diff --git a/packages/logging/package.json b/packages/logging/package.json index ccaa1ce128..dec31a0bbc 100644 --- a/packages/logging/package.json +++ b/packages/logging/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/logging", - "version": "3.7.2", + "version": "3.9.0", "description": "MongoDB Shell Logging Utilities Package", "homepage": "https://github.com/mongodb-js/mongosh", "license": "Apache-2.0", @@ -21,7 +21,7 @@ "@mongodb-js/devtools-connect": "^3.4.1", "@mongosh/errors": "2.4.0", "@mongosh/history": "2.4.6", - "@mongosh/types": "3.6.2", + "@mongosh/types": "3.8.0", "mongodb-log-writer": "^2.3.1", "mongodb-redact": "^1.1.5", "native-machine-id": "^0.1.1" diff --git a/packages/mongosh/package.json b/packages/mongosh/package.json index 6d398c8302..561e870904 100644 --- a/packages/mongosh/package.json +++ b/packages/mongosh/package.json @@ -1,6 +1,6 @@ { "name": "mongosh", - "version": "2.5.1", + "version": "2.5.2", "description": "MongoDB Shell CLI REPL", "keywords": [ "mongosh", @@ -39,6 +39,6 @@ "variants": [] }, "dependencies": { - "@mongosh/cli-repl": "2.5.1" + "@mongosh/cli-repl": "2.5.2" } } diff --git a/packages/node-runtime-worker-thread/package.json b/packages/node-runtime-worker-thread/package.json index af92828e5a..2a8c15c970 100644 --- a/packages/node-runtime-worker-thread/package.json +++ b/packages/node-runtime-worker-thread/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/node-runtime-worker-thread", - "version": "3.3.9", + "version": "3.3.11", "description": "MongoDB shell runtime that lives in a worker thread", "homepage": "https://github.com/mongodb-js/mongosh", "license": "Apache-2.0", @@ -40,11 +40,11 @@ "@mongodb-js/prettier-config-devtools": "^1.0.1", "@mongodb-js/sbom-tools": "^0.7.2", "@mongodb-js/tsconfig-mongosh": "^1.0.0", - "@mongosh/browser-runtime-core": "^3.11.0", - "@mongosh/browser-runtime-electron": "^3.11.0", + "@mongosh/browser-runtime-core": "^3.13.0", + "@mongosh/browser-runtime-electron": "^3.13.0", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/service-provider-node-driver": "3.8.3", - "@mongosh/types": "3.6.2", + "@mongosh/service-provider-node-driver": "3.10.0", + "@mongosh/types": "3.8.0", "bson": "^6.10.3", "depcheck": "^1.4.7", "eslint": "^7.25.0", diff --git a/packages/service-provider-node-driver/package.json b/packages/service-provider-node-driver/package.json index a29556ed9b..a16f81c499 100644 --- a/packages/service-provider-node-driver/package.json +++ b/packages/service-provider-node-driver/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/service-provider-node-driver", - "version": "3.8.3", + "version": "3.10.0", "description": "MongoDB Shell Server Service Provider Package", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -51,7 +51,7 @@ "@mongodb-js/oidc-plugin": "^1.1.7", "@mongosh/errors": "2.4.0", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/types": "3.6.2", + "@mongosh/types": "3.8.0", "aws4": "^1.12.0", "mongodb": "^6.16.0", "mongodb-connection-string-url": "^3.0.1", diff --git a/packages/shell-api/package.json b/packages/shell-api/package.json index 302c897adb..461858c2cf 100644 --- a/packages/shell-api/package.json +++ b/packages/shell-api/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/shell-api", - "version": "3.11.0", + "version": "3.13.0", "description": "MongoDB Shell API Classes Package", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -65,7 +65,7 @@ "@mongodb-js/eslint-config-mongosh": "^1.0.0", "@mongodb-js/prettier-config-devtools": "^1.0.1", "@mongodb-js/tsconfig-mongosh": "^1.0.0", - "@mongosh/types": "3.6.2", + "@mongosh/types": "3.8.0", "bson": "^6.10.3", "depcheck": "^1.4.7", "eslint": "^7.25.0", diff --git a/packages/shell-api/src/mongosh-version.ts b/packages/shell-api/src/mongosh-version.ts index 16b96db040..08810cc5b3 100644 --- a/packages/shell-api/src/mongosh-version.ts +++ b/packages/shell-api/src/mongosh-version.ts @@ -4,4 +4,4 @@ **/ /** Current mongosh cli-repl version. */ -export const MONGOSH_VERSION = '2.5.1'; +export const MONGOSH_VERSION = '2.5.2'; diff --git a/packages/shell-evaluator/package.json b/packages/shell-evaluator/package.json index 9cf9a6cd91..3f31aaa61a 100644 --- a/packages/shell-evaluator/package.json +++ b/packages/shell-evaluator/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/shell-evaluator", - "version": "3.11.0", + "version": "3.13.0", "description": "MongoDB Top Level API Package", "main": "./lib/index.js", "scripts": { @@ -38,7 +38,7 @@ "@mongodb-js/eslint-config-mongosh": "^1.0.0", "@mongodb-js/prettier-config-devtools": "^1.0.1", "@mongodb-js/tsconfig-mongosh": "^1.0.0", - "@mongosh/types": "3.6.2", + "@mongosh/types": "3.8.0", "@types/sinon-chai": "^3.2.4", "depcheck": "^1.4.7", "eslint": "^7.25.0", @@ -47,6 +47,6 @@ "dependencies": { "@mongosh/async-rewriter2": "2.4.8", "@mongosh/history": "2.4.6", - "@mongosh/shell-api": "^3.11.0" + "@mongosh/shell-api": "^3.13.0" } } diff --git a/packages/snippet-manager/package.json b/packages/snippet-manager/package.json index bc8ac1c8dd..a5cc834633 100644 --- a/packages/snippet-manager/package.json +++ b/packages/snippet-manager/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/snippet-manager", - "version": "3.11.0", + "version": "3.13.0", "description": "MongoDB Shell Snippet Manager", "main": "./lib/index.js", "repository": { @@ -37,8 +37,8 @@ "dependencies": { "@mongodb-js/devtools-proxy-support": "^0.4.2", "@mongosh/errors": "2.4.0", - "@mongosh/shell-api": "^3.11.0", - "@mongosh/types": "3.6.2", + "@mongosh/shell-api": "^3.13.0", + "@mongosh/types": "3.8.0", "bson": "^6.10.3", "cross-spawn": "^7.0.5", "escape-string-regexp": "^4.0.0", diff --git a/packages/types/package.json b/packages/types/package.json index 36a05e83e8..ad75e3bbd3 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@mongosh/types", - "version": "3.6.2", + "version": "3.8.0", "description": "Types for mongosh internals", "author": "Anna Henningsen ", "homepage": "https://github.com/mongodb-js/mongosh/tree/main/packages/types#readme", diff --git a/trace-expansions.yml b/trace-expansions.yml index b319048e3e..431cda2dfa 100644 --- a/trace-expansions.yml +++ b/trace-expansions.yml @@ -1 +1 @@ -release_version: "2.5.1" +release_version: "2.5.2"