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 Oct 6, 2024
1 parent 51525db commit 7f77ac8
Show file tree
Hide file tree
Showing 5 changed files with 328 additions and 256 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: "Setup pnpm"
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 @@ -41,13 +41,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: "Setup pnpm"
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: "Setup pnpm"
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/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: "HACS"
steps:
- name: "Checkout the repository"
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: "Validate HACS"
uses: hacs/action@main
Expand Down
22 changes: 11 additions & 11 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.8"
},
"devDependencies": {
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "8.57.0",
"@types/node": "20.16.10",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"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.31.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.12.0",
"engines": {
"node": ">=20.x"
}
Expand Down
Loading

0 comments on commit 7f77ac8

Please sign in to comment.