Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Initialize CodeQL
uses: github/codeql-action/init@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0 # Fetch the history, or this action won't work

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml.OLD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Check if PR should be auto-merged
uses: ahmadnassri/action-dependabot-auto-merge@v2
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v2
with:
node-version: 24.15.0
node-version: 24.x
lint: true

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24.15.0
node-version: 24.x
- run: npm i
- run: npm run build

Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [22.x, 24.15.0]
node-version: [22.x, 24.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -91,16 +91,16 @@ jobs:

- name: Checkout code
if: steps.automerge.outputs.mergeResult == 'merged'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0 # Fetch the history, or this action won't work
ref: 'master'

- name: Use Node.js ${{ matrix.node-version }}
if: steps.automerge.outputs.mergeResult == 'merged'
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: 20.x
node-version: 24.x

- name: Determine version
if: steps.automerge.outputs.mergeResult == 'merged'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ iob_npm.dode
/.claude/settings.local.json
/iobroker.*.tgz
/src-admin/.mf/
/src-admin/.mf/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Executes Javascript, Typescript Scripts.

## Changelog
### **WORK IN PROGRESS**
* (@GermanBluefox) Typescript 6 support
* (@GermanBluefox) GUI was migrated to React 19 and MUI 9
* (@GermanBluefox) Showed host name in the instance selection dialog

### 9.3.1 (2026-06-18)
Expand Down
317 changes: 0 additions & 317 deletions admin/assets/AiChatPanel-CoasiVwt.js

This file was deleted.

237 changes: 237 additions & 0 deletions admin/assets/AiChatPanel-p0KAg6Cs.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions admin/assets/AiDatapointProvider-B0i3I5Fm.js

This file was deleted.

2 changes: 2 additions & 0 deletions admin/assets/AiDatapointProvider-DzFpUKkT.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions admin/assets/AiDiffView-BPTLnNx1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion admin/assets/AiDiffView-RPozjjHf.js

This file was deleted.

5 changes: 5 additions & 0 deletions admin/assets/AiInlineProvider-CaHd2G2Q.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions admin/assets/AiInlineProvider-DkgjVSFQ.js

This file was deleted.

Loading
Loading