Skip to content

Commit a217ed9

Browse files
chore(deps): bump the devtools-shared-dev group with 6 updates (#6732)
Bumps the devtools-shared-dev group with 6 updates: | Package | From | To | | --- | --- | --- | | [@mongodb-js/monorepo-tools](https://github.com/mongodb-js/devtools-shared) | `1.1.2` | `1.1.16` | | [@mongodb-js/sbom-tools](https://github.com/mongodb-js/devtools-shared) | `0.7.0` | `0.7.2` | | [@mongodb-js/mongodb-downloader](https://github.com/mongodb-js/devtools-shared) | `0.3.5` | `0.3.7` | | [@mongodb-js/signing-utils](https://github.com/mongodb-js/devtools-shared) | `0.3.7` | `0.3.8` | | [mongodb-runner](https://github.com/mongodb-js/devtools-shared) | `5.6.5` | `5.8.0` | | [@mongodb-js/dl-center](https://github.com/mongodb-js/devtools-shared) | `1.0.1` | `1.1.7` | Updates `@mongodb-js/monorepo-tools` from 1.1.2 to 1.1.16 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/[email protected]...@mongodb-js/[email protected]) Updates `@mongodb-js/sbom-tools` from 0.7.0 to 0.7.2 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/[email protected]...@mongodb-js/[email protected]) Updates `@mongodb-js/mongodb-downloader` from 0.3.5 to 0.3.7 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/[email protected]...@mongodb-js/[email protected]) Updates `@mongodb-js/signing-utils` from 0.3.7 to 0.3.8 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/[email protected]...@mongodb-js/[email protected]) Updates `mongodb-runner` from 5.6.5 to 5.8.0 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/[email protected]@5.8.0) Updates `@mongodb-js/dl-center` from 1.0.1 to 1.1.7 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/[email protected]...@mongodb-js/[email protected]) --- updated-dependencies: - dependency-name: "@mongodb-js/monorepo-tools" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: devtools-shared-dev - dependency-name: "@mongodb-js/sbom-tools" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: devtools-shared-dev - dependency-name: "@mongodb-js/mongodb-downloader" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: devtools-shared-dev - dependency-name: "@mongodb-js/signing-utils" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: devtools-shared-dev - dependency-name: mongodb-runner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: devtools-shared-dev - dependency-name: "@mongodb-js/dl-center" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: devtools-shared-dev ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90c1998 commit a217ed9

File tree

7 files changed

+192
-151
lines changed

7 files changed

+192
-151
lines changed

package-lock.json

Lines changed: 182 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
},
6666
"//": "See depcheck for why we have some of these dependencies at the root of the monorepo",
6767
"devDependencies": {
68-
"@mongodb-js/monorepo-tools": "^1.1.1",
69-
"@mongodb-js/sbom-tools": "^0.7.0",
68+
"@mongodb-js/monorepo-tools": "^1.1.16",
69+
"@mongodb-js/sbom-tools": "^0.7.2",
7070
"@testing-library/dom": "^8.20.1",
7171
"husky": "^8.0.3",
7272
"js-yaml": "^4.1.0",

packages/compass-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"mongodb-build-info": "^1.7.2",
6363
"mongodb-connection-string-url": "^3.0.1",
6464
"mongodb-log-writer": "^2.3.4",
65-
"mongodb-runner": "^5.6.3",
65+
"mongodb-runner": "^5.8.0",
6666
"node-fetch": "^2.7.0",
6767
"nyc": "^15.1.0",
6868
"prettier": "^2.7.1",

packages/compass-test-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
5151
},
5252
"dependencies": {
53-
"mongodb-runner": "^5.6.3"
53+
"mongodb-runner": "^5.8.0"
5454
},
5555
"devDependencies": {
5656
"@mongodb-js/eslint-config-compass": "^1.3.5",

packages/compass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@
229229
"@mongodb-js/eslint-config-compass": "^1.3.5",
230230
"@mongodb-js/get-os-info": "^0.3.24",
231231
"@mongodb-js/mocha-config-compass": "^1.6.5",
232-
"@mongodb-js/mongodb-downloader": "^0.3.5",
232+
"@mongodb-js/mongodb-downloader": "^0.3.7",
233233
"@mongodb-js/my-queries-storage": "^0.22.5",
234234
"@mongodb-js/prettier-config-compass": "^1.2.5",
235-
"@mongodb-js/sbom-tools": "^0.7.0",
236-
"@mongodb-js/signing-utils": "^0.3.7",
235+
"@mongodb-js/sbom-tools": "^0.7.2",
236+
"@mongodb-js/signing-utils": "^0.3.8",
237237
"@mongodb-js/testing-library-compass": "^1.2.5",
238238
"@mongodb-js/tsconfig-compass": "^1.2.5",
239239
"@mongodb-js/webpack-config-compass": "^1.6.5",

packages/hadron-build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"dependencies": {
2222
"@electron/rebuild": "^3.7.1",
2323
"@mongodb-js/devtools-github-repo": "^1.4.1",
24-
"@mongodb-js/dl-center": "^1.0.1",
24+
"@mongodb-js/dl-center": "^1.1.7",
2525
"@mongodb-js/electron-wix-msi": "^3.0.0",
26-
"@mongodb-js/signing-utils": "^0.3.7",
26+
"@mongodb-js/signing-utils": "^0.3.8",
2727
"@npmcli/arborist": "^6.2.0",
2828
"@octokit/rest": "^18.6.2",
2929
"asar": "^3.0.3",

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@babel/core": "^7.24.3",
42-
"@mongodb-js/monorepo-tools": "^1.1.1",
42+
"@mongodb-js/monorepo-tools": "^1.1.16",
4343
"commander": "^11.0.0",
4444
"electron": "^32.3.2",
4545
"jsdom": "^24.1.3",

0 commit comments

Comments
 (0)