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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8,570 changes: 2,400 additions & 6,170 deletions package-lock.json

Large diffs are not rendered by default.

67 changes: 33 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,52 +33,51 @@
"access": "public"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@tsconfig/node18": "^18.2.2",
"@types/ansi-colors": "^3.2.2",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/debug": "4.1.8",
"@types/eslint": "^8.56.1",
"@types/fs-extra": "^11.0.1",
"@alcalzone/release-script": "^3.8.0",
"@tsconfig/node18": "^18.2.4",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^7.1.8",
"@types/debug": "4.1.12",
"@types/eslint": "^8.56.12",
"@types/fs-extra": "^11.0.4",
"@types/json5": "2.2.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.19.4",
"@types/proxyquire": "^1.3.28",
"@types/semver": "^7.3.13",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.9",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.123",
"@types/proxyquire": "^1.3.31",
"@types/semver": "^7.7.0",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"copyfiles": "^2.4.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.4",
"execa": "^8.0.1",
"jsonschema": "^1.4.1",
"mocha": "^10.2.0",
"jsonschema": "^1.5.0",
"mocha": "^11.7.1",
"proxyquire": "^2.1.3",
"rimraf": "^4.4.1",
"sinon": "^15.1.0",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"tsx": "^4.7.0"
"tsx": "^4.20.5"
},
"dependencies": {
"@iobroker/adapter-dev": "^1.2.0",
"@typescript-eslint/parser": "^6.17.0",
"alcalzone-shared": "^4.0.3",
"@iobroker/adapter-dev": "^1.4.0",
"@typescript-eslint/parser": "^6.21.0",
"alcalzone-shared": "^4.0.8",
"ansi-colors": "^4.1.3",
"axios": "^1.3.4",
"debug": "^4.3.4",
"enquirer": "^2.3.6",
"eslint": "^8.56.0",
"fs-extra": "^11.1.1",
"axios": "^1.11.0",
"debug": "^4.4.1",
"enquirer": "^2.4.1",
"eslint": "^8.57.1",
"fs-extra": "^11.3.1",
"json5": "^2.2.3",
"p-limit": "^5.0.0",
"prettier": "^3.1.1",
"semver": "^7.5.0",
"prettier": "^3.6.2",
"semver": "^7.7.2",
"typescript": "~5.3.3",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/lib/core.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { readdir, readFile } from "fs-extra";
import { readdir, readFile } from "fs/promises";
import { join, resolve } from "path";

const testAllFiles = async (
Expand Down
2 changes: 1 addition & 1 deletion test/baselines/ReleaseScript_JS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ For later updates, the above procedure is not necessary. Just do the following:
## License
MIT License

Copyright (c) 2024 Al Calzone <al@calzo.ne>
Copyright (c) 2025 Al Calzone <al@calzo.ne>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions test/baselines/ReleaseScript_JS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"node": ">= 20"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6"
"@iobroker/adapter-core": "^3.3.2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.3",
"@iobroker/adapter-dev": "^1.4.0",
"@iobroker/testing": "^5.1.0",
"chai-as-promised": "^7.1.2",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.7.3",
"eslint": "^8.57.1",
"mocha": "^11.7.1",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"sinon": "^21.0.0",
"sinon-chai": "^3.7.0"
},
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion test/baselines/ReleaseScript_TS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ For later updates, the above procedure is not necessary. Just do the following:
## License
MIT License

Copyright (c) 2024 Al Calzone <al@calzo.ne>
Copyright (c) 2025 Al Calzone <al@calzo.ne>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 11 additions & 11 deletions test/baselines/ReleaseScript_TS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,32 +22,32 @@
"node": ">= 20"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6"
"@iobroker/adapter-core": "^3.3.2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.3",
"@tsconfig/node20": "^20.1.4",
"@iobroker/adapter-dev": "^1.4.0",
"@iobroker/testing": "^5.1.0",
"@tsconfig/node20": "^20.1.6",
"@types/chai-as-promised": "^7.1.8",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.5",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^20.19.11",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon": "^17.0.4",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"chai-as-promised": "^7.1.2",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.7.3",
"eslint": "^8.57.1",
"mocha": "^11.7.1",
"proxyquire": "^2.1.3",
"rimraf": "^6.0.1",
"sinon": "^19.0.2",
"sinon": "^21.0.0",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
Expand Down
28 changes: 14 additions & 14 deletions test/baselines/TS_Prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@
"node": ">= 20"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6"
"@iobroker/adapter-core": "^3.3.2"
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.3",
"@tsconfig/node20": "^20.1.4",
"@iobroker/adapter-dev": "^1.4.0",
"@iobroker/testing": "^5.1.0",
"@tsconfig/node20": "^20.1.6",
"@types/chai-as-promised": "^7.1.8",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.5",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^20.19.11",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon": "^17.0.4",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"chai-as-promised": "^7.1.2",
"chai": "^4.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint": "^8.57.0",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint": "^8.57.1",
"mocha": "^11.7.1",
"prettier": "^3.6.2",
"proxyquire": "^2.1.3",
"rimraf": "^6.0.1",
"sinon": "^19.0.2",
"sinon": "^21.0.0",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion test/baselines/TS_SingleQuotes/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Created with @iobroker/create-adapter v2.6.4
* Created with @iobroker/create-adapter v2.6.5
*/

// The adapter-core module gives you access to the core ioBroker functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"type": "free",
"license": "MIT"
},
"creatorVersion": "2.6.4"
"creatorVersion": "2.6.5"
}
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 Al Calzone
Copyright 2025 Al Calzone

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ For later updates, the above procedure is not necessary. Just do the following:
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 Al Calzone
Copyright 2025 Al Calzone

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

