Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): merge changes from mongosh@2.4.0 #2380

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 83 additions & 83 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/arg-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/arg-parser",
"version": "3.2.0",
"version": "3.4.0",
"description": "MongoDB Shell CLI Argument List Parser Package",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@mongosh/errors": "2.4.0",
"@mongosh/i18n": "2.6.0",
"@mongosh/i18n": "2.8.0",
"mongodb-connection-string-url": "^3.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/async-rewriter2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/async-rewriter2",
"version": "2.4.2",
"version": "2.4.4",
"description": "MongoDB Shell Async Rewriter Package",
"main": "./lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/autocomplete",
"version": "3.2.0",
"version": "3.4.0",
"description": "MongoDB Shell Autocomplete Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@mongodb-js/mongodb-constants": "^0.10.1",
"@mongosh/shell-api": "3.2.0",
"@mongosh/shell-api": "3.4.0",
"semver": "^7.5.4"
}
}
12 changes: 6 additions & 6 deletions packages/browser-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-repl",
"version": "3.2.0",
"version": "3.4.0",
"description": "Browser presentation component for Mongo Shell",
"engines": {
"node": ">=14.15.1"
Expand Down Expand Up @@ -56,12 +56,12 @@
]
},
"dependencies": {
"@mongosh/browser-runtime-core": "3.2.0",
"@mongosh/browser-runtime-core": "3.4.0",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.2",
"@mongosh/i18n": "2.6.0",
"@mongosh/node-runtime-worker-thread": "3.0.2",
"@mongosh/service-provider-core": "3.0.2",
"@mongosh/history": "2.4.4",
"@mongosh/i18n": "2.8.0",
"@mongosh/node-runtime-worker-thread": "3.2.0",
"@mongosh/service-provider-core": "3.0.4",
"numeral": "^2.0.6",
"text-table": "^0.2.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/browser-runtime-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-runtime-core",
"version": "3.2.0",
"version": "3.4.0",
"description": "Mongosh browser runtime core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,17 +41,17 @@
"@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.2.0",
"@mongosh/types": "3.4.0",
"bson": "^6.10.3",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/autocomplete": "3.2.0",
"@mongosh/service-provider-core": "3.0.2",
"@mongosh/shell-api": "3.2.0",
"@mongosh/shell-evaluator": "3.2.0"
"@mongosh/autocomplete": "3.4.0",
"@mongosh/service-provider-core": "3.0.4",
"@mongosh/shell-api": "3.4.0",
"@mongosh/shell-evaluator": "3.4.0"
}
}
10 changes: 5 additions & 5 deletions packages/browser-runtime-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-runtime-electron",
"version": "3.2.0",
"version": "3.4.0",
"description": "Mongosh browser runtime electron",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -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.2.0",
"@mongosh/service-provider-node-driver": "3.4.0",
"@types/sinon": "^7.5.1",
"@types/sinon-chai": "^3.2.4",
"depcheck": "^1.4.7",
Expand All @@ -50,8 +50,8 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/browser-runtime-core": "3.2.0",
"@mongosh/service-provider-core": "3.0.2",
"@mongosh/types": "3.2.0"
"@mongosh/browser-runtime-core": "3.4.0",
"@mongosh/service-provider-core": "3.0.4",
"@mongosh/types": "3.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/build",
"version": "3.0.2",
"version": "3.2.0",
"private": true,
"description": "MongoDB Shell Build Tools",
"main": "lib/index.js",
Expand Down
28 changes: 14 additions & 14 deletions packages/cli-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/cli-repl",
"version": "2.3.9",
"version": "2.4.0",
"description": "MongoDB Shell CLI REPL Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"author": "Compass Team <compass@mongodb.com>",
Expand Down Expand Up @@ -63,20 +63,20 @@
},
"dependencies": {
"@mongodb-js/devtools-proxy-support": "^0.4.2",
"@mongosh/arg-parser": "3.2.0",
"@mongosh/autocomplete": "3.2.0",
"@mongosh/editor": "3.2.0",
"@mongosh/arg-parser": "3.4.0",
"@mongosh/autocomplete": "3.4.0",
"@mongosh/editor": "3.4.0",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.2",
"@mongosh/i18n": "2.6.0",
"@mongosh/js-multiline-to-singleline": "2.4.2",
"@mongosh/logging": "3.2.0",
"@mongosh/service-provider-core": "3.0.2",
"@mongosh/service-provider-node-driver": "3.2.0",
"@mongosh/shell-api": "3.2.0",
"@mongosh/shell-evaluator": "3.2.0",
"@mongosh/snippet-manager": "3.2.0",
"@mongosh/types": "3.2.0",
"@mongosh/history": "2.4.4",
"@mongosh/i18n": "2.8.0",
"@mongosh/js-multiline-to-singleline": "2.4.4",
"@mongosh/logging": "3.4.0",
"@mongosh/service-provider-core": "3.0.4",
"@mongosh/service-provider-node-driver": "3.4.0",
"@mongosh/shell-api": "3.4.0",
"@mongosh/shell-evaluator": "3.4.0",
"@mongosh/snippet-manager": "3.4.0",
"@mongosh/types": "3.4.0",
"@segment/analytics-node": "^1.3.0",
"ansi-escape-sequences": "^5.1.2",
"askcharacter": "^2.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/connectivity-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/connectivity-tests",
"version": "2.4.0",
"version": "2.4.2",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci"
},
"devDependencies": {
"mongosh": "2.3.9"
"mongosh": "2.4.0"
},
"mongosh": {
"unitTestsOnly": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/e2e-tests",
"version": "3.2.0",
"version": "3.4.0",
"private": true,
"description": "MongoDB Shell E2E Tests Package",
"homepage": "https://github.com/mongodb-js/mongosh",
Expand All @@ -27,8 +27,8 @@
"node": ">=16.15.0"
},
"dependencies": {
"@mongosh/cli-repl": "2.3.9",
"@mongosh/service-provider-core": "3.0.2",
"@mongosh/cli-repl": "2.4.0",
"@mongosh/service-provider-core": "3.0.4",
"@mongodb-js/oidc-plugin": "^1.1.5",
"strip-ansi": "^6.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/editor",
"version": "3.2.0",
"version": "3.4.0",
"description": "MongoDB Shell External Editor",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -35,11 +35,11 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/js-multiline-to-singleline": "2.4.2",
"@mongosh/service-provider-core": "3.0.2",
"@mongosh/shell-api": "3.2.0",
"@mongosh/shell-evaluator": "3.2.0",
"@mongosh/types": "3.2.0",
"@mongosh/js-multiline-to-singleline": "2.4.4",
"@mongosh/service-provider-core": "3.0.4",
"@mongosh/shell-api": "3.4.0",
"@mongosh/shell-evaluator": "3.4.0",
"@mongosh/types": "3.4.0",
"js-beautify": "^1.15.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/history",
"version": "2.4.2",
"version": "2.4.4",
"description": "MongoDB Shell History Package",
"main": "./lib/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/i18n",
"version": "2.6.0",
"version": "2.8.0",
"description": "MongoDB Shell i18n Project",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/java-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/java-shell",
"version": "2.4.2",
"version": "2.4.4",
"private": true,
"description": "Java application that uses mongosh-shell-api node module and MongoDB java driver to run mongo shell on JVM",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/js-multiline-to-singleline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/js-multiline-to-singleline",
"version": "2.4.2",
"version": "2.4.4",
"description": "Make multiline JS into a single line",
"main": "./lib/index.js",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/logging",
"version": "3.2.0",
"version": "3.4.0",
"description": "MongoDB Shell Logging Utilities Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"@mongodb-js/devtools-connect": "^3.4.1",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.2",
"@mongosh/types": "3.2.0",
"@mongosh/history": "2.4.4",
"@mongosh/types": "3.4.0",
"mongodb-log-writer": "^2.3.1",
"mongodb-redact": "^1.1.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mongosh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongosh",
"version": "2.3.9",
"version": "2.4.0",
"description": "MongoDB Shell CLI REPL",
"keywords": [
"mongosh",
Expand Down Expand Up @@ -39,6 +39,6 @@
"variants": []
},
"dependencies": {
"@mongosh/cli-repl": "2.3.9"
"@mongosh/cli-repl": "2.4.0"
}
}
12 changes: 6 additions & 6 deletions packages/node-runtime-worker-thread/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/node-runtime-worker-thread",
"version": "3.0.2",
"version": "3.2.0",
"description": "MongoDB shell runtime that lives in a worker thread",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,11 +37,11 @@
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/browser-runtime-core": "3.2.0",
"@mongosh/browser-runtime-electron": "3.2.0",
"@mongosh/service-provider-core": "3.0.2",
"@mongosh/service-provider-node-driver": "3.2.0",
"@mongosh/types": "3.2.0",
"@mongosh/browser-runtime-core": "3.4.0",
"@mongosh/browser-runtime-electron": "3.4.0",
"@mongosh/service-provider-core": "3.0.4",
"@mongosh/service-provider-node-driver": "3.4.0",
"@mongosh/types": "3.4.0",
"bson": "^6.10.3",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/service-provider-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/service-provider-core",
"version": "3.0.2",
"version": "3.0.4",
"description": "MongoDB Shell Core Service Provider Package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/service-provider-node-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/service-provider-node-driver",
"version": "3.2.0",
"version": "3.4.0",
"description": "MongoDB Shell Server Service Provider Package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -50,8 +50,8 @@
"@mongodb-js/devtools-connect": "^3.4.1",
"@mongodb-js/oidc-plugin": "^1.1.5",
"@mongosh/errors": "2.4.0",
"@mongosh/service-provider-core": "3.0.2",
"@mongosh/types": "3.2.0",
"@mongosh/service-provider-core": "3.0.4",
"@mongosh/types": "3.4.0",
"aws4": "^1.12.0",
"mongodb": "^6.13.0",
"mongodb-connection-string-url": "^3.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/shell-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/shell-api",
"version": "3.2.0",
"version": "3.4.0",
"description": "MongoDB Shell API Classes Package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -40,18 +40,18 @@
"build"
],
"dependencies": {
"@mongosh/arg-parser": "3.2.0",
"@mongosh/arg-parser": "3.4.0",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.2",
"@mongosh/i18n": "2.6.0",
"@mongosh/service-provider-core": "3.0.2",
"@mongosh/history": "2.4.4",
"@mongosh/i18n": "2.8.0",
"@mongosh/service-provider-core": "3.0.4",
"mongodb-redact": "^1.1.5"
},
"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.2.0",
"@mongosh/types": "3.4.0",
"bson": "^6.10.3",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-api/src/mongosh-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
**/

/** Current mongosh cli-repl version. */
export const MONGOSH_VERSION = '2.3.9';
export const MONGOSH_VERSION = '2.4.0';
Loading
Loading