Skip to content

fix(deps): update dependency react-responsive to v10#3895

Merged
brian-smith-tcril merged 1 commit intorelease-23.xfrom
renovate/react-responsive-10.x
Oct 10, 2025
Merged

fix(deps): update dependency react-responsive to v10#3895
brian-smith-tcril merged 1 commit intorelease-23.xfrom
renovate/react-responsive-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2025

This PR contains the following updates:

Package Change Age Confidence
react-responsive ^8.2.0 -> ^10.0.0 age confidence

Release Notes

yocontra/react-responsive (react-responsive)

v10.0.1

Compare Source

  • Expose a MediaQuery named export, instead of just having it as the default export
  • Updates dev dependencies

v10.0.0

Compare Source

  • Package with rollup
  • Adds ESM support
  • Removes UMD support - CJS support still exists
    • Still need UMD support? Stick with v9.0.1
  • Upgraded all dependencies to latest
  • Bumps minimum node version to 14 (dependencies are all at 14 anyways)

v9.0.2

Compare Source

v9.0.1

Compare Source

  • Export MediaQueryMatchers type

v9.0.0

Compare Source

  • Convert project to typescript
  • Upgrade to Webpack 5
  • Fix a memory leak with useMediaQuery hook
  • Add support for React 18
  • Add docs webpage

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 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.

@netlify
Copy link

netlify bot commented Oct 10, 2025

Deploy Preview for paragon-openedx-v23 ready!

Name Link
🔨 Latest commit f0d923e
🔍 Latest deploy log https://app.netlify.com/projects/paragon-openedx-v23/deploys/68e92bfaedf97b0008316483
😎 Deploy Preview https://deploy-preview-3895--paragon-openedx-v23.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
Contributor

@brian-smith-tcril brian-smith-tcril left a comment

Choose a reason for hiding this comment

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

Verified ModalDialog still works on the PR deploy preview

import { useMediaQuery } from 'react-responsive';

const isMobile = useMediaQuery({ query: '(max-width: 767.98px)' });

@brian-smith-tcril brian-smith-tcril enabled auto-merge (squash) October 10, 2025 16:05
@brian-smith-tcril brian-smith-tcril merged commit 7ff766f into release-23.x Oct 10, 2025
8 checks passed
@brian-smith-tcril brian-smith-tcril deleted the renovate/react-responsive-10.x branch October 10, 2025 16:06
@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.30%. Comparing base (9f8d537) to head (f0d923e).
⚠️ Report is 2 commits behind head on release-23.x.

Additional details and impacted files
@@              Coverage Diff              @@
##           release-23.x    #3895   +/-   ##
=============================================
  Coverage         94.30%   94.30%           
=============================================
  Files               242      242           
  Lines              4229     4229           
  Branches            996      996           
=============================================
  Hits               3988     3988           
+ Misses              237      233    -4     
- Partials              4        8    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@openedx-semantic-release-bot

🎉 This PR is included in version 23.14.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

useMediaQuery not updating on resize?

2 participants