fix: bump the prod-dependencies group across 1 directory with 2 updates#1334
Closed
dependabot[bot] wants to merge 1 commit into
Closed
fix: bump the prod-dependencies group across 1 directory with 2 updates#1334dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the prod-dependencies group with 2 updates in the / directory: [media-chrome](https://github.com/muxinc/media-chrome) and [castable-video](https://github.com/muxinc/media-elements/tree/HEAD/packages/castable-video). Updates `media-chrome` from 4.19.0 to 4.19.1 - [Release notes](https://github.com/muxinc/media-chrome/releases) - [Changelog](https://github.com/muxinc/media-chrome/blob/main/CHANGELOG.md) - [Commits](muxinc/media-chrome@v4.19.0...v4.19.1) Updates `castable-video` from 1.1.13 to 1.1.16 - [Release notes](https://github.com/muxinc/media-elements/releases) - [Changelog](https://github.com/muxinc/media-elements/blob/main/packages/castable-video/CHANGELOG.md) - [Commits](https://github.com/muxinc/media-elements/commits/castable-video@1.1.16/packages/castable-video) --- updated-dependencies: - dependency-name: media-chrome dependency-version: 4.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: castable-video dependency-version: 1.1.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
Author
|
Superseded by #1336. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the prod-dependencies group with 2 updates in the / directory: media-chrome and castable-video.
Updates
media-chromefrom 4.19.0 to 4.19.1Release notes
Sourced from media-chrome's releases.
Changelog
Sourced from media-chrome's changelog.
Commits
c993c50chore(release): 4.19.1ca8dccedocs(CHANGELOG): 4.19.17e0869afix: add inline-flex alignment to slot[name=icon] for proper SVG centering in...3cea3c5Revert "Merge branch 'main' into dev-main"49785effix: round playback rate display to avoid Safari float drift (#1292)fc4271aMerge branch 'main' into dev-maine6c3491cd: remove NODE_AUTH_TOKEN from cd workflow (#1293)3e4855dchore: Moved canary job to cd.yml (#1291)f040fdbchore: Upgraded node version for failing CI job (#1289)c5e59a4chore: Run automated tests on example pages (#1285)Updates
castable-videofrom 1.1.13 to 1.1.16Release notes
Sourced from castable-video's releases.
Changelog
Sourced from castable-video's changelog.
Commits
a88988cchore: release main (#245)d27f204fix: use private field in #castPlayer getter to avoid side effects (#244)5bd38f0chore: release main (#240)7271ee3fix: format castable mixin2dc069bchore: release main (#231)a547dc2fix: correct hlsSegmentFormat for HLS streams with AAC audio in castable-vide...502bf40Revert castable video fix for convention commit (#233)039b0cffix correct hlsSegmentFormat for HLS streams with AAC audio in castable-video...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Low Risk
Patch-level dependency bumps with no repo code changes; risk is limited to upstream player UI and Cast behavior regressions.
Overview
This PR bumps two production dependencies and refreshes the lockfile so the monorepo resolves the new versions consistently.
media-chromeis updated from 4.19.0 to 4.19.1 in@mux/mux-player, the Next.js example app, andpackage-lock.json. That patch release is UI-focused (icon alignment in buttons, input range focus margin, Safari playback-rate display rounding).castable-videois updated from 1.1.13 to 1.1.16 in@mux/mux-videoand the lockfile, pulling in Cast/HLS-related fixes and a safer#castPlayergetter.There are no application source changes—only version range updates in
package.jsonfiles and the lockfile.Reviewed by Cursor Bugbot for commit 599892d. Bugbot is set up for automated code reviews on this repo. Configure here.