Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2024

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: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency react-responsive to v10 chore(deps): update dependency react-responsive to v10 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/react-responsive-10.x branch December 8, 2024 18:45
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency react-responsive to v10 - autoclosed chore(deps): update dependency react-responsive to v10 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/react-responsive-10.x branch from 67defca to 22916aa Compare December 9, 2024 07:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants