Skip to content

Commit 3dfcc8b

Browse files
committed
Support for 29.0.0-28
### UPDATED - Support for the latest portal version (29.0.0-28) - Updated some dependencies
1 parent 75bd801 commit 3dfcc8b

File tree

5 files changed

+27
-21
lines changed

5 files changed

+27
-21
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-adt-pulse",
33
"displayName": "Homebridge ADT Pulse",
4-
"version": "3.4.3",
4+
"version": "3.4.4",
55
"description": "Homebridge security system platform for ADT Pulse",
66
"main": "./build/index.js",
77
"exports": "./build/index.js",
@@ -66,49 +66,49 @@
6666
"node": ">=20"
6767
},
6868
"dependencies": {
69-
"@faker-js/faker": "8.4.1",
69+
"@faker-js/faker": "9.2.0",
7070
"@homebridge/plugin-ui-utils": "1.0.3",
71-
"@hookform/resolvers": "3.9.0",
72-
"axios": "1.7.2",
73-
"axios-cookiejar-support": "5.0.2",
71+
"@hookform/resolvers": "3.9.1",
72+
"axios": "1.7.7",
73+
"axios-cookiejar-support": "5.0.3",
7474
"chalk": "5.3.0",
75-
"jsdom": "24.1.1",
75+
"jsdom": "25.0.1",
7676
"latest-version": "9.0.0",
7777
"lodash": "4.17.21",
78-
"luxon": "3.4.4",
78+
"luxon": "3.5.0",
7979
"react": "18.3.1",
8080
"react-dom": "18.3.1",
81-
"react-hook-form": "7.52.1",
81+
"react-hook-form": "7.53.1",
8282
"semver": "7.6.3",
8383
"serialize-error": "11.0.3",
84-
"tough-cookie": "4.1.4",
84+
"tough-cookie": "5.0.0",
8585
"ua-parser-js": "2.0.0-beta.3",
8686
"zod": "3.23.8"
8787
},
8888
"devDependencies": {
8989
"@types/jsdom": "21.1.7",
90-
"@types/lodash": "4.17.7",
90+
"@types/lodash": "4.17.13",
9191
"@types/luxon": "3.4.2",
92-
"@types/node": "20.14.11",
93-
"@types/react": "18.3.3",
94-
"@types/react-dom": "18.3.0",
92+
"@types/node": "22.9.0",
93+
"@types/react": "18.3.12",
94+
"@types/react-dom": "18.3.1",
9595
"@types/semver": "7.5.8",
9696
"@types/tough-cookie": "4.0.5",
9797
"@typescript-eslint/eslint-plugin": "7.17.0",
9898
"@typescript-eslint/parser": "7.17.0",
99-
"@vitejs/plugin-react": "4.3.1",
99+
"@vitejs/plugin-react": "4.3.3",
100100
"eslint": "8.56.0",
101101
"eslint-config-airbnb": "19.0.4",
102102
"eslint-config-airbnb-typescript": "18.0.0",
103-
"eslint-plugin-import": "2.29.1",
104-
"eslint-plugin-jsx-a11y": "6.9.0",
105-
"eslint-plugin-react": "7.35.0",
103+
"eslint-plugin-import": "2.31.0",
104+
"eslint-plugin-jsx-a11y": "6.10.2",
105+
"eslint-plugin-react": "7.37.2",
106106
"homebridge": "1.8.4",
107107
"npm-run-all": "4.1.5",
108108
"rimraf": "6.0.1",
109109
"tsconfig-replace-paths": "0.0.14",
110110
"typescript": "5.5.4",
111-
"vite": "5.3.4",
112-
"vite-tsconfig-paths": "4.3.2"
111+
"vite": "5.4.10",
112+
"vite-tsconfig-paths": "5.1.0"
113113
}
114114
}

src/lib/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ export class ADTPulseAPI {
387387
* '26.0.0-32'
388388
* '27.0.0-140'
389389
* '28.0.0-57'
390+
* '29.0.0-28'
390391
*
391392
* @since 1.0.0
392393
*/

src/lib/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ export class ADTPulseAuth {
312312
* '26.0.0-32'
313313
* '27.0.0-140'
314314
* '28.0.0-57'
315+
* '29.0.0-28'
315316
*
316317
* @since 1.0.0
317318
*/

src/lib/items.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ export const itemDoSubmitHandlerRelativeUrls: ItemDoSubmitHandlerRelativeUrls =
499499
'/myhome/26.0.0-32/quickcontrol/serv/RunRRACommand',
500500
'/myhome/27.0.0-140/quickcontrol/serv/RunRRACommand',
501501
'/myhome/28.0.0-57/quickcontrol/serv/RunRRACommand',
502+
'/myhome/29.0.0-28/quickcontrol/serv/RunRRACommand',
502503
];
503504

504505
/**
@@ -694,6 +695,7 @@ export const itemPortalVersions: ItemPortalVersions = [
694695
'26.0.0-32',
695696
'27.0.0-140',
696697
'28.0.0-57',
698+
'29.0.0-28',
697699
];
698700

699701
/**

src/types/constant.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ export type PortalPanelForceArmButtonRelativeUrl =
225225
| '/myhome/25.0.0-21/quickcontrol/serv/RunRRACommand'
226226
| '/myhome/26.0.0-32/quickcontrol/serv/RunRRACommand'
227227
| '/myhome/27.0.0-140/quickcontrol/serv/RunRRACommand'
228-
| '/myhome/28.0.0-57/quickcontrol/serv/RunRRACommand';
228+
| '/myhome/28.0.0-57/quickcontrol/serv/RunRRACommand'
229+
| '/myhome/29.0.0-28/quickcontrol/serv/RunRRACommand';
229230

230231
/**
231232
* Portal panel note.
@@ -376,4 +377,5 @@ export type PortalVersion =
376377
| '25.0.0-21'
377378
| '26.0.0-32'
378379
| '27.0.0-140'
379-
| '28.0.0-57';
380+
| '28.0.0-57'
381+
| '29.0.0-28';

0 commit comments

Comments
 (0)