Skip to content

Commit

Permalink
chore: update dev dependencies (#370)
Browse files Browse the repository at this point in the history
* chore: update dev dependencies

* update dependabot config

* chore: update dev dependencies

* replace ts-node-dev by ts-node
  • Loading branch information
npalm authored Mar 2, 2023
1 parent cfaffb1 commit d6e5dca
Show file tree
Hide file tree
Showing 5 changed files with 721 additions and 319 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ updates:
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
# set descriptive commit message
commit-message:
prefix-development: 'chore(deps-dev)'
prefix: 'fix(deps)'
include: 'scope'

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.18.1
v18
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@
"@semantic-release/exec": "^6.0.1",
"@semantic-release/git": "^10.0.0",
"@semantic-release/github": "^8.0.6",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.2",
"@types/chalk": "^2.2.0",
"@types/figlet": "^1.5.5",
"@types/jest": "^29.2.0",
"@types/jest": "^29.4.0",
"@types/js-yaml": "^4.0.0",
"@types/node": "^18.11.2",
"@typescript-eslint/parser": "^5.40.1",
"@types/node": "^18.14.4",
"@typescript-eslint/parser": "^5.54.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.25.0",
"eslint-plugin-github": "^4.4.0",
"eslint-plugin-jest": "^27.1.3",
"eslint": "^8.35.0",
"eslint-plugin-github": "^4.6.1",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^27.2.5",
"nyc": "^15.1.0",
"prettier": "2.8.1",
"semantic-release": "^19.0.5",
"prettier": "2.8.4",
"semantic-release": "^20.1.1",
"ts-jest": "^27.0.5",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"bugs": {
"url": "https://github.com/npalm/action-docs/issues"
Expand Down
Loading

0 comments on commit d6e5dca

Please sign in to comment.