Skip to content

Commit 27df951

Browse files
author
Ubuntu
committedFeb 20, 2025·
chore(release): bump packages
1 parent df27287 commit 27df951

File tree

28 files changed

+168
-168
lines changed

28 files changed

+168
-168
lines changed
 

‎package-lock.json

+83-83
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/arg-parser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/arg-parser",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "MongoDB Shell CLI Argument List Parser Package",
55
"main": "./lib/index.js",
66
"repository": {
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@mongosh/errors": "2.4.0",
39-
"@mongosh/i18n": "2.6.0",
39+
"@mongosh/i18n": "2.8.0",
4040
"mongodb-connection-string-url": "^3.0.1"
4141
},
4242
"devDependencies": {

‎packages/async-rewriter2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/async-rewriter2",
3-
"version": "2.4.2",
3+
"version": "2.4.4",
44
"description": "MongoDB Shell Async Rewriter Package",
55
"main": "./lib/index.js",
66
"scripts": {

‎packages/autocomplete/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/autocomplete",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "MongoDB Shell Autocomplete Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@mongodb-js/mongodb-constants": "^0.10.1",
47-
"@mongosh/shell-api": "3.2.0",
47+
"@mongosh/shell-api": "3.4.0",
4848
"semver": "^7.5.4"
4949
}
5050
}

‎packages/browser-repl/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-repl",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "Browser presentation component for Mongo Shell",
55
"engines": {
66
"node": ">=14.15.1"
@@ -56,12 +56,12 @@
5656
]
5757
},
5858
"dependencies": {
59-
"@mongosh/browser-runtime-core": "3.2.0",
59+
"@mongosh/browser-runtime-core": "3.4.0",
6060
"@mongosh/errors": "2.4.0",
61-
"@mongosh/history": "2.4.2",
62-
"@mongosh/i18n": "2.6.0",
63-
"@mongosh/node-runtime-worker-thread": "3.0.2",
64-
"@mongosh/service-provider-core": "3.0.2",
61+
"@mongosh/history": "2.4.4",
62+
"@mongosh/i18n": "2.8.0",
63+
"@mongosh/node-runtime-worker-thread": "3.2.0",
64+
"@mongosh/service-provider-core": "3.0.4",
6565
"numeral": "^2.0.6",
6666
"text-table": "^0.2.0"
6767
},

‎packages/browser-runtime-core/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-core",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "Mongosh browser runtime core",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -41,17 +41,17 @@
4141
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4242
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4343
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
44-
"@mongosh/types": "3.2.0",
44+
"@mongosh/types": "3.4.0",
4545
"bson": "^6.10.3",
4646
"depcheck": "^1.4.7",
4747
"eslint": "^7.25.0",
4848
"prettier": "^2.8.8",
4949
"rimraf": "^3.0.2"
5050
},
5151
"dependencies": {
52-
"@mongosh/autocomplete": "3.2.0",
53-
"@mongosh/service-provider-core": "3.0.2",
54-
"@mongosh/shell-api": "3.2.0",
55-
"@mongosh/shell-evaluator": "3.2.0"
52+
"@mongosh/autocomplete": "3.4.0",
53+
"@mongosh/service-provider-core": "3.0.4",
54+
"@mongosh/shell-api": "3.4.0",
55+
"@mongosh/shell-evaluator": "3.4.0"
5656
}
5757
}

‎packages/browser-runtime-electron/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-electron",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "Mongosh browser runtime electron",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -41,7 +41,7 @@
4141
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4242
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4343
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
44-
"@mongosh/service-provider-node-driver": "3.2.0",
44+
"@mongosh/service-provider-node-driver": "3.4.0",
4545
"@types/sinon": "^7.5.1",
4646
"@types/sinon-chai": "^3.2.4",
4747
"depcheck": "^1.4.7",
@@ -50,8 +50,8 @@
5050
"rimraf": "^3.0.2"
5151
},
5252
"dependencies": {
53-
"@mongosh/browser-runtime-core": "3.2.0",
54-
"@mongosh/service-provider-core": "3.0.2",
55-
"@mongosh/types": "3.2.0"
53+
"@mongosh/browser-runtime-core": "3.4.0",
54+
"@mongosh/service-provider-core": "3.0.4",
55+
"@mongosh/types": "3.4.0"
5656
}
5757
}

