Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 8804571 commit 79ff7f9
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}

- uses: amannn/action-semantic-pull-request@v5.4.0
- uses: amannn/action-semantic-pull-request@v5.5.3
id: lint_pr_title
with:
wip: true
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.15.1
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,27 +75,27 @@
"dependencies": {
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"csv-parse": "5.5.3"
"csv-parse": "5.5.6"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.11.17",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"eslint-plugin-github": "4.10.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jsonc": "2.13.0",
"eslint": "8.57.0",
"eslint-plugin-github": "4.10.2",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"make-coverage-badge": "1.2.0",
"markdownlint-cli": "0.39.0",
"markdownlint-cli": "0.41.0",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"prettier": "3.3.2",
"prettier-eslint": "16.3.0",
"ts-jest": "29.1.2",
"typescript": "5.3.3",
"ts-jest": "29.2.1",
"typescript": "5.5.3",
"yaml-lint": "1.7.0"
},
"eslintConfig": {}
Expand Down
Loading

0 comments on commit 79ff7f9

Please sign in to comment.