Skip to content

Commit 0fc8075

Browse files
committed
Merge remote-tracking branch 'origin/main' into 1.28-releases
2 parents 8d60f57 + 544d128 commit 0fc8075

File tree

65 files changed

+1029
-1231
lines changed

Some content is hidden

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

65 files changed

+1029
-1231
lines changed

.depalignrc.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@
162162
"^1.0.0-rc.2",
163163
"^1.0.0-rc.3"
164164
],
165-
"bson": [
166-
"4.1.0",
167-
"github:addaleax/js-bson#after-the-next-bson-release-you-can-just-use-the-npm-package-again"
168-
],
169165
"ampersand-collection": [
170166
"^1.6.1",
171167
"^2.0.1",

.github/workflows/check-test.yaml

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

4949
- name: Install Dependencies
5050
run: |
51-
npm install --force
51+
npm ci --force
5252
# Dependencies are included when installing as npm workspaces will
5353
# hoist every package in the repo and it's important that the
5454
# dependencies of packages we are planning to test are also prepared

THIRD-PARTY-NOTICES.md

Lines changed: 133 additions & 351 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)