Skip to content

Commit cd5f847

Browse files
committed
update deps
1 parent 22e7cf2 commit cd5f847

46 files changed

Lines changed: 537 additions & 391 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 334 additions & 185 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -33,52 +33,51 @@
3333
"access": "public"
3434
},
3535
"devDependencies": {
36-
"@alcalzone/release-script": "^3.5.9",
37-
"@tsconfig/node18": "^18.2.2",
38-
"@types/ansi-colors": "^3.2.2",
39-
"@types/chai": "^4.3.3",
40-
"@types/chai-as-promised": "^7.1.5",
41-
"@types/debug": "4.1.8",
42-
"@types/eslint": "^8.56.1",
36+
"@alcalzone/release-script": "^3.8.0",
37+
"@tsconfig/node18": "^18.2.4",
38+
"@types/chai": "^4.3.20",
39+
"@types/chai-as-promised": "^7.1.8",
40+
"@types/debug": "4.1.12",
41+
"@types/eslint": "^8.56.12",
4342
"@types/fs-extra": "^11.0.4",
4443
"@types/json5": "2.2.0",
45-
"@types/mocha": "^10.0.1",
46-
"@types/node": "^18.19.4",
47-
"@types/proxyquire": "^1.3.28",
48-
"@types/semver": "^7.3.13",
49-
"@types/sinon": "^10.0.13",
50-
"@types/sinon-chai": "^3.2.9",
51-
"@types/yargs": "^17.0.24",
52-
"@typescript-eslint/eslint-plugin": "^6.17.0",
53-
"chai": "^4.3.6",
54-
"chai-as-promised": "^7.1.1",
44+
"@types/mocha": "^10.0.10",
45+
"@types/node": "^18.19.123",
46+
"@types/proxyquire": "^1.3.31",
47+
"@types/semver": "^7.7.0",
48+
"@types/sinon": "^10.0.20",
49+
"@types/sinon-chai": "^3.2.12",
50+
"@types/yargs": "^17.0.33",
51+
"@typescript-eslint/eslint-plugin": "^6.21.0",
52+
"chai": "^4.5.0",
53+
"chai-as-promised": "^7.1.2",
5554
"copyfiles": "^2.4.1",
56-
"eslint-config-prettier": "^9.1.0",
57-
"eslint-plugin-prettier": "^5.1.2",
55+
"eslint-config-prettier": "^9.1.2",
56+
"eslint-plugin-prettier": "^5.5.4",
5857
"execa": "^8.0.1",
59-
"jsonschema": "^1.4.1",
60-
"mocha": "^10.8.2",
58+
"jsonschema": "^1.5.0",
59+
"mocha": "^11.7.1",
6160
"proxyquire": "^2.1.3",
6261
"rimraf": "^4.4.1",
63-
"sinon": "^15.1.0",
62+
"sinon": "^15.2.0",
6463
"sinon-chai": "^3.7.0",
6564
"source-map-support": "^0.5.21",
66-
"tsx": "^4.7.0"
65+
"tsx": "^4.20.5"
6766
},
6867
"dependencies": {
69-
"@iobroker/adapter-dev": "^1.2.0",
70-
"@typescript-eslint/parser": "^6.17.0",
71-
"alcalzone-shared": "^4.0.3",
68+
"@iobroker/adapter-dev": "^1.4.0",
69+
"@typescript-eslint/parser": "^6.21.0",
70+
"alcalzone-shared": "^4.0.8",
7271
"ansi-colors": "^4.1.3",
73-
"axios": "^1.3.4",
74-
"debug": "^4.3.4",
75-
"enquirer": "^2.3.6",
76-
"eslint": "^8.56.0",
77-
"fs-extra": "^11.1.1",
72+
"axios": "^1.11.0",
73+
"debug": "^4.4.1",
74+
"enquirer": "^2.4.1",
75+
"eslint": "^8.57.1",
76+
"fs-extra": "^11.3.1",
7877
"json5": "^2.2.3",
7978
"p-limit": "^5.0.0",
80-
"prettier": "^3.1.1",
81-
"semver": "^7.5.0",
79+
"prettier": "^3.6.2",
80+
"semver": "^7.7.2",
8281
"typescript": "~5.3.3",
8382
"yargs": "^17.7.2"
8483
},

src/lib/core.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { readdir, readFile } from "fs-extra";
1+
import { readdir, readFile } from "fs/promises";
22
import { join, resolve } from "path";
33

44
const testAllFiles = async (

test/baselines/ReleaseScript_JS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ For later updates, the above procedure is not necessary. Just do the following:
116116
## License
117117
MIT License
118118

119-
Copyright (c) 2024 Al Calzone <al@calzo.ne>
119+
Copyright (c) 2025 Al Calzone <al@calzo.ne>
120120

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

test/baselines/ReleaseScript_JS/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
"node": ">= 20"
2323
},
2424
"dependencies": {
25-
"@iobroker/adapter-core": "^3.1.6"
25+
"@iobroker/adapter-core": "^3.3.2"
2626
},
2727
"devDependencies": {
2828
"@alcalzone/release-script": "^3.8.0",
2929
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
3030
"@alcalzone/release-script-plugin-license": "^3.7.0",
3131
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
32-
"@iobroker/adapter-dev": "^1.3.0",
33-
"@iobroker/testing": "^4.1.3",
32+
"@iobroker/adapter-dev": "^1.4.0",
33+
"@iobroker/testing": "^5.1.0",
3434
"chai-as-promised": "^7.1.2",
3535
"chai": "^4.5.0",
36-
"eslint": "^8.57.0",
37-
"mocha": "^10.7.3",
36+
"eslint": "^8.57.1",
37+
"mocha": "^11.7.1",
3838
"proxyquire": "^2.1.3",
39-
"sinon": "^19.0.2",
39+
"sinon": "^21.0.0",
4040
"sinon-chai": "^3.7.0"
4141
},
4242
"main": "main.js",

