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

Update dependency yet-another-react-lightbox to v3.21.8 #971

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yet-another-react-lightbox (source) 3.21.7 -> 3.21.8 age adoption passing confidence

Release Notes

igordanchenko/yet-another-react-lightbox (yet-another-react-lightbox)

v3.21.8

Compare Source

Bug Fixes
  • prevent zoom buttons from interrupting slideshow playback (fix #​331) (5e146a3)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor

Review

The changes in this PR are mostly straightforward and involve updating the yet-another-react-lightbox dependency from version 3.21.7 to 3.21.8. The update includes a bug fix for preventing zoom buttons from interrupting slideshow playback.

Potential Issues:

  1. Peer Dependency Changes:
    • File: package-lock.json
    • Line: Updated peerDependencies and added peerDependenciesMeta.
    • Issue: The updated peerDependencies now include @types/react and @types/react-dom as optional dependencies. This could potentially cause issues if your project relies on specific versions of React or React DOM that are not compatible with the new ranges.
    • Fix: Ensure that your project's React and React DOM versions are compatible with the new ranges (^16.8.0 || ^17 || ^18 || ^19). If not, you may need to adjust your project's dependencies accordingly.

Conclusion:

If your project's React and React DOM versions are compatible with the new ranges, this update should not cause any issues. Otherwise, you will need to adjust your project's dependencies to align with the new peer dependency requirements.

No other significant issues were found. The update is minor and appears to be safe to merge.

@renovate renovate bot merged commit 949e60e into main Mar 13, 2025
3 checks passed
@renovate renovate bot deleted the renovate/yet-another-react-lightbox-3.x-lockfile branch March 13, 2025 06:22
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.

0 participants