Skip to content

Commit c41394a

Browse files
committed
maint: upgrade babel + deps, actions
This commit upgrades a bunch of deps, avoiding breaking changes where possible. One breaking change is introduced - removing `isparta` in favour of `nyc` (and `istanbul`). This commit also upgrades the GitHub actions to latest versions. Ref: - https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00001rfcK8YAI/view - https://github.com/heroku/react-refetch/security/dependabot/51
1 parent 9c770b9 commit c41394a

File tree

4 files changed

+4252
-4776
lines changed

4 files changed

+4252
-4776
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
ts-version: ['3.9', '4.1', '5.0']
1616
react-version: ['16']
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
23+
2424
- name: Install Dependencies
2525
run: npm ci
2626

2727
- name: Install TypeScript ${{ matrix.ts-version }}
2828
run: npm install typescript@${{ matrix.ts-version }}
29-
29+
3030
- name: Install React ${{ matrix.react-version }}
3131
run: npm install react@${{ matrix.react-version }}
3232

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ npm-debug.log
44
dist
55
lib
66
coverage
7+
.nyc_output

0 commit comments

Comments
 (0)