Skip to content

Commit

Permalink
Chore/deps (#19)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/checkout action to v4

* chore(deps): update actions/setup-node action to v4

* chore(deps): update stefanzweifel/git-auto-commit-action action to v5

* fix(deps): update axios

* chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0

* chore(deps): update dependency husky to v9

* chore(deps): update all non-major dependencies

* chore(deps): update dependency @pliancy/eslint-config-ts to v1.1.1

* chore(deps): XXX-0 renovate/all-minor-patch

* chore(deps): XXX-0 renovate/eslint

* chore(deps): XXX-0 npm-run-all-replacement

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin <[email protected]>
  • Loading branch information
3 people authored Mar 8, 2024
1 parent 4cc4585 commit ba494d1
Show file tree
Hide file tree
Showing 4 changed files with 570 additions and 1,077 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js 14
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PLIBOT_PAT }}
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
Expand All @@ -33,7 +33,7 @@ jobs:
npx pinst --enable
# Commit changes to package.json and README.md
- name: Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
env:
SKIP_COMMITIZEN: true
with:
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Duo SDK for Node.js",
"private": false,
"dependencies": {
"axios": "1.4.0",
"axios": "1.6.7",
"tslib": "2.6.2"
},
"files": [
Expand All @@ -18,20 +18,20 @@
},
"devDependencies": {
"@digitalroute/cz-conventional-changelog-for-jira": "8.0.1",
"@pliancy/eslint-config-ts": "1.0.0",
"@pliancy/eslint-config-ts": "1.1.1",
"@pliancy/semantic-release-config-npm": "2.2.0",
"@types/jest": "29.5.4",
"@types/node": "20.5.6",
"@types/jest": "29.5.12",
"@types/node": "20.11.25",
"commitizen": "4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "8.0.3",
"jest": "29.6.4",
"jest-mock-axios": "4.7.2",
"npm-run-all": "4.1.5",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-mock-axios": "4.7.3",
"npm-run-all2": "5.0.0",
"pinst": "3.0.0",
"rimraf": "5.0.1",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"typescript": "5.4.2"
},
"scripts": {
"build": "run-s -l clean test tsc",
Expand All @@ -54,8 +54,8 @@
"email": "[email protected]"
},
"volta": {
"node": "20.5.1",
"yarn": "1.22.19"
"node": "20.11.1",
"yarn": "1.22.21"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit ba494d1

Please sign in to comment.