/*
* Created with @iobroker/create-adapter v2.6.4
* Created with @iobroker/create-adapter v2.6.5
*/

// The adapter-core module gives you access to the core ioBroker functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"node": ">= 20"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6"
"@iobroker/adapter-core": "^3.3.2"
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.3",
"@tsconfig/node20": "^20.1.4",
"@iobroker/adapter-dev": "^1.4.0",
"@iobroker/testing": "^5.1.0",
"@tsconfig/node20": "^20.1.6",
"@types/chai-as-promised": "^7.1.8",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.5",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^20.19.11",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon": "^17.0.4",
"@types/sinon-chai": "^3.2.12",
"chai-as-promised": "^7.1.2",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.7.3",
"eslint": "^8.57.1",
"mocha": "^11.7.1",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"sinon": "^21.0.0",
"sinon-chai": "^3.7.0",
"typescript": "~5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion test/baselines/adapter_JS_React/.create-adapter.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"type": "free",
"license": "MIT"
},
"creatorVersion": "2.6.4"
"creatorVersion": "2.6.5"
}
2 changes: 1 addition & 1 deletion test/baselines/adapter_JS_React/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Al Calzone <al@calzo.ne>
Copyright (c) 2025 Al Calzone <al@calzo.ne>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion test/baselines/adapter_JS_React/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ For later updates, the above procedure is not necessary. Just do the following:
## License
MIT License

Copyright (c) 2024 Al Calzone <al@calzo.ne>
Copyright (c) 2025 Al Calzone <al@calzo.ne>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion test/baselines/adapter_JS_React/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

/*
* Created with @iobroker/create-adapter v2.6.4
* Created with @iobroker/create-adapter v2.6.5
*/

// The adapter-core module gives you access to the core ioBroker functions
Expand Down
14 changes: 7 additions & 7 deletions test/baselines/adapter_JS_React/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
"node": ">= 20"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6"
"@iobroker/adapter-core": "^3.3.2"
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/adapter-dev": "^1.4.0",
"@iobroker/adapter-react": "2.0.22",
"@iobroker/testing": "^4.1.3",
"@iobroker/testing": "^5.1.0",
"@material-ui/core": "^4.12.4",
"chai-as-promised": "^7.1.2",
"chai": "^4.5.0",
"eslint-plugin-react": "^7.36.1",
"eslint": "^8.57.0",
"mocha": "^10.7.3",
"eslint-plugin-react": "^7.37.5",
"eslint": "^8.57.1",
"mocha": "^11.7.1",
"proxyquire": "^2.1.3",
"react-dom": "^17.0.2",
"react": "^17.0.2",
"sinon": "^19.0.2",
"sinon": "^21.0.0",
"sinon-chai": "^3.7.0"
},
"main": "main.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"licenseInformation": {
"type": "free"
},
"creatorVersion": "2.6.4"
"creatorVersion": "2.6.5"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Al Calzone <al@calzo.ne>
Copyright (c) 2025 Al Calzone <al@calzo.ne>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ For later updates, the above procedure is not necessary. Just do the following:
## License
MIT License

Copyright (c) 2024 Al Calzone <al@calzo.ne>
Copyright (c) 2025 Al Calzone <al@calzo.ne>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading
Loading