Skip to content

Commit f4293b9

Browse files
chore(ci): bump packages (#118)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fbb63d2 commit f4293b9

File tree

10 files changed

+48
-48
lines changed

10 files changed

+48
-48
lines changed

configs/eslint-config-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/eslint-config-devtools",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"description": "Shared DevTools eslint configuration",
55
"license": "SSPL",
66
"main": "index.js",

package-lock.json

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

packages/get-os-info/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/devtools-shared",
16-
"version": "0.3.15",
16+
"version": "0.3.16",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -46,7 +46,7 @@
4646
"reformat": "npm run prettier -- --write ."
4747
},
4848
"devDependencies": {
49-
"@mongodb-js/eslint-config-devtools": "0.9.5",
49+
"@mongodb-js/eslint-config-devtools": "0.9.6",
5050
"@mongodb-js/mocha-config-compass": "^0.10.0",
5151
"@mongodb-js/prettier-config-devtools": "^1.0.1",
5252
"@mongodb-js/tsconfig-compass": "^0.6.0",

packages/mongodb-constants/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/devtools-shared",
16-
"version": "0.6.4",
16+
"version": "0.6.5",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -46,7 +46,7 @@
4646
"reformat": "npm run prettier -- --write ."
4747
},
4848
"devDependencies": {
49-
"@mongodb-js/eslint-config-devtools": "0.9.5",
49+
"@mongodb-js/eslint-config-devtools": "0.9.6",
5050
"@mongodb-js/mocha-config-compass": "^0.10.0",
5151
"@mongodb-js/prettier-config-devtools": "^1.0.1",
5252
"@mongodb-js/tsconfig-compass": "^0.6.0",

packages/mongodb-downloader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/devtools-shared",
16-
"version": "0.2.0",
16+
"version": "0.2.1",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -53,7 +53,7 @@
5353
"node-fetch": "^2.6.11"
5454
},
5555
"devDependencies": {
56-
"@mongodb-js/eslint-config-devtools": "0.9.5",
56+
"@mongodb-js/eslint-config-devtools": "0.9.6",
5757
"@mongodb-js/mocha-config-compass": "^0.10.0",
5858
"@mongodb-js/prettier-config-compass": "^0.5.0",
5959
"@mongodb-js/tsconfig-compass": "^0.6.0",

packages/mongodb-runner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/devtools-shared",
16-
"version": "5.2.0",
16+
"version": "5.2.1",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -50,13 +50,13 @@
5050
"reformat": "npm run prettier -- --write ."
5151
},
5252
"dependencies": {
53-
"@mongodb-js/mongodb-downloader": "^0.2.0",
53+
"@mongodb-js/mongodb-downloader": "^0.2.1",
5454
"debug": "^4.3.4",
5555
"mongodb": "^5.6.0",
5656
"yargs": "^17.7.2"
5757
},
5858
"devDependencies": {
59-
"@mongodb-js/eslint-config-devtools": "0.9.5",
59+
"@mongodb-js/eslint-config-devtools": "0.9.6",
6060
"@mongodb-js/mocha-config-compass": "^0.10.0",
6161
"@mongodb-js/prettier-config-compass": "^0.5.0",
6262
"@mongodb-js/tsconfig-compass": "^0.6.0",

packages/monorepo-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"email": "[email protected]"
1111
},
1212
"homepage": "https://github.com/mongodb-js/devtools-shared",
13-
"version": "1.1.3",
13+
"version": "1.1.4",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -47,7 +47,7 @@
4747
"reformat": "npm run prettier -- --write ."
4848
},
4949
"devDependencies": {
50-
"@mongodb-js/eslint-config-devtools": "0.9.5",
50+
"@mongodb-js/eslint-config-devtools": "0.9.6",
5151
"@mongodb-js/mocha-config-compass": "^0.10.0",
5252
"@mongodb-js/prettier-config-devtools": "^1.0.1",
5353
"@mongodb-js/tsconfig-compass": "^0.6.0",

packages/oidc-mock-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/devtools-shared",
16-
"version": "0.6.2",
16+
"version": "0.6.3",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -54,7 +54,7 @@
5454
"yargs": "17.7.2"
5555
},
5656
"devDependencies": {
57-
"@mongodb-js/eslint-config-devtools": "0.9.5",
57+
"@mongodb-js/eslint-config-devtools": "0.9.6",
5858
"@mongodb-js/mocha-config-compass": "^0.10.0",
5959
"@mongodb-js/prettier-config-devtools": "^1.0.1",
6060
"@mongodb-js/tsconfig-compass": "^0.6.0",

packages/sbom-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"email": "[email protected]"
1717
},
1818
"homepage": "https://github.com/mongodb-js/devtools-shared",
19-
"version": "0.5.3",
19+
"version": "0.5.4",
2020
"repository": {
2121
"type": "git",
2222
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -49,7 +49,7 @@
4949
"reformat": "npm run prettier -- --write ."
5050
},
5151
"devDependencies": {
52-
"@mongodb-js/eslint-config-devtools": "0.9.5",
52+
"@mongodb-js/eslint-config-devtools": "0.9.6",
5353
"@mongodb-js/mocha-config-compass": "^0.10.0",
5454
"@mongodb-js/prettier-config-devtools": "^1.0.1",
5555
"@mongodb-js/tsconfig-compass": "^0.6.0",

scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"email": "[email protected]"
1212
},
1313
"homepage": "https://github.com/mongodb-js/devtools-shared",
14-
"version": "0.2.3",
14+
"version": "0.2.4",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -27,9 +27,9 @@
2727
"reformat": "npm run prettier -- --write ."
2828
},
2929
"devDependencies": {
30-
"@mongodb-js/eslint-config-devtools": "0.9.5",
30+
"@mongodb-js/eslint-config-devtools": "0.9.6",
3131
"@mongodb-js/prettier-config-devtools": "^1.0.1",
32-
"@mongodb-js/monorepo-tools": "^1.1.3",
32+
"@mongodb-js/monorepo-tools": "^1.1.4",
3333
"depcheck": "^1.4.1",
3434
"eslint": "^7.25.0",
3535
"prettier": "2.3.2"

0 commit comments

Comments
 (0)