Bump axios, @iobroker/js-controller-common and @iobroker/js-controller-common-db in /src-editor
Bumps axios, @iobroker/js-controller-common and @iobroker/js-controller-common-db. These dependencies needed to be updated together.
Updates axios from 0.26.1 to 1.13.1
Release notes
Sourced from axios's releases.
Release v1.13.1
Release notes:
Bug Fixes
- http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)
Contributors to this release
Release v1.13.0
Release notes:
Bug Fixes
- fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
- resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)
Features
Contributors to this release
- Dmitriy Mozgovoy
- Noritaka Kobayashi
- Aviraj2929
- prasoon patel
- Samyak Dandge
- Anchal Singh
- Rahul Kumar
- Amit Verma
- Abhishek3880
- Dhvani Maktuporia
- Usama Ayoub
- ikuy1203
- Nikhil Simon Toppo
- Jane Wangari
- Supakorn Ieamgomol
- Kian-Meng Ang
- UTSUMI Keiji
Release v1.12.2
Release notes:
Bug Fixes
- fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)
Contributors to this release
... (truncated)
Changelog
Sourced from axios's changelog.
1.13.1 (2025-10-28)
Bug Fixes
- http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)
Contributors to this release
1.13.0 (2025-10-27)
Bug Fixes
- fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
- resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)
Features
Contributors to this release
- Dmitriy Mozgovoy
- Noritaka Kobayashi
- Aviraj2929
- prasoon patel
- Samyak Dandge
- Anchal Singh
- Rahul Kumar
- Amit Verma
- Abhishek3880
- Dhvani Maktuporia
- Usama Ayoub
- ikuy1203
- Nikhil Simon Toppo
- Jane Wangari
- Supakorn Ieamgomol
- Kian-Meng Ang
- UTSUMI Keiji
1.12.2 (2025-09-14)
Bug Fixes
... (truncated)
Commits
1ef8e72chore(release): v1.13.1 (#7194)bcd5581fix(http): fixed a regression that caused the data stream to be interrupted f...c9b3371chore: enhance styling and responsiveness in client.html (#7173)9ead04d[Release] v1.13.0 (#7189)d000fbffix(http2): fix possible race condition when handling http2 stream on almost ...08db960docs: added example for improved network error handling (with Wrapper/Middlew...46e1981refactor: form data handling in index.html (#7170)889f8efdocs: fix mismatched return type (#7172)7b197effix: sandbox ui updated (#7175)6dff629chore: fix typos in examples (#7166)- Additional commits viewable in compare view
Updates @iobroker/js-controller-common from 7.0.8-alpha.7-20250928-40cb80c18 to 7.1.0
Release notes
Sourced from @iobroker/js-controller-common's releases.
Release v7.1.0
official release
Release v7.0.8-alpha.15-20251206-023c9fd23
nightly release
Release v7.0.8-alpha.8-20251127-036be0224
nightly release
Changelog
Sourced from @iobroker/js-controller-common's changelog.
7.1.0 (2025-12-06) - Milla
- (
@copilot) Fixed adminUI, adminTab, and adminColumns configurations being incorrectly preserved during adapter uploads- (
@foxriver76) Added objects warn limit per instance- (
@Apollon77) Allows only numbers fortsandlcfields in state when provided for setState- (
@Apollon77) Respect the adapter specific stopTimeout in all cases instead of a fallback os 4s- (
@Apollon77) Updates the adapter-core override dependency to 3.3.2- (
@GermanBluefox) Added typing forvisIconSetsinio-package.json(for vis-2 SVG icon sets)- (
@GermanBluefox) Added typing forsmartNamein the enum objects- (
@GermanBluefox) Added typing forsupportsLoadingMessagein the instance objects- (
@GermanBluefox) Added creation of JavaScript password to encrypt vendor scripts- (
@GermanBluefox) Added typing forfindForeignObject- (
@GermanBluefox) Enhanced typing for vis and vis 2 widgets- (
@GermanBluefox) Added typing forjsonin adminUI.tab inio-package.json- (
@GermanBluefox) Added typing fordocker-api- (
@foxriver76) Added external authentication to types for UserCommon- (
@Apollon77) Updated Plugin and Sentry packages7.0.7 (2025-04-17) - Lucy
- (
@foxriver76) fixed the edge-case problem on Windows (if adapter callsreadDiron single file)- (
@foxriver76) fixed setting negative numbers viastate setcli command- (
@GermanBluefox) corrected typing forcheckPasswordAsynccommand and added caching of multi-languages names- (
@GermanBluefox) Added support for the complex attribute names for the encrypted and protected native configuration properties:encryptedNativeandprotectedNative- (
@GermanBluefox) Improvement ofadapter.findForeignObject(typing and optional parameters fixed)- (
@GermanBluefox) Improvement of JSON schema forio-package.jsonand type definitions7.0.6 (2024-12-08) - Lucy
- (
@foxriver76) fixed UI upgrade if admin is running on privileged port (<1024)7.0.5 (2024-12-07) - Lucy
- (
@foxriver76) fixed UI upgrade for non-systemd systems7.0.4 (2024-12-04) - Lucy
- (
@Apollon77) Fixes async usage of extendObject- (
@Apollon77) Makes setObject async save- (
@foxriver76) deprecatedset(Foreign)ObjectAsyncas the non async methods are now working correctly with promises- (
@foxriver76) allow specifying a version oniob upgrade selfcommand7.0.3 (2024-11-13) - Lucy
- (
@foxriver76) Introduce "Vendor Packages Workflow" (only relevant for vendors - see README.md)7.0.2 (2024-10-28) - Lucy
- (
@foxriver76) the UI upgrade now runs as the same user as the js-controller- (
@foxriver76) fixediob validatecommand andsetup custommigration7.0.1 (2024-10-21) - Lucy
- (
@foxriver76) fixed crash case on database migration- (
@foxriver76) fixed edge case crash cases if notifications are processed nearly simultaneously7.0.0 (2024-10-06) - Lucy
Breaking changes
... (truncated)
Commits
7ecc0ecv7.1.0 (#3181)d94f6cdv7.0.8-alpha.15-20251206-023c9fd23 (#3180)023c9fdChanged git URL for npmjs (#3179)dd7f64ev7.0.8-alpha.14-20251206-27e04fd51 (#3178)27e04fdIgnore changed files on publish (#3177)aba7e2bv7.0.8-alpha.13-20251206-2a759bcbd (#3176)2a759bcv7.0.8-alpha.12-20251205-335bb5daf (#3175)335bb5dUpgrade lerna for publishing (#3174)69ddf12v7.0.8-alpha.11-20251205-167975fd2 (#3172)167975fBump@alcalzone/pakfrom 0.8.1 to 0.11.0 (#3161)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @iobroker/js-controller-common since your current version.
Updates @iobroker/js-controller-common-db from 7.0.8-alpha.7-20250928-40cb80c18 to 7.1.0
Release notes
Sourced from @iobroker/js-controller-common-db's releases.
Release v7.1.0
official release
Release v7.0.8-alpha.15-20251206-023c9fd23
nightly release
Release v7.0.8-alpha.8-20251127-036be0224
nightly release
Changelog
Sourced from @iobroker/js-controller-common-db's changelog.
7.1.0 (2025-12-06) - Milla
- (
@copilot) Fixed adminUI, adminTab, and adminColumns configurations being incorrectly preserved during adapter uploads- (
@foxriver76) Added objects warn limit per instance- (
@Apollon77) Allows only numbers fortsandlcfields in state when provided for setState- (
@Apollon77) Respect the adapter specific stopTimeout in all cases instead of a fallback os 4s- (
@Apollon77) Updates the adapter-core override dependency to 3.3.2- (
@GermanBluefox) Added typing forvisIconSetsinio-package.json(for vis-2 SVG icon sets)- (
@GermanBluefox) Added typing forsmartNamein the enum objects- (
@GermanBluefox) Added typing forsupportsLoadingMessagein the instance objects- (
@GermanBluefox) Added creation of JavaScript password to encrypt vendor scripts- (
@GermanBluefox) Added typing forfindForeignObject- (
@GermanBluefox) Enhanced typing for vis and vis 2 widgets- (
@GermanBluefox) Added typing forjsonin adminUI.tab inio-package.json- (
@GermanBluefox) Added typing fordocker-api- (
@foxriver76) Added external authentication to types for UserCommon- (
@Apollon77) Updated Plugin and Sentry packages7.0.7 (2025-04-17) - Lucy
- (
@foxriver76) fixed the edge-case problem on Windows (if adapter callsreadDiron single file)- (
@foxriver76) fixed setting negative numbers viastate setcli command- (
@GermanBluefox) corrected typing forcheckPasswordAsynccommand and added caching of multi-languages names- (
@GermanBluefox) Added support for the complex attribute names for the encrypted and protected native configuration properties:encryptedNativeandprotectedNative- (
@GermanBluefox) Improvement ofadapter.findForeignObject(typing and optional parameters fixed)- (
@GermanBluefox) Improvement of JSON schema forio-package.jsonand type definitions7.0.6 (2024-12-08) - Lucy
- (
@foxriver76) fixed UI upgrade if admin is running on privileged port (<1024)7.0.5 (2024-12-07) - Lucy
- (
@foxriver76) fixed UI upgrade for non-systemd systems7.0.4 (2024-12-04) - Lucy
- (
@Apollon77) Fixes async usage of extendObject- (
@Apollon77) Makes setObject async save- (
@foxriver76) deprecatedset(Foreign)ObjectAsyncas the non async methods are now working correctly with promises- (
@foxriver76) allow specifying a version oniob upgrade selfcommand7.0.3 (2024-11-13) - Lucy
- (
@foxriver76) Introduce "Vendor Packages Workflow" (only relevant for vendors - see README.md)7.0.2 (2024-10-28) - Lucy
- (
@foxriver76) the UI upgrade now runs as the same user as the js-controller- (
@foxriver76) fixediob validatecommand andsetup custommigration7.0.1 (2024-10-21) - Lucy
- (
@foxriver76) fixed crash case on database migration- (
@foxriver76) fixed edge case crash cases if notifications are processed nearly simultaneously7.0.0 (2024-10-06) - Lucy
Breaking changes
... (truncated)
Commits
7ecc0ecv7.1.0 (#3181)d94f6cdv7.0.8-alpha.15-20251206-023c9fd23 (#3180)023c9fdChanged git URL for npmjs (#3179)dd7f64ev7.0.8-alpha.14-20251206-27e04fd51 (#3178)27e04fdIgnore changed files on publish (#3177)aba7e2bv7.0.8-alpha.13-20251206-2a759bcbd (#3176)2a759bcv7.0.8-alpha.12-20251205-335bb5daf (#3175)335bb5dUpgrade lerna for publishing (#3174)69ddf12v7.0.8-alpha.11-20251205-167975fd2 (#3172)167975fBump@alcalzone/pakfrom 0.8.1 to 0.11.0 (#3161)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @iobroker/js-controller-common-db since your current version.
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.