Skip to content

Commit 0e12593

Browse files
author
Ubuntu
committed
chore(release): bump packages
1 parent 98de53f commit 0e12593

File tree

26 files changed

+488
-500
lines changed

26 files changed

+488
-500
lines changed

package-lock.json

Lines changed: 405 additions & 417 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/arg-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/arg-parser",
3-
"version": "3.23.1",
3+
"version": "5.0.0",
44
"description": "MongoDB Shell CLI Argument List Parser Package",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

packages/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/autocomplete",
3-
"version": "3.29.1",
3+
"version": "5.0.0",
44
"description": "MongoDB Shell Autocomplete Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"license": "Apache-2.0",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@mongodb-js/mongodb-constants": "^0.10.1",
45-
"@mongosh/shell-api": "^3.29.1",
45+
"@mongosh/shell-api": "^5.0.0",
4646
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
4747
"semver": "^7.5.4"
4848
}

packages/browser-repl/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-repl",
3-
"version": "3.29.1",
3+
"version": "5.0.0",
44
"description": "Browser presentation component for Mongo Shell",
55
"engines": {
66
"node": ">=14.15.1"
@@ -57,13 +57,13 @@
5757
]
5858
},
5959
"dependencies": {
60-
"@mongosh/browser-runtime-core": "^3.29.1",
60+
"@mongosh/browser-runtime-core": "^5.0.0",
6161
"@mongosh/errors": "2.4.6",
6262
"@mongosh/history": "2.4.13",
6363
"@mongosh/i18n": "^2.20.1",
64-
"@mongosh/node-runtime-worker-thread": "3.3.34",
65-
"@mongosh/service-provider-core": "3.7.1",
66-
"@mongosh/shell-bson": "1.1.1",
64+
"@mongosh/node-runtime-worker-thread": "5.0.0",
65+
"@mongosh/service-provider-core": "5.0.0",
66+
"@mongosh/shell-bson": "3.0.0",
6767
"bson": "^7.2.0",
6868
"numeral": "^2.0.6",
6969
"text-table": "^0.2.0"
@@ -92,7 +92,7 @@
9292
"enzyme": "^3.11.0",
9393
"eslint": "^7.25.0",
9494
"html-webpack-plugin": "^5.5.0",
95-
"@mongosh/testing": "0.0.0",
95+
"@mongosh/testing": "2.0.0",
9696
"karma": "^6.3.9",
9797
"karma-chrome-launcher": "^3.1.0",
9898
"karma-cli": "^2.0.0",

packages/browser-runtime-core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-core",
3-
"version": "3.29.1",
3+
"version": "5.0.0",
44
"description": "Mongosh browser runtime core",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -41,16 +41,16 @@
4141
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4242
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4343
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
44-
"@mongosh/types": "^3.14.2",
44+
"@mongosh/types": "^5.0.0",
4545
"bson": "^7.2.0",
4646
"eslint": "^7.25.0",
4747
"prettier": "^2.8.8",
4848
"rimraf": "^3.0.2"
4949
},
5050
"dependencies": {
51-
"@mongosh/autocomplete": "^3.29.1",
52-
"@mongosh/service-provider-core": "3.7.1",
53-
"@mongosh/shell-api": "^3.29.1",
54-
"@mongosh/shell-evaluator": "^3.29.1"
51+
"@mongosh/autocomplete": "^5.0.0",
52+
"@mongosh/service-provider-core": "5.0.0",
53+
"@mongosh/shell-api": "^5.0.0",
54+
"@mongosh/shell-evaluator": "^5.0.0"
5555
}
5656
}

packages/browser-runtime-electron/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-electron",
3-
"version": "3.29.1",
3+
"version": "5.0.0",
44
"description": "Mongosh browser runtime electron",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -40,15 +40,15 @@
4040
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4141
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4242
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
43-
"@mongosh/service-provider-node-driver": "^3.18.1",
43+
"@mongosh/service-provider-node-driver": "^5.0.0",
4444
"bson": "^7.2.0",
4545
"eslint": "^7.25.0",
4646
"prettier": "^2.8.8",
4747
"rimraf": "^3.0.2"
4848
},
4949
"dependencies": {
50-
"@mongosh/browser-runtime-core": "^3.29.1",
51-
"@mongosh/service-provider-core": "3.7.1",
52-
"@mongosh/types": "^3.14.2"
50+
"@mongosh/browser-runtime-core": "^5.0.0",
51+
"@mongosh/service-provider-core": "5.0.0",
52+
"@mongosh/types": "^5.0.0"
5353
}
5454
}

