Skip to content

Commit bcc86d0

Browse files
committed
build(pnpm): bump dependencies
Signed-off-by: Philip Gerke <me@philipgerke.com>
1 parent eaaba3e commit bcc86d0

File tree

4 files changed

+691
-609
lines changed

4 files changed

+691
-609
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ repos:
1616
stages:
1717
- pre-push
1818
repo: https://github.com/commitizen-tools/commitizen
19-
rev: v4.7.0
19+
rev: v4.8.3
2020
- hooks:
2121
- id: gitleaks
2222
repo: https://github.com/gitleaks/gitleaks
23-
rev: v8.25.1
23+
rev: v8.28.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://
77
semver.org/spec/v2.0.0.html).
88

9+
## 1.7.0 - 23.07.2025
10+
11+
### Changed
12+
13+
- NO TICKET: Bump dependencies
14+
915
## 1.6.1 - 17.05.2025
1016

1117
### Fixed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freeathome-local-api-client",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"preview": false,
55
"description": "A client library for the BUSCH-JAEGER free@home local API implemented in TypeScript",
66
"repository": {
@@ -51,35 +51,35 @@
5151
"dependencies": {
5252
"rxjs": "^7.8.2",
5353
"ts-interface-checker": "^1.0.2",
54-
"ws": "^8.18.2"
54+
"ws": "^8.18.3"
5555
},
5656
"devDependencies": {
5757
"@eslint/eslintrc": "^3.3.1",
58-
"@eslint/js": "^9.27.0",
58+
"@eslint/js": "^9.31.0",
5959
"@istanbuljs/nyc-config-typescript": "^1.0.2",
6060
"@types/jasmine": "^5.1.8",
6161
"@types/ws": "^8.18.1",
62-
"@typescript-eslint/eslint-plugin": "^8.32.1",
63-
"@typescript-eslint/parser": "^8.32.1",
64-
"eslint": "^9.27.0",
65-
"eslint-config-prettier": "^10.1.5",
66-
"eslint-plugin-import": "^2.31.0",
67-
"eslint-plugin-n": "^17.18.0",
68-
"eslint-plugin-prettier": "^5.4.0",
62+
"@typescript-eslint/eslint-plugin": "^8.38.0",
63+
"@typescript-eslint/parser": "^8.38.0",
64+
"eslint": "^9.31.0",
65+
"eslint-config-prettier": "^10.1.8",
66+
"eslint-plugin-import": "^2.32.0",
67+
"eslint-plugin-n": "^17.21.0",
68+
"eslint-plugin-prettier": "^5.5.3",
6969
"eslint-plugin-promise": "^7.2.1",
70-
"globals": "^16.1.0",
71-
"jasmine": "^5.7.1",
70+
"globals": "^16.3.0",
71+
"jasmine": "^5.9.0",
7272
"jasmine-spec-reporter": "^7.0.0",
7373
"nyc": "^17.1.0",
74-
"prettier": "^3.5.3",
74+
"prettier": "^3.6.2",
7575
"rimraf": "^6.0.1",
7676
"ts-interface-builder": "^0.3.3",
7777
"ts-loader": "^9.5.2",
7878
"ts-node": "^10.9.2",
7979
"tsup": "^8.5.0",
8080
"typescript": "^5.8.3"
8181
},
82-
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
82+
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
8383
"pnpm": {
8484
"onlyBuiltDependencies": [
8585
"esbuild"

0 commit comments

Comments
 (0)