Skip to content

Commit

Permalink
beta -> latest (4.51.0) (#1585)
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

---

### 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:**
- Fixes for `Script https://deb.nodesource.com/setup_X is now
deprecated` ( #1586 #1560 #1589 )
  - Updated backend dependencies (#1571 and #1569)
  - Updated frontend dependencies (#1572)
- Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.7 (
#1583, Node 20 Support and upstream refresh )

---------

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 23, 2023
1 parent a12ad88 commit de04ef2
Show file tree
Hide file tree
Showing 32 changed files with 11,420 additions and 26,400 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 4.51.0 (2023-10-16)

### 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:**
- Fixes for `Script https://deb.nodesource.com/setup_X is now deprecated` ( #1586 #1560 #1589 )
- Updated backend dependencies (#1571 and #1569)
- Updated frontend dependencies (#1572)
- Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.7 ( Node 20 Support and upstream refresh )

## 4.50.6 (2023-09-28)

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

Copyright (c) 2017-2022 oznu <[email protected]>
Copyright (c) 2023 Homebridge
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 de04ef2

Please sign in to comment.