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 dependency react to v15.7.0 #11

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 17, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react (source) 15.3.2 -> 15.7.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

facebook/react (react)

v15.7.0

Compare Source

React

v15.6.2

Compare Source

All Packages
  • Switch from BSD + Patents to MIT license
React DOM
  • Fix a bug where modifying document.documentMode would trigger IE detection in other browsers, breaking change events. (@​aweary in #​10032)
  • CSS Columns are treated as unitless numbers. (@​aweary in #​10115)
  • Fix bug in QtWebKit when wrapping synthetic events in proxies. (@​walrusfruitcake in #​10115)
  • Prevent event handlers from receiving extra argument in development. (@​aweary in #​10115)
  • Fix cases where onChange would not fire with defaultChecked on radio inputs. (@​jquense in #​10156)
  • Add support for controlList attribute to allowed DOM properties (@​nhunzaker in #​9940)
  • Fix a bug where creating an element with a ref in a constructor did not throw an error in development. (@​iansu in #​10025)

v15.6.1

Compare Source

React DOM

v15.6.0

Compare Source

React
  • Downgrade deprecation warnings to use console.warn instead of console.error. (@​flarnie in #​9753)
  • Add a deprecation warning for React.createClass. Points users to create-react-class instead. (@​flarnie in #​9771)
  • Add deprecation warnings and separate module for React.DOM factory helpers. (@​nhunzaker in #​8356)
  • Warn for deprecation of React.createMixin helper, which was never used. (@​aweary in #​8853)
React DOM
React Addons

v15.5.4

Compare Source

React Addons
  • Critical Bugfix: Update the version of prop-types to fix critical bug. (@​gaearon in 545c87f)
  • Fix react-addons-create-fragment package to include loose-envify transform for Browserify users. (@​mridgway in #​9642)
React Test Renderer
  • Fix compatibility with Enzyme by exposing batchedUpdates on shallow renderer. (@​gaearon in 9382)

v15.5.3

Compare Source

Note: this release has a critical issue and was deprecated. Please update to 15.5.4 or higher.

React Addons
  • Fix react-addons-create-fragment package to export correct thing. (@​gaearon in #​9385)
  • Fix create-react-class package to include loose-envify transform for Browserify users. (@​mridgway in #​9642)

v15.5.2

Compare Source

Note: this release has a critical issue and was deprecated. Please update to 15.5.4 or higher.

React Addons

v15.5.1

Compare Source

Note: this release has a critical issue and was deprecated. Please update to 15.5.4 or higher.

React

v15.5.0

Compare Source

Note: this release has a critical issue and was deprecated. Please update to 15.5.4 or higher.

React
React DOM
React Test Renderer
  • Fixed bug where componentWillUnmount was not called for children. (@​gre in #​8512)
  • Added react-test-renderer/shallow, which exports the shallow renderer. (@​bvaughn)
React Addons
  • Last release for addons; they will no longer be actively maintained.
  • Removed peerDependencies so that addons continue to work indefinitely. (@​acdlite and @​bvaughn in 8a06cd7 and 67a8db3)
  • Updated to remove references to React.createClass and React.PropTypes (@​acdlite in 12a96b9)
  • react-addons-test-utils is deprecated. Use react-dom/test-utils and react-test-renderer/shallow instead. (@​bvaughn)

v15.4.2

Compare Source

React
React DOM
React Addons

v15.4.1

Compare Source

React
React DOM

v15.4.0

Compare Source

React
React DOM
React Perf
  • When ReactPerf is started, you can now view the relative time spent in components as a chart in Chrome Timeline. (@​gaearon in #​7549)
React Test Utils
  • If you call Simulate.click() on a <input disabled onClick={foo} /> then foo will get called whereas it didn't before. (@​nhunzaker in #​7642)
React Test Renderer
  • Due to packaging changes, it no longer crashes when imported together with React DOM in the same file. (@​sebmarkbage in #​7164 and #​7168)
  • ReactTestRenderer.create() now accepts {createNodeMock: element => mock} as an optional argument so you can mock refs with snapshot testing. (@​Aweary in #​7649, #​8261)

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-monorepo branch from 14501b9 to 2c6a318 Compare March 26, 2020 17:34
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from b43e168 to 1ebaf23 Compare April 8, 2020 17:11
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 2b7ffcb to 6daa9bb Compare April 26, 2021 15:51
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from a5f2ffd to 14fcf04 Compare May 15, 2021 19:16
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 14fcf04 to d183237 Compare June 6, 2021 21:17
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 8c67220 to 9a34cca Compare March 7, 2022 08:46
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 9a34cca to 20a227c Compare March 26, 2022 14:33
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 20a227c to 6388273 Compare April 24, 2022 18:16
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 6388273 to 8f18918 Compare May 16, 2022 02:42
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 8f18918 to d8eb148 Compare June 23, 2022 19:42
@renovate renovate bot changed the title Update react monorepo Update dependency react to v15.7.0 Mar 18, 2023
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