Skip to content

Commit c71a48f

Browse files
authored
Merge pull request #88 from Sam-Watson-LeanIX/sap-oss/swatson/jest-version-update
2 parents 8ee54f3 + e39e603 commit c71a48f

4 files changed

Lines changed: 9745 additions & 9816 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node: ['14', '16']
15+
node: ['18', '20', '22']
1616
env:
1717
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -23,12 +23,12 @@ jobs:
2323
fetch-depth: '0'
2424

2525
- name: Setup pnpm
26-
uses: pnpm/action-setup@v2.2.4
26+
uses: pnpm/action-setup@v4.1.0
2727
with:
28-
version: 7
28+
version: 10
2929

3030
- name: Setup Node
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@v5.0.0
3232
with:
3333
node-version: ${{ matrix.node }}
3434
registry-url: 'https://registry.npmjs.org'
@@ -64,9 +64,9 @@ jobs:
6464
version: 7
6565

6666
- name: Setup Node
67-
uses: actions/setup-node@v3
67+
uses: actions/setup-node@v4
6868
with:
69-
node-version: '16'
69+
node-version: '22'
7070
registry-url: 'https://registry.npmjs.org'
7171
cache: 'pnpm'
7272

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.13.0
1+
v22.19.0

packages/jest-auto-spies/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
"test:watch": "jest --watchAll"
3434
},
3535
"devDependencies": {
36-
"@types/jest": "29.5.0",
37-
"@types/node": "18.15.5",
38-
"jest": "29.5.0",
36+
"@types/jest": "30.0.0",
37+
"@types/node": "22.13.14",
38+
"jest": "30.0.0",
3939
"rxjs": "^7.5.1",
4040
"ts-jest": "29.0.5",
41-
"typescript": "^4.9.5"
41+
"typescript": "^5.9.2"
4242
},
4343
"dependencies": {
4444
"@hirez_io/auto-spies-core": "3.0.0"
4545
},
4646
"peerDependencies": {
47-
"jest": ">= 29.0.0 < 30.x",
47+
"jest": ">= 29.0.0 < 31.x",
4848
"rxjs": ">=6.0.0 < 8",
4949
"typescript": ">=2.8.1"
5050
}

0 commit comments

Comments
 (0)