Skip to content

Bump react-player from 2.16.1 to 3.4.0#635

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/react-player-3.4.0
Open

Bump react-player from 2.16.1 to 3.4.0#635
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/react-player-3.4.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps react-player from 2.16.1 to 3.4.0.

Release notes

Sourced from react-player's releases.

v3.4.0

Bug Fixes

Features

v3.3.3

Bug Fixes

v3.3.2

Bug Fixes

  • prevent React warnings for unknown event handler properties (#1970) (55cf5fe)

v3.3.1

Bug Fixes

v3.3.0

Features

v3.2.1

Bug Fixes

v3.2.0

... (truncated)

Changelog

Sourced from react-player's changelog.

v3.4.0

v3.3.3

19 September 2025

v3.3.2

25 August 2025

v3.3.1

16 July 2025

v3.3.0

16 July 2025

v3.2.1

15 July 2025

v3.2.0

11 July 2025

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-player](https://github.com/cookpete/react-player) from 2.16.1 to 3.4.0.
- [Release notes](https://github.com/cookpete/react-player/releases)
- [Changelog](https://github.com/cookpete/react-player/blob/master/CHANGELOG.md)
- [Commits](cookpete/react-player@v2.16.1...v3.4.0)

---
updated-dependencies:
- dependency-name: react-player
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 2, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 2, 2026

Deploy Preview for permitio-docs ready!

Name Link
🔨 Latest commit 19e4808
🔍 Latest deploy log https://app.netlify.com/projects/permitio-docs/deploys/6a1ef601ce62df0008cb575f
😎 Deploy Preview https://deploy-preview-635--permitio-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@zeevmoney zeevmoney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MEDIUM — breaking change not handled in repo code

react-player v3 is a full rewrite and is not backwards compatible with v2 (see the v3 migration guide). Notably the url prop was renamed to src.

This repo's PlayerWithControlls component still passes the old url prop:

  • docs/tutorials/player_with_controlls.js:14url="/video/Mcdonalds-onboarding.mp4"
  • versioned_docs/version-1.0.0/tutorials/player_with_controlls.js (same usage)

Under v3 the url prop is ignored, so these embedded players would silently fail to load the video. Before merging, update those components to use src instead of url (and review the ref/playsinline changes in the migration guide). Other v3 changes: playsinlineplaysInline, wrapper defaults to undefined, progressInterval/stopOnUnmount deprecated.

If updating the call sites isn't in scope here, pin to v2 instead.

Automated review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant