Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all (major) #226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-master.yml
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use Node 14
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v4.0.2
with:
node-version: 14
- name: Install dependencies with yarn
run: yarn install --frozen-lockfile
- name: Run build command
run: yarn build
- name: Upload coverage to codecov
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v4.3.1
8 changes: 4 additions & 4 deletions .github/workflows/build-pr.yml
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use Node 14
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v4.0.2
with:
node-version: 14
- name: Install dependencies with yarn
Expand All @@ -29,9 +29,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use Node 14
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v4.0.2
with:
node-version: 14
- name: Install dependencies with yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try-action.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use this GitHub Action
uses: ./
env:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
14
20
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0"
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
Expand All @@ -63,23 +63,23 @@
"@jdp-dev/tsconfig": "^1.1.0",
"@octokit/types": "^6.34.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.12",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"husky": "^7.0.4",
"eslint-plugin-jest": "^28.0.0",
"husky": "^9.0.0",
"jest": "^27.4.4",
"lint-staged": "^12.1.2",
"lint-staged": "^15.0.0",
"npm-run-all": "^4.1.5",
"pinst": "^2.1.6",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"pinst": "^3.0.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"standard-version": "^9.3.2",
"ts-jest": "^27.1.1",
"typescript": "^4.5.3"
"typescript": "^5.0.0"
}
}