homebridge-securitysystem 11.2.0 → 11.3.0

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,86 @@
1
1
  # Changelog
2
2
 
3
+ ## v11.3.0-beta.1 - 2026-06-11
4
+
5
+ <!-- Release notes generated using configuration in .github/release.yml at v11.3.0-beta.1 -->
6
+
7
+ ## What's Changed
8
+ ### ✨ Enhancements
9
+ * Config schema update by @jeffreyfrei in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/868
10
+ ### 📦 Dependencies
11
+ * build(deps-dev): bump homebridge from 2.0.2 to 2.1.0 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/867
12
+ * build(deps): bump MiguelRipoll23/get-next-version from 3.0.0 to 3.1.0 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/869
13
+ * build(deps): bump MiguelRipoll23/get-next-version from 3.1.0 to 3.2.0 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/870
14
+ * build(deps): bump github/gh-aw-actions from 0.78.1 to 0.78.3 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/871
15
+
16
+ ## New Contributors
17
+ * @jeffreyfrei made their first contribution in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/868
18
+
19
+ **Full Changelog**: https://github.com/MiguelRipoll23/homebridge-securitysystem/compare/v11.2.0...v11.3.0-beta.1
20
+
21
+
22
+ ## v11.2.0 - 2026-06-04
23
+
24
+ <!-- Release notes generated using configuration in .github/release.yml at v11.2.0 -->
25
+
26
+ ## What's Changed
27
+ ### 🎉 New Features
28
+ * feat: add optional event-driven MQTT publish by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/851
29
+ ### 🐛 Bug Fixes
30
+ * fix: reset global trip switch when system is disarmed by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/861
31
+ * fix: add missing argument to getCharacteristic calls and run tsc in CI by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/864
32
+ ### 📦 Dependencies
33
+ * 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
34
+ * 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
35
+ * 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
36
+ * 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
37
+ * 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
38
+ * 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
39
+ * build(deps): bump hono from 4.12.14 to 4.12.15 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/784
40
+ * 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
41
+ * 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
42
+ * 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
43
+ * 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
44
+ * build(deps): bump hono from 4.12.15 to 4.12.16 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/792
45
+ * 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
46
+ * build(deps): bump zod from 4.3.6 to 4.4.1 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/793
47
+ * 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
48
+ * 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
49
+ * build(deps): bump github/gh-aw-actions from ba90f2186d7ad780ec640f364005fa24e797b360 to abea67e08ee83539ea33aaae67bf0cddaa0b03b5 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/791
50
+ * build(deps): bump actions/github-script from 373c709c69115d41ff229c7e5df9f8788daa9553 to 3a2844b7e9c422d3c10d287c895573f7108da1b3 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/790
51
+ * 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
52
+ * 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
53
+ * build(deps): bump hono from 4.12.16 to 4.12.17 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/803
54
+ * 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
55
+ * 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
56
+ * 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
57
+ * 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
58
+ * 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
59
+ * 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
60
+ * 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
61
+ * build(deps): bump hono from 4.12.17 to 4.12.18 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/807
62
+ * build(deps): bump zod from 4.4.1 to 4.4.3 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/801
63
+ * 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
64
+ * build(deps): bump actions/dependency-review-action from 4 to 5 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/812
65
+ * 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
66
+ * build(deps): bump github/gh-aw-actions from cc81570b4572ee3ccd62613812c2505f13160de5 to 908c12f51d39d74f1456eef286f1ac52d985ed25 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/820
67
+ * build(deps): bump github/gh-aw-actions from 908c12f51d39d74f1456eef286f1ac52d985ed25 to b07cf98ac5874e8f51c34ba52099d8a6fac2ef93 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/821
68
+ * 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
69
+ * 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
70
+ * 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
71
+ * build(deps): bump hono from 4.12.18 to 4.12.22 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/838
72
+ * 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
73
+ * build(deps): bump hono from 4.12.22 to 4.12.23 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/845
74
+ * 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
75
+ * 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
76
+ ### 🛠️ Other Changes
77
+ * feat: Add GitHub Agentic Workflow for issue response and migration guidance by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/789
78
+ * chore: update dependencies and engine requirements by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/862
79
+
80
+
81
+ **Full Changelog**: https://github.com/MiguelRipoll23/homebridge-securitysystem/compare/v11.1.0...v11.2.0
82
+
83
+
3
84
  ## v11.2.0-beta.3 - 2026-06-04
4
85
 
5
86
  <!-- Release notes generated using configuration in .github/release.yml at v11.2.0-beta.3 -->