Koen Kanters
e06848db8c
chore(dev): release 1.40.2 ( #23885 )
1.40.2
2024-10-01 21:30:57 +02:00
Koen Kanters
c82f93230d
fix(ignore): update zigbee-herdsman-converters to 20.21.0 ( #24172 )
...
* fix(ignore): update zigbee-herdsman-converters to 20.21.0
* fix
2024-10-01 21:27:13 +02:00
Koen Kanters
13e4937db2
fix(ignore): update zigbee-herdsman to 2.1.3 ( #24171 )
2024-10-01 18:45:21 +00:00
Koen Kanters
58c856bbd0
fix(ignore): update zigbee-herdsman-converters to 20.20.0 ( #24144 )
2024-09-29 18:25:56 +00:00
Koen Kanters
df1913bc56
fix(ignore): update zigbee-herdsman to 2.1.2 ( #24138 )
2024-09-29 11:47:51 +00:00
Koen Kanters
37f80dfb69
fix(ignore): update dependencies ( #24132 )
2024-09-29 13:20:17 +02:00
Koen Kanters
8fe76e090f
fix(ignore): update zigbee-herdsman-converters to 20.19.0 ( #24130 )
...
* fix(ignore): update zigbee-herdsman-converters to 20.19.0
* fix tests
2024-09-28 18:47:32 +00:00
Koen Kanters
15d845bf92
fix(ignore): update zigbee-herdsman-converters to 20.18.0 ( #24105 )
2024-09-25 19:33:27 +00:00
Koen Kanters
22e1480f74
Update zigbee-herdsman-converters to 20.17.1 ( #24092 )
...
* fix(ignore): update zigbee-herdsman-converters to 20.17.1
* Update
2024-09-24 20:29:25 +00:00
Koen Kanters
5dd1bfb8a6
fix(ignore): update zigbee-herdsman to 2.1.1 ( #24093 )
2024-09-24 20:01:58 +00:00
Koen Kanters
b1c7fd0033
fix(ignore): update zigbee-herdsman-converters to 20.17.0 ( #24077 )
2024-09-23 18:46:59 +00:00
Koen Kanters
2314147d0e
fix(ignore): update zigbee-herdsman to 2.1.0 ( #24076 )
2024-09-23 18:35:57 +00:00
Koen Kanters
ee4becb64e
fix(ignore): update zigbee-herdsman to 2.0.0 ( #24064 )
2024-09-22 19:36:21 +00:00
Koen Kanters
a5bb49aa71
fix(ignore): update dependencies ( #24057 )
...
* fix(ignore): update dependencies
* u
2024-09-22 20:08:50 +02:00
Koen Kanters
d289194a71
fix(ignore): update zigbee-herdsman to 1.1.0 ( #24054 )
2024-09-21 19:06:54 +00:00
Koen Kanters
7ad51ce662
fix: Fix Home Assistant Invalid state message error when state is too long ( #24045 )
2024-09-21 00:06:44 +02:00
Koen Kanters
951bbd3576
fix(ignore): update zigbee-herdsman-converters to 20.16.3 ( #24033 )
2024-09-19 20:17:21 +00:00
Koen Kanters
8a54a01583
fix(ignore): update zigbee-herdsman to 1.0.1 ( #24032 )
2024-09-19 19:58:47 +00:00
Koen Kanters
e7a3f0da0a
fix(ignore): update zigbee-herdsman-converters to 20.16.2 ( #24022 )
2024-09-18 20:09:35 +00:00
Koen Kanters
2ae19a7c42
fix(ignore): update zigbee-herdsman-converters to 20.16.1 ( #24009 )
2024-09-17 20:30:55 +00:00
Koen Kanters
da2a6974e0
fix(ignore): update zigbee-herdsman to 1.0.0 ( #24008 )
2024-09-17 20:24:12 +00:00
Koen Kanters
d3de77da13
fix(ignore): update zigbee-herdsman-converters to 20.16.0 ( #23990 )
2024-09-16 20:49:03 +00:00
Koen Kanters
28650daf83
chore: fix cedc0623f7
2024-09-16 22:46:37 +02:00
Jose Luis Pedrosa
cedc0623f7
chore: Fix CI - trigger helm update ( #23977 )
...
* Fix CI - trigger helm update
* Update .github/workflows/ci.yml
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
---------
Co-authored-by: jose <jose.pedrosa@reddit.com >
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2024-09-16 20:23:13 +02:00
Koen Kanters
3efc2b237b
fix(ignore): update dependencies ( #23973 )
2024-09-15 20:46:51 +02:00
Koen Kanters
03b5b0043a
fix(ignore): update zigbee-herdsman-converters to 20.15.0 ( #23969 )
2024-09-14 19:01:07 +00:00
Koen Kanters
70a65c7dcf
fix(ignore): update zigbee-herdsman to 0.57.4 ( #23968 )
2024-09-14 18:46:56 +00:00
Koen Kanters
eb8685682f
fix(ignore): update zigbee-herdsman-converters to 20.14.1 ( #23952 )
2024-09-12 21:02:39 +00:00
Koen Kanters
e642f7c86a
fix(ignore): Sync eslint settings from zhc ( #23951 )
...
* fix(ignore): Sync eslint settings from zhc
* u
2024-09-12 19:36:57 +00:00
Tomer
c6ca472ca1
fix: Improve performance when logging is disabled ( #23893 )
...
* Improve log performance
* Bug fix
* Revert sample configuration
* Align package versions
* Revert dependecies version to allow testing
* Update package-lock.json
* Fix prettier issue
* Coverage to 100%
* Fix CR comments
* remove uneeded changes
* Make the same perf optimization to the MQTT messages
* Fix MQTT tests
* prettier fix
* Allow easy mocking of stub logger callTransports function to receive the actual message
* cleanup leftover
* Fix prettier issues
* Finalize logger mock structure and add few lambda log calls
* fix prettier issue
* Run prettier
* Revert "fix prettier issue"
This reverts commit b409d538e3 .
* Update zigbee.ts
Fix prettier issue
* Fix test issues
* Revert await removal
2024-09-12 20:33:05 +02:00
Koen Kanters
0540e4fbb4
fix(ignore): update zigbee-herdsman-converters to 20.13.0 ( #23927 )
2024-09-09 20:13:08 +00:00
Koen Kanters
9c72a768f2
fix(ignore): Improvement for afd80449b3
2024-09-08 21:33:56 +02:00
Koen Kanters
8c0476612f
fix(ignore): update dependencies ( #23904 )
2024-09-08 14:28:03 +02:00
Koen Kanters
afd80449b3
fix(ignore): Migrate to eslint 9 ( #23800 )
...
* Eslint 9
* Automatic changes
* Manual changes
* Process feedback
* u
2024-09-08 14:26:18 +02:00
Koen Kanters
d989061122
fix(ignore): update dependencies ( #23898 )
2024-09-08 13:08:03 +02:00
Nerivec
48d77e4b5e
fix: Enforce TS strict type checking ( #23601 )
...
* Enforce TS `strict` type checking.
* updates
* updates
* updates
* Updates
* Updates
* pretty
* u
* u
* u
* Updates
* updates
* Updates
* Updates
* `ReadonlyArray`
* scenesChanged
* objectID
* Improve coverage
* u
* u
* process feedback
---------
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2024-09-07 11:40:50 +00:00
github-actions[bot]
63c3bb4166
chore: promote to dev
2024-09-07 11:33:51 +00:00
Koen Kanters
403d3c090d
chore(dev): release 1.40.1 ( #23797 )
1.40.1
2024-09-07 13:25:22 +02:00
Koen Kanters
9283c4b497
fix(ignore): update zigbee-herdsman-converters to 20.12.1 ( #23884 )
2024-09-07 11:17:24 +00:00
Koen Kanters
0d46354c48
fix(ignore): update zigbee-herdsman to 0.57.3 ( #23877 )
2024-09-06 20:26:15 +00:00
Koen Kanters
13a108ddbc
fix: Log stack trace when update check fails https://github.com/Koenkk/zigbee2mqtt/discussions/23798
2024-09-06 14:37:20 +02:00
Koen Kanters
5524e881e6
fix(ignore): update zigbee-herdsman to 0.57.2 ( #23872 )
2024-09-06 12:19:21 +00:00
Koen Kanters
a33c29f10a
fix(ignore): update zigbee-herdsman-converters to 20.11.0 ( #23837 )
2024-09-05 12:39:50 +00:00
Koen Kanters
fc02071c8f
chore: fix e2da2fa8d3
2024-09-05 14:37:30 +02:00
Koen Kanters
06556d44f3
chore: merge master to dev
2024-09-05 13:35:31 +02:00
Koen Kanters
13084d22a7
chore: Update new device support template
2024-09-05 13:35:15 +02:00
dependabot[bot]
14787d3a6a
chore(deps): bump peter-evans/create-pull-request from 6 to 7 ( #23832 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-03 20:21:00 +02:00
Jose Luis Pedrosa
e2da2fa8d3
chore: Invoke chart CI ( #23819 )
...
The workflow name on the chart repository is OnZigbee2MQTTRelease, this event means that a new version of zigbe2mqtt is has been released, it should probably trigger too the release, but that is a chart repo concern
Co-authored-by: jose <jose.pedrosa@reddit.com >
2024-09-03 20:20:40 +02:00
Koen Kanters
6dade8b11f
fix(ignore): update zigbee-herdsman-converters to 20.9.0 ( #23822 )
2024-09-02 20:48:09 +00:00
Koen Kanters
557b17ad5b
fix: Fix Cannot read properties of undefined (reading 'some') https://github.com/Koenkk/zigbee2mqtt/issues/23821
2024-09-02 22:22:19 +02:00