Skip to content

Commit

Permalink
chore(release): bump auxiliary packages (#2315)
Browse files Browse the repository at this point in the history
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
Co-authored-by: gagik <me@gagik.co>
  • Loading branch information
mongodb-devtools-bot[bot] and gagik authored Jan 15, 2025
1 parent 5e060d8 commit f2b7a4b
Show file tree
Hide file tree
Showing 28 changed files with 182 additions and 206 deletions.
202 changes: 88 additions & 114 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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": "2.3.8",
"version": "3.0.0",
"description": "MongoDB Shell CLI Argument List Parser Package",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/errors": "2.3.8",
"@mongosh/i18n": "2.3.8",
"@mongosh/errors": "2.4.0",
"@mongosh/i18n": "2.4.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.3.8",
"version": "2.4.0",
"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": "2.3.8",
"version": "3.0.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": "2.3.8",
"@mongosh/shell-api": "3.0.0",
"semver": "^7.5.4"
}
}
14 changes: 7 additions & 7 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": "2.3.8",
"version": "3.0.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": "2.3.8",
"@mongosh/errors": "2.3.8",
"@mongosh/history": "2.3.8",
"@mongosh/i18n": "2.3.8",
"@mongosh/node-runtime-worker-thread": "2.3.8",
"@mongosh/service-provider-core": "2.3.8",
"@mongosh/browser-runtime-core": "3.0.0",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.0",
"@mongosh/i18n": "2.4.0",
"@mongosh/node-runtime-worker-thread": "3.0.0",
"@mongosh/service-provider-core": "3.0.0",
"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": "2.3.8",
"version": "3.0.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": "2.3.8",
"@mongosh/types": "3.0.0",
"bson": "^6.10.1",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/autocomplete": "2.3.8",
"@mongosh/service-provider-core": "2.3.8",
"@mongosh/shell-api": "2.3.8",
"@mongosh/shell-evaluator": "2.3.8"
"@mongosh/autocomplete": "3.0.0",
"@mongosh/service-provider-core": "3.0.0",
"@mongosh/shell-api": "3.0.0",
"@mongosh/shell-evaluator": "3.0.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": "2.3.8",
"version": "3.0.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": "2.3.8",
"@mongosh/service-provider-node-driver": "3.0.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": "2.3.8",
"@mongosh/service-provider-core": "2.3.8",
"@mongosh/types": "2.3.8"
"@mongosh/browser-runtime-core": "3.0.0",
"@mongosh/service-provider-core": "3.0.0",
"@mongosh/types": "3.0.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": "2.3.8",
"version": "3.0.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
Expand Up @@ -63,20 +63,20 @@
},
"dependencies": {
"@mongodb-js/devtools-proxy-support": "^0.4.2",
"@mongosh/arg-parser": "2.3.8",
"@mongosh/autocomplete": "2.3.8",
"@mongosh/editor": "2.3.8",
"@mongosh/errors": "2.3.8",
"@mongosh/history": "2.3.8",
"@mongosh/i18n": "2.3.8",
"@mongosh/js-multiline-to-singleline": "2.3.8",
"@mongosh/logging": "2.3.8",
"@mongosh/service-provider-core": "2.3.8",
"@mongosh/service-provider-node-driver": "2.3.8",
"@mongosh/shell-api": "2.3.8",
"@mongosh/shell-evaluator": "2.3.8",
"@mongosh/snippet-manager": "2.3.8",
"@mongosh/types": "2.3.8",
"@mongosh/arg-parser": "3.0.0",
"@mongosh/autocomplete": "3.0.0",
"@mongosh/editor": "3.0.0",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.0",
"@mongosh/i18n": "2.4.0",
"@mongosh/js-multiline-to-singleline": "2.4.0",
"@mongosh/logging": "3.0.0",
"@mongosh/service-provider-core": "3.0.0",
"@mongosh/service-provider-node-driver": "3.0.0",
"@mongosh/shell-api": "3.0.0",
"@mongosh/shell-evaluator": "3.0.0",
"@mongosh/snippet-manager": "3.0.0",
"@mongosh/types": "3.0.0",
"@segment/analytics-node": "^1.3.0",
"ansi-escape-sequences": "^5.1.2",
"askcharacter": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.8",
"version": "2.4.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 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": "2.3.8",
"version": "3.0.0",
"private": true,
"description": "MongoDB Shell E2E Tests Package",
"homepage": "https://github.com/mongodb-js/mongosh",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@mongosh/cli-repl": "2.3.8",
"@mongosh/service-provider-core": "2.3.8",
"@mongosh/service-provider-core": "3.0.0",
"@mongodb-js/oidc-plugin": "^1.1.5",
"strip-ansi": "^6.0.0"
},
Expand Down
5 changes: 3 additions & 2 deletions packages/e2e-tests/test/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,9 @@ describe('e2e', function () {
return this.skip(); // $currentOp is unversioned
}
const currentOp = await shell.executeLine('db.currentOp()');
const { version } = require('../package.json');
expect(currentOp).to.include(`appName: 'mongosh ${version}'`);
const expectedVersion =
require('../package.json')['dependencies']['@mongosh/cli-repl'];
expect(currentOp).to.include(`appName: 'mongosh ${expectedVersion}'`);
expect(currentOp).to.include("name: 'nodejs|mongosh'");
shell.assertNoErrors();
});
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": "2.3.8",
"version": "3.0.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.3.8",
"@mongosh/service-provider-core": "2.3.8",
"@mongosh/shell-api": "2.3.8",
"@mongosh/shell-evaluator": "2.3.8",
"@mongosh/types": "2.3.8",
"@mongosh/js-multiline-to-singleline": "2.4.0",
"@mongosh/service-provider-core": "3.0.0",
"@mongosh/shell-api": "3.0.0",
"@mongosh/shell-evaluator": "3.0.0",
"@mongosh/types": "3.0.0",
"js-beautify": "^1.15.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/errors",
"version": "2.3.8",
"version": "2.4.0",
"description": "MongoDB Shell Errors Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
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.3.8",
"version": "2.4.0",
"description": "MongoDB Shell History Package",
"main": "./lib/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/i18n",
"version": "2.3.8",
"version": "2.4.0",
"description": "MongoDB Shell i18n Project",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/errors": "2.3.8"
"@mongosh/errors": "2.4.0"
},
"devDependencies": {
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
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.3.8",
"version": "2.4.0",
"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.3.8",
"version": "2.4.0",
"description": "Make multiline JS into a single line",
"main": "./lib/index.js",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/logging",
"version": "2.3.8",
"version": "3.0.0",
"description": "MongoDB Shell Logging Utilities Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@mongodb-js/devtools-connect": "^3.3.4",
"@mongosh/errors": "2.3.8",
"@mongosh/history": "2.3.8",
"@mongosh/types": "2.3.8",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.0",
"@mongosh/types": "3.0.0",
"mongodb-log-writer": "^1.4.2",
"mongodb-redact": "^1.1.5"
},
Expand Down
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": "2.3.8",
"version": "3.0.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": "2.3.8",
"@mongosh/browser-runtime-electron": "2.3.8",
"@mongosh/service-provider-core": "2.3.8",
"@mongosh/service-provider-node-driver": "2.3.8",
"@mongosh/types": "2.3.8",
"@mongosh/browser-runtime-core": "3.0.0",
"@mongosh/browser-runtime-electron": "3.0.0",
"@mongosh/service-provider-core": "3.0.0",
"@mongosh/service-provider-node-driver": "3.0.0",
"@mongosh/types": "3.0.0",
"bson": "^6.10.1",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.3.8",
"version": "3.0.0",
"description": "MongoDB Shell Core Service Provider Package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@aws-sdk/credential-providers": "^3.525.0",
"@mongosh/errors": "2.3.8",
"@mongosh/errors": "2.4.0",
"bson": "^6.10.1",
"mongodb": "^6.12.0",
"mongodb-build-info": "^1.7.2",
Expand Down
8 changes: 4 additions & 4 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": "2.3.8",
"version": "3.0.0",
"description": "MongoDB Shell Server Service Provider Package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -49,9 +49,9 @@
"dependencies": {
"@mongodb-js/devtools-connect": "^3.3.4",
"@mongodb-js/oidc-plugin": "^1.1.5",
"@mongosh/errors": "2.3.8",
"@mongosh/service-provider-core": "2.3.8",
"@mongosh/types": "2.3.8",
"@mongosh/errors": "2.4.0",
"@mongosh/service-provider-core": "3.0.0",
"@mongosh/types": "3.0.0",
"aws4": "^1.12.0",
"mongodb": "^6.12.0",
"mongodb-connection-string-url": "^3.0.1",
Expand Down
Loading

0 comments on commit f2b7a4b

Please sign in to comment.