Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency bitmovin-player to v8.185.0 #19

Closed
wants to merge 136 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bitmovin-player 8.178.0 -> 8.185.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

* Upgrade outdated packages

Signed-off-by: eXhumer <[email protected]>
Signed-off-by: eXhumer <[email protected]>
* Make use of video player reference and configure/load directly from the shaka-player reference
* Remove saving play data as state
* Make video player no longer accept src & config as props
* Don't send channel ID for additional stream with identifier WIF to contentPlay

Signed-off-by: eXhumer <[email protected]>
* Add a simple context menu with option to close the window
* Lock player aspect ratio to 16:9
* Specify 480x270 as minimum window size
* Set player background color to #303030

Signed-off-by: eXhumer <[email protected]>
* Use css modules for React components
* Remove Referer header from any https://f1tv.formula1.com requests (widevine return 403 with Referer)
* Change onContentVideo to onPlayerData (added ascendon to callback argument for widevine license request

Signed-off-by: eXhumer <[email protected]>
* Disable source map compilation
* Re-enable webSecurity for player window
* Add Content-Security-Policy header to web requests in production
* Change Referer login to include all formula1.com hosts
* Remove un-necessary style block in HTML
* Rename .module.css back to .css and import as normal .css (Some issue is currently present where trying to import mdule css files causes undefined error while reading CSS by className
* Autoplay video from player by default
* Disable css-loader sourceMap creation (helps with obtaining CSS SHA256 directly from CSS files without having to rely on error message)

Signed-off-by: eXhumer <[email protected]>
* Use react-pro-sidebar to add a simple sidebar with login/logout button
* Don't open devtools in production
* Fix CORS headers

Signed-off-by: eXhumer <[email protected]>
* Looks for python path in .venv folder
* Need to specify CASTLABS_EVS_USERNAME & CASTLABS_EVS_PASSWORD as environment variables for signing

Signed-off-by: eXhumer <[email protected]>
…ecessary

* Changed step to directly call python command instead of looking for python executable

Signed-off-by: eXhumer <[email protected]>
* Build and upload the ZIP as artifact for macOS builds
* This aims to fix broken uploaded macOS builds

Signed-off-by: eXhumer <[email protected]>
* Add support for custom config on startup to modify
* Enable full sandbox mode for application
* Specify `webSecurity: true`, `nodeIntegration: false` & `contextIsolation: true` for all windows created
* Allow development tools to be toggled with F12 button press
* Temporarily removed fixes widevine license requests until a new live content is available to test with refactor
* Temporarily removed adding CSP header to requests

Signed-off-by: eXhumer <[email protected]>
…dows in Windows (electron/electron#24893)

* system-context-menu event is never fired with frameless window in Windows (electron/electron#26726 (comment))
* Workaround with electron/electron#24893 (comment)

Signed-off-by: eXhumer <[email protected]>
* Update and lock `shaka-player` to v4.7.12
* Remove package `react-collapsible` added by mistake
* Upgrade outdated devDependencies` packages to latest version and reflect upgrade version in `package.json`

Signed-off-by: eXhumer <[email protected]>
eXhumer and others added 15 commits August 20, 2024 23:27
* lint as much as possible without breaking anything

Signed-off-by: eXhumer <[email protected]>
Signed-off-by: eXhumer <[email protected]>
* bootstrap package currently produces deprecation warning
* fix in v5.3.4

Signed-off-by: eXhumer <[email protected]>
* fix(deps): update dependency bitmovin-player to v8.178.0
* chore(deps): Bump version in package.json

Signed-off-by: eXhumer <[email protected]>

---------

Signed-off-by: eXhumer <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: eXhumer <[email protected]>
* fix(deps): update dependency bitmovin-player-ui to v3.70.0
* chore(deps): Bump version in package.json

Signed-off-by: eXhumer <[email protected]>

---------

Signed-off-by: eXhumer <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: eXhumer <[email protected]>
* Update README
* use actions/setup-python for Windows as well
* Remove unnecessary end of options for yarn commands
* Use custom upload-artifact to fix uploading macOS builds without needing to double ZIP artifacts to preserve symlinks (actions/upload-artifact#93)

Signed-off-by: eXhumer <[email protected]>
* Fix macOS ZIP artifact path
* Rename upload steps for macOS

Signed-off-by: eXhumer <[email protected]>
Signed-off-by: eXhumer <[email protected]>
@renovate renovate bot changed the title fix(deps): update dependency bitmovin-player to v8.179.0 fix(deps): update dependency bitmovin-player to v8.180.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/bitmovin-player-8.x-lockfile branch 2 times, most recently from 28783fd to f8402b0 Compare September 16, 2024 10:19
@renovate renovate bot changed the title fix(deps): update dependency bitmovin-player to v8.180.0 fix(deps): update dependency bitmovin-player to v8.181.0 Sep 16, 2024
@renovate renovate bot changed the title fix(deps): update dependency bitmovin-player to v8.181.0 fix(deps): update dependency bitmovin-player to v8.182.0 Sep 23, 2024
@renovate renovate bot force-pushed the renovate/bitmovin-player-8.x-lockfile branch from f8402b0 to 19ef0ec Compare September 23, 2024 12:27
@renovate renovate bot changed the title fix(deps): update dependency bitmovin-player to v8.182.0 fix(deps): update dependency bitmovin-player to v8.183.0 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/bitmovin-player-8.x-lockfile branch from 19ef0ec to 9ce05aa Compare September 30, 2024 09:01
@renovate renovate bot force-pushed the renovate/bitmovin-player-8.x-lockfile branch from 9ce05aa to 858ad34 Compare October 7, 2024 12:28
@renovate renovate bot changed the title fix(deps): update dependency bitmovin-player to v8.183.0 fix(deps): update dependency bitmovin-player to v8.184.0 Oct 7, 2024
@renovate renovate bot changed the title fix(deps): update dependency bitmovin-player to v8.184.0 fix(deps): update dependency bitmovin-player to v8.185.0 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/bitmovin-player-8.x-lockfile branch from 858ad34 to 5a83313 Compare October 14, 2024 20:54
@eXhumer eXhumer closed this Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant