homebridge-securitysystem 11.2.0-beta.3 → 11.3.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,7 +35,7 @@ jobs:
35
35
  node-version: ${{ vars.NPM_VERSION }}
36
36
 
37
37
  - name: Get next version
38
- uses: MiguelRipoll23/get-next-version@v3.0.0
38
+ uses: MiguelRipoll23/get-next-version@v3.2.0
39
39
  id: get-next-version
40
40
  with:
41
41
  channel: ${{ inputs.channel }}
@@ -37,7 +37,7 @@
37
37
  # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
38
38
  # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
39
39
  # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
40
- # - github/gh-aw-actions/setup@73ed520ae4ecd087a485e1991605595978b32ac1 # v0.73.0
40
+ # - github/gh-aw-actions/setup@8cfea5ae9bee18df8e50a96affdb6d666cd7b9a3 # v0.73.0
41
41
  #
42
42
  # Container images used:
43
43
  # - ghcr.io/github/gh-aw-firewall/agent:0.25.20
@@ -90,7 +90,7 @@ jobs:
90
90
  steps:
91
91
  - name: Setup Scripts
92
92
  id: setup
93
- uses: github/gh-aw-actions/setup@73ed520ae4ecd087a485e1991605595978b32ac1 # v0.73.0
93
+ uses: github/gh-aw-actions/setup@8cfea5ae9bee18df8e50a96affdb6d666cd7b9a3 # v0.73.0
94
94
  with:
95
95
  destination: ${{ runner.temp }}/gh-aw/actions
96
96
  job-name: ${{ github.job }}
@@ -331,7 +331,7 @@ jobs:
331
331
  steps:
332
332
  - name: Setup Scripts
333
333
  id: setup
334
- uses: github/gh-aw-actions/setup@73ed520ae4ecd087a485e1991605595978b32ac1 # v0.73.0
334
+ uses: github/gh-aw-actions/setup@8cfea5ae9bee18df8e50a96affdb6d666cd7b9a3 # v0.73.0
335
335
  with:
336
336
  destination: ${{ runner.temp }}/gh-aw/actions
337
337
  job-name: ${{ github.job }}
@@ -906,7 +906,7 @@ jobs:
906
906
  steps:
907
907
  - name: Setup Scripts
908
908
  id: setup
909
- uses: github/gh-aw-actions/setup@73ed520ae4ecd087a485e1991605595978b32ac1 # v0.73.0
909
+ uses: github/gh-aw-actions/setup@8cfea5ae9bee18df8e50a96affdb6d666cd7b9a3 # v0.73.0
910
910
  with:
911
911
  destination: ${{ runner.temp }}/gh-aw/actions
912
912
  job-name: ${{ github.job }}
@@ -1032,7 +1032,7 @@ jobs:
1032
1032
  steps:
1033
1033
  - name: Setup Scripts
1034
1034
  id: setup
1035
- uses: github/gh-aw-actions/setup@73ed520ae4ecd087a485e1991605595978b32ac1 # v0.73.0
1035
+ uses: github/gh-aw-actions/setup@8cfea5ae9bee18df8e50a96affdb6d666cd7b9a3 # v0.73.0
1036
1036
  with:
1037
1037
  destination: ${{ runner.temp }}/gh-aw/actions
1038
1038
  job-name: ${{ github.job }}
@@ -1182,7 +1182,7 @@ jobs:
1182
1182
  steps:
1183
1183
  - name: Setup Scripts
1184
1184
  id: setup
1185
- uses: github/gh-aw-actions/setup@73ed520ae4ecd087a485e1991605595978b32ac1 # v0.73.0
1185
+ uses: github/gh-aw-actions/setup@8cfea5ae9bee18df8e50a96affdb6d666cd7b9a3 # v0.73.0
1186
1186
  with:
1187
1187
  destination: ${{ runner.temp }}/gh-aw/actions
1188
1188
  job-name: ${{ github.job }}
