Skip to content

Commit

Permalink
Chore/deps (#127)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @pliancy/eslint-config-ts to v1.1.0

* 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 dependency axios to v1.6.7

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

* chore(deps): update dependency semantic-release to v23

* chore(deps): update dependency husky to v9

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

* chore(deps): XXX-0 all-minor-patch, axios

* chore(deps): XXX-0 semantic-release, actions-checkout

* chore(deps): XXX-0 npm-run-all2, actions-setup-node

---------

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 6bd9467 commit f4e7af5
Show file tree
Hide file tree
Showing 4 changed files with 1,925 additions and 1,606 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@v2
- uses: actions/checkout@v4

- name: Use Node.js 14
uses: actions/setup-node@v2
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@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.ACCESS_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
Expand All @@ -34,7 +34,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 @@ -10,25 +10,25 @@
}
},
"dependencies": {
"axios": "1.4.0"
"axios": "1.6.7"
},
"description": "SDK for timelyapp.com API",
"devDependencies": {
"@digitalroute/cz-conventional-changelog-for-jira": "6.8.0",
"@pliancy/eslint-config-ts": "1.0.0",
"@pliancy/eslint-config-ts": "1.1.0",
"@pliancy/semantic-release-config-npm": "2.2.0",
"@types/jest": "29.5.4",
"@types/jest": "29.5.12",
"commitizen": "4.3.0",
"cpy-cli": "5.0.0",
"husky": "8.0.3",
"jest": "29.6.4",
"npm-run-all": "4.1.5",
"husky": "9.0.11",
"jest": "29.7.0",
"npm-run-all2": "5.0.0",
"pinst": "3.0.0",
"rimraf": "5.0.1",
"semantic-release": "19.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
"rimraf": "5.0.5",
"semantic-release": "23.0.2",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.2"
},
"engines": {
"node": ">=12"
Expand Down Expand Up @@ -56,7 +56,7 @@
"types": "index.d.ts",
"version": "6.0.0",
"volta": {
"node": "20.5.1",
"yarn": "1.22.19"
"node": "20.11.1",
"yarn": "1.22.21"
}
}
Loading

0 comments on commit f4e7af5

Please sign in to comment.