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.8.0 #1299

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps zwave-js from 13.3.1 to 13.8.0.

Release notes

Sourced from zwave-js's releases.

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)

Changes under the hood

  • Implement task scheduler (#7193)
  • Upgrade to ESLint v9, typescript-eslint v8 (#6987)
  • Update FAQ on secondary controllers (#7190)

Release v13.4.0

Features

  • Added Controller.nvm property to enable incremental modification of NVM contents on the fly (#7153)
  • When the NODE_ENV env variable is set to development, debugging information for S0 encryption is included in logs (#7181)

... (truncated)

Changelog

Sourced from zwave-js's changelog.

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)

Changes under the hood

  • Implement task scheduler (#7193)
  • Upgrade to ESLint v9, typescript-eslint v8 (#6987)
  • Update FAQ on secondary controllers (#7190)

13.4.0 (2024-09-24)

Features

  • Added Controller.nvm property to enable incremental modification of NVM contents on the fly (#7153)
  • When the NODE_ENV env variable is set to development, debugging information for S0 encryption is included in logs (#7181)

... (truncated)

Commits
  • 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
  • 9421d57 feat: add Thermostat Setback mocks, fix state encoding, remove CC values (#7271)
  • e888a54 chore: release v13.6.0
  • f93acfa chore: update changelog
  • fad342b feat: implement Multilevel Switch mocks, add default state for Binary Switch ...
  • 42d93f0 fix(config): override Central Scene CC version for Springs Window Fashions VC...
  • 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.8.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.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2024

Superseded by #1302.

@dependabot dependabot bot closed this Oct 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zwave-js-13.8.0 branch October 17, 2024 07:14
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