‎packages/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/build",
3-
"version": "3.0.2",
3+
"version": "3.2.0",
44
"private": true,
55
"description": "MongoDB Shell Build Tools",
66
"main": "lib/index.js",

‎packages/cli-repl/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/cli-repl",
3-
"version": "2.3.9",
3+
"version": "2.4.0",
44
"description": "MongoDB Shell CLI REPL Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"author": "Compass Team <compass@mongodb.com>",
@@ -63,20 +63,20 @@
6363
},
6464
"dependencies": {
6565
"@mongodb-js/devtools-proxy-support": "^0.4.2",
66-
"@mongosh/arg-parser": "3.2.0",
67-
"@mongosh/autocomplete": "3.2.0",
68-
"@mongosh/editor": "3.2.0",
66+
"@mongosh/arg-parser": "3.4.0",
67+
"@mongosh/autocomplete": "3.4.0",
68+
"@mongosh/editor": "3.4.0",
6969
"@mongosh/errors": "2.4.0",
70-
"@mongosh/history": "2.4.2",
71-
"@mongosh/i18n": "2.6.0",
72-
"@mongosh/js-multiline-to-singleline": "2.4.2",
73-
"@mongosh/logging": "3.2.0",
74-
"@mongosh/service-provider-core": "3.0.2",
75-
"@mongosh/service-provider-node-driver": "3.2.0",
76-
"@mongosh/shell-api": "3.2.0",
77-
"@mongosh/shell-evaluator": "3.2.0",
78-
"@mongosh/snippet-manager": "3.2.0",
79-
"@mongosh/types": "3.2.0",
70+
"@mongosh/history": "2.4.4",
71+
"@mongosh/i18n": "2.8.0",
72+
"@mongosh/js-multiline-to-singleline": "2.4.4",
73+
"@mongosh/logging": "3.4.0",
74+
"@mongosh/service-provider-core": "3.0.4",
75+
"@mongosh/service-provider-node-driver": "3.4.0",
76+
"@mongosh/shell-api": "3.4.0",
77+
"@mongosh/shell-evaluator": "3.4.0",
78+
"@mongosh/snippet-manager": "3.4.0",
79+
"@mongosh/types": "3.4.0",
8080
"@segment/analytics-node": "^1.3.0",
8181
"ansi-escape-sequences": "^5.1.2",
8282
"askcharacter": "^2.0.4",

‎packages/connectivity-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/connectivity-tests",
3-
"version": "2.4.0",
3+
"version": "2.4.2",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci"
1212
},
1313
"devDependencies": {
14-
"mongosh": "2.3.9"
14+
"mongosh": "2.4.0"
1515
},
1616
"mongosh": {
1717
"unitTestsOnly": true,

‎packages/e2e-tests/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/e2e-tests",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"private": true,
55
"description": "MongoDB Shell E2E Tests Package",
66
"homepage": "https://github.com/mongodb-js/mongosh",
@@ -27,8 +27,8 @@
2727
"node": ">=16.15.0"
2828
},
2929
"dependencies": {
30-
"@mongosh/cli-repl": "2.3.9",
31-
"@mongosh/service-provider-core": "3.0.2",
30+
"@mongosh/cli-repl": "2.4.0",
31+
"@mongosh/service-provider-core": "3.0.4",
3232
"@mongodb-js/oidc-plugin": "^1.1.5",
3333
"strip-ansi": "^6.0.0"
3434
},

