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

Chore/deps #127

Merged
merged 20 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
caf818b
chore(deps): update dependency @pliancy/eslint-config-ts to v1.1.0
renovate[bot] Dec 5, 2023
11873f7
chore(deps): update actions/checkout action to v4
renovate[bot] Dec 5, 2023
451525e
chore(deps): update actions/setup-node action to v4
renovate[bot] Dec 5, 2023
bd32c9d
chore(deps): update stefanzweifel/git-auto-commit-action action to v5
renovate[bot] Dec 5, 2023
8291dd7
fix(deps): update dependency axios to v1.6.7
renovate[bot] Jan 30, 2024
69e5fc1
chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
renovate[bot] Feb 5, 2024
5f0fa9f
chore(deps): update dependency semantic-release to v23
renovate[bot] Feb 8, 2024
354c0ed
chore(deps): update dependency husky to v9
renovate[bot] Feb 14, 2024
bf63a8d
chore(deps): update all non-major dependencies
renovate[bot] Mar 7, 2024
0095e01
Merge remote-tracking branch 'origin/renovate/eslint' into chore/deps
Mar 8, 2024
e79c11a
chore(deps): XXX-0 all-minor-patch, axios
Mar 8, 2024
c3ad47a
Merge remote-tracking branch 'origin/renovate/axios' into chore/deps
Mar 8, 2024
f1e0df1
Merge remote-tracking branch 'origin/renovate/actions-checkout-4.x' i…
Mar 8, 2024
78f0458
Merge remote-tracking branch 'origin/renovate/major-semantic-release-…
Mar 8, 2024
7f92ca4
chore(deps): XXX-0 semantic-release, actions-checkout
Mar 8, 2024
d465547
Merge remote-tracking branch 'origin/renovate/stefanzweifel-git-auto-…
Mar 8, 2024
284358a
Merge remote-tracking branch 'origin/renovate/actions-setup-node-4.x'…
Mar 8, 2024
13dc92a
Merge remote-tracking branch 'origin/renovate/npm-run-all-replacement…
Mar 8, 2024
1d3ce0d
chore(deps): XXX-0 npm-run-all2, actions-setup-node
Mar 8, 2024
ab1bc4e
Merge remote-tracking branch 'origin/renovate/husky-9.x' into chore/deps
Mar 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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