Skip to content

Commit feba9ac

Browse files
committed
v4.65.0
1 parent c573c7b commit feba9ac

File tree

5 files changed

+25
-33
lines changed

5 files changed

+25
-33
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
All notable changes to `homebridge-config-ui-x` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).
44

5-
## BETA
5+
## v4.65.0 (2024-12-08)
6+
7+
### ⚠️ Upcoming Deprecations:
8+
9+
- The **next major version** `v5` of the Homebridge UI will drop support for:
10+
- Node.js `v16` and earlier, so please update to `v18` or `v20` or `v22` - [more info on updating](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js)
11+
- Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
12+
- Instances using `pnpm` as the package manager - consider updating your Homebridge instance to use npm instead - [more info on updating](https://github.com/homebridge/homebridge-apt-pkg/blob/latest/README.md#using-apt)
13+
- Note that these are not requirements for UI `v4.65.0`
614

715
### UI Changes
816

@@ -24,14 +32,6 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
2432

2533
## v4.64.0 (2024-11-30)
2634

27-
### ⚠️ Upcoming Deprecations:
28-
29-
- The **next major version** `v5` of the Homebridge UI will drop support for:
30-
- Node.js `v16` and earlier, so please update to `v18` or `v20` or `v22` - [more info on updating](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js)
31-
- Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
32-
- Instances using `pnpm` as the package manager - consider updating your Homebridge instance to use npm instead - [more info on updating](https://github.com/homebridge/homebridge-apt-pkg/blob/latest/README.md#using-apt)
33-
- Note that these are not requirements for UI `v4.64.0`
34-
3535
### UI Changes
3636

3737
- updates to the `de.json` language file (#2249) (@Staubgeborener)

package-lock.json

Lines changed: 6 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-config-ui-x",
33
"displayName": "Homebridge UI",
4-
"version": "4.64.0",
4+
"version": "4.65.0",
55
"description": "A web based management, configuration and control platform for Homebridge.",
66
"author": "oznu <dev@oz.nu>",
77
"license": "MIT",
@@ -100,7 +100,7 @@
100100
"class-validator": "0.14.1",
101101
"commander": "12.1.0",
102102
"dayjs": "1.11.13",
103-
"fastify": "4.28.1",
103+
"fastify": "4.29.0",
104104
"fs-extra": "11.2.0",
105105
"jsonwebtoken": "9.0.2",
106106
"lodash": "4.17.21",
@@ -149,7 +149,10 @@
149149
},
150150
"overrides": {
151151
"@homebridge/hap-client": {
152-
"axios": "1.7.8"
152+
"axios": "1.7.9"
153+
},
154+
"@nestjs/platform-fastify": {
155+
"fastify": "4.29.0"
153156
}
154157
},
155158
"maintainers": [

ui/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@angular/forms": "18.2.13",
8888
"@angular/localize": "18.2.13",
8989
"@homebridge/hap-client": {
90-
"axios": "1.7.8"
90+
"axios": "1.7.9"
9191
},
9292
"typescript": "^5.7.2"
9393
}

0 commit comments

Comments
 (0)