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

pkg: Update react #3030

Merged
merged 2 commits into from Apr 28, 2024
Merged

pkg: Update react #3030

merged 2 commits into from Apr 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react (source) 18.3.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence
react-refresh (source) 0.14.1 -> 0.14.2 age adoption passing confidence
react-test-renderer (source) 18.3.0 -> 18.3.1 age adoption passing confidence

Release Notes

facebook/react (react)

v18.3.1

Compare Source

facebook/react (react-dom)

v18.3.1

Compare Source

facebook/react (react-test-renderer)

v18.3.1

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

Copy link
Contributor Author

renovate bot commented Apr 28, 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: examples/nextjs/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: react-native@0.72.4
npm error Found: react@18.3.1
npm error node_modules/react
npm error   react@"18.3.1" from the root project
npm error   peer react@"^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0" from @data-client/react@0.11.4
npm error   node_modules/@data-client/react
npm error     @data-client/react@"^0.11.0" from the root project
npm error     peer @data-client/react@"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0" from @data-client/redux@0.11.4
npm error     node_modules/@data-client/redux
npm error       @data-client/redux@"^0.11.0" from the root project
npm error       1 more (@data-client/ssr)
npm error     2 more (@data-client/ssr, @data-client/test)
npm error   13 more (@data-client/redux, @data-client/ssr, ...)
npm error
npm error Could not resolve dependency:
npm error peer react@"18.2.0" from react-native@0.72.4
npm error node_modules/react-native
npm error   peerOptional react-native@"*" from @data-client/test@0.11.4
npm error   node_modules/@data-client/test
npm error     @data-client/test@"^0.11.0" from the root project
npm error   peer react-native@">=0.59" from @testing-library/react-native@12.4.5
npm error   node_modules/@testing-library/react-native
npm error     @testing-library/react-native@"^12.0.1" from @data-client/test@0.11.4
npm error     node_modules/@data-client/test
npm error       @data-client/test@"^0.11.0" from the root project
npm error   1 more (@react-native/virtualized-lists)
npm error
npm error Conflicting peer dependency: react@18.2.0
npm error node_modules/react
npm error   peer react@"18.2.0" from react-native@0.72.4
npm error   node_modules/react-native
npm error     peerOptional react-native@"*" from @data-client/test@0.11.4
npm error     node_modules/@data-client/test
npm error       @data-client/test@"^0.11.0" from the root project
npm error     peer react-native@">=0.59" from @testing-library/react-native@12.4.5
npm error     node_modules/@testing-library/react-native
npm error       @testing-library/react-native@"^12.0.1" from @data-client/test@0.11.4
npm error       node_modules/@data-client/test
npm error         @data-client/test@"^0.11.0" from the root project
npm error     1 more (@react-native/virtualized-lists)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-04-28T18_42_26_288Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-28T18_42_26_288Z-debug-0.log

Copy link

changeset-bot bot commented Apr 28, 2024

🦋 Changeset detected

Latest commit: f9a6b27

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@data-client/test Patch
rdc-website Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate bot force-pushed the renovate/react branch 7 times, most recently from b4f01e2 to 6b4a763 Compare April 28, 2024 17:34
@ntucker ntucker added this pull request to the merge queue Apr 28, 2024
Copy link
Contributor Author

renovate bot commented Apr 28, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@ntucker ntucker removed this pull request from the merge queue due to a manual request Apr 28, 2024
Copy link

codecov bot commented Apr 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.49%. Comparing base (764a44d) to head (f9a6b27).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3030   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files         122      122           
  Lines        2194     2194           
  Branches      448      448           
=======================================
  Hits         2161     2161           
  Misses         21       21           
  Partials       12       12           

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

Merged via the queue into master with commit 068ae03 Apr 28, 2024
24 checks passed
@ntucker ntucker deleted the renovate/react branch April 28, 2024 20:06
@github-actions github-actions bot mentioned this pull request Apr 28, 2024
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.

None yet

1 participant