Skip to content

Commit b5346ea

Browse files
CopilotApollon77
andauthored
Fix missing @typescript-eslint/parser dependency causing npx failures (#1247)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Apollon77 <11976694+Apollon77@users.noreply.github.com> Co-authored-by: Ingo Fischer <github@fischer-ka.de>
1 parent 78de4cd commit b5346ea

File tree

29 files changed

+30
-78
lines changed

29 files changed

+30
-78
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
},
6565
"dependencies": {
6666
"@iobroker/adapter-dev": "^1.5.0",
67+
"@typescript-eslint/parser": "^8.46.0",
6768
"alcalzone-shared": "^4.0.8",
6869
"ansi-colors": "^4.1.3",
6970
"axios": "^1.12.2",

test/baselines/TS_DoubleQuotes/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.5
2+
* Created with @iobroker/create-adapter v3.1.1
33
*/
44

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

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.5
2+
* Created with @iobroker/create-adapter v3.1.1
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
@@ -35,5 +35,5 @@
3535
"type": "free",
3636
"license": "MIT"
3737
},
38-
"creatorVersion": "2.6.5"
38+
"creatorVersion": "3.1.1"
3939
}

test/baselines/adapter_JS_JsonUI_ESLint_TypeChecking_Spaces_SingleQuotes_Apache-2.0/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
/*
4-
* Created with @iobroker/create-adapter v2.6.5
4+
* Created with @iobroker/create-adapter v3.1.1
55
*/
66

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

test/baselines/adapter_JS_OfficialESLint/.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.5"
37+
"creatorVersion": "3.1.1"
3838
}

test/baselines/adapter_JS_OfficialESLint/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
/*
4-
* Created with @iobroker/create-adapter v2.6.5
4+
* Created with @iobroker/create-adapter v3.1.1
55
*/
66

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

test/baselines/adapter_JS_React/.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.5"
37+
"creatorVersion": "3.1.1"
3838
}

test/baselines/adapter_JS_React/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
/*
4-
* Created with @iobroker/create-adapter v2.6.5
4+
* Created with @iobroker/create-adapter v3.1.1
55
*/
66

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

0 commit comments

Comments
 (0)