17d38f0bbe
Changelogs: https://github.com/mongodb-js/mongosh/releases/tag/v2.5.6 https://github.com/mongodb-js/mongosh/releases/tag/v2.5.7 https://github.com/mongodb-js/mongosh/releases/tag/v2.5.8 https://github.com/mongodb-js/mongosh/releases/tag/v2.5.9 https://github.com/mongodb-js/mongosh/releases/tag/v2.5.10 https://github.com/mongodb-js/mongosh/releases/tag/v2.6.0 https://github.com/mongodb-js/mongosh/releases/tag/v2.7.0 https://github.com/mongodb-js/mongosh/releases/tag/v2.8.1 https://github.com/mongodb-js/mongosh/releases/tag/v2.8.2 https://github.com/mongodb-js/mongosh/releases/tag/v2.8.3 While here (non-functional changes): - Split long lines. - Remove unused variable MPROTECT_DISABLE. - Fix warnings from portclippy. - Improve alignment and formatting. PR: 294921 Sponsored by: UNIS Labs Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
28 lines
1.2 KiB
JSON
28 lines
1.2 KiB
JSON
--- package.json.orig 2026-04-30 23:25:01 UTC
|
|
+++ package.json
|
|
@@ -30,7 +30,7 @@
|
|
"pretest-smoke": "npm run compile-cli",
|
|
"test-smoke": "npm run test-smoke -w @mongosh/cli-repl",
|
|
"compile": "npm run compile --workspaces --if-present",
|
|
- "compile-cli": "lerna run compile --scope @mongosh/cli-repl --include-dependencies",
|
|
+ "compile-cli": "lerna --loglevel silly run compile --scope @mongosh/cli-repl --include-dependencies",
|
|
"prestart-cli": "npm run compile-cli",
|
|
"start-cli": "npm run start -w @mongosh/cli-repl",
|
|
"start-browser": "npm run start --workspace @mongosh/browser-repl",
|
|
@@ -68,7 +68,6 @@
|
|
"postcreate-static-analysis-report": "mongodb-sbom-tools sarif-to-markdown --sarif=.sbom/codeql.sarif.json --md=.sbom/codeql.md",
|
|
"where": "monorepo-where",
|
|
"reformat": "npm run reformat --workspaces --if-present",
|
|
- "prepare": "husky",
|
|
"precommit": "precommit",
|
|
"preinstall": "node scripts/sort-workspaces.js",
|
|
"bump-auxiliary": "npm run bump-auxiliary --workspace @mongosh/build",
|
|
@@ -108,7 +107,6 @@
|
|
"cross-env": "^6.0.3",
|
|
"find-up": "^5.0.0",
|
|
"glob": "^10.3.12",
|
|
- "husky": "^9.0.11",
|
|
"knip": "^5.71.0",
|
|
"mocha": "^11.7.5",
|
|
"mongodb-runner": "^6.5.3",
|