Skip to content

Commit 25ab633

Browse files
committed
dependency updates
1 parent 2a4ffcf commit 25ab633

File tree

4 files changed

+534
-371
lines changed

4 files changed

+534
-371
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to `@homebridge-plugins/homebridge-govee` will be documented in this file.
44

5+
## v11.14.1 (Unreleased)
6+
7+
- mark `H600B` as matter-enabled for ignore (#1224) (@pgib)
8+
- fix BLE control characteristic UUID regression (#1208) (@duggan)
9+
- add post-write delay and fix debug log formatting (#1208) (@duggan)
10+
- dependency updates
11+
512
## v11.14.0 (2025-12-28)
613

714
### Changes

eslint.config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ export default antfu(
1818
'error',
1919
{
2020
groups: [
21-
'type',
22-
'internal-type',
21+
['type-builtin', 'type-external', 'type-internal'],
22+
['type-parent', 'type-sibling', 'type-index'],
2323
'builtin',
2424
'external',
2525
'internal',
26-
['parent-type', 'sibling-type', 'index-type'],
2726
['parent', 'sibling', 'index'],
28-
'object',
27+
'side-effect',
2928
'unknown',
3029
],
3130
order: 'asc',
3231
type: 'natural',
33-
newlinesBetween: 'always',
32+
newlinesBetween: 1,
3433
},
3534
],
3635
'perfectionist/sort-named-exports': 'error',

0 commit comments

Comments
 (0)