Skip to content

Bump react-player from 2.16.1 to 3.4.0#635

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

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

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

Copy link
Copy Markdown

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

netlify Bot commented Jun 2, 2026

Copy link
Copy Markdown

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.

@zeevmoney zeevmoney left a comment

Copy link
Copy Markdown
Contributor

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.

@zeevmoney

Copy link
Copy Markdown
Contributor

Superseded by #639, which consolidates all open Dependabot updates into a single PR. Closing in favor of that consolidated change.

@zeevmoney zeevmoney closed this Jun 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/react-player-3.4.0 branch June 15, 2026 19:18
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