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

Update react dependencies #521

Merged
merged 1 commit into from
Jun 16, 2023
Merged

Update react dependencies #521

merged 1 commit into from
Jun 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-query (source) 4.29.12 -> 4.29.13 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.29.12 -> 4.29.13 age adoption passing confidence
react-router-dom 6.12.1 -> 6.13.0 age adoption passing confidence

Release Notes

tanstack/query

v4.29.13

Compare Source

Version 4.29.13 - 6/13/2023, 9:00 PM

Changes
Fix
  • vue-query: do not subscribe on server - nuxt2 memory leak fix (#​5576) (f16e413) by Damian Osipiuk
Chore
  • Merge more workspace changes from alpha (#​5564) (14c7b1e) by Lachlan Collins
  • Merge select workspace changes from alpha (#​5563) (7226d50) by Lachlan Collins
Docs
Packages
remix-run/react-router

v6.13.0

Compare Source

Minor Changes
  • Move React.startTransition usage behind a future flag to avoid issues with existing incompatible Suspense usages. We recommend folks adopting this flag to be better compatible with React concurrent mode, but if you run into issues you can continue without the use of startTransition until v7. Issues usually boils down to creating net-new promises during the render cycle, so if you run into issues you should either lift your promise creation out of the render cycle or put it behind a useMemo. (#​10596)

    Existing behavior will no longer include React.startTransition:

    <BrowserRouter>
      <Routes>{/*...*/}</Routes>
    </BrowserRouter>
    
    <RouterProvider router={router} />

    If you wish to enable React.startTransition, pass the future flag to your component:

    <BrowserRouter future={{ v7_startTransition: true }}>
      <Routes>{/*...*/}</Routes>
    </BrowserRouter>
    
    <RouterProvider router={router} future={{ v7_startTransition: true }}/>
Patch Changes
  • Work around webpack/terser React.startTransition minification bug in production mode (#​10588)
  • Updated dependencies:

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.

@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from f3604c9 to 5c89a0b Compare June 13, 2023 21:24
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 5c89a0b to 538bf04 Compare June 14, 2023 08:09
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 538bf04 to 787b09e Compare June 14, 2023 08:10
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 787b09e to 5295a86 Compare June 14, 2023 08:40
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 5295a86 to 09b4ba4 Compare June 14, 2023 08:41
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 09b4ba4 to 350e7b3 Compare June 14, 2023 08:44
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 350e7b3 to 02a0a0b Compare June 14, 2023 08:45
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 02a0a0b to 195b5e7 Compare June 14, 2023 08:59
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 195b5e7 to 383a4b8 Compare June 14, 2023 09:00
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 383a4b8 to fe9f1be Compare June 14, 2023 09:04
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from fe9f1be to fe06f53 Compare June 14, 2023 09:05
@renovate renovate bot force-pushed the renovate/react-dependencies branch from fe06f53 to 44da656 Compare June 14, 2023 09:07
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 44da656 to 5f9d6e2 Compare June 14, 2023 09:08
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 5f9d6e2 to fe734e6 Compare June 14, 2023 09:20
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from fe734e6 to 7deeb0d Compare June 14, 2023 09:21
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 7deeb0d to 887b17b Compare June 14, 2023 10:57
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 887b17b to 5ca3ba2 Compare June 14, 2023 10:58
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 5ca3ba2 to 0874381 Compare June 14, 2023 11:18
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 0874381 to 148d031 Compare June 14, 2023 11:19
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 148d031 to 9d5cff6 Compare June 14, 2023 14:50
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 9d5cff6 to bd2407c Compare June 14, 2023 14:51
@renovate renovate bot force-pushed the renovate/react-dependencies branch from bd2407c to 9613223 Compare June 14, 2023 15:06
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 9613223 to 881feab Compare June 14, 2023 15:06
@renovate renovate bot changed the title Update react dependencies to v4.29.13 Update react dependencies Jun 14, 2023
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 881feab to 66a1094 Compare June 14, 2023 18:39
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 66a1094 to 86a181d Compare June 14, 2023 18:40
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 86a181d to 7ac3d38 Compare June 15, 2023 06:41
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 7ac3d38 to c136e2d Compare June 15, 2023 06:42
@renovate renovate bot force-pushed the renovate/react-dependencies branch from c136e2d to 939a07b Compare June 15, 2023 07:41
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 939a07b to 7fa6078 Compare June 15, 2023 07:42
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 7fa6078 to 18d1f86 Compare June 15, 2023 08:25
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 18d1f86 to 47451bf Compare June 15, 2023 08:26
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 47451bf to 312995c Compare June 15, 2023 12:19
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 312995c to 565496a Compare June 15, 2023 12:20
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 565496a to 866181c Compare June 16, 2023 07:40
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 866181c to 9b19664 Compare June 16, 2023 07:46
@buberdds buberdds closed this Jun 16, 2023
@buberdds buberdds reopened this Jun 16, 2023
@github-actions
Copy link

github-actions bot commented Jun 16, 2023

Deployed to Cloudflare Pages

Latest commit: 9b19664e7d9647f86113a1943d4091b0fcd6d779
Status:✅ Deploy successful!
Preview URL: https://b1b00000.oasis-explorer.pages.dev

@buberdds buberdds merged commit 859a7ae into master Jun 16, 2023
@buberdds buberdds deleted the renovate/react-dependencies branch June 16, 2023 08:03
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