Skip to content

Commit

Permalink
beta -> latest (#3467)
Browse files Browse the repository at this point in the history
## v1.7.0 (2023-11-04)

*Reminder: Node.js v18.15.0 or later is **required** to run Homebridge.*

### Other Changes

- Update dependencies by @bwp91 in #3459 and #3460
  • Loading branch information
bwp91 committed Nov 4, 2023
1 parent ebf6e7f commit 50f9154
Show file tree
Hide file tree
Showing 8 changed files with 2,433 additions and 6,919 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"curly": ["error", "all"],
"brace-style": ["error"],

"@typescript-eslint/no-unsafe-declaration-merging": "off",

"@typescript-eslint/no-non-null-assertion": "off" // currently disabled, hap-nodejs has some bad typing (like getCharacteristic) for this to be enabled
}
}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ node_modules/
npm-debug.log
.node-version

# Coverage
coverage/

# Ignore any extra plugins in the example directory that aren't in Git already
# (this is a sandbox for the user)
example-plugins
Expand All @@ -18,4 +21,4 @@ lib
.homebridge

# test
mock
mock
294 changes: 164 additions & 130 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 50f9154

Please sign in to comment.