Skip to content

Commit

Permalink
chore(deps): bump driver to 6.6.1, bson to 6.7.0 MONGOSH-1774 (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed May 7, 2024
1 parent c15f204 commit e625471
Show file tree
Hide file tree
Showing 16 changed files with 146 additions and 718 deletions.
809 changes: 120 additions & 689 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"glob": "^10.3.12",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"mongodb": "^6.5.0",
"mongodb": "^6.6.1",
"mongodb-runner": "^5.6.1",
"node-gyp": "^9.0.0",
"nyc": "^15.1.0",
Expand Down Expand Up @@ -158,9 +158,5 @@
"packages/node-runtime-worker-thread",
"packages/browser-repl",
"packages/connectivity-tests"
],
"dependencies": {
"@cyclonedx/cyclonedx-library": "^6.6.0",
"npm-package-arg": "^11.0.2"
}
]
}
4 changes: 2 additions & 2 deletions packages/arg-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"mongodb-connection-string-url": "^3.0.0"
},
"devDependencies": {
"@mongodb-js/devtools-connect": "^2.6.0",
"@mongodb-js/devtools-connect": "^2.6.1",
"@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.3",
"eslint": "^7.25.0",
"mongodb": "^6.5.0",
"mongodb": "^6.6.1",
"prettier": "^2.8.8"
}
}
4 changes: 2 additions & 2 deletions packages/async-rewriter2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"@babel/plugin-transform-destructuring": "^7.22.5",
"@babel/plugin-transform-parameters": "^7.22.5",
"@babel/plugin-transform-shorthand-properties": "^7.22.5",
"@babel/types": "^7.22.5",
"@types/babel__core": "^7.20.1"
"@babel/types": "^7.22.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",
"@types/babel__core": "^7.20.1",
"depcheck": "^1.4.3",
"eslint": "^7.25.0",
"prettier": "^2.8.8"
Expand Down
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.5.0",
"mongodb": "^6.6.1",
"@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.5.0",
"bson": "^6.7.0",
"depcheck": "^1.4.3",
"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.5.0",
"mongodb": "^6.6.1",
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/sbom-tools": "^0.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint": "^7.25.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongodb": "^6.5.0",
"mongodb": "^6.6.1",
"node-fetch": "^3.3.2",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node": ">=14.15.1"
},
"dependencies": {
"@mongodb-js/devtools-connect": "^2.6.0",
"@mongodb-js/devtools-connect": "^2.6.1",
"@mongosh/errors": "0.0.0-dev.0",
"@mongosh/history": "0.0.0-dev.0",
"@mongosh/types": "0.0.0-dev.0",
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-server": "0.0.0-dev.0",
"@mongosh/types": "0.0.0-dev.0",
"bson": "^6.5.0",
"bson": "^6.7.0",
"depcheck": "^1.4.3",
"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.5.0",
"mongodb": "^6.5.0",
"bson": "^6.7.0",
"mongodb": "^6.6.1",
"mongodb-build-info": "^1.7.1"
},
"optionalDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/service-provider-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,15 @@
}
},
"dependencies": {
"@mongodb-js/devtools-connect": "^2.6.0",
"@mongodb-js/devtools-connect": "^2.6.1",
"@mongodb-js/oidc-plugin": "^0.4.0",
"@mongosh/errors": "0.0.0-dev.0",
"@mongosh/service-provider-core": "0.0.0-dev.0",
"@mongosh/types": "0.0.0-dev.0",
"@types/sinon-chai": "^3.2.4",
"aws4": "^1.12.0",
"mongodb": "^6.5.0",
"mongodb": "^6.6.1",
"mongodb-connection-string-url": "^3.0.0",
"socks": "^2.8.1"
"socks": "^2.8.3"
},
"optionalDependencies": {
"kerberos": "^2.1.0",
Expand All @@ -66,6 +65,7 @@
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@types/sinon-chai": "^3.2.4",
"depcheck": "^1.4.3",
"eslint": "^7.25.0",
"prettier": "^2.8.8"
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.5.0",
"bson": "^6.7.0",
"depcheck": "^1.4.3",
"eslint": "^7.25.0",
"mongodb": "^6.5.0",
"mongodb": "^6.6.1",
"prettier": "^2.8.8",
"semver": "^7.5.3"
}
Expand Down
5 changes: 3 additions & 2 deletions packages/shell-api/src/shell-bson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export default function constructShellBson(
),
Int32: assignAll(
functionCtorWithoutProps(bson.Int32),
pickWithExactKeyMatch(bson.Int32, ['prototype'])
pickWithExactKeyMatch(bson.Int32, ['prototype', 'fromString'])
),
Long: assignAll(
functionCtorWithoutProps(bson.Long),
Expand All @@ -366,6 +366,7 @@ export default function constructShellBson(
'fromBytesLE',
'fromBytes',
'fromString',
'fromStringStrict',
'fromBigInt',
'fromNumber',
'fromInt',
Expand Down Expand Up @@ -403,7 +404,7 @@ export default function constructShellBson(
),
Double: assignAll(
functionCtorWithoutProps(bson.Double),
pickWithExactKeyMatch(bson.Double, ['prototype'])
pickWithExactKeyMatch(bson.Double, ['prototype', 'fromString'])
),
BSONRegExp: assignAll(
functionCtorWithoutProps(bson.BSONRegExp),
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/import-node-fetch": "0.0.0-dev.0",
"@mongosh/shell-api": "0.0.0-dev.0",
"@mongosh/types": "0.0.0-dev.0",
"bson": "^6.5.0",
"bson": "^6.7.0",
"cross-spawn": "^7.0.3",
"escape-string-regexp": "^4.0.0",
"joi": "^17.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongodb-js/devtools-connect": "^2.6.0"
"@mongodb-js/devtools-connect": "^2.6.1"
},
"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.3",
"eslint": "^7.25.0",
"mongodb": "^6.5.0",
"mongodb": "^6.6.1",
"prettier": "^2.8.8"
}
}

0 comments on commit e625471

Please sign in to comment.