packages/build/package.json

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

packages/cli-repl/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/cli-repl",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "MongoDB Shell CLI REPL Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"author": "Compass Team <compass@mongodb.com>",
@@ -62,20 +62,20 @@
6262
},
6363
"dependencies": {
6464
"@mongodb-js/devtools-proxy-support": "^0.7.4",
65-
"@mongosh/arg-parser": "^3.23.1",
66-
"@mongosh/autocomplete": "^3.29.1",
67-
"@mongosh/editor": "^3.29.1",
65+
"@mongosh/arg-parser": "^5.0.0",
66+
"@mongosh/autocomplete": "^5.0.0",
67+
"@mongosh/editor": "^5.0.0",
6868
"@mongosh/errors": "2.4.6",
6969
"@mongosh/history": "2.4.13",
7070
"@mongosh/i18n": "^2.20.1",
7171
"@mongosh/js-multiline-to-singleline": "2.4.12",
72-
"@mongosh/logging": "^3.15.7",
73-
"@mongosh/service-provider-core": "3.7.1",
74-
"@mongosh/service-provider-node-driver": "^3.18.1",
75-
"@mongosh/shell-api": "^3.29.1",
76-
"@mongosh/shell-evaluator": "^3.29.1",
77-
"@mongosh/snippet-manager": "^3.29.1",
78-
"@mongosh/types": "^3.14.2",
72+
"@mongosh/logging": "^5.0.0",
73+
"@mongosh/service-provider-core": "5.0.0",
74+
"@mongosh/service-provider-node-driver": "^5.0.0",
75+
"@mongosh/shell-api": "^5.0.0",
76+
"@mongosh/shell-evaluator": "^5.0.0",
77+
"@mongosh/snippet-manager": "^5.0.0",
78+
"@mongosh/types": "^5.0.0",
7979
"@segment/analytics-node": "^1.3.0",
8080
"ansi-escape-sequences": "^5.1.2",
8181
"askcharacter": "^2.0.4",
@@ -92,7 +92,7 @@
9292
"semver": "^7.5.4",
9393
"strip-ansi": "^6.0.0",
9494
"text-table": "^0.2.0",
95-
"glibc-version": "^1.0.0"
95+
"glibc-version": "^1.0.1"
9696
},
9797
"devDependencies": {
9898
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
@@ -111,7 +111,7 @@
111111
"mongodb-crypt-library-dummy": "^1.0.2",
112112
"prettier": "^2.8.8",
113113
"webpack-merge": "^5.8.0",
114-
"@mongosh/testing": "0.0.0"
114+
"@mongosh/testing": "2.0.0"
115115
},
116116
"optionalDependencies": {
117117
"get-console-process-list": "^1.0.5",

packages/connectivity-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/connectivity-tests",
3-
"version": "2.5.5",
3+
"version": "2.5.7",
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.6.0"
14+
"mongosh": "2.7.0"
1515
},
1616
"mongosh": {
1717
"unitTestsOnly": true,

packages/e2e-tests/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/e2e-tests",
3-
"version": "3.17.1",
3+
"version": "5.0.0",
44
"private": true,
55
"description": "MongoDB Shell E2E Tests Package",
66
"homepage": "https://github.com/mongodb-js/mongosh",
@@ -31,7 +31,7 @@
3131
"@mongodb-js/oidc-mock-provider": "^0.11.3",
3232
"@mongodb-js/prettier-config-devtools": "^1.0.1",
3333
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
34-
"@mongosh/testing": "0.0.0",
34+
"@mongosh/testing": "2.0.0",
3535
"@types/chai-as-promised": "^8.0.2",
3636
"@types/node": "^22.15.30",
3737
"@types/rimraf": "^3.0.0",
@@ -46,7 +46,7 @@
4646
"rimraf": "^3.0.2",
4747
"@mongodb-js/oidc-plugin": "^2.0.7",
4848
"strip-ansi": "^6.0.0",
49-
"@mongosh/cli-repl": "2.6.0",
50-
"@mongosh/service-provider-core": "3.7.1"
49+
"@mongosh/cli-repl": "2.7.0",
50+
"@mongosh/service-provider-core": "5.0.0"
5151
}
5252
}

0 commit comments

Comments
 (0)