Skip to content

Commit

Permalink
chore(deps): update nest monorepo (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
scottlovegrove and renovate[bot] authored Dec 3, 2024
1 parent 38e144c commit 8101d06
Show file tree
Hide file tree
Showing 6 changed files with 2,342 additions and 1,840 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/google-sheets-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Configure doist package repository
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
with:
node-version: '16'
node-version-file: '.nvmrc'
scope: '@doist'

- name: Bootstrap
run: npm ci
Expand Down
27 changes: 27 additions & 0 deletions .nsprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"1097679": {
"active": true,
"notes": "For this to be resolved, it requires dependency updates further up the tree (like the @doist packages)",
"expiry": "2024/12/31"
},
"1098583": {
"active": true,
"notes": "For this to be resolved, it requires dependency updates further up the tree (like the @doist packages)",
"expiry": "2024/12/31"
},
"1099520": {
"active": true,
"notes": "For this to be resolved, it requires dependency updates for @nestjs/core",
"expiry": "2024/12/31"
},
"1099846": {
"active": true,
"notes": "For this to be resolved, it requires dependency updates for msw",
"expiry": "2024/12/31"
},
"1096693": {
"active": true,
"notes": "For this to be resolved, it requires dependency updates further up the tree (like the @doist packages)",
"expiry": "2025/01/31"
}
}
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ module.exports = {
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
globalSetup: join(__dirname, 'global-setup.js'),
restoreMocks: true,
moduleNameMapper: {
'^axios$': 'axios/dist/node/axios.cjs',
},
}
Loading

0 comments on commit 8101d06

Please sign in to comment.