Merge pull request #37067 from iptv-org/patch-2026.04.3

Patch 2026.04.3
This commit is contained in:
Pecaquito
2026-04-24 17:23:58 -04:00
committed by GitHub
5 changed files with 1144 additions and 507 deletions

View File

@@ -3,6 +3,8 @@ on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
permissions:
contents: read
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true cancel-in-progress: true

View File

@@ -3,6 +3,8 @@ on:
workflow_dispatch: workflow_dispatch:
# schedule: # schedule:
# - cron: "0 12 * * *" # - cron: "0 12 * * *"
permissions:
contents: read
jobs: jobs:
main: main:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -3,6 +3,8 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
permissions:
contents: read
jobs: jobs:
main: main:
runs-on: ubuntu-latest runs-on: ubuntu-latest

1640
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -55,7 +55,7 @@
"@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0", "@typescript-eslint/parser": "^8.38.0",
"async": "^3.2.6", "async": "^3.2.6",
"axios": "^1.11.0", "axios": "^1.15.2",
"chalk": "^5.4.1", "chalk": "^5.4.1",
"cli-progress": "^3.12.0", "cli-progress": "^3.12.0",
"commander": "^14.0.0", "commander": "^14.0.0",
@@ -79,6 +79,7 @@
"tsx": "^4.20.3" "tsx": "^4.20.3"
}, },
"overrides": { "overrides": {
"esbuild": "0.23.1" "esbuild": "0.23.1",
"@xmldom/xmldom": ">=0.8.13 <1.0.0"
} }
} }