Skip to content

Commit dbae009

Browse files
committed
Merge branch '7.x'
2 parents b3c1670 + d8f6e04 commit dbae009

File tree

3 files changed

+36
-13
lines changed

3 files changed

+36
-13
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ name: Test
22
on:
33
pull_request:
44
paths:
5-
- '.github/workflows/test.yml'
6-
- 'package.json'
7-
- 'index.js'
8-
- 'lib/**'
9-
- 'test/**.js'
5+
- ".github/workflows/test.yml"
6+
- "package.json"
7+
- "index.js"
8+
- "lib/**"
9+
- "test/**.js"
1010
push:
1111
paths:
12-
- '.github/workflows/test.yml'
13-
- 'package.json'
14-
- 'index.js'
15-
- 'lib/**'
16-
- 'test/**.js'
12+
- ".github/workflows/test.yml"
13+
- "package.json"
14+
- "index.js"
15+
- "lib/**"
16+
- "test/**.js"
1717
permissions:
1818
contents: read
1919

@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
name: coverage
8787
path: coverage
88-
88+
8989
test-deno:
9090
runs-on: ubuntu-20.04
9191
name: Deno tests
@@ -117,7 +117,7 @@ jobs:
117117
test-replica-sets:
118118
needs:
119119
- test
120-
runs-on: ubuntu-latest
120+
runs-on: ubuntu-20.04
121121
name: Replica Set tests
122122
env:
123123
FORCE_COLOR: true

.npmignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ tsconfig.json
5858
scripts/
5959
tools/
6060

61-
*.0x
61+
*.0x
62+
valnotes.md
63+
64+
coverage
65+
.nyc_output

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
7.8.6 / 2025-01-20
2+
===================
3+
* chore: remove coverage output from bundle
4+
5+
6.13.8 / 2025-01-20
6+
===================
7+
* chore: remove coverage output from bundle
8+
9+
7.8.5 / 2025-01-20
10+
===================
11+
* chore: re-release to force npm audit to pick up 6.x fix for CVE-2025-23061
12+
13+
6.13.7 / 2025-01-20
14+
===================
15+
* chore: re-release to force npm audit to pick up 6.x fix for CVE-2025-23061
16+
117
8.9.5 / 2025-01-13
218
==================
319
* fix: disallow nested $where in populate match CVE-2025-23061
@@ -10,6 +26,7 @@
1026
6.13.6 / 2025-01-13
1127
===================
1228
* fix: disallow nested $where in populate match CVE-2025-23061
29+
<<<<<<< HEAD
1330

1431
8.9.4 / 2025-01-09
1532
==================
@@ -78,6 +95,8 @@
7895
* fix: disallow using $where in match
7996
* perf: cache results from getAllSubdocs() on saveOptions, only loop through known subdoc properties #15055 #15029
8097
* fix(model+query): support overwriteDiscriminatorKey for bulkWrite updateOne and updateMany, allow inferring discriminator key from update #15046 #15040
98+
=======
99+
>>>>>>> 7.x
81100

82101
7.8.3 / 2024-11-26
83102
==================

0 commit comments

Comments
 (0)