Skip to content

Commit

Permalink
build(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 51525db commit 4c70edf
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 215 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: pnpm/[email protected]

- name: "Setup node"
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: package.json
cache: "pnpm"
Expand All @@ -47,7 +47,7 @@ jobs:
uses: pnpm/[email protected]

- name: "Setup node"
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: package.json
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: pnpm/[email protected]

- name: "Setup node"
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: package.json
cache: "pnpm"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@
"deepmerge": "4.3.1",
"home-assistant-js-websocket": "9.4.0",
"lit": "2.8.0",
"vite": "5.3.4"
"vite": "5.4.5"
},
"devDependencies": {
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite-plugin-compression": "0.5.1"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=20.x"
}
Expand Down
Loading

0 comments on commit 4c70edf

Please sign in to comment.