Skip to content
Open
Show file tree
Hide file tree
Changes from 11 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
2,901 changes: 1,495 additions & 1,406 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"glob": "^10.3.12",
"husky": "^9.0.11",
"mocha": "^10.2.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"mongodb-runner": "^6.0.0",
"node-gyp": "^11.5.0",
"nyc": "^15.1.0",
Expand Down Expand Up @@ -171,6 +171,18 @@
"packages/connectivity-tests"
],
"overrides": {
"cookie": "^0.7.2"
"cookie": "^0.7.2",
"mongodb-connection-string-url": "^7.0.0",
"kerberos": "^7.0.0",
"mongodb-client-encryption": "^7.0.0",
"bson": "^7.0.0",
"mongodb": "^7.0.0"
},
"dependencies": {
"mongodb-connection-string-url": "^7.0.0",
"kerberos": "^7.0.0",
"mongodb-client-encryption": "^7.0.0",
"bson": "^7.0.0",
"mongodb": "^7.0.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ These additions are intended to be temporary as a way of making sure the package-lock file doesn't start hoisting other versions of these dependencies, they'll need to be removed before merging

}
}
4 changes: 2 additions & 2 deletions packages/arg-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@mongosh/errors": "2.4.4",
"@mongosh/i18n": "^2.19.0",
"mongodb-connection-string-url": "^3.0.2"
"mongodb-connection-string-url": "^7.0.0"
},
"devDependencies": {
"@mongodb-js/devtools-connect": "^3.9.4",
Expand All @@ -46,7 +46,7 @@
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"prettier": "^2.8.8"
}
}
10 changes: 5 additions & 5 deletions packages/browser-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"@mongosh/errors": "2.4.4",
"@mongosh/history": "2.4.9",
"@mongosh/i18n": "^2.19.0",
"@mongosh/node-runtime-worker-thread": "3.3.30",
"@mongosh/service-provider-core": "3.6.3",
"@mongosh/shell-bson": "1.0.4",
"bson": "^6.10.4",
"@mongosh/node-runtime-worker-thread": "3.3.29",
"@mongosh/service-provider-core": "3.6.2",
"@mongosh/shell-bson": "1.0.3",
"bson": "^7.0.0",
"numeral": "^2.0.6",
"text-table": "^0.2.0"
},
Expand All @@ -73,7 +73,7 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.27.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"@mongodb-js/compass-components": "*",
"@mongodb-js/compass-editor": "*",
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-runtime-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
"@mongosh/types": "^3.14.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-runtime-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@mongosh/service-provider-node-driver": "^3.17.5",
"@types/sinon": "^7.5.1",
"@types/sinon-chai": "^3.2.4",
"bson": "^6.10.4",
"bson": "^7.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
Expand Down
7 changes: 4 additions & 3 deletions packages/cli-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
"ansi-escape-sequences": "^5.1.2",
"askcharacter": "^2.0.4",
"askpassword": "^2.0.2",
"bson": "^6.10.4",
"bson": "^7.0.0",
"escape-string-regexp": "^4.0.0",
"is-recoverable-error": "^1.0.3",
"js-yaml": "^4.1.0",
"mongodb-connection-string-url": "^3.0.2",
"mongodb-connection-string-url": "^7.0.0",
"mongodb-log-writer": "^2.4.3",
"mongodb-redact": "^1.3.0",
"numeral": "^2.0.6",
Expand All @@ -97,6 +97,7 @@
"yargs-parser": "^20.2.4"
},
"devDependencies": {
"mongodb": "^7.0.0",
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/sbom-tools": "^0.8.1",
Expand All @@ -111,7 +112,7 @@
"chai-as-promised": "^7.1.1",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"mongodb-crypt-library-dummy": "^1.0.2",
"prettier": "^2.8.8",
"webpack-merge": "^5.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"@types/chai-as-promised": "^7.1.3",
"@types/node": "^22.15.30",
"@types/rimraf": "^3.0.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"chai-as-promised": "^7.1.1",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"node-fetch": "^3.3.2",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@mongosh/shell-api": "^3.26.2",
"@mongosh/shell-evaluator": "^3.26.2",
"@mongosh/types": "^3.14.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"js-beautify": "^1.15.1"
},
"devDependencies": {
Expand Down
4 changes: 3 additions & 1 deletion packages/history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@
"unitTestsOnly": true
},
"dependencies": {
"mongodb-redact": "^1.3.0"
"mongodb-connection-string-url": "^7.0.0",
"mongodb-redact": "^1.1.5"
},
"devDependencies": {
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mongodb-connection-string-url": "^7.0.0",
"prettier": "^2.8.8"
}
}
2 changes: 1 addition & 1 deletion packages/node-runtime-worker-thread/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@mongosh/service-provider-core": "3.6.3",
"@mongosh/service-provider-node-driver": "^3.17.5",
"@mongosh/types": "^3.14.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mocha": "^10.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/service-provider-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"@mongosh/errors": "2.4.4",
"@mongosh/shell-bson": "1.0.4",
"bson": "^6.10.4",
"mongodb": "^6.19.0",
"@mongosh/shell-bson": "1.0.3",
"bson": "^7.0.0",
"mongodb": "^7.0.0",
"mongodb-build-info": "^1.8.1",
"mongodb-connection-string-url": "^3.0.2"
"mongodb-connection-string-url": "^7.0.0"
},
"devDependencies": {
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
Expand Down
14 changes: 8 additions & 6 deletions packages/service-provider-node-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,24 @@
}
},
"dependencies": {
"@aws-sdk/credential-providers": "^3.925.0",
"@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.3",
"@mongosh/types": "^3.14.0",
"aws4": "^1.12.0",
"mongodb": "^6.19.0",
"gcp-metadata": "^7.0.1",
"mongodb": "^7.0.0",
"mongodb-build-info": "^1.8.1",
"mongodb-connection-string-url": "^3.0.2",
"mongodb-connection-string-url": "^7.0.0",
"socks": "^2.8.3",
"mongodb-client-encryption": "^6.5.0",
"kerberos": "2.1.0"
"mongodb-client-encryption": "^7.0.0",
"kerberos": "^7.0.0"
},
"optionalDependencies": {
"kerberos": "2.1.0",
"mongodb-client-encryption": "^6.5.0"
"kerberos": "^7.0.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep in mind that MONGOSH-1881 on its own is already a sizable ticket

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm trying for now to see where it breaks to know how to split this work in PRs that don't depend on each other (if possible). Likely for encryption and kerberos we will need other PRs.

"mongodb-client-encryption": "^7.0.0"
},
"devDependencies": {
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shell-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/types": "^3.14.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"prettier": "^2.8.8",
"semver": "^7.5.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/shell-bson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@mongosh/errors": "^2.4.4"
},
"peerDependencies": {
"bson": "^6.10.4 || ^7.0.0"
"bson": "^7.0.0"
},
"devDependencies": {
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/snippet-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@mongosh/errors": "2.4.4",
"@mongosh/shell-api": "^3.26.2",
"@mongosh/types": "^3.14.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"cross-spawn": "^7.0.5",
"escape-string-regexp": "^4.0.0",
"zod": "^3.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"prettier": "^2.8.8"
}
}
Loading