Skip to content

Commit 09f3b43

Browse files
committed
Merge remote-tracking branch 'origin/master' into 1.27-releases
2 parents 36114f2 + 55168f7 commit 09f3b43

File tree

189 files changed

+53216
-105792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+53216
-105792
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
"bootstrap-evergreen": "cross-env ELECTRON_SKIP_BINARY_DOWNLOAD=1 lerna exec -- npm ci --quiet && npm run install-electron",
1717
"install-electron": "cross-env ELECTRON_SKIP_BINARY_DOWNLOAD= lerna exec --concurrency 1 -- node ../../scripts/install-electron.js",
1818
"start": "lerna run start --stream --scope mongodb-compass",
19-
"amend-compass-version": "node scripts/bump-compass-dependencies.js && git commit --no-allow-empty --amend --no-edit packages/compass/package.json packages/compass/package-lock.json",
19+
"amend-compass-version": "node scripts/bump-compass-dependencies.js && git commit --no-allow-empty -m \"chore(release): sync compass dependencies\" packages/compass/package.json",
2020
"packages-version": "lerna version --no-private --no-push -m \"chore(release): bump package versions\"",
2121
"postpackages-version": "npm run amend-compass-version && git push && git push --tags",
2222
"packages-publish": "node scripts/monorepo/publish-all.js",
23+
"postpackages-publish": "git add packages/*/package-lock.json && git commit -m \"chore(release): Update package-lock files after a release\" && git push",
2324
"packages-test-version": "lerna version --no-private --allow-branch=* --no-git-tag-version --no-push",
2425
"postpackages-test-version": "node scripts/bump-compass-dependencies.js",
2526
"packages-test-publish": "node scripts/monorepo/publish-all.js --local --no-pristine-check --no-branch-check",
@@ -29,7 +30,8 @@
2930
"update-akzidenz-cache": "node scripts/download-akzidenz.js --update-cache",
3031
"download-akzidenz": "lerna exec -- node ../../scripts/download-akzidenz.js",
3132
"update-authors": "node scripts/generate-authors.js",
32-
"update-third-party-notices": "node scripts/gather-licenses.js packages/compass/ > THIRD-PARTY-NOTICES.md"
33+
"update-third-party-notices": "node scripts/gather-licenses.js packages/compass/ > THIRD-PARTY-NOTICES.md",
34+
"where": "node ./scripts/monorepo/where.js"
3335
},
3436
"repository": {
3537
"type": "git",

0 commit comments

Comments
 (0)