Skip to content

Commit 78327b4

Browse files
fix(deps): update all
1 parent 4bf2601 commit 78327b4

File tree

6 files changed

+644
-295
lines changed

6 files changed

+644
-295
lines changed

.github/workflows/build-master.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
- name: Use Node 14
16-
uses: actions/setup-node@v2.4.1
16+
uses: actions/setup-node@v4.1.0
1717
with:
1818
node-version: 14
1919
- name: Install dependencies with yarn
2020
run: yarn install --frozen-lockfile
2121
- name: Run build command
2222
run: yarn build
2323
- name: Upload coverage to codecov
24-
uses: codecov/codecov-action@v2.1.0
24+
uses: codecov/codecov-action@v4.6.0

.github/workflows/build-pr.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Use Node 14
15-
uses: actions/setup-node@v2.4.1
15+
uses: actions/setup-node@v4.1.0
1616
with:
1717
node-version: 14
1818
- name: Install dependencies with yarn
@@ -29,9 +29,9 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4
3333
- name: Use Node 14
34-
uses: actions/setup-node@v2.4.1
34+
uses: actions/setup-node@v4.1.0
3535
with:
3636
node-version: 14
3737
- name: Install dependencies with yarn

.github/workflows/try-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Use this GitHub Action
1515
uses: ./
1616
env:

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
20

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@actions/core": "^1.6.0",
55-
"@actions/github": "^5.0.0"
55+
"@actions/github": "^6.0.0"
5656
},
5757
"devDependencies": {
5858
"@commitlint/cli": "^15.0.0",
@@ -63,23 +63,23 @@
6363
"@jdp-dev/tsconfig": "^1.1.0",
6464
"@octokit/types": "^6.34.0",
6565
"@types/jest": "^27.0.3",
66-
"@types/node": "^16.11.12",
66+
"@types/node": "^22.0.0",
6767
"@typescript-eslint/eslint-plugin": "^5.6.0",
6868
"@typescript-eslint/parser": "^5.6.0",
6969
"@zeit/ncc": "^0.22.3",
7070
"eslint": "^8.4.1",
71-
"eslint-config-prettier": "^8.3.0",
71+
"eslint-config-prettier": "^9.0.0",
7272
"eslint-plugin-import": "^2.25.3",
73-
"eslint-plugin-jest": "^25.3.0",
74-
"husky": "^7.0.4",
73+
"eslint-plugin-jest": "^28.0.0",
74+
"husky": "^9.0.0",
7575
"jest": "^27.4.4",
76-
"lint-staged": "^12.1.2",
76+
"lint-staged": "^15.0.0",
7777
"npm-run-all": "^4.1.5",
78-
"pinst": "^2.1.6",
79-
"prettier": "^2.5.1",
80-
"rimraf": "^3.0.2",
78+
"pinst": "^3.0.0",
79+
"prettier": "^3.0.0",
80+
"rimraf": "^6.0.0",
8181
"standard-version": "^9.3.2",
8282
"ts-jest": "^27.1.1",
83-
"typescript": "^4.5.3"
83+
"typescript": "^5.0.0"
8484
}
8585
}

0 commit comments

Comments
 (0)