Skip to content

Update react monorepo#312

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-monorepo
Open

Update react monorepo#312
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-monorepo

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 25, 2018

This PR contains the following updates:

Package Change Age Confidence
@types/react (source) 16.4.11 -> 16.14.68 age confidence
react (source) 16.6.3 -> 16.14.0 age confidence
react-dom (source) 16.6.3 -> 16.14.0 age confidence
react-test-renderer (source) 16.2.0 -> 16.14.0 age confidence

Release Notes

facebook/react (react)

v16.14.0

Compare Source

React

v16.13.1

Compare Source

React DOM
  • Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. (@​acdlite in #​18238)
  • Revert warning for cross-component updates that happen inside class render lifecycles (componentWillReceiveProps, shouldComponentUpdate, and so on). (@​gaearon in #​18330)

v16.13.0

Compare Source

React
React DOM
Concurrent Mode (Experimental)

v16.12.0

Compare Source

React DOM
React Is

v16.11.0

Compare Source

React DOM
  • Fix mouseenter handlers from firing twice inside nested React containers. @​yuanoook in #​16928
  • Remove unstable_createRoot and unstable_createSyncRoot experimental APIs. (These are available in the Experimental channel as createRoot and createSyncRoot.) (@​acdlite in #​17088)

v16.10.2

Compare Source

React DOM
  • Fix regression in react-native-web by restoring order of arguments in event plugin extractors (@​necolas in #​16978)

v16.10.1

Compare Source

React DOM
  • Fix regression in Next.js apps by allowing Suspense mismatch during hydration to silently proceed (@​sebmarkbage in #​16943)

v16.10.0

Compare Source

React DOM
Scheduler (Experimental)
  • Improve queue performance by switching its internal data structure to a min binary heap. (@​acdlite in #​16245)
  • Use postMessage loop with short intervals instead of attempting to align to frame boundaries with requestAnimationFrame. (@​acdlite in #​16214)
useSubscription
  • Avoid tearing issue when a mutation happens and the previous update is still in progress. (@​bvaughn in #​16623)

v16.9.0

Compare Source

React
  • Add <React.Profiler> API for gathering performance measurements programmatically. (@​bvaughn in #​15172)
  • Remove unstable_ConcurrentMode in favor of unstable_createRoot. (@​acdlite in #​15532)
React DOM
React DOM Server
React Test Utilities and Test Renderer
ESLint Plugin: React Hooks

v16.8.6

Compare Source

React DOM

v16.8.5

Compare Source

React DOM
React DOM Server
React Shallow Renderer

v16.8.4

Compare Source

React DOM and other renderers
  • Fix a bug where DevTools caused a runtime error when inspecting a component that used a useContext hook. (@​bvaughn in #​14940)

v16.8.3

Compare Source

React DOM
React DOM Server
  • Unwind the context stack when a stream is destroyed without completing, to prevent incorrect values during a subsequent render. (@​overlookmotel in #​14706)
ESLint Plugin for React Hooks

v16.8.2

Compare Source

React DOM
React Test Utils and React Test Renderer

v16.8.1

Compare Source

React DOM and React Test Renderer
React Test Utils

v16.8.0

Compare Source

React
React DOM
React Test Renderer and Test Utils
  • Support Hooks in the shallow renderer. (@​trueadm in #​14567)
  • Fix wrong state in shouldComponentUpdate in the presence of getDerivedStateFromProps for Shallow Renderer. (@​chenesan in #​14613)
  • Add ReactTestRenderer.act() and ReactTestUtils.act() for batching updates so that tests more closely match real behavior. (@​threepointone in #​14744)
ESLint Plugin: React Hooks

v16.7.0

Compare Source

React DOM
Scheduler (Experimental)

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 was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Apr 25, 2018

Codecov Report

Merging #312 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #312   +/-   ##
=======================================
  Coverage   71.67%   71.67%           
=======================================
  Files         239      239           
  Lines        4039     4039           
  Branches      856      856           
=======================================
  Hits         2895     2895           
  Misses       1019     1019           
  Partials      125      125

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0c83868...05af2c2. Read the comment docs.

@renovate renovate bot force-pushed the renovate/react-monorepo branch from c2d2407 to 6393290 Compare April 30, 2018 10:15
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 6393290 to f09d395 Compare May 24, 2018 00:45
@renovate renovate bot changed the title Update react monorepo to v16.3.2 Update react monorepo to v16.4.0 May 24, 2018
@renovate renovate bot force-pushed the renovate/react-monorepo branch from f09d395 to e647a86 Compare June 13, 2018 16:56
@renovate renovate bot changed the title Update react monorepo to v16.4.0 Update react monorepo to v16.4.1 Jun 13, 2018
@renovate renovate bot force-pushed the renovate/react-monorepo branch from e647a86 to 2b27f18 Compare August 2, 2018 01:15
@renovate renovate bot changed the title Update react monorepo to v16.4.1 Update react monorepo to v16.4.2 Aug 2, 2018
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 2b27f18 to 9f6715a Compare August 7, 2018 11:41
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 9f6715a to 9c9740e Compare August 17, 2018 17:50
@renovate renovate bot changed the title Update react monorepo to v16.4.2 Update dependency react-test-renderer to v16.4.2 Sep 5, 2018
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 9c9740e to d0c2d9c Compare September 5, 2018 12:46
@renovate renovate bot changed the title Update dependency react-test-renderer to v16.4.2 Update react monorepo to v16.5.0 Sep 6, 2018
@renovate renovate bot force-pushed the renovate/react-monorepo branch from d0c2d9c to 05af2c2 Compare September 6, 2018 16:50
@renovate renovate bot changed the title Update react monorepo to v16.5.0 Update react monorepo to v16.5.1 Sep 13, 2018
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 05af2c2 to 0e4584f Compare September 13, 2018 18:52
@renovate renovate bot changed the title Update react monorepo to v16.5.1 Update react monorepo to v16.5.2 Sep 18, 2018
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 0e4584f to 8851cea Compare September 18, 2018 19:43
@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #312 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #312      +/-   ##
==========================================
+ Coverage   71.65%   71.67%   +0.02%     
==========================================
  Files         239      239              
  Lines        4050     4039      -11     
  Branches      858      856       -2     
==========================================
- Hits         2902     2895       -7     
+ Misses       1021     1019       -2     
+ Partials      127      125       -2
Impacted Files Coverage Δ
.../molecules/CountryProfileTabs/Population/index.tsx 35.71% <0%> (ø) ⬆️
...olecules/NavigationBarTabs/NavTabsItems/styles.tsx 100% <0%> (ø) ⬆️
src/components/molecules/Maps/Map/index.tsx 81.66% <0%> (+1.19%) ⬆️
src/components/molecules/Maps/MapLegend/index.tsx 86.66% <0%> (+4.31%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b5f5db...8851cea. Read the comment docs.

@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #312 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #312   +/-   ##
=======================================
  Coverage   71.65%   71.65%           
=======================================
  Files         239      239           
  Lines        4050     4050           
  Branches      858      858           
=======================================
  Hits         2902     2902           
  Misses       1021     1021           
  Partials      127      127

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b5f5db...8851cea. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #312 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #312   +/-   ##
=======================================
  Coverage   71.65%   71.65%           
=======================================
  Files         239      239           
  Lines        4050     4050           
  Branches      858      858           
=======================================
  Hits         2902     2902           
  Misses       1021     1021           
  Partials      127      127

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b5f5db...8851cea. Read the comment docs.

@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.83%. Comparing base (edc7cc6) to head (a50c6f6).

Current head a50c6f6 differs from pull request most recent head 8aefc80

Please upload reports for the commit 8aefc80 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #312      +/-   ##
==========================================
+ Coverage   71.13%   71.83%   +0.70%     
==========================================
  Files         240      240              
  Lines        4320     4609     +289     
  Branches      902     1126     +224     
==========================================
+ Hits         3073     3311     +238     
- Misses       1124     1286     +162     
+ Partials      123       12     -111     

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

@renovate renovate bot changed the title Update react monorepo to v16.5.2 Update react monorepo to v16.6.0 Oct 24, 2018
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 8851cea to d5c76a9 Compare October 24, 2018 00:17
@renovate renovate bot changed the title Update react monorepo to v16.6.0 Update react monorepo to v16.6.1 Nov 7, 2018
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from b0f95aa to 5dbca13 Compare November 13, 2018 02:43
@renovate renovate bot changed the title Update react monorepo to v16.6.1 Update react monorepo Nov 13, 2018
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 5dbca13 to 1d27be7 Compare November 13, 2018 03:14
@renovate renovate bot changed the title Update react monorepo Update react monorepo to v16.6.2 Nov 13, 2018
@renovate renovate bot changed the title Update react monorepo to v16.8.3 Update react monorepo to v16.8.4 Mar 5, 2019
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 3d91768 to 3c2f193 Compare March 22, 2019 16:58
@renovate renovate bot changed the title Update react monorepo to v16.8.4 Update react monorepo to v16.8.5 Mar 22, 2019
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 3c2f193 to 6bb356e Compare March 28, 2019 06:45
@renovate renovate bot changed the title Update react monorepo to v16.8.5 Update react monorepo Mar 28, 2019
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 6bb356e to 272a7cb Compare March 28, 2019 07:24
@renovate renovate bot changed the title Update react monorepo Update react monorepo to v16.8.6 Mar 28, 2019
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 272a7cb to 4a3b4e4 Compare August 8, 2019 21:34
@renovate renovate bot changed the title Update react monorepo to v16.8.6 Update react monorepo to v16.9.0 Aug 8, 2019
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 4a3b4e4 to 340a6ee Compare October 4, 2019 12:54
@renovate renovate bot changed the title Update react monorepo to v16.9.0 Update react monorepo to v16.10.2 Oct 4, 2019
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 340a6ee to 221e817 Compare November 11, 2019 14:01
@renovate renovate bot changed the title Update react monorepo to v16.10.2 Update react monorepo to v16.11.0 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 221e817 to 9861c9c Compare November 21, 2019 13:59
@renovate renovate bot changed the title Update react monorepo to v16.11.0 Update react monorepo to v16.12.0 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 9861c9c to 9e882f5 Compare March 11, 2020 06:02
@renovate renovate bot changed the title Update react monorepo to v16.12.0 Update react monorepo to v16.13.0 Mar 11, 2020
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 9e882f5 to 03995a4 Compare April 27, 2020 10:03
@renovate renovate bot changed the title Update react monorepo to v16.13.0 Update react monorepo to v16.13.1 Apr 27, 2020
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 03995a4 to 27aa32b Compare October 27, 2020 23:02
@renovate renovate bot changed the title Update react monorepo to v16.13.1 Update react monorepo to v16.14.0 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 27aa32b to f552926 Compare May 9, 2021 22:13
@renovate renovate bot changed the title Update react monorepo to v16.14.0 Update react monorepo to ^16.14.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/react-monorepo branch from f552926 to a50c6f6 Compare May 15, 2021 19:23
@renovate renovate bot changed the title Update react monorepo to ^16.14.0 Update react monorepo to v16.14.0 May 15, 2021
@renovate renovate bot changed the title Update react monorepo to v16.14.0 Update dependency react-test-renderer to v16.14.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/react-monorepo branch from a50c6f6 to bbb7f31 Compare March 17, 2023 03:59
@renovate renovate bot changed the title Update dependency react-test-renderer to v16.14.0 Update react monorepo Mar 17, 2023
@renovate renovate bot force-pushed the renovate/react-monorepo branch from bbb7f31 to 25ef237 Compare March 27, 2023 20:44
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.

0 participants