‎packages/editor/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/editor",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "MongoDB Shell External Editor",
55
"main": "./lib/index.js",
66
"repository": {
@@ -35,11 +35,11 @@
3535
"unitTestsOnly": true
3636
},
3737
"dependencies": {
38-
"@mongosh/js-multiline-to-singleline": "2.4.2",
39-
"@mongosh/service-provider-core": "3.0.2",
40-
"@mongosh/shell-api": "3.2.0",
41-
"@mongosh/shell-evaluator": "3.2.0",
42-
"@mongosh/types": "3.2.0",
38+
"@mongosh/js-multiline-to-singleline": "2.4.4",
39+
"@mongosh/service-provider-core": "3.0.4",
40+
"@mongosh/shell-api": "3.4.0",
41+
"@mongosh/shell-evaluator": "3.4.0",
42+
"@mongosh/types": "3.4.0",
4343
"js-beautify": "^1.15.1"
4444
},
4545
"devDependencies": {

‎packages/history/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/history",
3-
"version": "2.4.2",
3+
"version": "2.4.4",
44
"description": "MongoDB Shell History Package",
55
"main": "./lib/index.js",
66
"repository": {

‎packages/i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/i18n",
3-
"version": "2.6.0",
3+
"version": "2.8.0",
44
"description": "MongoDB Shell i18n Project",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

‎packages/java-shell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/java-shell",
3-
"version": "2.4.2",
3+
"version": "2.4.4",
44
"private": true,
55
"description": "Java application that uses mongosh-shell-api node module and MongoDB java driver to run mongo shell on JVM",
66
"config": {

‎packages/js-multiline-to-singleline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/js-multiline-to-singleline",
3-
"version": "2.4.2",
3+
"version": "2.4.4",
44
"description": "Make multiline JS into a single line",
55
"main": "./lib/index.js",
66
"repository": {

‎packages/logging/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/logging",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "MongoDB Shell Logging Utilities Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"license": "Apache-2.0",
@@ -19,8 +19,8 @@
1919
"dependencies": {
2020
"@mongodb-js/devtools-connect": "^3.4.1",
2121
"@mongosh/errors": "2.4.0",
22-
"@mongosh/history": "2.4.2",
23-
"@mongosh/types": "3.2.0",
22+
"@mongosh/history": "2.4.4",
23+
"@mongosh/types": "3.4.0",
2424
"mongodb-log-writer": "^2.3.1",
2525
"mongodb-redact": "^1.1.5"
2626
},

‎packages/mongosh/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongosh",
3-
"version": "2.3.9",
3+
"version": "2.4.0",
44
"description": "MongoDB Shell CLI REPL",
55
"keywords": [
66
"mongosh",
@@ -39,6 +39,6 @@
3939
"variants": []
4040
},
4141
"dependencies": {
42-
"@mongosh/cli-repl": "2.3.9"
42+
"@mongosh/cli-repl": "2.4.0"
4343
}
4444
}

‎packages/node-runtime-worker-thread/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/node-runtime-worker-thread",
3-
"version": "3.0.2",
3+
"version": "3.2.0",
44
"description": "MongoDB shell runtime that lives in a worker thread",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"license": "Apache-2.0",
@@ -37,11 +37,11 @@
3737
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
3838
"@mongodb-js/prettier-config-devtools": "^1.0.1",
3939
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
40-
"@mongosh/browser-runtime-core": "3.2.0",
41-
"@mongosh/browser-runtime-electron": "3.2.0",
42-
"@mongosh/service-provider-core": "3.0.2",
43-
"@mongosh/service-provider-node-driver": "3.2.0",
44-
"@mongosh/types": "3.2.0",
40+
"@mongosh/browser-runtime-core": "3.4.0",
41+
"@mongosh/browser-runtime-electron": "3.4.0",
42+
"@mongosh/service-provider-core": "3.0.4",
43+
"@mongosh/service-provider-node-driver": "3.4.0",
44+
"@mongosh/types": "3.4.0",
4545
"bson": "^6.10.3",
4646
"depcheck": "^1.4.7",
4747
"eslint": "^7.25.0",

‎packages/service-provider-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/service-provider-core",
3-
"version": "3.0.2",
3+
"version": "3.0.4",
44
"description": "MongoDB Shell Core Service Provider Package",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

‎packages/service-provider-node-driver/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/service-provider-node-driver",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "MongoDB Shell Server Service Provider Package",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -50,8 +50,8 @@
5050
"@mongodb-js/devtools-connect": "^3.4.1",
5151
"@mongodb-js/oidc-plugin": "^1.1.5",
5252
"@mongosh/errors": "2.4.0",
53-
"@mongosh/service-provider-core": "3.0.2",
54-
"@mongosh/types": "3.2.0",
53+
"@mongosh/service-provider-core": "3.0.4",
54+
"@mongosh/types": "3.4.0",
5555
"aws4": "^1.12.0",
5656
"mongodb": "^6.13.0",
5757
"mongodb-connection-string-url": "^3.0.1",

‎packages/shell-api/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/shell-api",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "MongoDB Shell API Classes Package",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -40,18 +40,18 @@
4040
"build"
4141
],
4242
"dependencies": {
43-
"@mongosh/arg-parser": "3.2.0",
43+
"@mongosh/arg-parser": "3.4.0",
4444
"@mongosh/errors": "2.4.0",
45-
"@mongosh/history": "2.4.2",
46-
"@mongosh/i18n": "2.6.0",
47-
"@mongosh/service-provider-core": "3.0.2",
45+
"@mongosh/history": "2.4.4",
46+
"@mongosh/i18n": "2.8.0",
47+
"@mongosh/service-provider-core": "3.0.4",
4848
"mongodb-redact": "^1.1.5"
4949
},
5050
"devDependencies": {
5151
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
5252
"@mongodb-js/prettier-config-devtools": "^1.0.1",
5353
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
54-
"@mongosh/types": "3.2.0",
54+
"@mongosh/types": "3.4.0",
5555
"bson": "^6.10.3",
5656
"depcheck": "^1.4.7",
5757
"eslint": "^7.25.0",

‎packages/shell-api/src/mongosh-version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
**/
55

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

‎packages/shell-evaluator/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/shell-evaluator",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "MongoDB Top Level API Package",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -38,15 +38,15 @@
3838
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
3939
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4040
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
41-
"@mongosh/types": "3.2.0",
41+
"@mongosh/types": "3.4.0",
4242
"@types/sinon-chai": "^3.2.4",
4343
"depcheck": "^1.4.7",
4444
"eslint": "^7.25.0",
4545
"prettier": "^2.8.8"
4646
},
4747
"dependencies": {
48-
"@mongosh/async-rewriter2": "2.4.2",
49-
"@mongosh/history": "2.4.2",
50-
"@mongosh/shell-api": "3.2.0"
48+
"@mongosh/async-rewriter2": "2.4.4",
49+
"@mongosh/history": "2.4.4",
50+
"@mongosh/shell-api": "3.4.0"
5151
}
5252
}

‎packages/snippet-manager/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/snippet-manager",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "MongoDB Shell Snippet Manager",
55
"main": "./lib/index.js",
66
"repository": {
@@ -37,8 +37,8 @@
3737
"dependencies": {
3838
"@mongodb-js/devtools-proxy-support": "^0.4.2",
3939
"@mongosh/errors": "2.4.0",
40-
"@mongosh/shell-api": "3.2.0",
41-
"@mongosh/types": "3.2.0",
40+
"@mongosh/shell-api": "3.4.0",
41+
"@mongosh/types": "3.4.0",
4242
"bson": "^6.10.3",
4343
"cross-spawn": "^7.0.5",
4444
"escape-string-regexp": "^4.0.0",

‎packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/types",
3-
"version": "3.2.0",
3+
"version": "3.4.0",
44
"description": "Types for mongosh internals",
55
"author": "Anna Henningsen <anna.henningsen@mongodb.com>",
66
"homepage": "https://github.com/mongodb-js/mongosh/tree/main/packages/types#readme",

‎scripts/docker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/docker-build-scripts",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"description": "MongoDB Shell Build Docker Images",
66
"config": {

‎trace-expansions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release_version: "2.3.9"
1+
release_version: "2.4.0"

0 commit comments

Comments
 (0)
Please sign in to comment.