fix: bump the prod-dependencies group across 1 directory with 2 updates#1336
fix: bump the prod-dependencies group across 1 directory with 2 updates#1336dependabot[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.2 - [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.2) 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.2 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.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 954206e. Configure here.
| "@mux/playback-core": "0.35.1", | ||
| "@types/google_interactive_media_ads_types": "^3.697.0", | ||
| "castable-video": "~1.1.13", | ||
| "castable-video": "^1.1.16", |
There was a problem hiding this comment.
Lockfile castable-video range mismatch
Low Severity
This commit keeps castable-video at ~1.1.16 in packages/mux-video/package.json, but the workspace entry in package-lock.json records ^1.1.16. That diverges from the prior ~1.1.13 pairing and can allow broader semver resolution on later installs than the package manifest intends.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 954206e. Configure here.
✅ 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. |


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.2Release notes
Sourced from media-chrome's releases.
Changelog
Sourced from media-chrome's changelog.
Commits
cf88c4achore(release): 4.19.2f4a4168docs(CHANGELOG): 4.19.2155e46dfix: treat only remote.state === "connected" as casting (#1296)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)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 transitive dependency updates with no repo code changes; risk is limited to player UI and Chromecast behavior in upstream packages.
Overview
Bumps media-chrome from
4.19.0to4.19.2on@mux/mux-player, the Next.js example, and the lockfile, and castable-video from1.1.13to1.1.16on@mux/mux-videoand the lockfile. There are no source changes—only dependency version pins.Consumers of mux-player pick up media-chrome patch fixes (casting only when
remote.state === "connected", control UI tweaks, Safari playback-rate display). Consumers of mux-video pick up castable-video fixes (HLS AAC segment format on cast, safer#castPlayergetter).Reviewed by Cursor Bugbot for commit 954206e. Bugbot is set up for automated code reviews on this repo. Configure here.