Skip to content

Commit 67e3f61

Browse files
author
Ubuntu
committed
chore(release): bump packages
1 parent 9c6a852 commit 67e3f61

File tree

21 files changed

+89
-86
lines changed

21 files changed

+89
-86
lines changed

package-lock.json

Lines changed: 41 additions & 41 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/arg-parser",
3-
"version": "3.6.0",
3+
"version": "3.8.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.9.1",
39+
"@mongosh/i18n": "^2.11.0",
4040
"mongodb-connection-string-url": "^3.0.1"
4141
},
4242
"devDependencies": {

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.6.0",
3+
"version": "3.8.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.6.0",
47+
"@mongosh/shell-api": "3.8.0",
4848
"semver": "^7.5.4"
4949
}
5050
}

packages/browser-repl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-repl",
3-
"version": "3.6.0",
3+
"version": "3.8.0",
44
"description": "Browser presentation component for Mongo Shell",
55
"engines": {
66
"node": ">=14.15.1"
@@ -56,11 +56,11 @@
5656
]
5757
},
5858
"dependencies": {
59-
"@mongosh/browser-runtime-core": "3.6.0",
59+
"@mongosh/browser-runtime-core": "3.8.0",
6060
"@mongosh/errors": "2.4.0",
6161
"@mongosh/history": "2.4.6",
62-
"@mongosh/i18n": "2.9.1",
63-
"@mongosh/node-runtime-worker-thread": "3.3.1",
62+
"@mongosh/i18n": "^2.11.0",
63+
"@mongosh/node-runtime-worker-thread": "3.3.3",
6464
"@mongosh/service-provider-core": "3.1.0",
6565
"numeral": "^2.0.6",
6666
"text-table": "^0.2.0"

packages/browser-runtime-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-core",
3-
"version": "3.6.0",
3+
"version": "3.8.0",
44
"description": "Mongosh browser runtime core",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -49,9 +49,9 @@
4949
"rimraf": "^3.0.2"
5050
},
5151
"dependencies": {
52-
"@mongosh/autocomplete": "3.6.0",
52+
"@mongosh/autocomplete": "3.8.0",
5353
"@mongosh/service-provider-core": "3.1.0",
54-
"@mongosh/shell-api": "3.6.0",
55-
"@mongosh/shell-evaluator": "3.6.0"
54+
"@mongosh/shell-api": "3.8.0",
55+
"@mongosh/shell-evaluator": "3.8.0"
5656
}
5757
}

packages/browser-runtime-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-electron",
3-
"version": "3.6.0",
3+
"version": "3.8.0",
44
"description": "Mongosh browser runtime electron",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -50,7 +50,7 @@
5050
"rimraf": "^3.0.2"
5151
},
5252
"dependencies": {
53-
"@mongosh/browser-runtime-core": "3.6.0",
53+
"@mongosh/browser-runtime-core": "3.8.0",
5454
"@mongosh/service-provider-core": "3.1.0",
5555
"@mongosh/types": "3.6.0"
5656
}

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.3.1",
3+
"version": "3.3.3",
44
"private": true,
55
"description": "MongoDB Shell Build Tools",
66
"main": "lib/index.js",

packages/cli-repl/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/cli-repl",
3-
"version": "2.4.0",
3+
"version": "2.4.2",
44
"description": "MongoDB Shell CLI REPL Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"author": "Compass Team <[email protected]>",
@@ -63,19 +63,19 @@
6363
},
6464
"dependencies": {
6565
"@mongodb-js/devtools-proxy-support": "^0.4.2",
66-
"@mongosh/arg-parser": "3.6.0",
67-
"@mongosh/autocomplete": "3.6.0",
68-
"@mongosh/editor": "3.6.0",
66+
"@mongosh/arg-parser": "3.8.0",
67+
"@mongosh/autocomplete": "3.8.0",
68+
"@mongosh/editor": "3.8.0",
6969
"@mongosh/errors": "2.4.0",
7070
"@mongosh/history": "2.4.6",
71-
"@mongosh/i18n": "2.9.1",
71+
"@mongosh/i18n": "^2.11.0",
7272
"@mongosh/js-multiline-to-singleline": "2.4.6",
7373
"@mongosh/logging": "3.6.0",
7474
"@mongosh/service-provider-core": "3.1.0",
7575
"@mongosh/service-provider-node-driver": "3.6.0",
76-
"@mongosh/shell-api": "3.6.0",
77-
"@mongosh/shell-evaluator": "3.6.0",
78-
"@mongosh/snippet-manager": "3.6.0",
76+
"@mongosh/shell-api": "3.8.0",
77+
"@mongosh/shell-evaluator": "3.8.0",
78+
"@mongosh/snippet-manager": "3.8.0",
7979
"@mongosh/types": "3.6.0",
8080
"@segment/analytics-node": "^1.3.0",
8181
"ansi-escape-sequences": "^5.1.2",

packages/connectivity-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci"
1212
},
1313
"devDependencies": {
14-
"mongosh": "2.4.0"
14+
"mongosh": "2.4.2"
1515
},
1616
"mongosh": {
1717
"unitTestsOnly": true,

packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"node": ">=16.15.0"
2828
},
2929
"dependencies": {
30-
"@mongosh/cli-repl": "2.4.0",
30+
"@mongosh/cli-repl": "2.4.2",
3131
"@mongosh/service-provider-core": "3.1.0",
3232
"@mongodb-js/oidc-plugin": "^1.1.6",
3333
"strip-ansi": "^6.0.0"

0 commit comments

Comments
 (0)