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 monorepo #312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update react monorepo #312

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 25, 2018

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 16.4.11 -> 16.14.61 age adoption passing confidence
react (source) 16.6.3 -> 16.14.0 age adoption passing confidence
react-dom (source) 16.6.3 -> 16.14.0 age adoption passing confidence
react-test-renderer (source) 16.2.0 -> 16.14.0 age adoption passing 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 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 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 changed the title Update react monorepo to v16.5.0 Update react monorepo to v16.5.1 Sep 13, 2018
@renovate renovate bot changed the title Update react monorepo to v16.5.1 Update react monorepo to v16.5.2 Sep 18, 2018
@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 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 changed the title Update react monorepo Update react monorepo to v16.6.2 Nov 13, 2018
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from f136c4a to ebdc967 Compare October 23, 2023 14:24
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from 0c3698a to bd6da64 Compare December 13, 2023 04:40
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from 9f07fc3 to e2d94d9 Compare February 4, 2024 11:55
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from 7a52956 to 0313091 Compare February 26, 2024 19:20
@renovate renovate bot force-pushed the renovate/react-monorepo branch 3 times, most recently from af0d7b2 to c657fb3 Compare March 18, 2024 15:23
@renovate renovate bot force-pushed the renovate/react-monorepo branch 3 times, most recently from adfe3e3 to cf47772 Compare March 26, 2024 11:13
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from 7a8522a to a8f0852 Compare April 21, 2024 11:52
@renovate renovate bot force-pushed the renovate/react-monorepo branch from a8f0852 to 8b77a30 Compare April 25, 2024 08:23
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 8b77a30 to 8aefc80 Compare June 4, 2024 10:26
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 8aefc80 to 2425d0e Compare July 21, 2024 14:13
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 2425d0e to 2c27e00 Compare August 6, 2024 10:16
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