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

chore(deps): update dependency react-responsive to v10 #2432

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-responsive ^5 -> ^5 || ^10.0.0 age adoption passing confidence
react-responsive 5.0.0 -> 10.0.0 age adoption passing confidence

Release Notes

yocontra/react-responsive (react-responsive)

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

v8.2.0

Compare Source

  • Repo maintenance - update dev dependencies and linter. Source maps updated.

v8.1.1

Compare Source

v8.1.0

Compare Source

  • Expose toQuery function for turning our MediaQuery objects into strings

v8.0.3

Compare Source

  • Republish of 8.0.1 - version 8.0.2 was causing issues for people and is deprecated.

v8.0.2

Compare Source

v8.0.1

Compare Source

  • Include src folder in package for webpack to get proper sourcemaps

v8.0.0

Compare Source

  • Adds Hooks API to make everything way easier (Thanks to @​Tomekmularczyk)
    • See README for more info on how to use it
  • [BREAKING] Change values prop to device

v7.0.0

Compare Source

  • Adds Context support to make testing and server-side rendering much easier (Thanks to @​Tomekmularczyk)
    • See README for more info on how to use it
  • [BREAKING] Require React v16.8.0 or higher

v6.1.2

Compare Source

v6.1.1

Compare Source

  • Fix forceStatic issue with previous release

v6.1.0

Compare Source

  • Fix values prop existence not forcing static query resolution (Thanks @​Herdismaria)

v6.0.1

Compare Source

v6.0.0

Compare Source

  • Require React v16.3.0 or higher
  • Update and simplify all lifecycle functions
  • Remove all support for wrapper elements
    • Previously, when either component or non-mediaquery props were provided, we would render a wrapper element. This behavior no longer exists.
    • The rendering logic is now a basic ternary - matches ? props.children : null
  • Thanks to @​whatknight for doing the work here.

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: Never, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 23, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants