Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

chore(deps): bump axios, zwave-js, @alcalzone/release-script, @alcalzone/release-script-plugin-iobroker and @iobroker/adapter-dev#1101

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-9d1cfbf612
Closed

chore(deps): bump axios, zwave-js, @alcalzone/release-script, @alcalzone/release-script-plugin-iobroker and @iobroker/adapter-dev#1101
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-9d1cfbf612

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 12, 2025

Bumps axios, zwave-js, @alcalzone/release-script, @alcalzone/release-script-plugin-iobroker and @iobroker/adapter-dev. These dependencies needed to be updated together.
Updates axios from 1.6.3 to 1.12.0

Release notes

Sourced from axios's releases.

Release v1.12.0

Release notes:

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

Release v1.11.0

Release notes:

Bug Fixes

  • form-data npm pakcage (#6970) (e72c193)
  • prevent RangeError when using large Buffers (#6961) (a2214ca)
  • types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.12.0 (2025-09-11)

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

1.11.0 (2025-07-22)

Bug Fixes

  • form-data npm pakcage (#6970) (e72c193)
  • prevent RangeError when using large Buffers (#6961) (a2214ca)
  • types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)

Contributors to this release

... (truncated)

Commits
  • 0d8ad6e chore(release): v1.12.0 (#7013)
  • fd7f404 fix: release pr run
  • a2edc36 fix: dont add dist on release
  • 9ec86de fix: adding build artifacts
  • 945435f fix(node): enforce maxContentLength for data: URLs (#7011)
  • 28e5e30 chore(sponsor): update sponsor block (#7005)
  • d03f245 chore(CI): fixed release info script to use npm registry instead of git as fi...
  • a0bc911 chore: removing dist files from src (#7002)
  • c959ff2 feat(fetch): add fetch, Request, Response env config variables for the adapte...
  • a9f47af fix(fetch-adapter): set correct Content-Type for Node FormData (#6998)
  • Additional commits viewable in compare view

Updates zwave-js from 10.23.6 to 15.13.0

Release notes

Sourced from zwave-js's releases.

Release v15.13.0

Features

  • Support checking for all firmware updates at once, and support detecting devices unknown to the firmware update service (#8157)

Bugfixes

  • Fixed an issue with migrating NVMs that contain a full list of supported CCs (#8140)
  • After failing to leave bootloader, Z-Wave JS no longer keeps checking if the Serial API has started (#8133)
  • Fixed an issue where the underlying serial stream (e.g. in the browser) could not be reused when destroying and recreating the driver instance (#8132)
  • Stale Battery CC isLow values are now cleaned up on startup (#8092)

Config file changes

  • Add Zooz ZEN75 (#7807)
  • Bring Inovelli VZW32-SN up to date with latest firmware changes and restore parity with VZW31-SN (#8042)

Changes under the hood

  • Add MCP powered prompt to scrape config files from manufacturer websites (#8099)

Release v15.12.0

Features

  • Firmware updates that fail due to an XMODEM communication error are now retried automatically, reducing the risk to get stuck in bootloader until a new firmware is flashed (#8086)

Bugfixes

  • Fixes an issue where the controller would indefinitely be considered as recovering from a jammed state, preventing commands from being re-transmitted (#8052)
  • Fixed an issue where the key up event would be force-emitted too early on legacy devices that incorrectly report not to support the "slow refresh" capability (#8087)
  • Canceling a "replace failed node" operation no longer prevents other inclusion/exclusion operations from being started (#8084)

Config file changes

  • Add HomeSeer WS300 (#8074)

Release v15.11.0

Features

  • Add support for defining Scene labels in config files (#7989)
  • Disable SmartStart provisioning entries after 5 failed inclusion attempts (#8017)

Bugfixes

  • Fixed an issue where Aeotec Z-Stick 5 would become unresponsive during NVM backup (#8047)
  • Fixed firmware update progress jumping back and forth (#8019)
  • Correctly restore cached information on a secondary controller (#7994)
  • Fixed incorrect long-term averaging of RSSI values (#8024)
  • Ensure failures during NVM migration are surfaced to the application (#8014)

Config file changes

  • Prepare Inovelli VZW31-SN for future firmware upgrade (#8005)
  • Add productID 0x0111 to Fakro AMZ Solar awning (#7998)
  • Add ECO-DIM.07 800 series version (#8011)
  • Update Aeotec Trisensor 8 to firmware 2.8.4 (#8013)
  • Remove non-existent parameter 107 for Shelly Wave Plus S (#8010)
  • Typo in Shelly dimmer output label (#8006)

Changes under the hood

... (truncated)

Changelog

Sourced from zwave-js's changelog.

15.13.0 (2025-09-11)

Features

  • Support checking for all firmware updates at once, and support detecting devices unknown to the firmware update service (#8157)

Bugfixes

  • Fixed an issue with migrating NVMs that contain a full list of supported CCs (#8140)
  • After failing to leave bootloader, Z-Wave JS no longer keeps checking if the Serial API has started (#8133)
  • Fixed an issue where the underlying serial stream (e.g. in the browser) could not be reused when destroying and recreating the driver instance (#8132)
  • Stale Battery CC isLow values are now cleaned up on startup (#8092)

Config file changes

  • Add Zooz ZEN75 (#7807)
  • Bring Inovelli VZW32-SN up to date with latest firmware changes and restore parity with VZW31-SN (#8042)

Changes under the hood

  • Add MCP powered prompt to scrape config files from manufacturer websites (#8099)

15.12.0 (2025-08-19)

Features

  • Firmware updates that fail due to an XMODEM communication error are now retried automatically, reducing the risk to get stuck in bootloader until a new firmware is flashed (#8086)

Bugfixes

  • Fixes an issue where the controller would indefinitely be considered as recovering from a jammed state, preventing commands from being re-transmitted (#8052)
  • Fixed an issue where the key up event would be force-emitted too early on legacy devices that incorrectly report not to support the "slow refresh" capability (#8087)
  • Canceling a "replace failed node" operation no longer prevents other inclusion/exclusion operations from being started (#8084)

Config file changes

  • Add HomeSeer WS300 (#8074)

15.11.0 (2025-08-11)

Features

  • Add support for defining Scene labels in config files (#7989)
  • Disable SmartStart provisioning entries after 5 failed inclusion attempts (#8017)

Bugfixes

  • Fixed an issue where Aeotec Z-Stick 5 would become unresponsive during NVM backup (#8047)
  • Fixed firmware update progress jumping back and forth (#8019)
  • Correctly restore cached information on a secondary controller (#7994)
  • Fixed incorrect long-term averaging of RSSI values (#8024)
  • Ensure failures during NVM migration are surfaced to the application (#8014)

Config file changes

  • Prepare Inovelli VZW31-SN for future firmware upgrade (#8005)
  • Add productID 0x0111 to Fakro AMZ Solar awning (#7998)
  • Add ECO-DIM.07 800 series version (#8011)
  • Update Aeotec Trisensor 8 to firmware 2.8.4 (#8013)
  • Remove non-existent parameter 107 for Shelly Wave Plus S (#8010)
  • Typo in Shelly dimmer output label (#8006)

Changes under the hood

... (truncated)

Commits
  • 8909cd9 chore: release v15.13.0
  • a8c3d31 chore: update changelog
  • 7676d40 feat: support checking for all firmware updates at once (#8157)
  • 481a129 feat(config): add Zooz ZEN75 (#7807)
  • e98ed19 chore(deps): bump actions/checkout from 4 to 5 (#8120)
  • 927c891 chore(deps): bump actions/ai-inference from 1.2.3 to 2.0.1 (#8121)
  • 1a935a7 feat(config): bring Inovelli VZW32-SN up to date with latest firmware changes...
  • a7fc2c7 docs: fix links in troubleshooting / common issues (#8142)
  • 674c09a fix(nvmedit): offset calculation when parsing ApplicationCCsFile (#8140)
  • 0834bd8 ci: move copilot-setup-steps.yml to workflows directory (#8136)
  • Additional commits viewable in compare view

Updates @alcalzone/release-script from 3.5.9 to 3.8.0

Release notes

Sourced from @​alcalzone/release-script's releases.

Release v3.8.0

  • git plugin: allow to skip push stage via noPush option

Release v3.7.3

  • package plugin: Support monorepos managed with Yarn v4

Release v3.7.2

  • iobroker plugin: Fixed issue in changelog cleanup routine introduced in 3.7.1

Release v3.7.1

  • iobroker plugin: Detect more author names and @ mentions in the changelog

Release v3.7.0

  • Added -lf option to run the lock file update with the --force flag
  • Dependency upgrades

Release v3.6.0

  • git plugin: Add the --tagOnly flag to only create a tag without pushing the commit to the release branch.
Changelog

Sourced from @​alcalzone/release-script's changelog.

3.8.0 (2024-07-23)

  • git plugin: allow to skip push stage via noPush option

3.7.3 (2024-07-05)

  • package plugin: Support monorepos managed with Yarn v4

3.7.2 (2024-06-24)

  • iobroker plugin: Fixed issue in changelog cleanup routine introduced in 3.7.1

3.7.1 (2024-06-12)

  • iobroker plugin: Detect more author names and @ mentions in the changelog

3.7.0 (2023-11-29)

  • Added -lf option to run the lock file update with the --force flag
  • Dependency upgrades

3.6.0 (2023-07-03)

  • git plugin: Add the --tagOnly flag to only create a tag without pushing the commit to the release branch.
Commits

Updates @alcalzone/release-script-plugin-iobroker from 3.5.9 to 3.7.2

Release notes

Sourced from @​alcalzone/release-script-plugin-iobroker's releases.

Release v3.7.2

  • iobroker plugin: Fixed issue in changelog cleanup routine introduced in 3.7.1

Release v3.7.1

  • iobroker plugin: Detect more author names and @ mentions in the changelog

Release v3.7.0

  • Added -lf option to run the lock file update with the --force flag
  • Dependency upgrades

Release v3.6.0

  • git plugin: Add the --tagOnly flag to only create a tag without pushing the commit to the release branch.
Changelog

Sourced from @​alcalzone/release-script-plugin-iobroker's changelog.

3.7.2 (2024-06-24)

  • iobroker plugin: Fixed issue in changelog cleanup routine introduced in 3.7.1

3.7.1 (2024-06-12)

  • iobroker plugin: Detect more author names and @ mentions in the changelog

3.7.0 (2023-11-29)

  • Added -lf option to run the lock file update with the --force flag
  • Dependency upgrades

3.6.0 (2023-07-03)

  • git plugin: Add the --tagOnly flag to only create a tag without pushing the commit to the release branch.
Commits
  • 0ce8359 chore: release v3.7.2
  • 564ae9b fix: set unicode flag for author name regex (#170)
  • 74822d4 chore: release v3.7.1
  • 3c0c9fd Run workflows with node 20, dropped node 14 and 16 support (#169)
  • ee8c4b4 build: bump tar from 6.1.11 to 6.2.1 (#167)
  • 78a3509 build: bump @​babel/traverse from 7.17.3 to 7.24.1 (#163)
  • c5f0fdb build: bump ip from 1.1.5 to 1.1.9 (#164)
  • a7afb52 build: bump follow-redirects from 1.15.4 to 1.15.6 (#166)
  • 0ad727c build: bump follow-redirects from 1.15.3 to 1.15.4 (#157)
  • fe5aa0d fix: match non-ASCII author names and @ (#161)
  • Additional commits viewable in compare view

Updates @iobroker/adapter-dev from 1.2.0 to 1.4.0

Release notes

Sourced from @​iobroker/adapter-dev's releases.

Release v1.4.0

  • (ticaki) rimraf replaced by by internal tool.
  • (hombach) change year to 2025
  • (hombach) Fix two vulnerabilities
  • (hombach) Bump dev dependencies
  • (hombach) add tests for node.js 22, remove node 16 tests
  • (@​GermanBluefox) Added convert command to convert old i18n structure to new one
  • (@​GermanBluefox) Packages were updated
  • (@​UncleSamSwiss) Change default path for translation JSON files to admin/i18n/en.json; the old path is still supported for existing repositories

Release v1.3.0

  • (kleinOr/Apollon77) Detects and keeps space indentation of io-package
  • (Steiger04) Fix handling of dot keys for esbuild
  • (Steiger04) Update esbuild and adjust watch mode
  • (Steiger04) process.env.NODE_ENV is now also available server side
Commits
  • 5b8fffa chore: release v1.4.0
  • a7e5a82 Revert readFileSync to readFile
  • f8717e6 Add changelog entry for admin/i18n/en.json
  • 410a9ba Added README.md
  • 0c49b19 convert the indent to 4 spaces, line endings to LF and sort the keys.
  • ce87df0 Added description of convert command and tests for it
  • d47e09d Added description of convert command and tests for it
  • acb320d Remove forced convertion to new structure
  • 3d39196 Merge pull request #273 from ticaki/clean-dir
  • bd3863d Merge branch 'main' into clean-dir
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…one/release-script-plugin-iobroker and @iobroker/adapter-dev

Bumps [axios](https://github.com/axios/axios), [zwave-js](https://github.com/zwave-js/zwave-js), [@alcalzone/release-script](https://github.com/AlCalzone/release-script), [@alcalzone/release-script-plugin-iobroker](https://github.com/AlCalzone/release-script) and [@iobroker/adapter-dev](https://github.com/ioBroker/adapter-dev). These dependencies needed to be updated together.

Updates `axios` from 1.6.3 to 1.12.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.3...v1.12.0)

Updates `zwave-js` from 10.23.6 to 15.13.0
- [Release notes](https://github.com/zwave-js/zwave-js/releases)
- [Changelog](https://github.com/zwave-js/zwave-js/blob/master/CHANGELOG.md)
- [Commits](zwave-js/zwave-js@v10.23.6...v15.13.0)

Updates `@alcalzone/release-script` from 3.5.9 to 3.8.0
- [Release notes](https://github.com/AlCalzone/release-script/releases)
- [Changelog](https://github.com/AlCalzone/release-script/blob/master/CHANGELOG.md)
- [Commits](AlCalzone/release-script@v3.5.9...v3.8.0)

Updates `@alcalzone/release-script-plugin-iobroker` from 3.5.9 to 3.7.2
- [Release notes](https://github.com/AlCalzone/release-script/releases)
- [Changelog](https://github.com/AlCalzone/release-script/blob/master/CHANGELOG.md)
- [Commits](AlCalzone/release-script@v3.5.9...v3.7.2)

Updates `@iobroker/adapter-dev` from 1.2.0 to 1.4.0
- [Release notes](https://github.com/ioBroker/adapter-dev/releases)
- [Commits](ioBroker/adapter-dev@v1.2.0...v1.4.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.0
  dependency-type: direct:development
- dependency-name: zwave-js
  dependency-version: 15.13.0
  dependency-type: direct:production
- dependency-name: "@alcalzone/release-script"
  dependency-version: 3.8.0
  dependency-type: direct:development
- dependency-name: "@alcalzone/release-script-plugin-iobroker"
  dependency-version: 3.7.2
  dependency-type: direct:development
- dependency-name: "@iobroker/adapter-dev"
  dependency-version: 1.4.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 12, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 30, 2025

Superseded by #1102.

@dependabot dependabot Bot closed this Sep 30, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/multi-9d1cfbf612 branch September 30, 2025 04:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant