Skip to content

Commit f486051

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents ee6a5bc + b3095e5 commit f486051

File tree

8 files changed

+514
-178
lines changed

8 files changed

+514
-178
lines changed

.evergreen/functions.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@ functions:
202202
203203
# Install dependencies
204204
bash ".evergreen/retry-with-backoff.sh" .evergreen/npm_ci.sh
205+
# Will fail if versions of direct dependencies listed in package-lock
206+
# are not matching versions defined in package.json file of any of the
207+
# workspace packages
208+
# TODO: change this to npm ls --all when rest of the mismatched version issues are resolved
209+
npm ls || echo "\nThe \`npm ls\` command failed with mismatched dependencies error. This usually means that the dependency versions listed in package.json are not matching dependencies resolved and recorded in package-lock.json. If you updated package.json files in your PR, inspect the error output and try to re-install offending dependncies to fix the package-lock file."
205210
206211
bootstrap:
207212
- command: shell.exec

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 **Mongodb Compass**.
2-
This document was automatically generated on Thu Oct 10 2024.
2+
This document was automatically generated on Sun Oct 13 2024.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Compass Tracking Plan
33

4-
Generated on Thu, Oct 10, 2024 at 03:30 PM
4+
Generated on Sun, Oct 13, 2024 at 03:15 AM
55

66
## Table of Contents
77

0 commit comments

Comments
 (0)