test/baselines/ReleaseScript_TS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ For later updates, the above procedure is not necessary. Just do the following:
124124
## License
125125
MIT License
126126

127-
Copyright (c) 2024 Al Calzone <al@calzo.ne>
127+
Copyright (c) 2025 Al Calzone <al@calzo.ne>
128128

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

test/baselines/ReleaseScript_TS/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@
2222
"node": ">= 20"
2323
},
2424
"dependencies": {
25-
"@iobroker/adapter-core": "^3.1.6"
25+
"@iobroker/adapter-core": "^3.3.2"
2626
},
2727
"devDependencies": {
2828
"@alcalzone/release-script": "^3.8.0",
2929
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
3030
"@alcalzone/release-script-plugin-license": "^3.7.0",
3131
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
32-
"@iobroker/adapter-dev": "^1.3.0",
33-
"@iobroker/testing": "^4.1.3",
34-
"@tsconfig/node20": "^20.1.4",
32+
"@iobroker/adapter-dev": "^1.4.0",
33+
"@iobroker/testing": "^5.1.0",
34+
"@tsconfig/node20": "^20.1.6",
3535
"@types/chai-as-promised": "^7.1.8",
36-
"@types/chai": "^4.3.19",
37-
"@types/mocha": "^10.0.8",
38-
"@types/node": "^20.16.5",
36+
"@types/chai": "^4.3.20",
37+
"@types/mocha": "^10.0.10",
38+
"@types/node": "^20.19.11",
3939
"@types/proxyquire": "^1.3.31",
40-
"@types/sinon": "^17.0.3",
40+
"@types/sinon": "^17.0.4",
4141
"@types/sinon-chai": "^3.2.12",
4242
"@typescript-eslint/eslint-plugin": "^7.18.0",
4343
"@typescript-eslint/parser": "^7.18.0",
4444
"chai-as-promised": "^7.1.2",
4545
"chai": "^4.5.0",
46-
"eslint": "^8.57.0",
47-
"mocha": "^10.7.3",
46+
"eslint": "^8.57.1",
47+
"mocha": "^11.7.1",
4848
"proxyquire": "^2.1.3",
4949
"rimraf": "^6.0.1",
50-
"sinon": "^19.0.2",
50+
"sinon": "^21.0.0",
5151
"sinon-chai": "^3.7.0",
5252
"source-map-support": "^0.5.21",
5353
"ts-node": "^10.9.2",

test/baselines/TS_Prettier/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,31 +22,31 @@
2222
"node": ">= 20"
2323
},
2424
"dependencies": {
25-
"@iobroker/adapter-core": "^3.1.6"
25+
"@iobroker/adapter-core": "^3.3.2"
2626
},
2727
"devDependencies": {
28-
"@iobroker/adapter-dev": "^1.3.0",
29-
"@iobroker/testing": "^4.1.3",
30-
"@tsconfig/node20": "^20.1.4",
28+
"@iobroker/adapter-dev": "^1.4.0",
29+
"@iobroker/testing": "^5.1.0",
30+
"@tsconfig/node20": "^20.1.6",
3131
"@types/chai-as-promised": "^7.1.8",
32-
"@types/chai": "^4.3.19",
33-
"@types/mocha": "^10.0.8",
34-
"@types/node": "^20.16.5",
32+
"@types/chai": "^4.3.20",
33+
"@types/mocha": "^10.0.10",
34+
"@types/node": "^20.19.11",
3535
"@types/proxyquire": "^1.3.31",
36-
"@types/sinon": "^17.0.3",
36+
"@types/sinon": "^17.0.4",
3737
"@types/sinon-chai": "^3.2.12",
3838
"@typescript-eslint/eslint-plugin": "^7.18.0",
3939
"@typescript-eslint/parser": "^7.18.0",
4040
"chai-as-promised": "^7.1.2",
4141
"chai": "^4.5.0",
42-
"eslint-config-prettier": "^9.1.0",
43-
"eslint-plugin-prettier": "^5.2.1",
44-
"eslint": "^8.57.0",
45-
"mocha": "^10.7.3",
46-
"prettier": "^3.3.3",
42+
"eslint-config-prettier": "^10.1.8",
43+
"eslint-plugin-prettier": "^5.5.4",
44+
"eslint": "^8.57.1",
45+
"mocha": "^11.7.1",
46+
"prettier": "^3.6.2",
4747
"proxyquire": "^2.1.3",
4848
"rimraf": "^6.0.1",
49-
"sinon": "^19.0.2",
49+
"sinon": "^21.0.0",
5050
"sinon-chai": "^3.7.0",
5151
"source-map-support": "^0.5.21",
5252
"ts-node": "^10.9.2",

test/baselines/TS_SingleQuotes/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Created with @iobroker/create-adapter v2.6.4
2+
* Created with @iobroker/create-adapter v2.6.5
33
*/
44

55
// The adapter-core module gives you access to the core ioBroker functions

test/baselines/adapter_JS_JsonUI_ESLint_TypeChecking_Spaces_SingleQuotes_Apache-2.0/.create-adapter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
"type": "free",
3535
"license": "MIT"
3636
},
37-
"creatorVersion": "2.6.4"
37+
"creatorVersion": "2.6.5"
3838
}

0 commit comments

Comments
 (0)