Skip to content

Commit

Permalink
update baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Sep 13, 2024
1 parent 90a27e6 commit b4c655e
Show file tree
Hide file tree
Showing 25 changed files with 172 additions and 172 deletions.
18 changes: 9 additions & 9 deletions test/baselines/ReleaseScript_JS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.6"
"@iobroker/adapter-core": "^3.1.6"
},
"devDependencies": {
"@alcalzone/release-script": "^3.7.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
"@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.1",
"chai-as-promised": "^7.1.1",
"chai": "^4.4.1",
"@iobroker/testing": "^4.1.3",
"chai-as-promised": "^8.0.0",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0"
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0"
},
"main": "main.js",
"files": [
Expand Down
32 changes: 16 additions & 16 deletions test/baselines/ReleaseScript_TS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.6"
"@iobroker/adapter-core": "^3.1.6"
},
"devDependencies": {
"@alcalzone/release-script": "^3.7.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
"@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.1",
"@iobroker/testing": "^4.1.3",
"@tsconfig/node18": "^18.2.4",
"@types/chai": "^4.3.14",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.30",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "^8.0.0",
"@types/mocha": "^10.0.8",
"@types/node": "^18.19.50",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"chai-as-promised": "^7.1.1",
"chai": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"chai-as-promised": "^8.0.0",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3",
"rimraf": "^5.0.5",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"rimraf": "^6.0.1",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "~5.0.4"
Expand Down
32 changes: 16 additions & 16 deletions test/baselines/TS_Prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,32 +22,32 @@
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.6"
"@iobroker/adapter-core": "^3.1.6"
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.1",
"@iobroker/testing": "^4.1.3",
"@tsconfig/node18": "^18.2.4",
"@types/chai": "^4.3.14",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.30",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "^8.0.0",
"@types/mocha": "^10.0.8",
"@types/node": "^18.19.50",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"chai-as-promised": "^7.1.1",
"chai": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"chai-as-promised": "^8.0.0",
"chai": "^4.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"proxyquire": "^2.1.3",
"rimraf": "^5.0.5",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"rimraf": "^6.0.1",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "~5.0.4"
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.2
* Created with @iobroker/create-adapter v2.6.3
*/

// 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.2"
"creatorVersion": "2.6.3"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

/*
* Created with @iobroker/create-adapter v2.6.2
* Created with @iobroker/create-adapter v2.6.3
*/

// 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,26 +22,26 @@
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.6"
"@iobroker/adapter-core": "^3.1.6"
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.1",
"@iobroker/testing": "^4.1.3",
"@tsconfig/node18": "^18.2.4",
"@types/chai": "^4.3.14",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.30",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "^8.0.0",
"@types/mocha": "^10.0.8",
"@types/node": "^18.19.50",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai-as-promised": "^7.1.1",
"chai": "^4.4.1",
"chai-as-promised": "^8.0.0",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"typescript": "~5.0.4"
},
"main": "main.js",
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.2"
"creatorVersion": "2.6.3"
}
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.2
* Created with @iobroker/create-adapter v2.6.3
*/

// The adapter-core module gives you access to the core ioBroker functions
Expand Down
16 changes: 8 additions & 8 deletions test/baselines/adapter_JS_React/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.6"
"@iobroker/adapter-core": "^3.1.6"
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/adapter-react": "2.0.22",
"@iobroker/testing": "^4.1.1",
"@iobroker/testing": "^4.1.3",
"@material-ui/core": "^4.12.4",
"chai-as-promised": "^7.1.1",
"chai": "^4.4.1",
"eslint-plugin-react": "^7.34.1",
"chai-as-promised": "^8.0.0",
"chai": "^4.5.0",
"eslint-plugin-react": "^7.36.1",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3",
"react-dom": "^17.0.2",
"react": "^17.0.2",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0"
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0"
},
"main": "main.js",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"licenseInformation": {
"type": "free"
},
"creatorVersion": "2.6.2"
"creatorVersion": "2.6.3"
}
28 changes: 14 additions & 14 deletions test/baselines/adapter_TS_ESLint_Tabs_DoubleQuotes_MIT/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.6"
"@iobroker/adapter-core": "^3.1.6"
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.1",
"@iobroker/testing": "^4.1.3",
"@tsconfig/node18": "^18.2.4",
"@types/chai": "^4.3.14",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.30",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "^8.0.0",
"@types/mocha": "^10.0.8",
"@types/node": "^18.19.50",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"chai-as-promised": "^7.1.1",
"chai": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"chai-as-promised": "^8.0.0",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3",
"rimraf": "^5.0.5",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"rimraf": "^6.0.1",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "~5.0.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Created with @iobroker/create-adapter v2.6.2
* Created with @iobroker/create-adapter v2.6.3
*/

// The adapter-core module gives you access to the core ioBroker functions
Expand Down
2 changes: 1 addition & 1 deletion test/baselines/adapter_TS_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.2"
"creatorVersion": "2.6.3"
}
30 changes: 15 additions & 15 deletions test/baselines/adapter_TS_React/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,36 @@
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.6"
"@iobroker/adapter-core": "^3.1.6"
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/adapter-react": "2.0.22",
"@iobroker/testing": "^4.1.1",
"@iobroker/testing": "^4.1.3",
"@material-ui/core": "^4.12.4",
"@tsconfig/node18": "^18.2.4",
"@types/chai": "^4.3.14",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.30",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "^8.0.0",
"@types/mocha": "^10.0.8",
"@types/node": "^18.19.50",
"@types/proxyquire": "^1.3.31",
"@types/react-dom": "^17.0.25",
"@types/react": "^17.0.80",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"chai-as-promised": "^7.1.1",
"chai": "^4.4.1",
"eslint-plugin-react": "^7.34.1",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"chai-as-promised": "^8.0.0",
"chai": "^4.5.0",
"eslint-plugin-react": "^7.36.1",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3",
"react-dom": "^17.0.2",
"react": "^17.0.2",
"rimraf": "^5.0.5",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"rimraf": "^6.0.1",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "~5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion test/baselines/adapter_TS_React/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Created with @iobroker/create-adapter v2.6.2
* Created with @iobroker/create-adapter v2.6.3
*/

// The adapter-core module gives you access to the core ioBroker functions
Expand Down
2 changes: 1 addition & 1 deletion test/baselines/connectionIndicator_yes/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Created with @iobroker/create-adapter v2.6.2
* Created with @iobroker/create-adapter v2.6.3
*/

// The adapter-core module gives you access to the core ioBroker functions
Expand Down
Loading

0 comments on commit b4c655e

Please sign in to comment.