chore(deps): bump shaka-player from 5.2.3 to 5.2.4 - #235
Conversation
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
) * fix(ci): stop the auto-heal loop stranding every npm Dependabot PR The heal commit that recomputes the fetchYarnDeps hash caused three separate failures, and together they deadlocked PRs #227 to #235. Dependabot stops rebasing a PR as soon as a third party pushes a commit to it. The heal commit is that push. Once #228 merged, the seven remaining npm PRs conflicted and nothing ever cleared them. The heal commit message now carries [dependabot skip], the documented marker that lets Dependabot force-push a rebase over it. Every npm PR rewrites yarn.lock and the same fetchYarnDeps hash line in flake.nix, so two open npm PRs always conflict. A catch-all group puts every npm version update in one PR and removes the race. Security updates keep their own PRs, because the group is scoped to version-updates. A push made with the default GITHUB_TOKEN never starts another workflow run, so the healed head commit carried zero checks. The checkout and merge steps now read AUTOHEAL_TOKEN and fall back to GITHUB_TOKEN when it is unset. The header documents that it has to be a Dependabot secret. Drop the gh pr merge --auto fallback. GitHub refuses to arm auto-merge on a branch with no merge requirement, and development has neither a required check nor a required review, so the call always failed the job. A conflict is now logged and passes, because Dependabot rebases it. * chore(ci): drop batch-deps and leave Dependabot as the only npm updater batch-deps ran yarn upgrade every Monday and pushed package.json, yarn.lock and flake.nix straight to development. Dependabot npm runs weekly against the same three files. Two updaters on one lockfile mean that every Monday push turned each open npm PR dirty. The catch-all npm group now does the same job through a reviewed PR with real CI. batch-deps pushed to the default branch with no review at all, which its own header called out as the trade it accepted. --------- Co-authored-by: countgitmick <countgitmick@email.com>
|
@dependabot recreate |
b4ecdae to
6bf982f
Compare
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
1 similar comment
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/shaka-project/shaka-player/releases) - [Changelog](https://github.com/shaka-project/shaka-player/blob/v5.2.4/CHANGELOG.md) - [Commits](shaka-project/shaka-player@v5.2.3...v5.2.4) --- updated-dependencies: - dependency-name: shaka-player dependency-version: 5.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
4f78be8 to
a069190
Compare
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps shaka-player from 5.2.3 to 5.2.4.
Release notes
Sourced from shaka-player's releases.
Changelog
Sourced from shaka-player's changelog.
Commits
e0a0011chore(v5.2.x): release 5.2.4 (#10404)cb33725fix(HLS): Detect audio-only raw content when CODECS is missing (#10399)3f50c41build(deps-dev): bump postcss from 8.5.15 to 8.5.23 (#10398)