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

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

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 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change 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 this update 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 22, 2024
Copy link
Contributor Author

renovate bot commented Mar 22, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: scratch-paint@2.2.2
npm ERR! Found: react-responsive@10.0.0
npm ERR! node_modules/react-responsive
npm ERR!   react-responsive@"^10.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react-responsive@"^5" from scratch-paint@2.2.2
npm ERR! node_modules/scratch-paint
npm ERR!   scratch-paint@"^2.2.2" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react-responsive@5.0.0
npm ERR! node_modules/react-responsive
npm ERR!   peer react-responsive@"^5" from scratch-paint@2.2.2
npm ERR!   node_modules/scratch-paint
npm ERR!     scratch-paint@"^2.2.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-03-22T20_11_12_097Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-03-22T20_11_12_097Z-debug-0.log

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