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 #3023

Merged
merged 2 commits into from
Apr 26, 2024
Merged

pkg: Update react #3023

merged 2 commits into from
Apr 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

facebook/react (react)

v18.3.0

Compare Source

facebook/react (react-dom)

v18.3.0

Compare Source

facebook/react (react-test-renderer)

v18.3.0

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 26, 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.0
npm error node_modules/react
npm error   react@"18.3.0" from the root project
npm error   peer react@"^16.8.4 || ^17.0.0 || ^18.0.0" from @data-client/react@0.11.2
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.0
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.0
npm error   node_modules/@data-client/test
npm error     @data-client/test@"^0.11.0" from the root project
npm error   peer react-native@"*" from @react-native/virtualized-lists@0.72.8
npm error   node_modules/@react-native/virtualized-lists
npm error     @react-native/virtualized-lists@"^0.72.8" from react-native@0.72.4
npm error   1 more (@testing-library/react-native)
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.0
npm error     node_modules/@data-client/test
npm error       @data-client/test@"^0.11.0" from the root project
npm error     peer react-native@"*" from @react-native/virtualized-lists@0.72.8
npm error     node_modules/@react-native/virtualized-lists
npm error       @react-native/virtualized-lists@"^0.72.8" from react-native@0.72.4
npm error     1 more (@testing-library/react-native)
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-26T01_24_46_620Z-eresolve-report.txt

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

Copy link

changeset-bot bot commented Apr 26, 2024

🦋 Changeset detected

Latest commit: 523f168

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

This PR includes changesets to release 8 packages
Name Type
@data-client/react Patch
@data-client/test Patch
@data-client/img Patch
@data-client/ssr Patch
@data-client/hooks Patch
@data-client/redux Patch
@data-client/use-enhanced-reducer 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

Copy link
Contributor Author

renovate bot commented Apr 26, 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.

Copy link

codecov bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.49%. Comparing base (644f422) to head (523f168).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3023   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files         122      122           
  Lines        2186     2187    +1     
  Branches      439      443    +4     
=======================================
+ Hits         2153     2154    +1     
  Misses         21       21           
  Partials       12       12           

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

@ntucker ntucker merged commit 9dea825 into master Apr 26, 2024
24 checks passed
@ntucker ntucker deleted the renovate/react branch April 26, 2024 15:08
@github-actions github-actions bot mentioned this pull request Apr 26, 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.

1 participant