Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump driver, bson to latest MONGOSH-1890 MONGOSH-1889 #2243

Merged
merged 2 commits into from
Oct 28, 2024
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
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/arg-parser/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.9.0",
"mongodb": "^6.10.0",
"prettier": "^2.8.8"
}
}
2 changes: 1 addition & 1 deletion packages/browser-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"mongodb": "^6.9.0",
"mongodb": "^6.10.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 @@ -42,7 +42,7 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/types": "0.0.0-dev.0",
"bson": "^6.8.0",
"bson": "^6.9.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"yargs-parser": "^20.2.4"
},
"devDependencies": {
"mongodb": "^6.9.0",
"mongodb": "^6.10.0",
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/sbom-tools": "^0.7.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 @@ -39,13 +39,13 @@
"@types/chai-as-promised": "^7.1.3",
"@types/node": "^14.14.6",
"@types/rimraf": "^3.0.0",
"bson": "^6.8.0",
"bson": "^6.9.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.9.0",
"mongodb": "^6.10.0",
"node-fetch": "^3.3.2",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
Expand Down
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 @@ -42,7 +42,7 @@
"@mongosh/service-provider-core": "0.0.0-dev.0",
"@mongosh/service-provider-node-driver": "0.0.0-dev.0",
"@mongosh/types": "0.0.0-dev.0",
"bson": "^6.8.0",
"bson": "^6.9.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mocha": "^10.2.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
Expand Up @@ -45,8 +45,8 @@
"dependencies": {
"@aws-sdk/credential-providers": "^3.525.0",
"@mongosh/errors": "0.0.0-dev.0",
"bson": "^6.8.0",
"mongodb": "^6.9.0",
"bson": "^6.9.0",
"mongodb": "^6.10.0",
"mongodb-build-info": "^1.7.2",
"mongodb-connection-string-url": "^3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/service-provider-node-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@mongosh/service-provider-core": "0.0.0-dev.0",
"@mongosh/types": "0.0.0-dev.0",
"aws4": "^1.12.0",
"mongodb": "^6.9.0",
"mongodb": "^6.10.0",
"mongodb-connection-string-url": "^3.0.1",
"socks": "^2.8.3"
},
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 @@ -52,10 +52,10 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/types": "0.0.0-dev.0",
"bson": "^6.8.0",
"bson": "^6.9.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mongodb": "^6.9.0",
"mongodb": "^6.10.0",
Copy link
Member

Choose a reason for hiding this comment

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

Are there any changes needed for the bulk write updates from the changelog? https://github.com/mongodb/node-mongodb-native/releases

Explain now supports maxTimeMS

Nice. Compass users will be happy.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, for the bulk writes, we'll need to https://jira.mongodb.org/browse/MONGOSH-1100 ... for maxTimeMS, we'll still need to do a bit of work in Compass, because the Node.js driver team didn't go with an approach that would make our current code "just work"

"prettier": "^2.8.8",
"semver": "^7.5.3"
}
Expand Down
1 change: 1 addition & 0 deletions packages/shell-api/src/shell-bson.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ describe('Shell BSON', function () {
delete bsonProperties.getInc; // private
delete bsonProperties.is; // private
delete bsonProperties._fromString; // private
delete bsonProperties.validateHexString; // private

try {
expect(shellProperties).to.deep.equal(bsonProperties);
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": "0.0.0-dev.0",
"@mongosh/shell-api": "0.0.0-dev.0",
"@mongosh/types": "0.0.0-dev.0",
"bson": "^6.8.0",
"bson": "^6.9.0",
"cross-spawn": "^7.0.3",
"escape-string-regexp": "^4.0.0",
"joi": "^17.4.0",
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.9.0",
"mongodb": "^6.10.0",
"prettier": "^2.8.8"
}
}
Loading