Skip to content

Commit 5790878

Browse files
Update baselines after dependency changes (#1279)
Co-authored-by: Apollon77 <[email protected]>
1 parent 60d46ff commit 5790878

File tree

54 files changed

+80
-80
lines changed

Some content is hidden

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

54 files changed

+80
-80
lines changed

test/baselines/ReleaseScript_JS/README.md

Lines changed: 1 addition & 1 deletion

test/baselines/ReleaseScript_TS/README.md

Lines changed: 1 addition & 1 deletion

test/baselines/ReleaseScript_TS/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"@iobroker/testing": "^5.2.2",
3636
"@tsconfig/node20": "^20.1.8",
3737
"@types/iobroker": "npm:@iobroker/types@^7.1.0",
38-
"@types/node": "^20.19.27",
39-
"@typescript-eslint/eslint-plugin": "^8.51.0",
40-
"@typescript-eslint/parser": "^8.51.0",
38+
"@types/node": "^20.19.28",
39+
"@typescript-eslint/eslint-plugin": "^8.52.0",
40+
"@typescript-eslint/parser": "^8.52.0",
4141
"eslint": "^9.39.2",
4242
"rimraf": "^6.1.2",
4343
"source-map-support": "^0.5.21",

test/baselines/TS_Prettier/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@iobroker/testing": "^5.2.2",
3232
"@tsconfig/node20": "^20.1.8",
3333
"@types/iobroker": "npm:@iobroker/types@^7.1.0",
34-
"@types/node": "^20.19.27",
35-
"@typescript-eslint/eslint-plugin": "^8.51.0",
36-
"@typescript-eslint/parser": "^8.51.0",
34+
"@types/node": "^20.19.28",
35+
"@typescript-eslint/eslint-plugin": "^8.52.0",
36+
"@typescript-eslint/parser": "^8.52.0",
3737
"eslint": "^9.39.2",
3838
"eslint-config-prettier": "^10.1.8",
3939
"eslint-plugin-prettier": "^5.5.4",

test/baselines/adapter_JS_JsonUI_ESLint_TypeChecking_Spaces_SingleQuotes_Apache-2.0/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 Al Calzone
189+
Copyright 2026 Al Calzone
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

test/baselines/adapter_JS_JsonUI_ESLint_TypeChecking_Spaces_SingleQuotes_Apache-2.0/README.md

Lines changed: 1 addition & 1 deletion

test/baselines/adapter_JS_JsonUI_ESLint_TypeChecking_Spaces_SingleQuotes_Apache-2.0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@iobroker/testing": "^5.2.2",
3232
"@tsconfig/node20": "^20.1.8",
3333
"@types/iobroker": "npm:@iobroker/types@^7.1.0",
34-
"@types/node": "^20.19.27",
34+
"@types/node": "^20.19.28",
3535
"eslint": "^9.39.2",
3636
"typescript": "~5.9.3"
3737
},

test/baselines/adapter_JS_OfficialESLint/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Al Calzone <[email protected]>
3+
Copyright (c) 2026 Al Calzone <[email protected]>
44

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

test/baselines/adapter_JS_OfficialESLint/README.md

Lines changed: 1 addition & 1 deletion

test/baselines/adapter_JS_React/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Al Calzone <[email protected]>
3+
Copyright (c) 2026 Al Calzone <[email protected]>
44

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

0 commit comments

Comments
 (0)