Skip to content

Commit 8101d06

Browse files
chore(deps): update nest monorepo (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38e144c commit 8101d06

File tree

6 files changed

+2342
-1840
lines changed

6 files changed

+2342
-1840
lines changed

.github/workflows/google-sheets-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: Configure doist package repository
2424
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
2525
with:
26-
node-version: '16'
26+
node-version-file: '.nvmrc'
27+
scope: '@doist'
2728

2829
- name: Bootstrap
2930
run: npm ci

.nsprc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"1097679": {
3+
"active": true,
4+
"notes": "For this to be resolved, it requires dependency updates further up the tree (like the @doist packages)",
5+
"expiry": "2024/12/31"
6+
},
7+
"1098583": {
8+
"active": true,
9+
"notes": "For this to be resolved, it requires dependency updates further up the tree (like the @doist packages)",
10+
"expiry": "2024/12/31"
11+
},
12+
"1099520": {
13+
"active": true,
14+
"notes": "For this to be resolved, it requires dependency updates for @nestjs/core",
15+
"expiry": "2024/12/31"
16+
},
17+
"1099846": {
18+
"active": true,
19+
"notes": "For this to be resolved, it requires dependency updates for msw",
20+
"expiry": "2024/12/31"
21+
},
22+
"1096693": {
23+
"active": true,
24+
"notes": "For this to be resolved, it requires dependency updates further up the tree (like the @doist packages)",
25+
"expiry": "2025/01/31"
26+
}
27+
}

jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ module.exports = {
88
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
99
globalSetup: join(__dirname, 'global-setup.js'),
1010
restoreMocks: true,
11+
moduleNameMapper: {
12+
'^axios$': 'axios/dist/node/axios.cjs',
13+
},
1114
}

0 commit comments

Comments
 (0)