Skip to content

Commit 39d4fb7

Browse files
addaleaxgribnoysup
andauthored
feat(devtools-proxy-support): initial shared implementation COMPASS-8072 (#418)
Co-authored-by: Sergey Petushkov <[email protected]>
1 parent 1cde520 commit 39d4fb7

38 files changed

+4901
-120
lines changed

.depalignrc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"ignore": {
3+
"node-fetch": [
4+
"^3.3.2",
5+
"^2.6.11"
6+
]
7+
}
8+
}

.github/workflows/check-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ jobs:
7474
npm ci
7575
npm run bootstrap-ci -- --scope @mongodb-js/monorepo-tools --stream --include-dependencies
7676
npm run bootstrap-ci -- --stream --since ${SINCE_REF} --include-dependencies
77+
78+
# saslprep source code may have been modified by bootstrapping,
79+
# depending on the OS, so undo that change if it has happened
80+
# (since it can influence subsequent lerna invocations)
81+
git checkout -- packages/saslprep/src/code-points-data.ts
7782
shell: bash
7883

7984
- name: Info

0 commit comments

Comments
 (0)