Skip to content

Commit

Permalink
feat(devtools-proxy-support): initial shared implementation COMPASS-8072
Browse files Browse the repository at this point in the history
 (#418)

Co-authored-by: Sergey Petushkov <[email protected]>
  • Loading branch information
addaleax and gribnoysup authored Aug 1, 2024
1 parent 1cde520 commit 39d4fb7
Show file tree
Hide file tree
Showing 38 changed files with 4,901 additions and 120 deletions.
8 changes: 8 additions & 0 deletions .depalignrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ignore": {
"node-fetch": [
"^3.3.2",
"^2.6.11"
]
}
}
5 changes: 5 additions & 0 deletions .github/workflows/check-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
npm ci
npm run bootstrap-ci -- --scope @mongodb-js/monorepo-tools --stream --include-dependencies
npm run bootstrap-ci -- --stream --since ${SINCE_REF} --include-dependencies
# saslprep source code may have been modified by bootstrapping,
# depending on the OS, so undo that change if it has happened
# (since it can influence subsequent lerna invocations)
git checkout -- packages/saslprep/src/code-points-data.ts
shell: bash

- name: Info
Expand Down
Loading

0 comments on commit 39d4fb7

Please sign in to comment.