@@ -1235,7 +1235,7 @@ jobs:
1235
1235
  steps:
1236
1236
  - name: Setup Scripts
1237
1237
  id: setup
1238
- uses: github/gh-aw-actions/setup@73ed520ae4ecd087a485e1991605595978b32ac1 # v0.73.0
1238
+ uses: github/gh-aw-actions/setup@8cfea5ae9bee18df8e50a96affdb6d666cd7b9a3 # v0.73.0
1239
1239
  with:
1240
1240
  destination: ${{ runner.temp }}/gh-aw/actions
1241
1241
  job-name: ${{ github.job }}
@@ -1304,7 +1304,7 @@ jobs:
1304
1304
  steps:
1305
1305
  - name: Setup Scripts
1306
1306
  id: setup
1307
- uses: github/gh-aw-actions/setup@73ed520ae4ecd087a485e1991605595978b32ac1 # v0.73.0
1307
+ uses: github/gh-aw-actions/setup@8cfea5ae9bee18df8e50a96affdb6d666cd7b9a3 # v0.73.0
1308
1308
  with:
1309
1309
  destination: ${{ runner.temp }}/gh-aw/actions
1310
1310
  job-name: ${{ github.job }}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,79 @@
1
1
  # Changelog
2
2
 
3
+ ## v11.2.0 - 2026-06-04
4
+
5
+ <!-- Release notes generated using configuration in .github/release.yml at v11.2.0 -->
6
+
7
+ ## What's Changed
8
+ ### 🎉 New Features
9
+ * feat: add optional event-driven MQTT publish by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/851
10
+ ### 🐛 Bug Fixes
11
+ * fix: reset global trip switch when system is disarmed by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/861
12
+ * fix: add missing argument to getCharacteristic calls and run tsc in CI by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/864
13
+ ### 📦 Dependencies
14
+ * build(deps-dev): bump vitest from 4.1.4 to 4.1.5 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/781
15
+ * build(deps): bump @hono/node-server from 1.19.14 to 2.0.0 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/779
16
+ * build(deps-dev): bump homebridge from 2.0.0-beta.98 to 2.0.0-beta.99 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/780
17
+ * build(deps-dev): bump homebridge from 2.0.0-beta.99 to 2.0.0-beta.100 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/782
18
+ * build(deps-dev): bump homebridge from 2.0.0-beta.100 to 2.0.0-beta.101 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/783
19
+ * build(deps): bump @scalar/hono-api-reference from 0.10.9 to 0.10.10 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/785
20
+ * build(deps): bump hono from 4.12.14 to 4.12.15 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/784
21
+ * build(deps-dev): bump homebridge from 2.0.0-beta.101 to 2.0.0-beta.104 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/787
22
+ * build(deps-dev): bump typescript-eslint from 8.59.0 to 8.59.1 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/786
23
+ * build(deps): bump @scalar/hono-api-reference from 0.10.10 to 0.10.11 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/788
24
+ * build(deps): bump @hono/node-server from 2.0.0 to 2.0.1 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/794
25
+ * build(deps): bump hono from 4.12.15 to 4.12.16 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/792
26
+ * build(deps): bump @scalar/hono-api-reference from 0.10.11 to 0.10.12 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/795
27
+ * build(deps): bump zod from 4.3.6 to 4.4.1 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/793
28
+ * build(deps): bump @scalar/hono-api-reference from 0.10.12 to 0.10.13 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/797
29
+ * build(deps-dev): bump eslint from 10.2.1 to 10.3.0 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/796
30
+ * build(deps): bump github/gh-aw-actions from ba90f2186d7ad780ec640f364005fa24e797b360 to abea67e08ee83539ea33aaae67bf0cddaa0b03b5 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/791
31
+ * build(deps): bump actions/github-script from 373c709c69115d41ff229c7e5df9f8788daa9553 to 3a2844b7e9c422d3c10d287c895573f7108da1b3 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/790
32
+ * build(deps): bump github/gh-aw-actions from 0.68.3 to 0.71.3 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/798
33
+ * build(deps): bump github/gh-aw-actions from 0.71.3 to 0.71.4 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/802
34
+ * build(deps): bump hono from 4.12.16 to 4.12.17 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/803
35
+ * build(deps): bump github/gh-aw-actions from 0.71.4 to 0.71.5 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/805
36
+ * build(deps-dev): bump homebridge from 2.0.0-beta.104 to 2.0.1 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/806
37
+ * build(deps): bump @scalar/hono-api-reference from 0.10.13 to 0.10.14 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/804
38
+ * build(deps): bump github/gh-aw-actions from 0.71.5 to 0.72.0 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/808
39
+ * build(deps): bump github/gh-aw-actions from 0.72.0 to 0.72.1 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/809
40
+ * build(deps-dev): bump @types/node from 25.6.0 to 25.6.2 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/811
41
+ * build(deps): bump @hono/node-server from 2.0.1 to 2.0.2 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/810
42
+ * build(deps): bump hono from 4.12.17 to 4.12.18 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/807
43
+ * build(deps): bump zod from 4.4.1 to 4.4.3 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/801
44
+ * build(deps-dev): bump typescript-eslint from 8.59.1 to 8.59.2 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/800
45
+ * build(deps): bump actions/dependency-review-action from 4 to 5 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/812
46
+ * build(deps): bump github/gh-aw-actions from 0.72.1 to 0.73.0 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/813
47
+ * build(deps): bump github/gh-aw-actions from cc81570b4572ee3ccd62613812c2505f13160de5 to 908c12f51d39d74f1456eef286f1ac52d985ed25 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/820
48
+ * build(deps): bump github/gh-aw-actions from 908c12f51d39d74f1456eef286f1ac52d985ed25 to b07cf98ac5874e8f51c34ba52099d8a6fac2ef93 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/821
49
+ * build(deps): bump github/gh-aw-actions from 0.74.1 to 0.74.2 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/822
50
+ * build(deps): bump github/gh-aw-actions from 0.74.2 to 0.74.4 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/827
51
+ * build(deps): bump @scalar/hono-api-reference from 0.10.14 to 0.10.18 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/839
52
+ * build(deps): bump hono from 4.12.18 to 4.12.22 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/838
53
+ * build(deps): bump @hono/zod-openapi from 1.3.0 to 1.4.0 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/818
54
+ * build(deps): bump hono from 4.12.22 to 4.12.23 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/845
55
+ * build(deps): bump github/gh-aw-actions from 0.74.4 to 0.77.4 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/853
56
+ * build(deps): bump github/gh-aw-actions from 0.77.4 to 0.78.1 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/858
57
+ ### 🛠️ Other Changes
58
+ * feat: Add GitHub Agentic Workflow for issue response and migration guidance by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/789
59
+ * chore: update dependencies and engine requirements by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/862
60
+
61
+
62
+ **Full Changelog**: https://github.com/MiguelRipoll23/homebridge-securitysystem/compare/v11.1.0...v11.2.0
63
+
64
+
65
+ ## v11.2.0-beta.3 - 2026-06-04
66
+
67
+ <!-- Release notes generated using configuration in .github/release.yml at v11.2.0-beta.3 -->
68
+
69
+ ## What's Changed
70
+ ### 🐛 Bug Fixes
71
+ * fix: add missing argument to getCharacteristic calls and run tsc in CI by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/864
72
+
73
+
74
+ **Full Changelog**: https://github.com/MiguelRipoll23/homebridge-securitysystem/compare/v11.2.0-beta.2...v11.2.0-beta.3
75
+
76
+
3
77
  ## v11.2.0-beta.2 - 2026-06-04
4
78
 
5
79
  <!-- Release notes generated using configuration in .github/release.yml at v11.2.0-beta.2 -->