Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump zwave-js from 13.3.1 to 13.9.0 #1302

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2024

Bumps zwave-js from 13.3.1 to 13.9.0.

Release notes

Sourced from zwave-js's releases.

Release v13.9.0

Features

  • Zniffer: allow filtering frames when saving the capture (#7279)

Bugfixes

  • Fixed an issue where the StartLevelChange command for Window Covering CC was sent with an inverted direction flag (#7278)

Config file changes

  • Add manual and reset metadata for Danfoss LC-13 (#7274)

Release v13.8.0

Features

  • Support playing tones on mocked sirens, improve support for node dumps of switches/dimmers (#7272)

Release v13.7.0

Features

  • Thermostat Setback CC: Fix encoding of the setback state, add mocks, remove non-functional CC values (#7271)

Release v13.6.0

Features

  • Skip rebuilding routes for nodes with priority return routes (#7252)
  • Add node info received event (#7253)
  • OTA firmware updates now use the task scheduler. This allows running multiple OTA updates at once. (#7256)
  • Implement Multilevel Switch mocks, add default state for Binary Switch mocks (#7270)

Bugfixes

  • Use configured network keys on secondary controller if learned keys are absent (#7226)
  • Pending tasks are removed when hard-resetting or entering bootloader (#7255)

Config file changes

  • Add incompatibility warning to UZB1 (#7225)
  • Override Central Scene CC version for Springs Window Fashions VCZ1 (#7263)

Changes under the hood

  • Dependency updates
  • Fix bootstrap command in devcontainer (#7254)

Release v13.5.0

This release adds an internal task scheduler that will allow more control over longer running tasks like device interviews, route rebuilding, firmware updates, etc. These improvements include pausing/resuming tasks, better prioritization for user-initiated actions, queueing tasks without interrupting ongoing ones, and more. Migration of existing features to the new scheduler will be done incrementally, starting with route rebuilding.

Features

  • Reworked route rebuilding to use the task scheduler. This enables rebuilding routes for multiple individual nodes at once. (#7196, #7203)

Bugfixes

  • Fixed a regression from 13.4.0 that prevented restoring NVM backups on 700/800 series controllers (#7220)

Config file changes

  • Add fingerprint to Aeotec ZWA024 (#7191)
  • Correct max. value of SKU parameters for Kwikset locks (#7178)
  • Add fingerprint to Remotec ZXT-800 (#7195)

... (truncated)

Changelog

Sourced from zwave-js's changelog.

13.9.0 (2024-10-14)

Features

  • Zniffer: allow filtering frames when saving the capture (#7279)

Bugfixes

  • Fixed an issue where the StartLevelChange command for Window Covering CC was sent with an inverted direction flag (#7278)

Config file changes

  • Add manual and reset metadata for Danfoss LC-13 (#7274)

13.8.0 (2024-10-11)

Features

  • Support playing tones on mocked sirens, improve support for node dumps of switches/dimmers (#7272)

13.7.0 (2024-10-10)

Features

  • Thermostat Setback CC: Fix encoding of the setback state, add mocks, remove non-functional CC values (#7271)

13.6.0 (2024-10-10)

Features

  • Skip rebuilding routes for nodes with priority return routes (#7252)
  • Add node info received event (#7253)
  • OTA firmware updates now use the task scheduler. This allows running multiple OTA updates at once. (#7256)
  • Implement Multilevel Switch mocks, add default state for Binary Switch mocks (#7270)

Bugfixes

  • Use configured network keys on secondary controller if learned keys are absent (#7226)
  • Pending tasks are removed when hard-resetting or entering bootloader (#7255)

Config file changes

  • Add incompatibility warning to UZB1 (#7225)
  • Override Central Scene CC version for Springs Window Fashions VCZ1 (#7263)

Changes under the hood

  • Dependency updates
  • Fix bootstrap command in devcontainer (#7254)

13.5.0 (2024-10-07)

This release adds an internal task scheduler that will allow more control over longer running tasks like device interviews, route rebuilding, firmware updates, etc. These improvements include pausing/resuming tasks, better prioritization for user-initiated actions, queueing tasks without interrupting ongoing ones, and more. Migration of existing features to the new scheduler will be done incrementally, starting with route rebuilding.

Features

  • Reworked route rebuilding to use the task scheduler. This enables rebuilding routes for multiple individual nodes at once. (#7196, #7203)

Bugfixes

  • Fixed a regression from 13.4.0 that prevented restoring NVM backups on 700/800 series controllers (#7220)

Config file changes

  • Add fingerprint to Aeotec ZWA024 (#7191)
  • Correct max. value of SKU parameters for Kwikset locks (#7178)
  • Add fingerprint to Remotec ZXT-800 (#7195)

... (truncated)

Commits
  • 70f3550 chore: release v13.9.0
  • c50c2a4 chore: update changelog
  • a4f2b69 feat: allow filtering Zniffer frames when saving als ZLF (#7279)
  • 00d2574 fix: inverted direction for WindowCoveringCCStartLevelChange when sent (#7278)
  • 69528d0 feat(config): add manual and reset metadata for Danfoss LC-13 (#7274)
  • bcba638 chore: release v13.8.0
  • 0a33e60 chore: update changelog
  • 01d24fd feat: implement playing tones in Sound Switch CC mocks, parse more switch-typ...
  • 9d02ce1 chore: release v13.7.0
  • 1aa40f2 chore: update changelog
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zwave-js](https://github.com/zwave-js/node-zwave-js) from 13.3.1 to 13.9.0.
- [Release notes](https://github.com/zwave-js/node-zwave-js/releases)
- [Changelog](https://github.com/zwave-js/node-zwave-js/blob/master/CHANGELOG.md)
- [Commits](zwave-js/node-zwave-js@v13.3.1...v13.9.0)

---
updated-dependencies:
- dependency-name: zwave-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #1305.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zwave-js-13.9.0 branch October 21, 2024 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants