Skip to content

Commit e0c20c4

Browse files
committed
Merge remote-tracking branch 'origin/main' into [email protected]
2 parents bb14e77 + f845536 commit e0c20c4

File tree

34 files changed

+46
-35
lines changed

34 files changed

+46
-35
lines changed

THIRD_PARTY_NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **mongosh**.
2-
This document was automatically generated on Wed Jul 02 2025.
2+
This document was automatically generated on Thu Jul 03 2025.
33

44
## List of dependencies
55

package-lock.json

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

packages/async-rewriter2/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Gagik Amaryan <[email protected]>
1111
mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
1212
1313
14+
Nikola Irinchev <[email protected]>

packages/async-rewriter2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"compile": "node bin/make-runtime-support.js --firstpass && tsc -p tsconfig.json && node bin/make-runtime-support.js --secondpass && tsc -p tsconfig.json",
1818
"prepublish": "npm run compile",
1919
"prettier": "prettier",
20-
"reformat": "npm run prettier -- --write . && npm run eslint --fix"
20+
"reformat": "npm run prettier -- --write . && npm run eslint -- --fix"
2121
},
2222
"bin": {
2323
"async-rewrite": "bin/async-rewrite.js"

packages/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"compile": "tsc -p tsconfig.json",
2929
"prepublish": "npm run compile",
3030
"prettier": "prettier",
31-
"reformat": "npm run prettier -- --write . && npm run eslint --fix"
31+
"reformat": "npm run prettier -- --write . && npm run eslint -- --fix"
3232
},
3333
"mongosh": {
3434
"unitTestsOnly": true
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@mongodb-js/mongodb-constants": "^0.10.1",
4747
"@mongosh/shell-api": "^3.16.4",
48-
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.1",
48+
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.4",
4949
"semver": "^7.5.4"
5050
}
5151
}

packages/browser-repl/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.git
2222
2323
2424
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25+
Nikola Irinchev <[email protected]>

packages/browser-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"depcheck": "depcheck",
3636
"compile": "tsc -p tsconfig.json",
3737
"prettier": "prettier",
38-
"reformat": "npm run prettier -- --write . && npm run eslint --fix",
38+
"reformat": "npm run prettier -- --write . && npm run eslint -- --fix",
3939
"sync-to-compass": "node scripts/sync-to-compass.js"
4040
},
4141
"config": {

packages/browser-runtime-core/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ Gagik Amaryan <[email protected]>
1515
mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
1616
1717
18+
Nikola Irinchev <[email protected]>

packages/browser-runtime-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prepublish": "npm run compile",
2828
"compile": "tsc -p tsconfig.json",
2929
"prettier": "prettier",
30-
"reformat": "npm run prettier -- --write . && npm run eslint --fix"
30+
"reformat": "npm run prettier -- --write . && npm run eslint -- --fix"
3131
},
3232
"author": "",
3333
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4242
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4343
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
44-
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.1",
44+
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.4",
4545
"@mongosh/types": "3.8.2",
4646
"bson": "^6.10.3",
4747
"depcheck": "^1.4.7",

packages/browser-runtime-electron/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ Gagik Amaryan <[email protected]>
1515
mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
1616
1717
18+
Nikola Irinchev <[email protected]>

0 commit comments

Comments
 (0)