Skip to content

Commit efc74ef

Browse files
authored
Merge pull request #2838 from iptv-org/belleza-checks
[OVERALL] Maintenance release 3 - 17/08/2025
2 parents fd8ce2c + ab42da3 commit efc74ef

File tree

206 files changed

+13581
-17896
lines changed

Some content is hidden

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

206 files changed

+13581
-17896
lines changed

package-lock.json

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

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,34 +38,34 @@
3838
"dependencies": {
3939
"@alex_neo/jest-expect-message": "^1.0.5",
4040
"@eslint/eslintrc": "^3.3.1",
41-
"@eslint/js": "^9.32.0",
41+
"@eslint/js": "^9.33.0",
4242
"@freearhey/chronos": "^0.0.1",
4343
"@freearhey/core": "^0.10.3",
4444
"@freearhey/search-js": "^0.1.2",
4545
"@ntlab/sfetch": "^1.2.0",
4646
"@octokit/core": "^7.0.3",
4747
"@octokit/plugin-paginate-rest": "^13.1.1",
4848
"@octokit/plugin-rest-endpoint-methods": "^16.0.0",
49-
"@stylistic/eslint-plugin": "^5.2.2",
50-
"@swc/core": "^1.13.2",
49+
"@stylistic/eslint-plugin": "^5.2.3",
50+
"@swc/core": "^1.13.3",
5151
"@swc/jest": "^0.2.39",
5252
"@types/cli-progress": "^3.11.6",
5353
"@types/fs-extra": "^11.0.4",
54-
"@types/inquirer": "^9.0.8",
54+
"@types/inquirer": "^9.0.9",
5555
"@types/jest": "^30.0.0",
5656
"@types/langs": "^2.0.5",
5757
"@types/lodash.orderby": "^4.6.9",
5858
"@types/lodash.sortby": "^4.7.9",
5959
"@types/lodash.startcase": "^4.4.9",
6060
"@types/lodash.uniqby": "^4.7.9",
61-
"@types/node": "^24.1.0",
61+
"@types/node": "^24.3.0",
6262
"@types/node-cleanup": "^2.1.5",
6363
"@types/numeral": "^2.0.5",
64-
"@typescript-eslint/eslint-plugin": "^8.38.0",
65-
"@typescript-eslint/parser": "^8.38.0",
64+
"@typescript-eslint/eslint-plugin": "^8.40.0",
65+
"@typescript-eslint/parser": "^8.40.0",
6666
"axios": "^1.11.0",
6767
"axios-cookiejar-support": "^6.0.4",
68-
"chalk": "^5.4.1",
68+
"chalk": "^5.6.0",
6969
"cheerio": "^1.1.2",
7070
"cli-progress": "^3.12.0",
7171
"commander": "^14.0.0",
@@ -75,20 +75,20 @@
7575
"cwait": "^1.1.2",
7676
"dayjs": "^1.11.13",
7777
"epg-grabber": "^0.41.0",
78-
"epg-parser": "^0.3.1",
79-
"eslint": "^9.32.0",
78+
"epg-parser": "^0.4.0",
79+
"eslint": "^9.33.0",
8080
"eslint-config-prettier": "^10.1.8",
8181
"form-data": "^4.0.4",
82-
"fs-extra": "^11.3.0",
82+
"fs-extra": "^11.3.1",
8383
"glob": "^11.0.3",
8484
"globals": "^16.3.0",
8585
"husky": "^9.1.7",
86-
"iconv-lite": "^0.6.3",
87-
"inquirer": "^12.8.2",
86+
"iconv-lite": "^0.7.0",
87+
"inquirer": "^12.9.3",
8888
"jest": "^30.0.5",
8989
"jest-offline": "^1.0.1",
9090
"langs": "^2.0.0",
91-
"libxml2-wasm": "^0.5.0",
91+
"libxml2-wasm": "^0.6.0",
9292
"lodash.orderby": "^4.6.0",
9393
"lodash.sortby": "^4.7.0",
9494
"lodash.startcase": "^4.4.0",
@@ -98,6 +98,7 @@
9898
"nedb-promises": "^6.2.3",
9999
"node-cleanup": "^2.1.2",
100100
"numeral": "^2.0.6",
101+
"pako": "^2.1.0",
101102
"parse-duration": "^2.1.4",
102103
"pdf-parse": "^1.1.1",
103104
"pm2": "^6.0.8",
@@ -110,10 +111,10 @@
110111
"srcset": "^5.0.1",
111112
"table2array": "^0.0.2",
112113
"tabletojson": "^4.1.6",
113-
"tough-cookie": "^5.1.2",
114+
"tough-cookie": "^6.0.0",
114115
"transliteration": "^2.3.5",
115-
"tsx": "^4.20.3",
116-
"typescript": "^5.8.3",
116+
"tsx": "^4.20.4",
117+
"typescript": "^5.9.2",
117118
"unzipit": "^1.4.3",
118119
"uuid": "^11.1.0",
119120
"wildcard-match": "^5.1.4"

scripts/commands/channels/parse.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,21 @@ async function main() {
5252
})
5353
}
5454

55-
let parsedChannels = config.channels(args)
55+
let parsedChannels: epgGrabber.Channel[] | Promise<epgGrabber.Channel[]> = []
56+
57+
if (!config.channels || typeof config.channels !== 'function') {
58+
logger.error(`Config file '${options.config}' does not export a channels(...) function`)
59+
return
60+
}
61+
62+
parsedChannels = config.channels(args)
63+
5664
if (isPromise(parsedChannels)) {
5765
parsedChannels = await parsedChannels
5866
}
59-
parsedChannels = parsedChannels.map((channel: epgGrabber.Channel) => {
60-
channel.site = config.site
6167

68+
parsedChannels = (parsedChannels as epgGrabber.Channel[]).map((channel: epgGrabber.Channel) => {
69+
channel.site = config.site
6270
return channel
6371
})
6472

sites/allente.dk/__data__/content.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

sites/allente.dk/__data__/no_content.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

sites/allente.dk/allente.dk.channels.xml

Lines changed: 0 additions & 77 deletions
This file was deleted.

sites/allente.dk/allente.dk.config.js

Lines changed: 0 additions & 65 deletions
This file was deleted.

sites/allente.dk/allente.dk.test.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

sites/allente.dk/readme.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

sites/allente.fi/__data__/content.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)