Skip to content

Commit e3dca30

Browse files
authored
Merge branch 'master' into types-expression
2 parents 365f39f + 8c7b741 commit e3dca30

File tree

22 files changed

+101
-49
lines changed

22 files changed

+101
-49
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
2828

2929
- name: Setup node
30-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3.1.1
30+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.1.1
3131
with:
3232
node-version: 16
3333

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3
3232

3333
- name: Setup node
34-
uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0
34+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.1.0
3535
with:
3636
node-version: 16
3737

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: stale
14-
uses: actions/stale@v3
14+
uses: actions/stale@v5
1515
with:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}
1717
stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days'

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
2828

2929
- name: Setup node
30-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3.1.1
30+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.1.1
3131
with:
3232
node-version: 14
3333

@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
6161

6262
- name: Setup node
63-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3.1.1
63+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.1.1
6464
with:
6565
node-version: ${{ matrix.node }}
6666

@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
8888
- name: Setup node
89-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3.1.1
89+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.1.1
9090
with:
9191
node-version: 16
9292
- run: npm install
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
103103
- name: Setup node
104-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3.1.1
104+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.1.1
105105
with:
106106
node-version: 16
107107
- run: npm install

.github/workflows/tidelift-alignment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
1515
- name: Setup node
16-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3.1.1
16+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.1.1
1717
with:
1818
node-version: 16
1919
- name: Alignment

.github/workflows/tsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
2626

2727
- name: Setup node
28-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3.1.1
28+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.1.1
2929
with:
3030
node-version: 14
3131

@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
4444

4545
- name: Setup node
46-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3.1.1
46+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.1.1
4747
with:
4848
node-version: 12
4949

.lgtm.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
6.3.5 / 2022-05-30
2+
==================
3+
* fix(document): avoid infinite recursion when calling toObject() on self-referencing document #11756
4+
* fix(document): avoid manually populating documents that are manually populated in another doc with different unpopulatedValue #11442
5+
* fix(document): fix ObjectId conversion for external schemas #11841 [coyotte508](https://github.com/coyotte508)
6+
* fix: fix codeql warnings #11817 [Uzlopak](https://github.com/Uzlopak)
7+
* fix(types): allow passing TVirtuals to Schema class #11543
8+
* fix(types): Type of Connection.transaction() #11825 [dwrss](https://github.com/dwrss)
9+
* docs(typescript): add coverage for TypeScript query helpers #11709
10+
* docs: fix documention of error handling #11844 [Uzlopak](https://github.com/Uzlopak)
11+
* docs: typings mongoose.Error should reference to MongooseError #11850 [Uzlopak](https://github.com/Uzlopak)
12+
* chore: improve issue templates #11794 [Uzlopak](https://github.com/Uzlopak)
13+
* chore: use ts-benchmark instead of internal TS benchmarking #11798 [mohammad0-0ahmad](https://github.com/mohammad0-0ahmad)
14+
115
6.3.4 / 2022-05-19
216
==================
317
* fix(schema): disallow using schemas with schema-level projection with map subdocuments #11698

examples/redis-todo/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

examples/redis-todo/config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
'use strict';
2+
3+
const JWT_SECRET = 'token';
4+
5+
module.exports = {
6+
JWT_SECRET
7+
};

0 commit comments

Comments
 (0)