Skip to content

Commit

Permalink
BETA 4.51.0 (#1584)
Browse files Browse the repository at this point in the history
My main focus here was updating package dependencies for the backend.

The dependencies in `ui/package.json` I have updated where it didnt
bring any build errors.

---

⚠️ Also bump minimum supported node version to 18

---------

Co-authored-by: Dave Nicolson <[email protected]>
Co-authored-by: Donavan Becker <[email protected]>
Co-authored-by: Northern Man <[email protected]>
  • Loading branch information
4 people authored Oct 16, 2023
1 parent a12ad88 commit 44db8e1
Show file tree
Hide file tree
Showing 31 changed files with 11,826 additions and 26,429 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## BETA (4.51.0)

### Notable Changes

- **Node Support**
- ⚠️ Node 16 has reached end-of-life and is no longer supported by the Homebridge UI.
- Starting with v4.50.7, the Homebridge UI will no longer work with Node 16, only Node 18 and 20
- Homebridge UI follows the same Node support schedule as Homebridge. See the [How-To-Update-Node.js](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js) page in the Homebridge wiki for more information

- **Plugins**
- Use plugin display name if available (#1582)

### Other Changes

- **System:**
- Updated backend dependencies (#1571 and #1569)
- Updated frontend dependencies (#1572)
- Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.1 ( Node 20 Support and upstream refresh )
- Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.3 (#1583)

## 4.50.6 (2023-09-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2022 oznu <[email protected]>
Copyright (c) 2017-2023 oznu <[email protected]>
Copyright (c) 2017 Michael Kellsy

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Loading

0 comments on commit 44db8e1

Please sign in to comment.