Skip to content
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
176 changes: 88 additions & 88 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": "3.22.2",
"version": "3.23.0",
"description": "MongoDB Shell CLI Argument List Parser Package",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -46,8 +46,8 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/errors": "2.4.4",
"@mongosh/i18n": "^2.19.0",
"@mongosh/errors": "2.4.5",
"@mongosh/i18n": "^2.20.0",
"mongodb-connection-string-url": "^3.0.2",
"yargs-parser": "^20.2.4"
},
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.12",
"version": "2.4.13",
"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.28.0",
"version": "3.29.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.28.0",
"@mongosh/shell-api": "^3.29.0",
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
"semver": "^7.5.4"
}
Expand Down
16 changes: 8 additions & 8 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.28.0",
"version": "3.29.0",
"description": "Browser presentation component for Mongo Shell",
"engines": {
"node": ">=14.15.1"
Expand Down Expand Up @@ -57,13 +57,13 @@
]
},
"dependencies": {
"@mongosh/browser-runtime-core": "^3.28.0",
"@mongosh/errors": "2.4.4",
"@mongosh/history": "2.4.11",
"@mongosh/i18n": "^2.19.0",
"@mongosh/node-runtime-worker-thread": "3.3.32",
"@mongosh/service-provider-core": "3.6.5",
"@mongosh/shell-bson": "1.0.6",
"@mongosh/browser-runtime-core": "^3.29.0",
"@mongosh/errors": "2.4.5",
"@mongosh/history": "2.4.12",
"@mongosh/i18n": "^2.20.0",
"@mongosh/node-runtime-worker-thread": "3.3.33",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/shell-bson": "1.1.0",
"bson": "^6.10.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.28.0",
"version": "3.29.0",
"description": "Mongosh browser runtime core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -42,17 +42,17 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
"@mongosh/types": "^3.14.0",
"@mongosh/types": "^3.14.1",
"bson": "^6.10.4",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/autocomplete": "^3.28.0",
"@mongosh/service-provider-core": "3.6.5",
"@mongosh/shell-api": "^3.28.0",
"@mongosh/shell-evaluator": "^3.28.0"
"@mongosh/autocomplete": "^3.29.0",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/shell-api": "^3.29.0",
"@mongosh/shell-evaluator": "^3.29.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.28.0",
"version": "3.29.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.17.7",
"@mongosh/service-provider-node-driver": "^3.18.0",
"@types/sinon": "^7.5.1",
"@types/sinon-chai": "^4.0.0",
"bson": "^6.10.4",
Expand All @@ -51,8 +51,8 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/browser-runtime-core": "^3.28.0",
"@mongosh/service-provider-core": "3.6.5",
"@mongosh/types": "^3.14.0"
"@mongosh/browser-runtime-core": "^3.29.0",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/types": "^3.14.1"
}
}
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.7.10",
"version": "3.7.11",
"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.5.3",
"@mongosh/arg-parser": "^3.22.2",
"@mongosh/autocomplete": "^3.28.0",
"@mongosh/editor": "^3.28.0",
"@mongosh/errors": "2.4.4",
"@mongosh/history": "2.4.11",
"@mongosh/i18n": "^2.19.0",
"@mongosh/js-multiline-to-singleline": "2.4.10",
"@mongosh/logging": "^3.15.5",
"@mongosh/service-provider-core": "3.6.5",
"@mongosh/service-provider-node-driver": "^3.17.7",
"@mongosh/shell-api": "^3.28.0",
"@mongosh/shell-evaluator": "^3.28.0",
"@mongosh/snippet-manager": "^3.28.0",
"@mongosh/types": "^3.14.0",
"@mongosh/arg-parser": "^3.23.0",
"@mongosh/autocomplete": "^3.29.0",
"@mongosh/editor": "^3.29.0",
"@mongosh/errors": "2.4.5",
"@mongosh/history": "2.4.12",
"@mongosh/i18n": "^2.20.0",
"@mongosh/js-multiline-to-singleline": "2.4.11",
"@mongosh/logging": "^3.15.6",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/service-provider-node-driver": "^3.18.0",
"@mongosh/shell-api": "^3.29.0",
"@mongosh/shell-evaluator": "^3.29.0",
"@mongosh/snippet-manager": "^3.29.0",
"@mongosh/types": "^3.14.1",
"@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.5.3",
"version": "2.5.4",
"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": "3.16.7",
"version": "3.17.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.5.10",
"@mongosh/service-provider-core": "3.6.5",
"@mongosh/service-provider-core": "3.7.0",
"@mongodb-js/oidc-plugin": "^2.0.5",
"strip-ansi": "^6.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/editor",
"version": "3.28.0",
"version": "3.29.0",
"description": "MongoDB Shell External Editor",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/js-multiline-to-singleline": "2.4.10",
"@mongosh/shell-api": "^3.28.0",
"@mongosh/shell-evaluator": "^3.28.0",
"@mongosh/types": "^3.14.0",
"@mongosh/js-multiline-to-singleline": "2.4.11",
"@mongosh/shell-api": "^3.29.0",
"@mongosh/shell-evaluator": "^3.29.0",
"@mongosh/types": "^3.14.1",
"bson": "^6.10.4",
"js-beautify": "^1.15.1"
},
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.4.4",
"version": "2.4.5",
"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.4.11",
"version": "2.4.12",
"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.19.0",
"version": "2.20.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.4.4"
"@mongosh/errors": "2.4.5"
},
"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": "4.0.0",
"version": "4.1.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.4.10",
"version": "2.4.11",
"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.15.5",
"version": "3.15.6",
"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/device-id": "^0.2.1",
"@mongodb-js/devtools-connect": "^3.9.4",
"@mongosh/errors": "2.4.4",
"@mongosh/types": "^3.14.0",
"@mongosh/errors": "2.4.5",
"@mongosh/types": "^3.14.1",
"mongodb-log-writer": "^2.4.3",
"mongodb-redact": "^1.3.0",
"native-machine-id": "^0.1.1"
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": "3.3.32",
"version": "3.3.33",
"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 @@ -40,11 +40,11 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/sbom-tools": "^0.8.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/browser-runtime-core": "^3.28.0",
"@mongosh/browser-runtime-electron": "^3.28.0",
"@mongosh/service-provider-core": "3.6.5",
"@mongosh/service-provider-node-driver": "^3.17.7",
"@mongosh/types": "^3.14.0",
"@mongosh/browser-runtime-core": "^3.29.0",
"@mongosh/browser-runtime-electron": "^3.29.0",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/service-provider-node-driver": "^3.18.0",
"@mongosh/types": "^3.14.1",
"bson": "^6.10.4",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
Expand Down
6 changes: 3 additions & 3 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": "3.6.5",
"version": "3.7.0",
"description": "MongoDB Shell Core Service Provider Package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/errors": "2.4.4",
"@mongosh/shell-bson": "1.0.6",
"@mongosh/errors": "2.4.5",
"@mongosh/shell-bson": "1.1.0",
"bson": "^6.10.4",
"mongodb": "^6.19.0",
"mongodb-build-info": "^1.8.1",
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": "3.17.7",
"version": "3.18.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.9.4",
"@mongodb-js/oidc-plugin": "^2.0.5",
"@mongosh/errors": "2.4.4",
"@mongosh/service-provider-core": "3.6.5",
"@mongosh/types": "^3.14.0",
"@mongosh/errors": "2.4.5",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/types": "^3.14.1",
"aws4": "^1.12.0",
"mongodb": "^6.19.0",
"mongodb-build-info": "^1.8.1",
Expand Down
14 changes: 7 additions & 7 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.28.0",
"version": "3.29.0",
"description": "MongoDB Shell API Classes Package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,11 +53,11 @@
"dependencies": {
"@babel/core": "^7.26.10",
"@babel/types": "^7.26.10",
"@mongosh/arg-parser": "^3.22.2",
"@mongosh/errors": "2.4.4",
"@mongosh/i18n": "^2.19.0",
"@mongosh/service-provider-core": "3.6.5",
"@mongosh/shell-bson": "1.0.6",
"@mongosh/arg-parser": "^3.23.0",
"@mongosh/errors": "2.4.5",
"@mongosh/i18n": "^2.20.0",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/shell-bson": "1.1.0",
"mongodb-redact": "^1.3.0",
"mongodb-schema": "^12.6.2"
},
Expand All @@ -67,7 +67,7 @@
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/types": "^3.14.0",
"@mongosh/types": "^3.14.1",
"bson": "^6.10.4",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
Expand Down
Loading
Loading